summaryrefslogtreecommitdiff
path: root/network_gui.c
AgeCommit message (Expand)Author
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-31(svn r3501) - Load the lobby-window with up-to-date data upon openingDarkvater
2006-01-31(svn r3499) - Fix: a few gui glitches in the network window:Darkvater
2006-01-30(svn r3494) - Update several languages. Thanks all translators online atm (Bj...Darkvater
2006-01-29(svn r3478) - Fix: In the network game list do the default sorting on connect...Darkvater
2006-01-29(svn r3469) - Fix: plug a possible memleak with subsequential strdup's withou...Darkvater
2006-01-26(svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp ...Darkvater
2006-01-26(svn r3441) - Feature: Allow the network game list to be sorted (by name/clie...Darkvater
2006-01-26(svn r3439) - CodeChange: Remove a whole bunch of global variables and put th...Darkvater
2006-01-26(svn r3438) - Fix: first request company data, then general. Yes, it should b...Darkvater
2006-01-26(svn r3435) - Fix a warning, removed unused extern and some comments in netwo...Darkvater
2006-01-26(svn r3434) - Correctly update all network information when pressing refresh ...Darkvater
2006-01-25(svn r3429) - Feature (Followup): Change the gamelist window to accomodate fo...Darkvater
2006-01-25(svn r3427) - Feature: Allow seeing and setting the maximum amount of compani...Darkvater
2005-12-24(svn r3336) byte -> WindowClass, uint16 -> WindowNumbertron
2005-12-20(svn r3322) - Fix: Network window crash when it receives invalid information ...Darkvater
2005-12-14(svn r3298) Remove unused and write-only variablestron
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-16(svn r3211) Fix typo in r3181tron
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3172) static, consttron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-17(svn r2624) - Fix: oops, forgot to change the already in use DrawStringCenter...Darkvater
2005-07-17(svn r2610) - Feature: set server map name to the loaded name of the game/sce...Darkvater
2005-07-15(svn r2581) Fix: Behave a bit safer if central server sends bogus information...ludde
2005-07-15(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the ...ludde
2005-07-14(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...ludde
2005-06-06(svn r2422) - Codechange: magic number fix in network window (anonymous)Darkvater
2005-06-04(svn r2405) Simplify a few '? true : false' and '? false : true', especially ...tron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-30(svn r2387) - CodeChange: made the saveload code more readable and also remov...Darkvater
2005-05-17(svn r2348) - Fix: Do not scroll the game with the arrow keys when the chatbo...Darkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-12(svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe...Darkvater
2005-05-02(svn r2252) - ReFix: Redo r2251. Just remove the 'default widget handler', WD...Darkvater
2005-05-02(svn r2251) - Fix: [ 1193945 ] Clicking on the chat text box causes an assert...Darkvater
2005-04-06(svn r2157) - Feature (request): [ 1166978 ] Focus keyboard on input-box in M...Darkvater
2005-04-05(svn r2152) - Fix: Chatbar in MP games is now on-top of the news window.darkvater
2005-02-21(svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli...Darkvater
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-08(svn r1848) Remove the obscure feature of initialising the edit box with the ...tron
2005-02-06(svn r1832) Next byte -> char iteration: custom namestron
2005-02-06(svn r1827) Next iteration of the byte -> char transition: some string drawin...tron
2005-02-06(svn r1821) Move generic string handling functions to string.[ch] and introdu...tron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1808) Use strcmp() instead of home brewed function str_eq()tron
2005-01-24(svn r1643) -Fix: [ 1108547 ] You can now change the server-password via the ...truelight
2005-01-23(svn r1611) Display server port in the multiplayer game info windowdominik