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-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-17BGE patch: New Delay sensor (derived from patch #17472) Benoit Bolsee
2008-08-16warning message for when sensors loose their controllers, has been a problem ...Campbell Barton
2008-08-16SCA_PythonController.cpp - Made errors in python print the controller name, u...Campbell Barton
2008-08-16BGE bug fix: the fix in revision 16022 for bug #17450 was wrong: the formula ...Benoit Bolsee
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-13Bugfix: in the game engine, errors in a particular python script causedBrecht Van Lommel
2008-08-12raise an error when assigning properties to a game object that cant be conver...Campbell Barton
2008-08-08BGE bug #17450 fixed: When we have parented objects with no scale-applyed obj...Benoit Bolsee
2008-08-07BGE bug #17408 fixed: Radar sensor is oriented the wrong way when the set alo...Benoit Bolsee
2008-08-07BGE bug #17409 fixed: BGE Near Sensor Incorrect once inside the radius. The b...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-06BGE fix: confirm fix for segmentation fault by Diego and remove warning in ca...Benoit Bolsee
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-06Fix segmentation faul in GE.Diego Borghetti
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-08-03Small update to get the BlenderPlayer compiling (also needed for 2.47)Benoit Bolsee
2008-07-31* another commit adding std:: to the sort call (older msvc [<9] choked?)Nathan Letwory
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