0ad/source/scripting
janwas 0fa0bfcb28 ConfigDB.cpp: fix vfs_load return value check
baseentity, entity: remove multiple property adds (source of
scriptablecomplex memory leak)
scriptablecomplex: add code to check for leak regression and prevent
them; add suballocator for properties, since 60k are allocated in a
short while (!) - saves time and memory

This was SVN commit r3429.
2006-01-28 22:21:54 +00:00
..
DOMEvent.cpp Added initial version of LOS, and updated minimap to show both LOS and water. 2005-10-09 03:43:03 +00:00
DOMEvent.h Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
EventTypes.h Removed references to the old attack, gather, heal and damage events (that were no longer used). 2006-01-20 21:38:58 +00:00
GameEvents.h Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant). 2005-12-29 08:42:44 +00:00
JSConversions.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSConversions.h Made ToPrimitive throw on failure (since that is preferable to returning an undefined value) 2005-08-13 18:32:58 +00:00
JSSerialization.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
ScriptableComplex.cpp ConfigDB.cpp: fix vfs_load return value check 2006-01-28 22:21:54 +00:00
ScriptableComplex.h ConfigDB.cpp: fix vfs_load return value check 2006-01-28 22:21:54 +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 Function property Getter/Setters now take a JSContext parameter. 2005-10-24 02:32: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 Health regen fix for ranged attack. 2006-01-23 03:56:48 +00:00
ScriptGlue.h host of changes to accommodate Atlas: 2005-08-14 23:34:37 +00:00
ScriptingHost.cpp - vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap. 2006-01-24 08:16:29 +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 Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00