0ad/source/simulation
olsner 09f47d6820 Core Classes Reorganization:
- g_Terrain and g_Camera totally eradicated as globals, is now m_Terrain
of CWorld and m_Camera of CGameView
- terrainMain.cpp is almost completely empty with functionality moved
into the relevant core classes
- Miscellaneous global functions moved into Core Classes (mostly
GameView)

This was SVN commit r865.
2004-07-31 15:57:18 +00:00
..
scripting Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc. 2004-07-24 14:04:40 +00:00
BaseEntity.cpp Changed error handling in Xeromyces 2004-07-29 16:17:21 +00:00
BaseEntity.h Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
BaseEntityCollection.cpp Removed trailing newlines in log messages 2004-07-11 16:05:58 +00:00
BaseEntityCollection.h Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code. 2004-07-20 19:30:35 +00:00
BoundingObjects.cpp Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
BoundingObjects.h Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
Collision.cpp Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
Collision.h Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
Entity.cpp Core Classes Reorganization: 2004-07-31 15:57:18 +00:00
Entity.h First set of Core Classes changes! w00t :P 2004-07-27 21:00:53 +00:00
EntityHandles.cpp Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
EntityHandles.h Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code. 2004-07-20 19:30:35 +00:00
EntityManager.cpp First set of Core Classes changes! w00t :P 2004-07-27 21:00:53 +00:00
EntityManager.h First set of Core Classes changes! w00t :P 2004-07-27 21:00:53 +00:00
EntityMessage.h Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code. 2004-07-20 19:30:35 +00:00
EntityOrders.h Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code. 2004-07-20 19:30:35 +00:00
EntityProperties.cpp Minor additions: Added hotkeys to GUI buttons, camera bookmarking (not sure if this system will stay), shoring up some JS error checking, moved a bunch of constants into the config file and added a new rotation mode. 2004-07-22 16:18:12 +00:00
EntityProperties.h Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code. 2004-07-20 19:30:35 +00:00
EntityStateProcessing.cpp Core Classes Reorganization: 2004-07-31 15:57:18 +00:00
PathfindEngine.cpp Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
PathfindEngine.h Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
PathfindSparse.cpp Core Classes Reorganization: 2004-07-31 15:57:18 +00:00
PathfindSparse.h Changed hotkey handling for groups and bookmarks; small pathfinding fixes. 2004-07-23 10:56:52 +00:00
Scheduler.cpp First set of Core Classes changes! w00t :P 2004-07-27 21:00:53 +00:00
Scheduler.h First set of Core Classes changes! w00t :P 2004-07-27 21:00:53 +00:00
Simulation.cpp Core Classes Reorganization: 2004-07-31 15:57:18 +00:00
Simulation.h First set of Core Classes changes! w00t :P 2004-07-27 21:00:53 +00:00