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
AgeCommit message (Expand)Author
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-05== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-02== SCons ==Nathan Letwory
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-24patch from Ron Walker (o6a).Campbell Barton
2009-08-22svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22701:22704Campbell Barton
2009-08-22missed this in last commit. keyboard event manager was stored twice.Campbell Barton
2009-08-22svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22668:22701Campbell Barton
2009-08-22- BGE, Some sensors, stored the event manager in 2 places (became confusing t...Campbell Barton
2009-08-18BGE guardedalloc, Uses WITH_CXX_GUARDEDALLOC but gives a string to MEM_malloc...Campbell Barton
2009-08-15- remove UNSET becuase it only works with newer versions of cmake,Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-07-31svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21908:22075Campbell Barton
2009-07-26ReplaceMesh Actuator option to replace the physics mesh and display mesh + py...Campbell Barton
2009-07-20cmake option to disable SDL,Campbell Barton
2009-07-16SConsNathan Letwory
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-28BGE Python APICampbell Barton
2009-06-13svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20849:20855Campbell Barton
2009-06-13allow building without SDLCampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-06-04BGE small fixesCampbell Barton
2009-06-03BGE PyAPI fixesCampbell Barton
2009-06-01BGE: memory leak in Random actuator + make actuator truly random when seed=0 ...Benoit Bolsee
2009-05-29workaround for strange python problem in the BGE and BPy API where printing w...Campbell Barton
2009-05-28[#18840] Joystick sensor lagCampbell Barton
2009-05-28renamed python 'bookmark' attribute to 'useHighPriority', was renamed in the ...Campbell Barton
2009-05-26BGE build probs with CMake: directory "source/gameengine/SceneGraph"Chris Want
2009-05-25BGE Joystick Hat BugfixCampbell Barton
2009-05-24BGE: renamed sensor type enum to avoid conflict with mingw (NEAR was causing ...Benoit Bolsee
2009-05-23BGE: fix memleaks.Benoit Bolsee
2009-05-23BGE PyController module reloading didnt check that the base of the function w...Campbell Barton
2009-05-22the debug option for BGE scripts only reloaded modules but not packages submo...Campbell Barton
2009-05-20BGE logic patch: fix another incompatibility with YF.Benoit Bolsee
2009-05-19BGE Py APICampbell Barton
2009-05-18BGE: bookmark option on controller to make them run before all other controll...Benoit Bolsee
2009-05-17While testing YoFrankie with the new API attributes found some issues...Campbell Barton
2009-05-17BGE: new sensor object to generalize Near and Radar sensor, static-static col...Benoit Bolsee
2009-05-16BGE: fix a compatibility problem since logic patch with YoFrankie (and other ...Benoit Bolsee
2009-05-15Name attributes added since 2.48a more consistently.Campbell Barton
2009-05-15minor change - mistake in joystick fix, util function for getting attrs from ...Campbell Barton
2009-05-15[#18749] BGE: Crash on joysticksensor.getAxisValue()Campbell Barton
2009-05-11Fix Makefiles for gameengine.Diego Borghetti
2009-05-11Linux compilation problem, better fixBenoit Bolsee
2009-05-11changes to get benoits logic updates building on scons with gccCampbell Barton
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton