summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-10(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients ...rubidium
2007-07-10(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game nam...rubidium
2007-07-10(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the a...rubidium
2007-07-07(svn r10462) -Add: a command dumper/loader that could be enabled compile-time...rubidium
2007-07-03(svn r10414) -Fix: the network protocol check for required newgrfs sent stati...rubidium
2007-06-27(svn r10365) -Fix: compiling without png and networking support under MSVC.rubidium
2007-06-27(svn r10352) -Fix: the network did not request the newgrf names of newgrfs th...rubidium
2007-06-25(svn r10325) -Fix (r10323): Missed 3 company name referencespeter1138
2007-06-24(svn r10313) -Fix (r8546): value for password "protected" was sent toggled fo...rubidium
2007-06-23(svn r10298) -Fix [FS#903]: show the subdirectory below the default data dire...rubidium
2007-06-23(svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene)truelight
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium
2007-06-21(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-18(svn r10207) -Codechange: remove the redundant player_money in favour of the ...rubidium
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-10(svn r10082) -Fix [FS#846]: another memory leak in the networking code (benc).rubidium
2007-06-09(svn r10075) -Fix [FS#844]: small memory leak on some early returns.rubidium
2007-06-04(svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' ...glx
2007-06-04(svn r10035) -Change: simplified network language string sortingglx
2007-06-04(svn r10032) -Add: sort the strings in server language dropdownglx
2007-06-01(svn r10017) -Add (FS#790): more languages flags for serversglx
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-04-25(svn r9716) -Add: server_lang in [network] section of openttd.cfg, so dedicat...glx
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-04(svn r9560) -Codechange: add support for multiple 'base' directories for newg...rubidium
2007-03-20(svn r9378) -Fix [FS#688] (r9038): cancel in password queries reduces amount ...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 r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};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-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-03-05(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.celestar
2007-03-01(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 char...rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-02-11(svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulotruelight
2007-02-11(svn r8673) -Codechange: use SetNonBlocking instead of implementing yet anoth...rubidium
2007-02-08(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects ...truelight
2007-02-02(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...rubidium
2007-02-02(svn r8544) -Codechange: move game list related function/struct declarations ...rubidium
2007-02-02(svn r8543) -Codechange: make a real difference between querying the server v...rubidium
2007-02-02(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more se...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