src/network/core/packet.h
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Fri, 23 Feb 2007 08:37:33 +0000 celestar (svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).
Fri, 02 Feb 2007 23:16:58 +0000 rubidium (svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
Thu, 01 Feb 2007 23:26:44 +0000 rubidium (svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet.
Thu, 01 Feb 2007 22:30:35 +0000 rubidium (svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size.
Wed, 31 Jan 2007 09:51:22 +0000 KUDr (svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name first seen using 'class' now seen using 'struct'
Fri, 12 Jan 2007 20:19:49 +0000 rubidium (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
Thu, 04 Jan 2007 21:48:52 +0000 rubidium (svn r7836) -Codechange: some constness for network/core.
Thu, 04 Jan 2007 21:21:14 +0000 rubidium (svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: