rubidium
|
3ed6ca0aed
|
(svn r20548) -Codechange: rename some variables giving them slightly more meaningful names
|
2010-08-18 21:30:38 +00:00 |
|
rubidium
|
27e45d96a4
|
(svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands.
|
2010-08-18 20:48:38 +00:00 |
|
rubidium
|
6f81fa7215
|
(svn r20510) -Codechange: unify packet queue handling and make insertion O(1) instead of O(n)
|
2010-08-15 23:44:45 +00:00 |
|
alberth
|
a51d34c048
|
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
|
2010-08-15 14:06:43 +00:00 |
|
terkhen
|
04134c1e51
|
(svn r20289) -Codechange: Unify fall through coding style.
|
2010-08-01 20:52:11 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
alberth
|
1743c86610
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
terkhen
|
c92b2e9d3c
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
frosch
|
13a46514a7
|
(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap().
|
2010-07-08 18:38:38 +00:00 |
|
michi_cc
|
a8864b2296
|
(svn r20030) -Fix: MSVC 2010 defines more POSIX error constants that we define as well.
|
2010-06-28 18:14:00 +00:00 |
|
rubidium
|
eb8ee7ad5e
|
(svn r19809) -Codechange: make some unnamed network related enums/defines static const variables
|
2010-05-13 09:04:41 +00:00 |
|
rubidium
|
a06b3c0646
|
(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
|
2010-05-10 17:11:24 +00:00 |
|
smatz
|
52b5be7434
|
(svn r19693) -Codechange: split STATUS_INACTIVE to two states
|
2010-04-22 17:26:57 +00:00 |
|
rubidium
|
a83194fad3
|
(svn r19678) -Fix (r19607): client status was shown incorrect in the console
|
2010-04-19 19:50:56 +00:00 |
|
smatz
|
258b128a56
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
smatz
|
e0746e5bd3
|
(svn r19610) -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZED
|
2010-04-11 17:32:14 +00:00 |
|
smatz
|
150ae1c707
|
(svn r19607) -Codechange: use different packet types instead of packet subtypes
|
2010-04-11 17:17:12 +00:00 |
|
smatz
|
2682e34911
|
(svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_RECEIVE_COMMAND and DEFINE_UNAVAILABLE_UDP_RECEIVE_COMMAND
|
2010-03-23 22:36:02 +00:00 |
|
rubidium
|
017281bc22
|
(svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >= 32.
|
2010-03-11 17:57:14 +00:00 |
|
yexo
|
daf89297fe
|
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make sure all members are properly initialized
|
2010-02-25 20:06:11 +00:00 |
|
yexo
|
b21278659c
|
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
|
2010-02-25 20:05:31 +00:00 |
|
rubidium
|
a7a2568985
|
(svn r19090) -Codechange: some comment coding style fixes
|
2010-02-10 21:06:05 +00:00 |
|
rubidium
|
78f5533141
|
(svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection
|
2010-02-09 23:49:19 +00:00 |
|
rubidium
|
5eb860dabe
|
(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated
|
2010-02-07 18:28:09 +00:00 |
|
rubidium
|
00f64a64d9
|
(svn r19001) -Fix: some GCC compile warnings
|
2010-02-04 13:35:20 +00:00 |
|
rubidium
|
416a47f9a2
|
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about
|
2010-02-03 21:45:48 +00:00 |
|
rubidium
|
57996b7cd5
|
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
|
2010-02-03 18:42:23 +00:00 |
|
rubidium
|
149af66877
|
(svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables
|
2010-01-21 11:17:40 +00:00 |
|
rubidium
|
8676af5618
|
(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)
|
2010-01-16 22:01:33 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
1e68ee0de8
|
(svn r18801) -Fix: in some cases error messages weren't properly sent to the client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different.
|
2010-01-14 21:48:42 +00:00 |
|
rubidium
|
119d742015
|
(svn r18800) -Fix: in some cases with invalid packets one can crash recent trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though.
|
2010-01-14 21:47:31 +00:00 |
|
rubidium
|
42d7f30dcc
|
(svn r18608) -Change: add the concept of music sets
|
2009-12-22 21:40:29 +00:00 |
|
rubidium
|
da30e736ca
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
318c2fad7c
|
(svn r17963) -Codechange: some documentation style
|
2009-11-03 17:30:08 +00:00 |
|
smatz
|
c2c23ec661
|
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless
|
2009-10-09 11:03:00 +00:00 |
|
rubidium
|
65f97fb38c
|
(svn r17742) -Codechange: remove unused variable from Recv_Packet
|
2009-10-07 20:58:14 +00:00 |
|
rubidium
|
67a11a5776
|
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
|
2009-10-04 20:00:56 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
7c74afb1c3
|
(svn r17692) -Codechange: minor coding style fixes
|
2009-10-04 17:10:57 +00:00 |
|
rubidium
|
d579a9366a
|
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
|
2009-09-21 18:36:33 +00:00 |
|
glx
|
cf2d2cb4b6
|
(svn r17350) -Fix (r17336): broken compilation with mingw
|
2009-09-01 14:20:35 +00:00 |
|
rubidium
|
533e3da493
|
(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)
|
2009-09-01 10:07:22 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
b8bd45ba4f
|
(svn r17169) -Codechange: apply coding style to some for statements
|
2009-08-14 17:14:04 +00:00 |
|
smatz
|
d64bdb138c
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
|
rubidium
|
93493827b6
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
ede3aee313
|
(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking
|
2009-07-31 23:54:43 +00:00 |
|