Age | Commit message (Expand) | Author |
2007-06-17 | (svn r10182) -Codechange: rewrite most part of the file loading/searching to ... | rubidium |
2007-06-09 | (svn r10075) -Fix [FS#844]: small memory leak on some early returns. | rubidium |
2007-05-15 | (svn r9841) -Codechange: add a little more type strictness to the vehicle types. | rubidium |
2007-04-27 | (svn r9727) -Fix (r8546): Company password field in network player info was i... | peter1138 |
2007-04-26 | (svn r9719) -Fix: in-game private messages did not work for clients with a Cl... | rubidium |
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod... | rubidium |
2007-03-08 | (svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in th... | rubidium |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-06 | (svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked,... | rubidium |
2007-03-01 | (svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 char... | rubidium |
2007-02-02 | (svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b... | rubidium |
2007-02-01 | (svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet fu... | rubidium |
2007-02-01 | (svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func... | rubidium |
2007-02-01 | (svn r8521) -Codechange: initial step in converting Packet to a class; make a... | rubidium |
2007-01-30 | (svn r8461) -Feature: check for NewGRF compatability before actually download... | rubidium |
2007-01-27 | (svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag... | Darkvater |
2007-01-17 | (svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to m... | rubidium |
2007-01-13 | (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). ... | tron |
2007-01-12 | (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ... | rubidium |
2007-01-11 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi... | KUDr |
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ... | rubidium |
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed... | KUDr |