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
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-03-09add stddef.h include for offsetof macro for gcc 4.6 compat.Campbell Barton
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-03-07BGE internal cosmetic changes - Replacing hardcoded values with new definesDalai Felinto
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-05patch [#26366] More detailed Python error reporting for the BGECampbell Barton
2011-03-03fix for own error made r35267.Campbell Barton
2011-02-28BGE fix: complement to recent patch for Rigid Body Constraint. patch by Juha ...Dalai Felinto
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-27cyclic gc support for KX_PythonSeqCampbell Barton
2011-02-25follow up on patch [#26215], not all weakref references were ifdef'dCampbell Barton
2011-02-25patch [#26215] Python weak reference (weakref) support for game objectsCampbell Barton
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2011-02-25doxygen: gameengine/SceneGraph tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Rasterizer tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Physics tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Network tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-25doxygen: gameengine/GamePlayer tagged.Nathan Letwory
2011-02-25doxygen: gameengine/GameLogic tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Expressions tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Converter tagged.Nathan Letwory
2011-02-25doxygen: gameengine/BlenderRoutines tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22doxygen: bge scenegraph and videotextureNathan Letwory
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-02-22doxygen: BGE Network, Physics, RasterizerNathan Letwory
2011-02-22remove unused code.Nathan Letwory
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-02-22Bugfix #25803 (LibLoad'ed scene objects don't have timer property updated)Mitchell Stokes
2011-02-22Fix for bug #25804 (LibLoad'ed scene objects material CRASH when doing mat.ge...Mitchell Stokes
2011-02-18Remove header include, conflicts otherwise with BLI_math.hNathan Letwory
2011-02-18BGE Expressions: convert "\n" to real \nDalai Felinto
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-16BGE: Action and ShapeKey Actuator PingPong playmode.Dalai Felinto
2011-02-16small correction to BGE as recent commits broken normal mapping in the GEMichael Fox
2011-02-13Fix #26064: blenderplayer is brokenSergey Sharybin
2011-02-12Fixing a recounting bug so KX_Scene.pre_draw.append() and KX_Scene.post_draw....Mitchell Stokes
2011-02-11BGE: frame start/end in action/fcurves/shapekey to support floatsDalai Felinto
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-27bge fix: debug text didn't have GL_DEPTH disabled - text got clipped when we ...Dalai Felinto
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2011-01-23BGE: support modifiers without mapping to original mesh both graphically and ...Benoit Bolsee