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
2008-04-15BGE fix: keep reference count consist on source object when replicating prope...Benoit Bolsee
2008-04-06Removed my own patch #8208: export SCA_ISensor::Evaluate() to Python. It was ...Benoit Bolsee
2008-04-05BGE bug [#4839] fixed: joystick keeps working after an overlay scene is removedBenoit Bolsee
2008-04-02Fix BGE bug: BGE will crash if objects with display debug property is deleted...Benoit Bolsee
2008-03-24Commit patch #8724:Benoit Bolsee
2008-03-22BGE correction: AddRef() on source object of property actuator to protect aga...Benoit Bolsee
2008-03-01Various mem leaks related to CValue reference count fixedBenoit Bolsee
2008-03-01unknown property fixed in sensor/actuatorsBenoit Bolsee
2008-03-01random sensor fixed (patch 8414)Benoit Bolsee
2008-02-16patch 8235 8218 8211 added: various gameengine improvements, fixed windows pr...Benoit Bolsee
2008-02-06Reverting some other changes zaghaghi madeJoshua Leung
2008-02-04Added missing include dir so it builds again.Kent Mein
2008-02-04bugfix 8183, Ray sensor with material/property filter always triggers when hi...Hamed Zaghaghi
2007-11-062d Filters updated, now you can use custom filter and write your own GLSL sha...Hamed Zaghaghi
2007-10-232d-Filters feature and actuators.Hamed Zaghaghi
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2006-12-25fixing some issues: force needs to wake up objects, property sensor issue, is...Erwin Coumans
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-05-23-added basic support for GameActuator 'load game', relative paths were broken...Erwin Coumans
2006-05-14GamePython related: changed ordering of python destruction, and reverted some...Erwin Coumans
2006-05-14Patch from Charlie:Erwin Coumans
2006-05-11- Charlie provided a work-around for some armature related crashesErwin Coumans
2006-05-10modified behaviour of PropertySensor and MessageSensor on popular request.Erwin Coumans
2006-02-13Improved OpenGL Shader Language support for game engine. The python interface...Erwin Coumans
2006-02-08==SCons==Nathan Letwory
2006-02-04== SCons ==Nathan Letwory
2006-01-30More simple fixes to cleanup warnings and what not:Kent Mein
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2005-07-18more preparations for bullet physics, and some eol issues with SCA_Joystick*Erwin Coumans
2005-04-18Patch: [ #2439 ] Makes objects react properly to deformations after a mesh re...Kester Maddock
2005-04-10Clean up for Makefiles: some of the directories were being printedChris Want
2005-03-25Big patches:Kester Maddock
2005-03-14ome more warnings cleaningJean-Luc Peurière
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-30 - updated MSVC 6 projectfiles.Simon Clitherow
2005-01-24Fixed the Makefiles so the Joystick stuff works.Kent Mein
2005-01-23Don't delete the Python Controller's private dictionary between frames.Kester Maddock
2005-01-23Added Joystick sensor (from snailrose)Kester Maddock
2005-01-18The non scons specific stuff for bug tracker bug #2131Kent Mein
2004-10-16Added #include <assert.h> so it compiles where assert() was used.Nathan Letwory
2004-10-16Switch fixed time system. Logic updates should now happen at 30Hz, physics a...Kester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock
2004-06-26Minor Fixes:Kester Maddock
2004-06-07Python updates:Kester Maddock
2004-06-04Miscellaneous Fixes:Kester Maddock
2004-06-04Fix bug #1334: Crash with Python/GameEngine when the script has syntax errors.Kester Maddock
2004-05-26Python fixes:Kester Maddock
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2004-05-03Mouse Wheel Support for the Game Engine.Kester Maddock