rubidium
|
b76cc8c96b
|
(svn r9784) -Codechange: remove unused variable.
|
2007-05-04 22:38:36 +00:00 |
|
peter1138
|
c584b7a401
|
(svn r9771) -Feature: (-tte) Add password protected status to 'players' (network server) console command. (mostly dihedral)
|
2007-05-02 19:00:59 +00:00 |
|
maedhros
|
ccaaa7d33a
|
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
|
2007-04-12 13:07:15 +00:00 |
|
peter1138
|
39f92d1f21
|
(svn r9565) -Feature: Add list_patches console command. This shows all patches along with their current values. Based on patch by madman2003/GrimRC.
|
2007-04-05 12:59:57 +00:00 |
|
rubidium
|
ce919e8c71
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
a2b5b74b83
|
(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server.
|
2007-03-06 22:00:42 +00:00 |
|
truelight
|
43133c766c
|
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have
a symbol called _pause (and therefor our variable conflicts with
thatone. We shouldn't be using _ as global indicator.....)
|
2007-03-06 20:59:52 +00:00 |
|
belugas
|
6d199fcdb7
|
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-02-23 11:50:43 +00:00 |
|
rubidium
|
f66b373b52
|
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
|
2007-01-12 20:19:49 +00:00 |
|
rubidium
|
f35ed4bbc2
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|