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-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
2008-08-07Getting the blenderplayer to compile/link with CMake.Chris Want
2008-08-06* blenderplayer wasnt useing the scenes frame rate.Campbell Barton
2008-08-06Made Mathutils its own module rather then GanmeLogic.MathutilsCampbell Barton
2008-08-05BGE fix bug #17430: BGE Collide/Touch Sensor interfearing with other unrelate...Benoit Bolsee
2008-08-05Added GameLogic.Mathutils so Mathutils and its types can be accessed from ble...Campbell Barton
2008-08-04* KX_GameObject.cpp - error with getMesh(), was returning None rather then an...Campbell Barton
2008-08-04BGE patch #17398 approved: implementation of BGE method getVectTo().Benoit Bolsee
2008-07-30BGE patch: logic optimization part 2: remove inactive sensors from logic mana...Benoit Bolsee
2008-07-30Bugfixes: fix for two memory leaks related to dupligroups,Brecht Van Lommel
2008-07-29Game Engine: alpha blending and sortingBrecht Van Lommel
2008-07-29BGE patch: fix support of group hidden layer in dupli group instantiation: on...Benoit Bolsee
2008-07-26BGE patch: support runtime duplication of groups. Adding an object with Dupli...Benoit Bolsee
2008-07-26added exception messages to game engine matrix and vector conversions. also r...Campbell Barton
2008-07-25BGE patch: approve patch #17312: Multiple material IPOs per mesh in BGE.Benoit Bolsee
2008-07-25BGE bug fix: approve patch #17297: Track To Actuator bug fixBenoit Bolsee
2008-07-24BGE patch: Add PyDoc for new logic bricks, set exception message on Py error,...Benoit Bolsee
2008-07-23Added NodeUpdateGS so GameObject Python api alignAxisToVect function,Campbell Barton
2008-07-23BGE patch: Add min/max parameters to orientation constraint actuatorBenoit Bolsee
2008-07-22BGE patch: update KX_GameObject::getChildren() to use CListValue instead of p...Benoit Bolsee
2008-07-22== Grease Pencil ==Joshua Leung
2008-07-21BGE patch: Optimization of bullet adaptation layer - part 1.Benoit Bolsee