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
2008-09-18BGE patch: change constraint location actuator to work in local coordinates. ...Benoit Bolsee
2008-09-18Fix for bug #3858: the game engine mouse focus sensor did not workBrecht Van Lommel
2008-09-18BGE bug #17578: repair linV actuator in Add+Local mode.Benoit Bolsee
2008-09-17Fix for bug #5413: game engine armature actions and shapes keysBrecht Van Lommel
2008-09-16Fix (harmless) error print about GameLogic.globalDict being lost. AlsoBrecht Van Lommel
2008-09-15Fix for bug #4859: once a visibility actuator was set it was notBrecht Van Lommel
2008-09-15Fix zoom level and clipping to be consistent with the viewportBrecht Van Lommel
2008-09-14BGE patch: new Physics button and margin parameter in Logic panel. Change sub...Benoit Bolsee
2008-09-14Various game engine fixes:Brecht Van Lommel
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-13BGE patch: fix transform bug on compound shape: child shape didn't take into ...Benoit Bolsee
2008-09-12save and load configuration actuator, (option in game actuator menu)Campbell Barton
2008-09-11BGE message python api could return a CList type or None which makes exceptio...Campbell Barton
2008-09-10Fix for bug #17589: removing a lamp in the game engine with glslBrecht Van Lommel
2008-09-10BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug...Benoit Bolsee
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 set visible actuator, option to set visibility recursively to make managi...Campbell Barton
2008-09-05* GLSL lamps now respect 3d viewport layers.Brecht Van Lommel
2008-09-05BGE Py APICampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-04Added SDL headers so gamestuff compiles with Makefiles again.Kent Mein
2008-09-04fix for 2 python refcounting errorsCampbell Barton
2008-09-03BGE Py api, deleting properties didnt raise an error when the property wasnt ...Campbell 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-28BGE patch: add X-Ray option to ray sensor. The option is effective only if a ...Benoit Bolsee
2008-08-28final fix for compilation problem with KX_RayCast::Callback template in gccBenoit Bolsee
2008-08-28more fix for compilation problem with KX_RayCast::Callback template in gccBenoit Bolsee
2008-08-28didnt build before committiong this small change :/ Campbell Barton
2008-08-28BGE patch: fix division by 0 error when sound sample cannot be loaded in soun...Benoit Bolsee
2008-08-28BGE Bugfix, lights were not being removed when their gameobject was removed c...Campbell Barton
2008-08-28remove more python functions from builtins that could allow scripts to do bad...Campbell Barton
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-27BGE bugfix, ipo actuator's foce option didnt check that the object was dynamic.Campbell Barton
2008-08-27get/set Angular velocity for KX_GameObjects python api and for the AddObject ...Campbell Barton
2008-08-25TLC needed for Makefiles to get gameengine compiling again.Kent Mein
2008-08-25getting the last created object would return an object that had no SG_Node wh...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-22BGE bug #17411 fixed: the always sensor is called before the the scale of the...Benoit Bolsee
2008-08-21BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowd...Benoit Bolsee
2008-08-19Added GameLogic.globalDict, this is a place where data can be stored even whe...Campbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-14Python API get/setObject update for Actuators. (SetParent, AddObject, Camera ...Campbell Barton
2008-08-14bugfix (good for 2.47) - 2 cases of returning Py_None without increfing it. t...Campbell Barton
2008-08-14game engine python apiCampbell Barton
2008-08-07BGE bug #17408 fixed: Radar sensor is oriented the wrong way when the set alo...Benoit Bolsee
2008-08-07BGE fix: alignToVect() fac parameter clamping should obviously be done the ot...Benoit Bolsee