summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2009-11-15(svn r18103) -Codechange: Base content window detail title height on font hei...peter1138
2009-11-15(svn r18099) -Codechange: scale the edit boxes to the fontsizerubidium
2009-11-15(svn r18094) -Codechange: make the network content GUI work better with RTLrubidium
2009-11-15(svn r18092) -Codechange: remove support for the unnested widgetsrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-14(svn r18078) -Codechange: remove some duplicate (non translatable) stringsrubidium
2009-11-12(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole...rubidium
2009-11-12(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually exe...rubidium
2009-11-12(svn r18051) -Codechange: make the active clients pause use a separate bit in...rubidium
2009-11-12(svn r18048) -Change: make no distinction between unpausing because of a clie...rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-11-05(svn r17977) -Fix: Busses and trucks are distinguished by cargo class.frosch
2009-11-03(svn r17963) -Codechange: some documentation stylerubidium
2009-11-02(svn r17958) -Codechange: make the join progress window nestedrubidium
2009-11-02(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/rubidium
2009-11-02(svn r17954) -Codechange: make the network client list nestedrubidium
2009-11-02(svn r17952) -Codechange: make the network client list popup nestedrubidium
2009-11-02(svn r17951) -Codechange: simplify making the popup list, remove arbirary lim...rubidium
2009-11-02(svn r17948) -Codechange: remove some magic numbers from the network client l...rubidium
2009-11-02(svn r17947) -Codechange: make the statusbar, chat input and news window know...rubidium
2009-11-02(svn r17946) -Codechange: move the widget definition of the client list close...rubidium
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...alberth
2009-10-30(svn r17905) -Codechange: make the network server list window nested (and inc...rubidium
2009-10-27(svn r17887) -Codechange: remove some (now) unneeded {SKIP}srubidium
2009-10-27(svn r17886) -Codechange: make the 'start server' window nestedrubidium
2009-10-27(svn r17885) -Codechange: make the network lobby window nestedrubidium
2009-10-27(svn r17884) -Codechange: remove (most) magic numbers from drawing the detail...rubidium
2009-10-26(svn r17882) -Codechange: make the code to draw the details in the server lis...rubidium
2009-10-26(svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes,...rubidium
2009-10-26(svn r17876) -Codechange: make the network company password window nestedrubidium
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-22(svn r17846) -Codechange: make the network content window nestedrubidium
2009-10-22(svn r17843) -Codechange: move the details drawing code of the content window...rubidium
2009-10-22(svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for...rubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...rubidium
2009-10-13(svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding n...rubidium
2009-10-09(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...smatz
2009-10-07(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet...rubidium
2009-10-07(svn r17742) -Codechange: remove unused variable from Recv_Packetrubidium
2009-10-07(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're P...rubidium
2009-10-07(svn r17737) -Codechange: remove the chat window when you were chatting with ...rubidium
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside co...smatz
2009-10-04(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-04(svn r17692) -Codechange: minor coding style fixessmatz
2009-10-03(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that wa...rubidium
2009-09-30(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with Invalidate...rubidium
2009-09-30(svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every ti...rubidium
2009-09-25(svn r17635) -Codechange: make the chat gui nestedrubidium