blender/source
Campbell Barton c3b9ec82d0 fix for strange error with BGE 2d filter code,
RAS_2DFilterManager::RenderFilters was casting an int to an unsigned int, then doing a subtraction which would give a negative number.
2013-08-03 23:40:15 +00:00
..
blender minor changes to BLI_heap, save some CPU cycles. 2013-08-03 22:04:47 +00:00
blenderplayer Fix for own commit, stub functions all use the STUB_ASSERT macro now. 2013-07-25 16:04:26 +00:00
creator _MSV_VER should be _MSC_VER 2013-07-21 17:16:04 +00:00
gameengine fix for strange error with BGE 2d filter code, 2013-08-03 23:40:15 +00:00
icons
tests test operator script, add ability to load files from a path while testing operators. 2013-06-28 16:30:34 +00:00
CMakeLists.txt
SConscript