Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2009-05-05Disable importing module python controller scripts at conversion time because...Campbell Barton
2009-05-05BGE logic: new sensor "tap" option to generate automatically on/off pulsesBenoit Bolsee
2009-05-04Fix for msvc compile error reported by Wahooney - thanksDaniel Genrich
2009-05-04python geometry function Geometry.BezierInterp(vec_knot_1, vec_handle_1, vec_...Campbell Barton
2009-05-04print BGE Py api warnings only once to avoid flooding the terminal and slowin...Campbell Barton
2009-05-04gcc4.4 needed this to buildCampbell Barton
2009-05-04BGE performance: second round of scenegraph improvement.Benoit Bolsee
2009-05-04BGE performance: use inline function as much as possible in scenegraph and lo...Benoit Bolsee
2009-05-04BGE: fix a crash with previous scene destruction speed up commit when sensors...Benoit Bolsee
2009-05-04fix for a problem with setUV2 reported by cthames on blenderartistCampbell Barton
2009-05-03on second thought its less trouble to make a python script that makes all the...Campbell Barton
2009-05-03[#18678] Swizzle properties for Mathutils.VectorCampbell Barton
2009-05-03Bugfix #17929Ton Roosendaal
2009-05-03Bugfix 18671 revistedTon Roosendaal
2009-05-03Fix for bug #18659: glsl math material node, "tangent" option didn't work.Brecht Van Lommel
2009-05-03Bugfix #18676Ton Roosendaal
2009-05-03Bugfix #18671Ton Roosendaal
2009-05-03fixes for bugs submitted by BGE users, fixes by myself and Mitchell StokesCampbell Barton
2009-05-03[#18492] Old 3dView painting does't work anymore.Campbell Barton
2009-05-03[#18191] VSE: when moving a project containing a relative path Audio RAM stri...Campbell Barton
2009-05-02fix for a painting bug where disabled culling & occlusion would not paint ont...Campbell Barton
2009-05-02BGE PyController module type.Campbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, add distance attribute to the radar se...Campbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, adds extra attributes and docsCampbell Barton
2009-05-02BGE performance:Benoit Bolsee
2009-05-01BGE: work around a problem with DBVT culling when graphic objects are rescale...Benoit Bolsee
2009-05-01BGE: New function GameLogic.setMaxLogicFrame() to allow better control over t...Benoit Bolsee
2009-05-01Fix linking issue with gameplayer.Kent Mein
2009-05-01[#18654] different behaviour if script is called from (1) Menu (2) TextEditor...Campbell Barton
2009-05-01add blendfile dirs to the sys.path without the scripts subdirCampbell Barton
2009-05-01BGE bug fix: when a dynamic object is parented to a compound shape and then u...Benoit Bolsee
2009-04-30BGE bug #18091: Hitbox of object X doesn't move along when object X is parent...Benoit Bolsee
2009-04-30supporting warp data files with tabs instead of spaces.Dalai Felinto
2009-04-30added Geometry as a BGE module, removed its dependency on gen_utils.cCampbell Barton
2009-04-30Second trial to get an OK menu work to allow people to decide whetherTon Roosendaal
2009-04-30BGE fux #17796: Glsl + bones + set smooth = bug on vertext groups.Benoit Bolsee
2009-04-30BGE Python sys.path for the blenderplayer and blenderCampbell Barton
2009-04-30BGE 2dFilters: Revert of part of own commit [rev. 19687]Dalai Felinto
2009-04-30BGE Dome update. Spurious black seams (finally) fixed.Dalai Felinto
2009-04-302 BGE bugs from 2.48 fixedCampbell Barton
2009-04-30Not sure why this INCREF is needed since making a replica wont use the m_byte...Campbell Barton
2009-04-30error in last commitCampbell Barton
2009-04-30use BLO_sys_types.h instead, it's windows proofMartin Poirier
2009-04-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-30missing stdint.h includeMartin Poirier
2009-04-30* instead of using okee() (breaking builds) use error() in 250 subversion han...Nathan Letwory
2009-04-30* make sure header file agrees with editfont.c (unsigned long -> uintptr_t), ...Nathan Letwory
2009-04-30* fix linking problem for mingw with setenv/_putenv_s, here we use putenv("ke...Nathan Letwory
2009-04-29Possible fix for bug #18648: one armature disappears when joiningBrecht Van Lommel
2009-04-29Win64 fixes - I don't think that they introduced any bugs yet, but I want to ...Daniel Genrich