0ad/source/network
Ykkrosh 13f2e3ca0c Tried compiling with ICC9 on Linux, which raised various issues:
* Fixed some bugs with incorrect macro usage (SDL_BYTE_ORDER vs
SDL_BYTEORDER, {MSC,GCC}_VER vs {MSC,GCC}_VERSION, OS_WIN/OS_UNIX in
projects where they're not defined).
 * Removed some redundant declarations of g_Console.
 * Removed some unnecessary semicolons.
 * Removed some unused variables.
 * Added throw specification to operator new.

This was SVN commit r4698.
2006-12-16 01:01:15 +00:00
..
AllNetMessages.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Client.cpp Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00
Client.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
JSEvents.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
NetLog.cpp # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
NetLog.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
NetMessage.cpp # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
NetMessage.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Network.cpp # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Network.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
NetworkInternal.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
NMTCreator.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Serialization.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Server.cpp Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00
Server.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
ServerSession.cpp Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00
ServerSession.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
ServerSocket.cpp # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Session.cpp # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
Session.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
SessionManager.cpp # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
SessionManager.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
SocketBase.cpp GCC compatibility (fixed CStr.h case, got rid of a few warnings) 2006-10-20 01:06:43 +00:00
SocketBase.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
StreamSocket.cpp # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
StreamSocket.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
StringConverters.h # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00