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-05-07BGE performance, 3rd round: culling and rasterizer.Benoit Bolsee
2009-05-07python3 compatibility for the BGE api, this only works with scons when WITH_B...Campbell Barton
2009-05-04print BGE Py api warnings only once to avoid flooding the terminal and slowin...Campbell Barton
2009-05-03on second thought its less trouble to make a python script that makes all the...Campbell Barton
2009-05-03[#18678] Swizzle properties for Mathutils.VectorCampbell Barton
2009-05-03fixes for bugs submitted by BGE users, fixes by myself and Mitchell StokesCampbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, adds extra attributes and docsCampbell Barton
2009-05-01BGE: New function GameLogic.setMaxLogicFrame() to allow better control over t...Benoit Bolsee
2009-05-01add blendfile dirs to the sys.path without the scripts subdirCampbell Barton
2009-04-30added Geometry as a BGE module, removed its dependency on gen_utils.cCampbell Barton
2009-04-30BGE Python sys.path for the blenderplayer and blenderCampbell Barton
2009-04-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-25BGE API - small changesCampbell Barton
2009-04-23BGE Rasterizer methods to handle Screen Space - (getScreenPosition, getScreen...Dalai Felinto
2009-04-23BGE bug #17670: Python controlled mist doesnt work in textured mode.Benoit Bolsee
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-16bpy_internal_import.c should build with py2.3 now, also gave bpy_internal_imp...Campbell Barton
2009-04-15BGE Python APICampbell Barton
2009-04-15BGE Py ApiCampbell Barton
2009-04-10BGE API cleanup: ConstraintActuator.Benoit Bolsee
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 API cleanup: 2DFilterActuator.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-07BGE Py APICampbell 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-03Python BGE APICampbell Barton
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-26Added attributes for Ipo Actuator settings (replacing all methods)Campbell Barton
2009-03-01BGE API cleanup: apply patch from Moguri: Near, Radar, Touch sensor updated.Benoit Bolsee
2009-02-28BGE Python APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-23BGE Python APICampbell Barton
2009-01-22BGE API cleanup: shape action actuator.Benoit Bolsee
2008-11-01Preparation to VideoTexture: everything but the VideoTexture module itself.Benoit Bolsee
2008-10-11Fix for a relative paths issue in the game engine. G.sce was beingBrecht Van Lommel
2008-10-03Blender works with python 2.6, our own import functions that replace pythons ...Campbell Barton
2008-10-03error with GameLogic.globalDict loading. It would replace the dictionary rath...Campbell Barton
2008-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...Campbell Barton