blender/intern
Kent Mein e544723e63 Fix some of Stealth Apprent's warnings/errors and some extra little stuff.
here is a quick summary...

Kent

intern/bsp/intern/BSP_CSGMesh_CFIterator.h
removed tri_index (unused variable)

intern/bsp/intern/CSG_BooleanOps.cpp
removed extra ;

intern/string/intern/STR_String.cpp
added <ctype.h>

source/blender/blenkernel/BKE_writeavi.h
moved things around so not doing forward declarations

source/blender/renderconverter/intern/convertBlenderScene.c
changed render.h to render_types.h

source/blender/src/blenderbuttons.c
source/blender/src/editgroup.c
source/blender/src/meshtools.c
added newline

source/gameengine/Ketsji/KX_KetsjiEngine.cpp
commented out include "PIL_time.h" code that requires it is commented out

reading blender/src/writeavicodec.c
(struct keyword to a couple of lines that needed it)
and added:
extern struct Render R;

blender/renderconverter/intern/convertBlenderScene.c
added extern Render R;
added #include "rendercore.h" to get rid of undeclared shade_material_loop
        (Not sure if this is right but it fixes it.
Did not fix this problem, is it alright to just pass NULL here or should we chan
ge it to something else:
        init_render_materials' : too few

gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp
removed argument to dHashSpaceCreate
commented out dWorldQuickStep since it does not exist
2006-01-29 15:15:34 +00:00
..
action Rest of the VC7 intern projectfiles. 2003-03-18 19:38:36 +00:00
bmfont Removal of ugly_nvidia_hack for OSX Nvidia systems. Apple has fixed this 2005-11-11 11:42:54 +00:00
boolop some more msvc6 magic 2005-11-16 23:39:49 +00:00
bsp Fix some of Stealth Apprent's warnings/errors and some extra little stuff. 2006-01-29 15:15:34 +00:00
container updates to the OS X build system : 2005-08-04 16:05:28 +00:00
csg Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00
decimation _.NET projectfiles update_ 2005-08-02 13:44:49 +00:00
elbeem doing MSCV6 project woodoo ( preparing orange --> bf migration ) 2006-01-26 22:05:39 +00:00
ghost fix for Game engine bug #1961 furnished by Josh Nimoy. 2005-10-20 18:05:06 +00:00
guardedalloc Fix for bug #3414 provided by Lewis Saunders. 2005-11-17 14:48:11 +00:00
iksolver Getting blender to compile for IRIX, in particular: 2005-09-14 21:50:37 +00:00
img Rest of the VC7 intern projectfiles. 2003-03-18 19:38:36 +00:00
keymaker _.NET projectfiles update_ 2005-08-02 13:44:49 +00:00
make doing MSCV6 project woodoo ( preparing orange --> bf migration ) 2006-01-26 22:05:39 +00:00
memutil updates to the OS X build system : 2005-08-04 16:05:28 +00:00
moto Update SConscript. 2005-08-27 13:45:19 +00:00
opennl More work on the new unwrapper code (orange branch): 2005-12-03 23:22:31 +00:00
SoundSystem ==compiling== 2006-01-28 19:57:09 +00:00
string Fix some of Stealth Apprent's warnings/errors and some extra little stuff. 2006-01-29 15:15:34 +00:00
Makefile Somehow, most files are missing from this commit, and I have no idea why, 2005-10-28 19:54:16 +00:00
SConscript Scons files for Boolop 2005-10-29 13:26:31 +00:00