Age | Commit message (Expand) | Author |
2010-10-15 | (svn r20939) -Fix: some MSVC warnings | rubidium |
2010-10-15 | (svn r20938) -Codechange: make the code for listening on a socket (more) reus... | rubidium |
2010-10-15 | (svn r20937) -Codechange: move some variables from client/server to server only | rubidium |
2010-10-15 | (svn r20936) -Codechange: make server side packet sending methods class methods | rubidium |
2010-10-15 | (svn r20935) -Codechange: only let the server side use a pool of connected so... | rubidium |
2010-10-15 | (svn r20934) -Codechange: move NetworkGetClientName to the server's socket | rubidium |
2010-10-15 | (svn r20933) -Codechange: move some more client related methods and such to n... | rubidium |
2010-10-15 | (svn r20930) -Codechange: simplify the socket handler allocation | rubidium |
2010-10-15 | (svn r20929) -Codechange: make NetworkCloseClient a class method | rubidium |
2010-10-15 | (svn r20925) -Codechange: make the client send commands have a slightly more ... | rubidium |
2010-10-15 | (svn r20924) -Codechange: make the game connection packet handling look more ... | rubidium |
2010-10-15 | (svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket... | rubidium |
2010-09-02 | (svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive r... | frosch |
2010-09-02 | (svn r20719) -Codechange: Remove some hardcoded iconsizes. | frosch |
2010-08-31 | (svn r20705) -Fix: graphic glitch when switching to a different-sized font wh... | yexo |
2010-08-30 | (svn r20692) -Fix [FS#4055]: crash after downloading missing content | yexo |
2010-08-29 | (svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat... | alberth |
2010-08-29 | (svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), Net... | alberth |
2010-08-28 | (svn r20674) -Codechange: Remove declared functions that do not exist (anymor... | alberth |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-19 | (svn r20553) -Feature: allow rate limiting of incoming commands | rubidium |
2010-08-18 | (svn r20549) -Codechange: centralise the handling of the incoming commands (f... | rubidium |
2010-08-18 | (svn r20548) -Codechange: rename some variables giving them slightly more mea... | rubidium |
2010-08-18 | (svn r20547) -Change: the way order backups are performed. Now restoring an o... | rubidium |
2010-08-18 | (svn r20542) -Codechange: generalise the setting of "p2" to the ClientID. | rubidium |
2010-08-15 | (svn r20510) -Codechange: unify packet queue handling and make insertion O(1)... | rubidium |
2010-08-15 | (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. | alberth |
2010-08-15 | (svn r20497) -Fix [FS#3960]: non-dedicated servers failing to load a game cau... | rubidium |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-01 | (svn r20291) -Codechange: Unify break coding style. | alberth |
2010-08-01 | (svn r20289) -Codechange: Unify fall through coding style. | terkhen |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-31 | (svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the funct... | alberth |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth |
2010-07-31 | (svn r20249) -Codechange: change the newgrf name/description from a char* to ... | yexo |
2010-07-29 | (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). | terkhen |
2010-07-26 | (svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS... | alberth |
2010-07-24 | (svn r20211) -Codechange: Indented code should have curly braces around it. | alberth |
2010-07-19 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi... | rubidium |
2010-07-08 | (svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidd... | frosch |
2010-07-05 | (svn r20082) -Fix [FS#3899]: reading deleted memory when selecting a NewGRF i... | rubidium |
2010-07-02 | (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin... | alberth |
2010-06-29 | (svn r20035) -Fix [FS#3909]: under some circumstances you could get into an i... | rubidium |
2010-06-28 | (svn r20030) -Fix: MSVC 2010 defines more POSIX error constants that we defin... | michi_cc |
2010-06-27 | (svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation. | alberth |
2010-06-23 | (svn r20012) -Fix: when joining a company with a password you could only ente... | yexo |