0ad/source/tools/atlas/GameInterface/Handlers
Ykkrosh ec69bccb2c # Tidied up some code.
- Made some classes not be singletons, since there's no reason why they
should be.
 - Made them non-global too (because globals have unclear lifetimes, and
make it harder to test things, etc). They're now owned by CGameView and
CWorld, and mostly accessed via g_Game or arguments (vaguely trying to
avoid the graphics code calling into the game code).
 - Moved CGameView implementation into pimpl, so the header file isn't
so heavy.
 - Changed a few pointers into references, to indicate that they're
never NULL.

This was SVN commit r4756.
2007-01-08 01:56:46 +00:00
..
BrushHandlers.cpp # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
CameraCtrlHandlers.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
CinemaHandler.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
CommandHandlers.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ElevationHandlers.cpp # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
EnvironmentHandlers.cpp Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00
GraphicsSetupHandlers.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
MapHandlers.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
MessageHandler.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
MessageHandler.h Restoring SVN repository: 2006-06-21 22:37:31 +00:00
MiscHandlers.cpp # Linux/ICC fixes 2007-01-02 18:11:00 +00:00
ObjectHandlers.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
TerrainHandlers.cpp # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
TriggerHandler.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00