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-09Added GameKeys.EventToCharacter(event, is_shift) so you can get the character...Campbell Barton
2009-04-09Remove redundant include GL/glu.h in KX_Dome.cpp.Benoit Bolsee
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-08gcc wouldn't compile using a referenceCampbell Barton
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-07BGE Py APICampbell Barton
2009-04-07BGE Python API (small changes)Campbell Barton
2009-04-07Updated bge_api_validate_py.txt to check for undocumented attributesCampbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-07error in last commitCampbell Barton
2009-04-06BGE Python APICampbell Barton
2009-04-06- remove debug printfCampbell Barton
2009-04-06Python ref-counting fixesCampbell Barton
2009-04-05BGE PyAPI can now import text (within the blend-file)Campbell Barton
2009-04-05BGE Python APICampbell Barton
2009-04-05BGE Bugfixes (mostly in the py api)Campbell Barton
2009-04-05added experimental KX_GameObject attributes "sensors", "controllers" and "act...Campbell Barton
2009-04-05Make materials use PyAttributeDef'sCampbell Barton
2009-04-05BGE Python APICampbell Barton
2009-04-04Made KX_MeshProxy use PyAttributeDef. simplified getting the 'materials' attr...Campbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton
2009-04-04moved more attributes from getattr into PyAttributeDef'sCampbell Barton
2009-04-03Some users could not build with python 2.5, hopefully this fixes it.Campbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-04-03BGE PythonCampbell Barton
2009-04-02Added getitem/setitem access for KX_GameObjectCampbell Barton
2009-04-01BGE API cleanup: ReplaceMeshActuator mesh attributes now returns a KX_MeshPro...Benoit Bolsee
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2009-04-01BGE API cleanup: DynamicActuator, ReplaceMeshActuator, TrackToActuator.Benoit Bolsee
2009-03-31BGE API cleanup, patch from Moguri: RaySensor, NetworkMessageActuator, Networ...Benoit Bolsee
2009-03-29Applied patch #18446, to do versions on dampingErwin Coumans
2009-03-29Only apply advanced setting of angular/linear factor to rigid bodies (with an...Erwin Coumans
2009-03-29BGE API cleanup: CDActuator, ParentActuator, VisibilityActuator done. Thanks ...Benoit Bolsee
2009-03-28BGE API Cleanup: GameActuator (patch from Andre)Benoit Bolsee
2009-03-28BGE API cleanup: AddObject, DeleteObject and Scene actuator added.Benoit Bolsee
2009-03-26Added attributes for Ipo Actuator settings (replacing all methods)Campbell Barton
2009-03-24Use Benoits attributes in KX_GameObject.Campbell Barton
2009-03-24Fix for bug #18423: BGE lights in overlay scene also affectedBrecht Van Lommel
2009-03-23Speedup for bullet physics mesh conversionCampbell Barton
2009-03-09Add support to lock individual axis during rigid body simulation, for transla...Erwin Coumans
2009-03-09Fix: The debug lines of Physics Debug Visualization were drawn incorrectly wh...Erwin Coumans
2009-03-01BGE patch #18309 commited: Add an addObject() method to KX_Scene.Benoit Bolsee
2009-03-01BGE API cleanup: apply patch from Moguri: Near, Radar, Touch sensor updated.Benoit Bolsee
2009-02-28BGE Python APICampbell Barton