blender/source
Jason Wilkins 69b88cf719 Patch [#33196] Warning Fixes 11-16-2012
* MEM_CacheLimitier - Size type to int conversion, should be safe for now (doing my best Bill Gates 640k impression)
* OpenNL CMakeLists.txt - MSVC and GCC have slightly different ways to remove definitions (DEBUG) without the compiler complaining
* BLI_math inlines - The include guard name and inline option macro name should be different. Suppressed warning about not exporting any symbols from inline math library
* BLI string / utf8 - Fixed some inconsistencies between declarations and definitions
* nodes - node_composite_util is apparently not used unless you enable the legacy compositor, so it should not be compiled in that case.

Leaving out changes to BLI_fileops for now, need to do more testing.
2012-11-23 15:12:13 +00:00
..
blender Patch [#33196] Warning Fixes 11-16-2012 2012-11-23 15:12:13 +00:00
blenderplayer move source/darwin into release/darwin since these files are for osx packaging. 2012-11-18 07:41:38 +00:00
creator Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe. 2012-11-21 22:28:15 +00:00
gameengine BGE: KX_ACT_ARMATURE_SETINFLUENCE constant for BL_ArmatureActuator.type was documented but not actually added to bge.logic. 2012-11-22 11:03:17 +00:00
icons
tests add missing bgl and gpu api docstrings (found using docstring completeness checker) 2012-11-22 05:15:52 +00:00
CMakeLists.txt
SConscript Scons: 2012-06-30 22:44:36 +00:00