tron
|
3154e7148d
|
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
|
2005-06-24 12:38:35 +00:00 |
|
tron
|
fea5965679
|
(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
|
2005-05-15 18:50:55 +00:00 |
|
tron
|
f0f85a7ef3
|
(svn r1803) Move debugging stuff into files of it's own
|
2005-02-05 15:58:59 +00:00 |
|
tron
|
e5cd6b6193
|
(svn r1596) Add some more statics
|
2005-01-22 22:47:58 +00:00 |
|
truelight
|
523a6a1cff
|
(svn r1389) -Add: [Network] Added packet protection. No longer a client or server
reads beyond the size of the packet
-Fix: [Network] A server no longer crashes when a client sends an
invalid DoCommand, but drops the client instead.
|
2005-01-05 14:39:48 +00:00 |
|
miham
|
57852f6498
|
(svn r1297) Language fixes in the source.. (ln-)
|
2004-12-29 13:13:29 +00:00 |
|
truelight
|
0e19f74c16
|
(svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
and 'void' where needed, prefixed all functions, typedefs and global
vars with 'Network' and organized all externals nicely.
|
2004-12-19 10:17:26 +00:00 |
|
truelight
|
b8f6d41418
|
(svn r942) -Merged branch/network back into the trunk
|
2004-12-04 17:54:56 +00:00 |
|