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-04-17Missing <stdlib.h> for abs() made this file not compile for me.Ton Roosendaal
2009-04-17BGE: slow parent was causing scaling distortion, now use correct quaternion i...Benoit Bolsee
2009-04-16bpy_internal_import.c should build with py2.3 now, also gave bpy_internal_imp...Campbell Barton
2009-04-16BGE bug #18168: Get local orientation of object using game engine python scri...Benoit Bolsee
2009-04-15BGE Python APICampbell Barton
2009-04-15This is patch [#18408] Build issues with make on Cygwin hosted MinGW (2.48.1)Kent Mein
2009-04-15BGE MouseFocusSensorCampbell Barton
2009-04-15Disable using KX_GameObjects in python that have been removed from the scene ...Campbell Barton
2009-04-15BGE Py ApiCampbell Barton
2009-04-15[#7789] 3DS Import , Mesh not correct since Blender 2.44Campbell Barton
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-15BGE bug #18522 fixed: Dupligroup offsets don't work in BGE.Benoit Bolsee
2009-04-14BGE: Keep Sumo and ODE in sync with Bullet at API level, fix a compilation pr...Benoit Bolsee
2009-04-14BGE PhysicsCampbell Barton
2009-04-14BGE BugfixCampbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-13SVN maintenance.Guillermo S. Romero
2009-04-13Bullet integration uninitialised values.Campbell Barton
2009-04-13mesh proxy attributes from andrecasteloCampbell Barton
2009-04-13this should fix building with mingwCampbell Barton
2009-04-122DFilter bugfixes:Dalai Felinto
2009-04-12PropertyActuator toggle option didnt run when the Value field was empty.Campbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-12need strtoll defined as _strtoi64 to build on windowsCampbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-12added "toggle" an option for the property actuator.Campbell Barton
2009-04-12use long long rather then int for storing game logic properties.Campbell Barton
2009-04-12BGE Py APICampbell Barton
2009-04-11bugfix from Moguri, AddReplica wasnt setting the light layer from the parentCampbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-10BGE API cleanup: ConstraintActuator.Benoit Bolsee
2009-04-10BGE BugfixCampbell Barton
2009-04-10BGE API cleanup: StateActuator.Benoit Bolsee
2009-04-10BGE API cleanup: sound actuator.Benoit Bolsee
2009-04-09Added GameKeys.EventToCharacter(event, is_shift) so you can get the character...Campbell Barton
2009-04-09BGE Py APICampbell Barton
2009-04-09Remove redundant include GL/glu.h in KX_Dome.cpp.Benoit Bolsee
2009-04-09key logging didnt work for alphanum keys -=_+ and |\ since revision 2 and nob...Campbell Barton
2009-04-09BGE TextCampbell Barton
2009-04-09BGE API cleanup: 2DFilterActuator.Benoit Bolsee
2009-04-09Fix gcc compiling problem with C++ syntax in KX_Dome.cpp.Benoit Bolsee
2009-04-08small bge editsCampbell Barton
2009-04-08BGE patch #18350: Add sendMessage() to GameLogic. Added sendMessage to both G...Benoit Bolsee
2009-04-08BGE patch #18051: add localInertia attribute to GameObject.Benoit Bolsee
2009-04-08Patch #18462: Fisheye (Dome) and Spherical Panoramic mode in BGE.Benoit Bolsee
2009-04-08Fixed scons and cmake after BGE scenegraph and culling improvements.Benoit Bolsee
2009-04-08gcc wouldn't compile using a referenceCampbell Barton
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-07Some users have odd joysticks with more then 8 axises, increased to 16 (so 4 ...Campbell Barton
2009-04-07BGE Py APICampbell Barton