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
2012-06-21Fix for [#31396] "bge.logic.LibLoad fails to import text blocks" reported by ...Mitchell Stokes
2012-06-07Some slight refactoring of the BGE's LibLoad code to make things a bit cleane...Mitchell Stokes
2012-05-30BGE #30734: add support for physics linear and angular thresholds and deactiv...Benoit Bolsee
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-11-29Fix #27696: record animation in game engine not working with pre made fcurves.Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-03whitespace editsCampbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28check for unlikely error when freeing a library blend file from the BGE.Campbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-07BGE Animations: The IPO conversion code relied on objects having an adt, but ...Mitchell Stokes
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-05-27missed this in recent commit.Campbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-22BGE Dynamic Loading:Mitchell Stokes
2011-03-21BGE Dynamic Loading: Fixing a particularly nasty leak that occurred if LibLoa...Mitchell Stokes
2011-03-20Fixing the other crash mentioned in bug #25083. m_current_scene isn't always ...Mitchell Stokes
2011-03-20Fixing 1/2 crashes mentioned in bug #25083. This crash happens when LibLoad t...Mitchell Stokes
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-02-25doxygen: gameengine/Converter tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-11-17fixes from r33127Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-22fix for BGE define in recent math changes.Campbell Barton
2010-10-09patch [#23781] Dynamically Load ActionsCampbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-08-28Committing patch [#23278] (by me)Mitchell Stokes
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-06-10Minor modification to how objects are selected for animation baking,Campbell Barton
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-03-16Keying Set Fixes:Joshua Leung
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22use BLI_findstring in more places & remove some warnings, no functional changes.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-11-16bge: fix for "dome mode not working with Letterboxing".Dalai Felinto
2009-11-16BGE: dynamic loading patch commited. API and demo files available here: https...Benoit Bolsee