Module darkplaces: Change committed

havoc at icculus.org havoc at icculus.org
Fri Mar 28 05:29:52 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2003-03-28 10:29:52 UTC

Log message:

MSG_ReadFloat now checks if the message has enough bytes for a float before trying to decode it (why id forgot this I don't know)
added MSG_ReadBigShort, MSG_ReadBigLong, MSG_ReadBigFloat, MSG_ReadBytes
renamed MSG_ReadShort to MSG_ReadLittleShort, MSG_ReadLong to MSG_ReadLittleLong, and MSG_ReadFloat to MSG_ReadLittleFloat
added #defines for MSG_ReadShort, MSG_ReadLong, and MSG_ReadFloat to use their Little versions
optimized/cleaned up MSG_Read functions (some are now significantly shorter)

Modified files:
     common.c common.h
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: darkplaces.20030328.102952.havoc.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20030328/6a355982/attachment.diff>


More information about the twilight-commits mailing list