Go to file
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
binaries added mining sounds from kit challis/ browncoat and mining.xml, updated building/ambient with new file paths 2007-01-07 07:04:26 +00:00
build Added ICC-Linux PCH support in Premake. (It's much more like the MSVC approach than the GCC one.) 2007-01-04 03:22:23 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source # Tidied up some code. 2007-01-08 01:56:46 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00