blender/source
Brecht Van Lommel b3704f45c4 Fixes for snprintf usage:
* replace by BLI_snprintf in various places, note _snprintf on windows
  does not properly null terminate the string.
* fix overflow in sequencer proxy code due to buffer being smaller than
  specified size.
* fix some usage of snprintf as strcpy, this is will go wrong if the
  string contains % characters.
* remove BLI_dynstr_printf function in gpu module, use BLI_dynstr_appendf
2011-08-30 10:07:50 +00:00
..
blender Fixes for snprintf usage: 2011-08-30 10:07:50 +00:00
blenderplayer * Merge trunk up to r39790. 2011-08-30 08:22:03 +00:00
creator FFmpeg library update: 2011-08-22 18:49:42 +00:00
darwin set svn end of lines to native 2011-05-09 08:15:38 +00:00
gameengine * Merge trunk up to r39790. 2011-08-30 08:22:03 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests use static sets rather then tuples, python optimizes this case. 2011-08-08 05:21:37 +00:00
CMakeLists.txt Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00