bullet3/Demos/BspDemo
sjbaker f1627677df Fixed over 500 compile warnings. Mostly:
* Unused variables.
* Missing newlines at ends of #included files.
* signed int loop variables where the termination condition is an unsigned 'get number of' function.
* 'NULL' used inappropriately for an integer or character constant (NULL is a pointer)
* abstract base classes with no virtual destructor.
* Floating point constants used to initialise integer variables.
2006-09-23 14:51:54 +00:00
..
BspConverter.cpp Fixed over 500 compile warnings. Mostly: 2006-09-23 14:51:54 +00:00
BspConverter.h Fixed over 500 compile warnings. Mostly: 2006-09-23 14:51:54 +00:00
BspDemo.cpp Fixed over 500 compile warnings. Mostly: 2006-09-23 14:51:54 +00:00
BspDemo.h Fixed over 500 compile warnings. Mostly: 2006-09-23 14:51:54 +00:00
BspLoader.cpp Fixed over 500 compile warnings. Mostly: 2006-09-23 14:51:54 +00:00
BspLoader.h some changes related to BspDemo 2006-08-11 23:01:25 +00:00
CMakeLists.txt updated CMakeLists.txt to include LibXML and LibColladaDom, and use better naming for libs. This should allow autogeneration of visual studio projectfiles, and Apple XCode projectfiles for COLLADA_DOM demo. 2006-08-28 01:26:31 +00:00
Jamfile some changes related to BspDemo 2006-08-11 23:01:25 +00:00