summaryrefslogtreecommitdiff
path: root/src/network/network_chat_gui.cpp
AgeCommit message (Expand)Author
2009-03-31(svn r15905) -Fix (r15424): chat completion got called twice causing tab comp...rubidium
2009-03-21(svn r15794) -Codechange: remove the DoDrawString part of the old text drawin...rubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-11(svn r15442) -Codechange: don't do magic on magic numbers when you can also u...rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with edit...rubidium
2009-02-06(svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the ta...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-08(svn r14927) -Codechange: constify widget numbers in network chat gui.belugas
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-28(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read.rubidium
2008-12-23(svn r14730) -Codechange: remove the need for networkclientsockets and networ...rubidium
2008-12-23(svn r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the am...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-12-16(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s...rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-25(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit...glx
2008-10-22(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ...smatz
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-14(svn r14320) -Fix [FS#2299]: glitch when chatbox window is full and the windo...rubidium
2008-09-14(svn r14318) -Fix [FS#2296]: OSK of the chat box did not get updated. This as...rubidium
2008-08-15(svn r14080) -Fix (r14052): assert triggered when drawing chat window with 32...glx
2008-08-12(svn r14052) -Codechange: make the size of the chat message "box" configurabl...rubidium
2008-08-12(svn r14051) -Codechange: enumify the DrawString buffer length.rubidium
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium