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-29style cleanup: whitespace / commasCampbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-04Yet another windef.h compile fix for MinGW for game engine/video textures wit...Antony Riakiotakis
2012-04-04fix for building on linux with gcc4.7, an error was caused by undefining __cp...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-12Commit patch from Shane Ambler to make VideoTexture compile with a clang on F...Sergey Sharybin
2012-03-09style cleanup: consistent names for header guards.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09- MSVC doesn't have log2f functionSergey Sharybin
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-04BGE bug #29133: Render to Texture not working. Fixed by using same viewport t...Benoit Bolsee
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2011-11-26Add missing GLEW_STATIC definition, causing link errors.Antony Riakiotakis
2011-11-24BGE patch: [#29285] Video Texture: Avoid slow rescale (non power of 2 support...Dalai Felinto
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-03use Py_TYPE macro (no functional changes)Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
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-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28fix for ffmpeg linking in BGE (patch by Jens Verwiebe (jensverwiebe) over IRC)Dalai Felinto
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2011-02-22doxygen: bge scenegraph and videotextureNathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-02CXX_Guardedalloc was complaining about freeing NULL pointers in VideoTexture....Mitchell Stokes
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21Plugging up some memory leaks in the Blenderplayer that I found with valgrindMitchell Stokes