0ad/source/scripting
olsner 777f06143d - A lot of small network fixes
- Connecting client(s) to a server and giving orders to a shared set of
entities now works - Yeah!
- Removed thread sync from CNetServer

This was SVN commit r1180.
2004-09-21 14:40:43 +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 - A lot of small network fixes 2004-09-21 14:40:43 +00:00
ScriptGlue.h Added getFPS(), so the GUI can draw the FPS counter. Also added getLanguageID(), so it knows what language it's using 2004-09-05 11:28:59 +00:00
ScriptingHost.cpp Added g_ScriptingHost.[GS]etObjectProperty_Double, as a randomly useful function 2004-09-03 14:10:48 +00:00
ScriptingHost.h Corrected JS_AddRoot usage (it wants a JSObject**/JSString**/jsval*/etc) 2004-09-04 14:43:23 +00:00