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-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
2010-12-11BGE BugFix: [#25106] modelview matrix incorrect after using VideoTexture - af...Dalai Felinto
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-20Quiet compiler warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-06-16A bad assignment was causing the VideoTexture to set off a breakpoint when be...Mitchell Stokes
2010-06-06small warning fix.Nathan Letwory