blender/source/gameengine
Kent Mein 48bc598658 More warning cleanups...
added a casts to:
   blender/blenlib/intern/BLI_memarena.c
   gameengine/Rasterizer/RAS_TexVert.cpp

Removed unused vars from:
   blender/python/api2_2x/vector.c
   gameengine/Ketsji/KX_PyMath.cpp gameengine/Ketsji/KX_Scene.cpp
   gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp
   gameengine/Rasterizer/RAS_FramingManager.cpp
   gameengine/Rasterizer/RAS_Polygon.cpp
   gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp

Kent
2005-01-03 18:05:24 +00:00
..
BlenderRoutines Switch fixed time system. Logic updates should now happen at 30Hz, physics at 60Hz. (By default, use Python to set.) Some actuators still run at framerate (IPO, Action) for nice smooth animation, and an excuse to buy high end hardware. 2004-10-16 11:41:50 +00:00
Converter Set the sound system listener properties. 2004-12-29 01:31:17 +00:00
Expressions Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects) 2004-11-22 10:19:19 +00:00
GameLogic Added #include <assert.h> so it compiles where assert() was used. 2004-10-16 18:13:00 +00:00
GamePlayer .scr patch (from Raymond Penners) 2004-12-01 08:35:38 +00:00
Ketsji More warning cleanups... 2005-01-03 18:05:24 +00:00
Network Switch fixed time system. Logic updates should now happen at 30Hz, physics at 60Hz. (By default, use Python to set.) Some actuators still run at framerate (IPO, Action) for nice smooth animation, and an excuse to buy high end hardware. 2004-10-16 11:41:50 +00:00
Physics More warning cleanups... 2005-01-03 18:05:24 +00:00
PyDoc PyDoc updates 2004-12-29 01:39:34 +00:00
Rasterizer More warning cleanups... 2005-01-03 18:05:24 +00:00
SceneGraph Switch fixed time system. Logic updates should now happen at 30Hz, physics at 60Hz. (By default, use Python to set.) Some actuators still run at framerate (IPO, Action) for nice smooth animation, and an excuse to buy high end hardware. 2004-10-16 11:41:50 +00:00
Makefile Added 2 options to the Makefiles (enable in environment, user-def.mk, 2004-03-21 19:59:51 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00