summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Collapse)Author
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ↵alberth
various sources (including Eagle_rainbow, MinchinWeb)
2012-11-27(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without ↵frosch
GUIList::NeedResort since the latter has the sideeffects.
2012-11-27(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. ↵frosch
(Eagle_rainbow)
2012-11-27(svn r24768) -Fix: Adjust a comment to reflect some more truth.frosch
2012-11-27(svn r24767) -Codechange: Remove some fragile hacks from the multiplayer ↵frosch
list who tried to disguised themself as optimisations.
2012-11-14(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.frosch
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store ↵frosch
QueryStrings per widget instead.
2012-11-14(svn r24740) -Codechange: Remove duplicate members from ↵frosch
QueryStringBaseWindow and directly use QueryString.
2012-11-14(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.frosch
2012-11-14(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.frosch
2012-11-14(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes ↵frosch
sense if it is smaller than the second one, also its unit is not pixels.
2012-11-13(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to ↵frosch
Window::OnEditboxChanged.
2012-11-13(svn r24733) -Codechange: Move handling of editbox keys to window class.frosch
2012-11-13(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.frosch
2012-11-13(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and ↵frosch
CANCEL buttons via QueryString members.
2012-11-13(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.frosch
2012-11-13(svn r24728) -Codechange: Unify usage of OnOSKInput.frosch
2012-11-13(svn r24727) -Fix: In various windows the OSK looked shiny but using it had ↵frosch
no effect whatsoever.
2012-11-13(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.frosch
2012-11-13(svn r24725) -Cleanup: Remove old editbox focus code which is already ↵frosch
handled more generally.
2012-11-13(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-11-08(svn r24674) -Fix (r24466, r23234) [FS#5358]: Downloaded heightmaps could ↵frosch
not be used anymore. (sbr)
2012-10-28(svn r24642) -Codechange: add helper function to see if there is anything in ↵rubidium
the send queue
2012-10-28(svn r24638) -Codechange: add some #ifndefs so MSU code doesn't need to ↵rubidium
compile it, and doesn't need all the required dependencies
2012-10-21(svn r24620) -Fix (r24619): Keep admin port API compatibility.frosch
2012-10-20(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)planetmaker
2012-10-09(svn r24580) -Fix [FS#5308]: Do not add duplicates to the ban list. (alechz)frosch
2012-10-04(svn r24571) -Fix: do not cast away construbidium
2012-09-19(svn r24532) -Change: try to read more UDP packets per game looprubidium
2012-09-02(svn r24508) -Fix [FS#5281] (24488): Content GUI crashed after downloading a ↵frosch
NewGRF while it is selected.
2012-08-21(svn r24491) -Fix: compilation error with networking disabledrubidium
2012-08-20(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the ↵yexo
online content window (LordAro)
2012-08-13(svn r24466) -Codechange [FS#5236]: add general function for ContentType -> ↵yexo
Subdirectory conversion (LordAro)
2012-06-09(svn r24337) -Feature: Allow filtering for multiple words (separated by ↵frosch
whitespace resp. quoted) in the sign list, content- and NewGRF-guis.
2012-06-09(svn r24335) -Fix: The cursor in the company password window was not ↵frosch
blinking due to wrong magic constants (same as r17539).
2012-06-04(svn r24324) -Codechange: Turn functions dealing with Textbufs into member ↵frosch
functions.
2012-05-09(svn r24221) -Fix [FS#5166]: Lag counters were not properly reset when ↵rubidium
switching states making it possible to get disconnected for lagging when you weren't lagging
2012-04-17(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on ↵michi_cc
patch by Juanjo)
2012-03-25(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly ↵rubidium
selected anymore (adf88)
2012-03-25(svn r24069) -Fix (r24062): crash when not having a valid last joined addressrubidium
2012-03-25(svn r24062) -Fix [FS#5097]: immediately start querying the last joined ↵rubidium
server instead of waiting for the requery loop (adf88)
2012-02-16(svn r23958) -Fix: don't allow chat messages from pre-active clients. As ↵rubidium
they haven't got the savegame yet, they won't have the interface to send them either (dihedral)
2012-02-16(svn r23957) -Fix [FS#4990]: allow sending chat to pre-active clients as the ↵rubidium
clients start accepting once they send 'map ok' to the server, which is the same moment we change their status to pre-active
2012-02-12(svn r23941) -Add: support for clangsmatz
2012-02-06(svn r23906) -Codechange: replace magic numbers with named constants (adf88)rubidium
2012-01-22(svn r23843) -Fix: minor issue with replaying ;)rubidium
2012-01-20(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed ↵rubidium
the cargo count of the current quarter instead of the last quarter like the tooltip says
2012-01-17(svn r23822) -Fix-ish: when replaying make sure companies get created even ↵rubidium
if their creating client doesn't exist during the replay
2012-01-17(svn r23821) -Fix-ish: when replaying a command log, ignore the command limitrubidium