1
0
forked from 0ad/0ad
0ad/source/scripting
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
..
ScriptCustomTypes.cpp 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
ScriptCustomTypes.h ran everything though mark's newline stomper. 2004-05-30 00:46:58 +00:00
ScriptGlue.cpp Added JS setCursor(name) 2004-07-31 12:45:30 +00:00
ScriptGlue.h Added JS setCursor(name) 2004-07-31 12:45:30 +00:00
ScriptingHost.cpp Linux/GCC Compat 2004-07-27 20:59:03 +00:00
ScriptingHost.h Core Classes Reorganization: 2004-07-31 15:57:18 +00:00