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-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
2008-09-25BGE patch: add advanced parameters for SoftBody. Add Rasterizer.drawLine() Py...Benoit Bolsee
2008-09-22BGE patch: KX_STATEx constant to allow simple state manipulation in setState()Benoit Bolsee
2008-09-22KX_PythonInit.cpp - workaround for current sandbox and possible fix. no real ...Campbell Barton
2008-09-16Fix (harmless) error print about GameLogic.globalDict being lost. AlsoBrecht Van Lommel
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-12save and load configuration actuator, (option in game actuator menu)Campbell Barton
2008-09-06object_find, didnt get images from an objects material texturesCampbell Barton
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-06Trying to keep things compiling on my imac (10.4.11)Kent Mein
2008-09-05BGE Py APICampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-04fix for 2 python refcounting errorsCampbell Barton
2008-08-29Use Py_ssize_t rather then int, broke building on 64bt linuxCampbell Barton
2008-08-29BGE Py API - GameKeys.EventToString() utility function, makes key configurati...Campbell Barton
2008-08-28remove more python functions from builtins that could allow scripts to do bad...Campbell Barton
2008-08-22Fix Windows compilation problem and update MSVC project filesBenoit Bolsee
2008-08-22BGE Python API - GameLogic.getBlendFileList(path='//') to return a list of bl...Campbell Barton
2008-08-19Added GameLogic.globalDict, this is a place where data can be stored even whe...Campbell Barton
2008-08-14game engine python apiCampbell Barton