summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2010-10-22(svn r21008) -Change: don't make client reconnect waiting time depend on the ...rubidium
2010-10-21(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up du...rubidium
2010-10-20(svn r21001) -Fix [FS#4170] (r20936): clients were not always notified of a p...rubidium
2010-10-18(svn r20993) -Codechange: some shuffling of game protocol packet description ...rubidium
2010-10-18(svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the con...rubidium
2010-10-17(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once a...rubidium
2010-10-17(svn r20975) -Add: logging of console output for remote admins (dihedral)rubidium
2010-10-17(svn r20974) -Add: remote console (rcon) for remote admins (dihedral)rubidium
2010-10-17(svn r20973) -Add: chat sending and receiving support for remote admins (dihe...rubidium
2010-10-17(svn r20972) -Add: company statistics updates at intervals to remote admins (...rubidium
2010-10-17(svn r20971) -Add: company economy updates at intervals to remote admins (dih...rubidium
2010-10-17(svn r20970) -Add: company change notification to remote admins (dihedral)rubidium
2010-10-17(svn r20969) -Add: client info change notification to remote admins (dihedral)rubidium
2010-10-17(svn r20968) -Add: date notification of remote admins (dihedral)rubidium
2010-10-17(svn r20967) -Add: infrastructure to send information to remote admins at spe...rubidium
2010-10-17(svn r20966) -Change: enable remote administration sockets (parts by Yexo and...rubidium
2010-10-17(svn r20964) -Add: disconnecting remote admins that fail to authenticaterubidium
2010-10-17(svn r20963) -Add: stubs for a remote administration connectionrubidium
2010-10-17(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ...frosch
2010-10-16(svn r20951) -Codechange: Add SmallMap::Contains() and use it.frosch
2010-10-15(svn r20939) -Fix: some MSVC warningsrubidium
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 onlyrubidium
2010-10-15(svn r20936) -Codechange: make server side packet sending methods class methodsrubidium
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 socketrubidium
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 allocationrubidium
2010-10-15(svn r20929) -Codechange: make NetworkCloseClient a class methodrubidium
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 contentyexo
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 commandsrubidium
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