0ad/source/ps/Network
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
..
AllNetMessages.h - Created JSMap 2005-02-21 17:13:31 +00:00
Client.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
Client.h - Created JSMap 2005-02-21 17:13:31 +00:00
JSEvents.h - Created JSMap 2005-02-21 17:13:31 +00:00
NetLog.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
NetLog.h - Created JSMap 2005-02-21 17:13:31 +00:00
NetMessage.cpp - A lot of small network fixes 2004-09-21 14:40:43 +00:00
NetMessage.h Revamped CNetClient/CNetServer JS Interface and new CGameAttributes 2005-01-19 22:32:25 +00:00
Network.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
Network.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
NetworkInternal.h - Created JSMap 2005-02-21 17:13:31 +00:00
NMTCreator.h String conversion fix/extension 2004-11-07 21:57:46 +00:00
Serialization.h fix incorrect 64-bit serialization 2004-11-18 20:51:49 +00:00
Server.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
Server.h - Created JSMap 2005-02-21 17:13:31 +00:00
ServerSession.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
ServerSession.h - Created JSMap 2005-02-21 17:13:31 +00:00
ServerSocket.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
Session.cpp w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
Session.h - Created JSMap 2005-02-21 17:13:31 +00:00
SessionManager.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
SessionManager.h - Created JSMap 2005-02-21 17:13:31 +00:00
SocketBase.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
SocketBase.h - Created JSMap 2005-02-21 17:13:31 +00:00
StreamSocket.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
StreamSocket.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
StringConverters.h String conversion fix/extension 2004-11-07 21:57:46 +00:00