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
2010-08-16Audaspace (GSoC): First merging commitJoerg Mueller
2010-08-16svn merge -r 31314:31370 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nexyonJoerg Mueller
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-13svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-11Blender Py API: GameLogic -> bge.logicJoerg Mueller
2010-08-11Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs.Joerg Mueller
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-10Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b]Joerg Mueller
2010-08-07svn merge -r 31060:31144 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-06fix for fake python bge.* module, this is really nasty temp py code! (not a g...Campbell Barton
2010-08-05svn merge -r 30954:31059 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-08-04== Makefiles ==Stefan Gartner
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-08-02Audaspace:Joerg Mueller
2010-08-02SConsCampbell Barton
2010-07-31Audaspace:Joerg Mueller
2010-07-31svn merge -r 30718:30912 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-31Audaspace: Refactored the complete 3D Device code giving a nicer API.Joerg Mueller
2010-07-30Fixing a typo in the BGE Python API:Mitchell Stokes
2010-07-27Fix #22986: glsl didn't take object hiding into account yet for lamps.Brecht Van Lommel
2010-07-27Game engine was not updated yet to disable vertex/normal state on exit asBrecht Van Lommel
2010-07-26Hopefully fix building with MSVC 2008 from rev 30746.Campbell Barton
2010-07-26patch from Mitchell Stokes with some changes.Campbell Barton
2010-07-25svn merge -r 30566:30717 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-24Fixing a crash when using either BL_ArmatureBone.parent and BL_ArmatureBone.c...Mitchell Stokes
2010-07-23bugfix [#22716] Game engine corrupts rig ID-Properties.Campbell Barton
2010-07-21Moved constants names from KX_ACT_CONSTRAINT_foo to KX_CONSTRAINTACT_foo.Joerg Mueller
2010-07-21svn merge -r 30513:30565 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-20svn merge -r 30418:30512 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-16svn merge -r 30323:30417 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-16BGE doc updates:Mitchell Stokes
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-15patch from Goran Milovanovic for the BGE python api.Campbell Barton
2010-07-14Removed stopDSP, relict from FMOD.Joerg Mueller
2010-07-13Merging revision 30126:30261 from trunk.Joerg Mueller
2010-07-12BGE bug #22760: VideoTexture not available when Blender is compiled without F...Benoit Bolsee
2010-07-11Fixing a crash created by an earlier GLSL lighting fix for dynamic loading. W...Mitchell Stokes
2010-07-10Fix spelling.Guillermo S. Romero
2010-07-09Audaspace:Joerg Mueller
2010-07-08Fix for ipo conversion on file transition in the game engine.Joerg Mueller
2010-07-07Fix #22772: remove unnecessary -fpascal-strings flag on OS X, onlyBrecht Van Lommel
2010-06-19Merged revision 29562 from /branches/soc-2010-nexyon.Joerg Mueller
2010-06-16BGE: When dynamically loading scenes (bge.logic.LibLoad()) in GLSL mode, the ...Mitchell Stokes
2010-06-16A bad assignment was causing the VideoTexture to set off a breakpoint when be...Mitchell Stokes