summaryrefslogtreecommitdiff
path: root/network_gui.c
AgeCommit message (Expand)Author
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
2006-04-29(svn r4623) - Codechange: s/byte/PlayerID/Darkvater
2006-04-07(svn r4315) Remove MAX_QUERYSTR_LEN, rather use lengthof() the real thingtron
2006-04-07(svn r4314) -Fix: a buffer overflow of the chat box introduced in r1263. Don'...tron
2006-04-07(svn r4313) The parent window of the chat box is always the main toolbar (?!)...tron
2006-04-07(svn r4312) Calculate the maximum pixel width of the entered text in the chat...tron
2006-04-07(svn r4310) The chat box has no visible window title, therefore remove the st...tron
2006-04-07(svn r4309) The initial string of the chat box is always the empty string, so...tron
2006-04-07(svn r4304) The chat box' parent window (the main toolbar, wtf?) doesn't care...tron
2006-04-06(svn r4301) - Fix: the maxlength parameter of Textbuf is supposed to be the s...Darkvater
2006-03-17(svn r3933) - [ 1439907 ] Increase client list window width so at least most ...Darkvater
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