1
0
forked from 0ad/0ad
0ad/source/ps/Network
pyrolink 3408b078b7 #Unit formations and rank textures
-Added functionality for "casting" and creating net messages (without
JS)
-Rank textures-specified in XML
-Formations-currently don't attack correctly (i.e. travel like mobs) and
don't switch to their movement formations when tasked to go somewhere
(the pathfinder doesn't give any heads up about destination reached, so
there's no way to change back to the original).  Also, base switching is
untested so no garuntees for next and prior formation things.

This was SVN commit r3710.
2006-03-31 03:30:34 +00:00
..
AllNetMessages.h #Unit formations and rank textures 2006-03-31 03:30:34 +00:00
Client.cpp Rotated various things (terrain texture UVs, default light and camera angles) by 45 degrees. 2006-03-21 20:55:45 +00:00
Client.h Terrain XML loading, plus mouse/JS portability and some misc stuff to mix it up 2005-06-20 15:14:36 +00:00
JSEvents.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
NetLog.cpp timer: improved timer_add_client - no longer has fixed-size storage. btw, name will change here - not happy with SUM_TIMER. 2005-10-16 23:16:08 +00:00
NetLog.h - Created JSMap 2005-02-21 17:13:31 +00:00
NetMessage.cpp #Unit formations and rank textures 2006-03-31 03:30:34 +00:00
NetMessage.h #Unit formations and rank textures 2006-03-31 03:30:34 +00:00
Network.cpp - Created JSMap 2005-02-21 17:13:31 +00:00
Network.h Linux compat changes, fix for (really old) bug in VertexBufferManager shutdown, GUI header reorganization for gcc 4.0 2006-01-29 18:23:47 +00:00
NetworkInternal.h add sem_msgwait_np for philip/use with atlas. add API fail reporting for sem_* 2005-11-03 07:26:38 +00:00
NMTCreator.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
Serialization.h Terrain XML loading, plus mouse/JS portability and some misc stuff to mix it up 2005-06-20 15:14:36 +00:00
Server.cpp Rotated various things (terrain texture UVs, default light and camera angles) by 45 degrees. 2006-03-21 20:55:45 +00:00
Server.h Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
ServerSession.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
ServerSession.h - Created JSMap 2005-02-21 17:13:31 +00:00
ServerSocket.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
Session.cpp w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
Session.h First draft of a GPG3-style profiler (including tracing into scripts, after a fashion) 2005-03-30 16:14:19 +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 profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump. 2005-10-30 16:19:20 +00:00
SocketBase.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
StreamSocket.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
StreamSocket.h types.h => lib/types.h (avoid name collision) 2005-02-26 15:13:15 +00:00
StringConverters.h String conversion fix/extension 2004-11-07 21:57:46 +00:00