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-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
2008-07-21BGE patch: constraint orientation actuator did not work when damping=0.Benoit Bolsee
2008-07-20GameObject functions getChildren() and getChildrenRecursive()Campbell Barton
2008-07-20BGE bug fix (for 2.47): setParent() fix, third part: set mass to 0 when paren...Benoit Bolsee
2008-07-19syntax change so GCC 4.3 will buildCampbell Barton
2008-07-19BGE bug fix (good for 2.47): remove static-static collision messages on the c...Benoit Bolsee
2008-07-19BGE patch: Relink actuators with target within group when duplicating group; ...Benoit Bolsee
2008-07-18BGE patch: support for partial hierarchy in dupligroup instantiation; removal...Benoit Bolsee
2008-07-18BGE bug fix (good for 2.47): SetParent actuator did not work on dynamic objec...Benoit Bolsee
2008-07-17BGE patch: use the Blender convention to duplicate groups in the BGE so that ...Benoit Bolsee
2008-07-17BGE bug fix (good for 2.47): fix logic reconnection after replication. The ol...Benoit Bolsee
2008-07-16BGE patch: DUPLIGROUP option supported in BGE.Benoit Bolsee
2008-07-15BGE bug fix (good for 2.47): radar and near sensor did not filter correctly t...Benoit Bolsee
2008-07-14importing the GameLogic module was being done by adding the text "import Game...Campbell Barton
2008-07-12BGE bug fix (good for 2.47): automatic detection that target object of AddObj...Benoit Bolsee
2008-07-10Sync with Apricot Game EngineBrecht Van Lommel
2008-07-09bugfix, vector was not checked for zero length before normalizing, closing bl...Campbell Barton
2008-07-09added a factor argument for aligning to vector, this isn't correct since it d...Campbell Barton
2008-07-09fix for crasher with touch sensor, ben you may want to look at this, should b...Campbell Barton
2008-07-08BGE logic patch: new "Add" mode for Ipo actuator, several corrections in stat...Benoit Bolsee
2008-07-06GameObject rayCast and rayCastTo were not setting exception strings (causes r...Campbell Barton
2008-07-04Made some python game engine funcs use NOARGS, getAxisVec was using wrong mu...Campbell Barton
2008-07-04BGE logic update: new servo control motion actuator, new distance constraint ...Benoit Bolsee
2008-07-04non user visible changes and small optimizations to the game engine pyapi as ...Campbell Barton
2008-07-03Adding GameObject setLinearVelocity(), without this interacting with objects ...Campbell Barton
2008-07-01Checked all cases where PyArg_ParseTuple is used in blenders game engine and ...Campbell Barton
2008-07-01track to would crash (with a C++ assert) if the source and target are in the ...Campbell Barton
2008-06-30BGE python api addition, GameObject get/setState and Controller.getState()Campbell Barton
2008-06-27patch [#15865] BGE API call to delete objectsCampbell Barton
2008-06-26Python API/Game engine fixes, dosn't affect 2.47Campbell Barton
2008-06-25BGE patch 15044 approved: Edit Object Dynamics Actuator.Benoit Bolsee
2008-06-25BGE patch: Add automatic support for armature driven shape keys.Benoit Bolsee
2008-06-24BGE patch: Add damping and clamping option to motion actuator.Benoit Bolsee
2008-06-24BGE patch: Add NAND, NOR, XOR, XNOR controllers.Benoit Bolsee
2008-06-24BGE patch: Add level option on sensor and fix sensor reset.Benoit Bolsee
2008-06-22BGE patch: add state engine support in the logic bricks.Benoit Bolsee
2008-06-19BGE patch #13625: getLinearVelocity() rewrite to use only vector and matrix o...Benoit Bolsee