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-30* making sure BGE compiles after brecht's big commit (r15867). Needed <algori...Nathan Letwory
2008-07-30Am teaching a GE course this week, and am finding some small issues that I'm ...Mal Duffin
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-28Bugfix: game engine does not support non-camera type objects as aBrecht Van Lommel
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 2dFilters some extra fixesHamed Zaghaghi
2008-07-21BGE Bug Fix:#17349, fixes some problems about 2d-filtersHamed Zaghaghi
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-17BGE patch: fix mesh deformation errors with duplicated objects sharing the sa...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-15Updated so things compile. (Missing includes needed)Kent Mein
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-12improvement of 2d-filter custom shader, Hamed Zaghaghi
2008-07-10Adding an option for action actuator - "Continue" this means animations alway...Campbell Barton
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-08bugfix - GameEngine PyObject methods did not all return when using dir(), bec...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-05== BUGFIX ==Andrea Weikert
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-04small changes to py funcs that can run 100s of times a second, so python wont...Campbell Barton
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