1
0
forked from 0ad/0ad
0ad/source/scripting
olsner 7bcc12373b - Created JSMap
- Changed player colour JS interface: setColour(...) instead of a colour
property
- Introduced a network log and replaced most network LOG() calls with
NET_LOG()
- Moved to a slot-based system for Pre-Game and extended a lot of the JS
APIs to networking stuff
- A bit of cleanup in the low-level network code (Unix parts)
- Clients now keep track of all other connected clients on the server
(And exposes this info to JS)
- Split out GameAttributes to its own file
- Removed unused class AttributeMap
- Changed CJSObject to use T* pointers in JS_SetPrivate (needed to make
ToScript work with multiple inheritance)

This was SVN commit r1929.
2005-02-21 17:13:31 +00:00
..
DOMEvent.cpp Linux/GCC Compat(tm) 2004-11-07 21:30:47 +00:00
DOMEvent.h fix warning: cast -1 to uint 2004-11-18 20:56:45 +00:00
JSConversions.cpp Fixes for two pathfinding bugs (neither of which were actually pathfinding bugs), added player objects (details in TM) 2005-01-18 00:46:18 +00:00
JSConversions.h This was SVN commit r1737. 2005-01-18 10:52:22 +00:00
JSSerialization.h Added semi-intelligent text parser for XMLs - so that numeric properties on entities are no longer stored as strings instead. 2004-11-27 20:02:51 +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 - Created JSMap 2005-02-21 17:13:31 +00:00
ScriptCustomTypes.cpp Fixed a few memory leaks as well as the CPlayer/SColour crash-on-exit bug 2005-01-23 01:36:47 +00:00
ScriptCustomTypes.h Fixed a few memory leaks as well as the CPlayer/SColour crash-on-exit bug 2005-01-23 01:36:47 +00:00
ScriptGlue.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
ScriptGlue.h Revamped CNetClient/CNetServer JS Interface and new CGameAttributes 2005-01-19 22:32:25 +00:00
ScriptingHost.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
ScriptingHost.h - Created JSMap 2005-02-21 17:13:31 +00:00
SynchedJSObject.cpp Revamped CNetClient/CNetServer JS Interface and new CGameAttributes 2005-01-19 22:32:25 +00:00
SynchedJSObject.h - Created JSMap 2005-02-21 17:13:31 +00:00