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
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-05== SCons ==Nathan Letwory
2009-09-05Added sound device default settings for the gameplayer.Joerg Mueller
2009-09-05Fixed sound stuff for gameplayer, no sound though as U.audiodevice is set to ...Joerg Mueller
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-03sound init/exit so at least the player opensCampbell Barton
2009-09-03BlenderPlayer linking again for cmake - 148 errors gone.Dalai Felinto
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-09-03* KX_PythonSeq - comparisons work again. eg. act1.sensors == act2.sensors, ha...Campbell Barton
2009-09-02text display (debug info) in the game engine working again & other minor chan...Campbell Barton
2009-09-02== SCons ==Nathan Letwory
2009-09-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22875:22935Campbell Barton
2009-08-31BGE bug #19020: The GE Torque actuator x -& y-axis do not work in 2.49a (winxp)Benoit Bolsee
2009-08-31BGE bug #18963: obj.sendMessage() with 4 arguments crashes Blender.Benoit Bolsee
2009-08-31bugfix [#19254] KX_PolyProxy returns improper VertexIndex with triangles, usi...Campbell Barton
2009-08-30svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22717:22875Campbell Barton
2009-08-28fix for crash when a parent compound object didn't get a physics controller.Campbell Barton
2009-08-27was casting the PyObjectPlus type to a PyObject for new BGE vector and matrix...Campbell Barton
2009-08-27- assigning vectors in the BGE wasn't updating the vector from the callbackCampbell Barton
2009-08-27- BGE crash fix when casting a ray to the same location as the object from py...Campbell Barton
2009-08-27BGE shape key actuator working, though only tried a simple testcase.Campbell Barton
2009-08-262.5 Sound:Joerg Mueller
2009-08-26- Add remove game properties now possible from the logic space properties panel.Campbell Barton
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25remove gameOb.has_key(key) method from KX_GameObject and ListValue since pyth...Campbell Barton
2009-08-25patch from Mitchell Stokes adding dictionary like access to a scene. (like KX...Campbell Barton
2009-08-25removing GameLogic.EvalExpression(),Campbell Barton
2009-08-24patch from Ron Walker (o6a).Campbell Barton
2009-08-23deprecated world settings were being used making new world's have zero gravit...Campbell Barton
2009-08-23svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22704:22717Campbell Barton
2009-08-23Option for MouseFocus sensor. only used when 'Mouse over any' type is set.Campbell Barton
2009-08-22[#19226] (2.5) blender uses deprecated 'strstream' STL class, causes warnings...Campbell Barton
2009-08-22svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22701:22704Campbell Barton
2009-08-22missed this in last commit. keyboard event manager was stored twice.Campbell Barton
2009-08-22svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22668:22701Campbell Barton
2009-08-22- BGE, Some sensors, stored the event manager in 2 places (became confusing t...Campbell Barton
2009-08-21svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22625:22668Campbell Barton
2009-08-21fix for own bug added since 2.49a,Campbell Barton
2009-08-19- fix for BGE warningsCampbell Barton
2009-08-19cmake cleanup (remove unused includes, make some within IF checks)Campbell Barton
2009-08-18BGE guardedalloc, Uses WITH_CXX_GUARDEDALLOC but gives a string to MEM_malloc...Campbell Barton
2009-08-182.5: Game EngineBrecht Van Lommel
2009-08-18CMake/WarningsCampbell Barton
2009-08-172.5: Update GPU module to deal with removed G_TEXTUREPAINTBrecht Van Lommel
2009-08-16fix compile error for the BGECampbell Barton
2009-08-152.5: Material buttonsBrecht Van Lommel
2009-08-15- remove UNSET becuase it only works with newer versions of cmake,Campbell Barton