Re: [Warzone-dev] [Warzone-commits] r1314 - /trunk/lib/netplay/netplay.h

2007-05-21 Thread Giel van Schijndel
Per Inge Mathisen schreef: > On 5/21/07, Dennis Schridde <[EMAIL PROTECTED]> wrote: > >> Actually it doesn't matter what they were before, since 2.1 is >> incompatible anyway and will be a lot more if the netcode should be >> rewritten. >> Well, the problem is that at that time I was not s

Re: [Warzone-dev] [Warzone-commits] r1314 - /trunk/lib/netplay/netplay.h

2007-05-21 Thread Per Inge Mathisen
On 5/21/07, Dennis Schridde <[EMAIL PROTECTED]> wrote: > But still I'd leave the BOOL in there (you could make it C99 bool though), > since neither uint8_t nor uint32_t are really descriptive about the boolean > meaning of their contents. We need a boolean value that has a guaranteed known bit wid

Re: [Warzone-dev] [Warzone-commits] r1314 - /trunk/lib/netplay/netplay.h

2007-05-21 Thread Dennis Schridde
Am Montag, 21. Mai 2007 schrieb Giel van Schijndel: > Author: muggenhor > Date: Mon May 21 00:55:12 2007 > New Revision: 1314 > > URL: http://svn.gna.org/viewcvs/warzone?rev=1314&view=rev > Log: > use (u)intX_t types for structs send accross the network (for the size > guarantees) > > Modified: >