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-04-11Game engine: pass string length to BLI_str_cursor_step_prev_utf8 rather than ...Sergey Sharybin
2012-04-09Game Engine:Thomas Dinges
2012-04-09bugfix [#30760] edit text property bugDalai Felinto
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-02-23BGE is compilable by MSVC againSergey Sharybin
2012-01-22Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyb...Mitchell Stokes
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2012-01-02Fixes two crashers for games, with GHOST under SDL:Alex Fraser
2011-12-30style edits for function declarationsCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-20misc editsCampbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-03whitespace editsCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-07-25Fix #28014: joystick sensor not working. Broke this with an earlier commitBrecht Van Lommel
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-27Fix part of #26850: OS X game player was showing _NSAutoreleaseNoPool()Brecht Van Lommel
2011-06-13Fix #27635: GLSL filter uniform variable not set for group instance.Brecht Van Lommel
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-05-31cmake maintenanceCampbell Barton
2011-05-29access pythons code object directly rather than attribute access.Campbell Barton
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-03-30- include for BGE joystick sensorCampbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-05patch [#26366] More detailed Python error reporting for the BGECampbell Barton
2011-02-25doxygen: gameengine/GameLogic tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory