0ad/source/tools/atlas
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
..
AtlasFrontends # Fixes for MSVC 2006-12-01 20:34:28 +00:00
AtlasObject Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00
AtlasUI # Made the Atlas scenario editor partly work on Linux. 2007-01-03 15:45:13 +00:00
DatafileIO * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead. 2006-12-20 03:09:21 +00:00
GameInterface # Tidied up some code. 2007-01-08 01:56:46 +00:00