blender/source
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
..
blender Fix some of Stealth Apprent's warnings/errors and some extra little stuff. 2006-01-29 15:15:34 +00:00
creator Giant commit! 2006-01-23 22:05:47 +00:00
darwin Updating build systems: folder release/bpydata/ moved to release/scripts/bpydata/ 2005-04-16 18:25:42 +00:00
gameengine Fix some of Stealth Apprent's warnings/errors and some extra little stuff. 2006-01-29 15:15:34 +00:00
icons - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
kernel Orange: missing sync for game engine in orange, compiles now again! 2006-01-28 17:19:21 +00:00
Makefile Final merge of HEAD (bf-blender) into the orange branch. 2006-01-28 16:35:18 +00:00
nan_compile.mk Put back the -O2 default for compiling with makefiles in OSX. 2006-01-28 19:48:29 +00:00
nan_definitions.mk Final merge of HEAD (bf-blender) into the orange branch. 2006-01-28 16:35:18 +00:00
nan_link.mk OpenEXR support for Windows Makefiles 2006-01-10 06:29:57 +00:00
nan_subdirs.mk Clean up for Makefiles: some of the directories were being printed 2005-04-09 22:40:34 +00:00
nan_warn.mk big warning hunt commit 2005-03-09 19:45:59 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00