1
0
forked from 0ad/0ad
0ad/source/scripting
janwas a69ac0dee9 - fix w4 warnings
- add convenience macros for config_db(CFG_GET_SYS_VAL)
- VFSUtil::EnumDirEnts now uses flags instead of bool recursive
- UNUSED() for params, UNUSED2 (<- need better name) for variables
- config.h defines must be tested with #if (always defined) -> allows
detecting misspellings thanks to compiler warnings
- replace debug_assert(0) with debug_warn (its sole purpose)
- replace ScriptingHost::ValueToInt et al with ToPrimitive
- use nommgr.h to disable both mmgr and VC debug heap

This was SVN commit r2585.
2005-08-09 15:55:44 +00:00
..
DOMEvent.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
DOMEvent.h add dox 2005-07-22 03:56:11 +00:00
EventTypes.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
GameEvents.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSConversions.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSConversions.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSSerialization.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptableComplex.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptableObject.cpp New JavaScript interface for the network client, plus some linux/gcc/misc fixes 2005-01-17 04:52:02 +00:00
ScriptableObject.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptCustomTypes.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptCustomTypes.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptGlue.cpp ScriptableComplex.h: ScriptingHost already includes SpiderMonkey.h 2005-07-20 04:53:58 +00:00
ScriptGlue.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptingHost.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptingHost.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
SpiderMonkey.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
SynchedJSObject.cpp Revamped CNetClient/CNetServer JS Interface and new CGameAttributes 2005-01-19 22:32:25 +00:00
SynchedJSObject.h - fix w4 warnings 2005-08-09 15:55:44 +00:00