summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.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-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...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 r11584) -Change: add some extra checking in the hope to find the cause o...rubidium
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 r11557) -Codechange: send and store the passwords a little more secure t...rubidium
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 r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming styleskidd13
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-10-30(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we g...truelight
2007-10-18(svn r11290) -Fix: obiwan in the assertion that checked for overflows when wr...rubidium
2007-09-30(svn r11188) -Codechange: rewrite of the town action related code (remove som...rubidium
2007-09-12(svn r11089) -Codechange: add revision detection to MSVC.rubidium
2007-08-30(svn r11006) -Fix: spectators are not allowed to issue commands. Issue spotte...rubidium
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...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-30(svn r10736) -Fix: Correct all mispellings of 'successful'.peter1138
2007-07-29(svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking st...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-26(svn r10694) -Codechange: update the server information in the game list ever...rubidium
2007-07-25(svn r10684) -Codechange: some more coding style related changes. Primarily m...rubidium
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-10(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients ...rubidium
2007-07-10(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game nam...rubidium
2007-07-10(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the a...rubidium
2007-07-07(svn r10462) -Add: a command dumper/loader that could be enabled compile-time...rubidium