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-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-29Removed the termporary defines added to make the Game Engine compile. Hopeful...Joshua Leung
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-09-03* KX_PythonSeq - comparisons work again. eg. act1.sensors == act2.sensors, ha...Campbell Barton
2009-08-30svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22717:22875Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25removing GameLogic.EvalExpression(),Campbell Barton
2009-08-19- fix for BGE warningsCampbell Barton
2009-08-182.5: Game EngineBrecht Van Lommel
2009-08-102.5 audio cleanup:Joerg Mueller
2009-08-10remove python2.x supportCampbell Barton
2009-08-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22075:22099Campbell Barton
2009-07-31remove more unneeded args, also allow ipo to animate the ref value for KX_Ble...Campbell Barton
2009-07-08* workaround for PySys_SetArgv() in python3 needing wchar_tCampbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-18Some generic modules from blender 2.4x building with py3k and mostly working.Campbell Barton
2009-06-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
2009-06-16BGE Py APICampbell Barton
2009-06-16saving globalDict didnt work with python3.xCampbell Barton
2009-06-13GameEngine WIP,Campbell Barton
2009-06-092.50:Brecht Van Lommel
2009-06-01BGE Blendfile path bug (use for loading and saving the GameLogic.globalDict)Campbell Barton
2009-06-01YoFrankie bug [#18857] On start gives ImportError: No module named frankie_sc...Campbell Barton
2009-05-26BGE PyAPI Bug reported by Pitel on blenderartist.Campbell Barton
2009-05-25[#18819] save and load globalDictionary actuators don't load the proper files...Campbell Barton
2009-05-21BGE: GUI control over frame rate, logic rate, physics rate and physics subrate.Benoit Bolsee
2009-05-20Moving ScreenSpace methods from Rasterizer to KX_Camera (getScreenPos, getScr...Dalai Felinto
2009-05-16setting up the BGE Python sys.path for importing modules wasnt working for li...Campbell Barton
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-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-20BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton