Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-12 | (svn r1026) -Add: [Network] Added unique id, so in network, each client has an | truelight | |
unique id (generated via md5) | |||
2004-12-08 | (svn r982) -Fix: [Network] Because dparams are misused as a char, we had some | truelight | |
endian-problems. To fix this, we are sending dparams byte by byte (instead of an uint32). Because of this dparam is sent not-uint32-endian-safe, but char-endian-safe. Too bad dparam can no longer be used for normal stuff (which is currently not the case) (tnx to Tron and Bjarni) | |||
2004-12-04 | (svn r942) -Merged branch/network back into the trunk | truelight | |