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
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2016-04-11BGE: Fix T48071: Global logic managerPorteries Tristan
2016-01-25Fix T46902: Revert zeroing velocity in BGE logic brickSybren A. Stüvel
2015-12-16BGE Ketsji clean-up: double-promotion warningsJorge Bernal
2015-11-10BGE: allow setting velocity to zero in a motion actuator.Sybren A. Stüvel
2015-06-02Fix T44919: BGE marhutils attrs leak memoryCampbell Barton
2015-05-27BGE: Add missing m_jumping initializationThomas Szepe
2015-05-14BGE: Fix: Double jumps are not working with character motion actuatorThomas Szepe
2015-04-05BGE: Fix T36703: Character motion actuator local movement not working correct.Thomas Szepe
2014-06-17Support for building without PythonCampbell Barton
2013-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-05code cleanup: bge warningsCampbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-02-22BGE: Fix for bug #34349 "Character walkDirection ADD mode -#INF error" report...Mitchell Stokes
2013-02-04style cleanupCampbell Barton
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-05Fix for [#33090] "Segfault/Crash with Empty and Motion Actuator, Keyboard Sen...Mitchell Stokes
2012-11-01BGE: Fix for bug #33025 "Character physics object won't stop moving with simp...Mitchell Stokes
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-03whitespace editsCampbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-03-03fix for own error made r35267.Campbell Barton
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-06-19Merged revision 29562 from /branches/soc-2010-nexyon.Joerg Mueller
2010-06-14bugfix [#21748] KX_Object scaling property not "writing" vector access .:. e....Campbell Barton
2010-05-07bugfix for own error [#22269] object vector operations (position) not working...Campbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-08-27was casting the PyObjectPlus type to a PyObject for new BGE vector and matrix...Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
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-25PyAPI RNA/BGECampbell Barton