summaryrefslogtreecommitdiff
path: root/network_gui.c
AgeCommit message (Expand)Author
2006-12-21(svn r7523) -Feature: Add the possibility to change the newgrf configuration ...Darkvater
2006-12-19(svn r7511) -Fix(r7505): Fix network game list selection by enlarging by two ...glx
2006-12-18(svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs ...rubidium
2006-12-05(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX...matthijs
2006-11-18(svn r7206) -Codechange: Remove (some of) the magic needed for windows that c...Darkvater
2006-11-10(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos...Darkvater
2006-11-06(svn r7077) -Codechange: Send proper message to network window, and handle se...Darkvater
2006-10-27(svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages long...Darkvater
2006-10-24(svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles ...Darkvater
2006-10-24(svn r6933) -Feature: Allow spectators to speak to eachother (team)Darkvater
2006-10-24(svn r6931) -Codechange: Change textmessage format a bit. Only the sender's n...Darkvater
2006-10-24(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET...Darkvater
2006-10-24(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i...Darkvater
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-21(svn r6879) -Codechange: Remove the superflouos argument CharsetFilter parame...Darkvater
2006-10-21(svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETW...Darkvater
2006-10-20(svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCent...Darkvater
2006-10-18(svn r6825) -Codechange: Remove two globals from chat-windowDarkvater
2006-10-18(svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTE...Darkvater
2006-10-18(svn r6820) -Codechange: Some more const correctness, coding style.Darkvater
2006-10-17(svn r6816) -Codechange: Some coding style, variable localization, const corr...Darkvater
2006-10-17(svn r6814) -Codechange: For network games ci->client_playas was always p->in...Darkvater
2006-10-15(svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishin...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-10-12(svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. W...Darkvater
2006-10-12(svn r6750) -Codechange: Juggle around some header includes as they're only u...Darkvater
2006-10-08(svn r6688) -Fix (r6297): Wrong caption for server password query window (eg ...Darkvater
2006-10-03(svn r6631) -Codechange: Use accessors for click_state.belugas
2006-10-03(svn r6619) -Codechange: Use accessors for disabled_state.belugas
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-09-03(svn r6372) -Codechange: static, unneeded decleration in headers, superfluous...Darkvater
2006-09-01(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the ne...tron
2006-08-31(svn r6276) Remove a redundant assignmenttron
2006-08-27(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which...Darkvater
2006-08-22(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-20(svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)truelight
2006-08-20(svn r5968) -Feature: add auto-completion in chat-window. It completes Player...truelight
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-05(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move...Darkvater
2006-07-30(svn r5655) -Fix [SF 1424115]: Reversed arrow-sign in the multiplayer list co...Darkvater
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-11(svn r5226) Reduce the mess that sending chat messages istron
2006-05-16(svn r4892) - Fix [FS#162]: SEGV when sorting an empty server list. (glx)Darkvater