* updated INSTALL, TODO and README texts
* added support to the config file for fog distance and camera movement
* added some more error checking code. If some media is missing it should only report the error and continue.
* Configure.ac: created check for wfmath. Moved to PKG_CONFIG checking
the checks for some libraries.
* INSTALL: added a quick hack for installing boot under "troubleshooting".
* src files: fixed some constant string declarations on headers.
* RectangleRenderer.cpp/h Renderer.cpp/h: Renamed the file and the
class RectangleRenderer to Renderer for better clarity of naming.
* *Renderer.cpp/h Panel.h TextBox.h Console.cpp/h: Button.h
Changed for Renderer name change.
* Rectangle.h: Made SDLRect returned by getSDLRect a const.
* DrawDevice.h OGLDrawDevice.cpp/h SDLDrawDevice.cpp/h:
Adjusted for changes to Rectangle.
fixes:
- changed sdl to SDL in includes (ie SDL/SDL_events.h instead of sdl/SDL_events.h
- changed scoping of "i" in InputService::~InputService so that is in scope
- added CPPUnit (version 1.6.2) as a requirement of Dime
- created makefile for Input service
- added Input service to subdirs to be built
A side note:
- there are a number of warnings about passing strings through "...". By ISO C++ this is not allowed, only primative data types can be passed by value through "..."
Lee, 19 feb 2002