Age | Commit message (Expand) | Author |
2009-11-18 | (svn r18175) -Codechange: make the network lobby and client list RTL aware | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-17 | (svn r18146) -Codechange: Improve content download window scaling and offsets... | peter1138 |
2009-11-16 | (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/... | rubidium |
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 fontsize | rubidium |
2009-11-15 | (svn r18094) -Codechange: make the network content GUI work better with RTL | rubidium |
2009-11-15 | (svn r18092) -Codechange: remove support for the unnested widgets | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-14 | (svn r18078) -Codechange: remove some duplicate (non translatable) strings | rubidium |
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 functions | rubidium |
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 style | rubidium |
2009-11-02 | (svn r17958) -Codechange: make the join progress window nested | rubidium |
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 nested | rubidium |
2009-11-02 | (svn r17952) -Codechange: make the network client list popup nested | rubidium |
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}s | rubidium |
2009-10-27 | (svn r17886) -Codechange: make the 'start server' window nested | rubidium |
2009-10-27 | (svn r17885) -Codechange: make the network lobby window nested | rubidium |
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 nested | rubidium |
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 nested | rubidium |
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_Packet | rubidium |
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 includes | rubidium |
2009-10-04 | (svn r17692) -Codechange: minor coding style fixes | smatz |