summaryrefslogtreecommitdiff
path: root/src/network/network_gui.cpp
AgeCommit message (Expand)Author
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-16(svn r11648) -Fix [FS#1560]: the company password was not set when one presse...rubidium
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-13(svn r11630) -Fix [FS#1544] (r11556): the chat GUI got broken.rubidium
2007-12-08(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...glx
2007-12-08(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ...belugas
2007-12-07(svn r11588) -Codechange: use the new member introduced in r11551glx
2007-12-06(svn r11579) -Revert(r11578): some cases of key propagation are not handled c...belugas
2007-12-06(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi...belugas
2007-12-02(svn r11556) -Feature: allow setting a default password for new companies in ...rubidium
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-25(svn r11522) -Fix: The scrollbar of the network gui could run out of boundsskidd13
2007-11-25(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in ...smatz
2007-11-24(svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in netwo...smatz
2007-11-24(svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cppsmatz
2007-11-24(svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cppsmatz
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-09-30(svn r11188) -Codechange: rewrite of the town action related code (remove som...rubidium
2007-08-14(svn r10888) -Fix (r10886): 64 bits alignment made a struct too big.rubidium
2007-08-14(svn r10886) -Codechange: modify the "start network server" GUI so it can act...rubidium
2007-07-29(svn r10726) -Codechange: make it possible that the chat window is less than ...rubidium
2007-07-27(svn r10706) -Codechange: allow resizing the multiplayer server list window.rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-25(svn r10684) -Codechange: some more coding style related changes. Primarily m...rubidium
2007-07-10(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game nam...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-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
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-04-26(svn r9719) -Fix: in-game private messages did not work for clients with a Cl...rubidium
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-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-02-02(svn r8543) -Codechange: make a real difference between querying the server v...rubidium
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-14(svn r8129) -Codechange: Change data tables to use split off palette map. And peter1138
2007-01-14(svn r8118) -Codechange: change the ordering of the network list a little:rubidium