summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Collapse)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-14(svn r18804) -Codechange: guard against binaries claiming to be compatible ↵rubidium
with a future (stable) release of OpenTTD.
2010-01-14(svn r18801) -Fix: in some cases error messages weren't properly sent to the ↵rubidium
client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different.
2010-01-14(svn r18800) -Fix: in some cases with invalid packets one can crash recent ↵rubidium
trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though.
2010-01-11(svn r18784) -Codechange: make NetworkSend_Command accept a company instead ↵rubidium
of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company.
2010-01-11(svn r18782) -Codechange: move the content of callback_table.cpp to ↵rubidium
network_command.cpp; it's only ever used there.
2010-01-06(svn r18746) -Fix [FS#3489]: clear the cached NewGRFs of a server when ↵rubidium
receiving a reply instead of when requesting the information. With slow/unstable network connections it would look like the NewGRF settings button went randomly missing.
2010-01-01(svn r18683) -Fix: it's not an otherrubidium
2009-12-27(svn r18645) -Fix [FS#3433](r942): out-of-bounds access in the 'Start new ↵smatz
multiplayer game' GUI
2009-12-26(svn r18640) -Fix (r18633): don't assert when accessing first invalid item, ↵smatz
it's used quite often in the code -Revert (r18637): it's not needed any more
2009-12-26(svn r18638) -Fix: downloading music sets would failrubidium
2009-12-26(svn r18637) -Fix [FS#3428]: check whether the content list is empty before ↵rubidium
trying to draw it
2009-12-22(svn r18608) -Change: add the concept of music setsrubidium
2009-12-21(svn r18595) -Fix (r18277): one couldn't enter test via the keyboard in the ↵rubidium
company password window. Also replace a magic number with a enumified constant.
2009-12-21(svn r18589) -Codechange: Add tooltip to some network windows, remove old ↵alberth
comment.
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar ↵alberth
capacity.
2009-12-20(svn r18578) -Feature: initially select the last joined server when going to ↵rubidium
the server list
2009-12-13(svn r18493) -Fix: don't access something after deleting itrubidium
2009-12-05(svn r18408) -Fix (r17954): After computing the needed width for the client ↵frosch
list, also use it.
2009-12-04(svn r18397) -Fix [FS#3346]: after cancelling downloading the download ↵rubidium
button would remain disabled
2009-12-02(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.frosch
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ↵rubidium
isn't resizable
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-28(svn r18318) -Codechange: add an enum value for manual window placementrubidium
2009-11-25(svn r18287) -Fix (r17841): a not properly updated list caused reading just ↵rubidium
freed memory which caused buttons to not work as they should
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-23(svn r18251) -Codechange: make the join status window big font awarerubidium
2009-11-22(svn r18249) -Codechange: make the network client list big font awarerubidium
2009-11-22(svn r18240) -Change: align the 'select' sprite in the network content GUI ↵rubidium
based on the font height
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-22(svn r18219) -Fix: the up/down buttons in the start network server window ↵rubidium
didn't work anymore
2009-11-22(svn r18218) -Codechange: make a few network windows big font awarerubidium
2009-11-22(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size ↵rubidium
and tooltip for scrollbars
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, ↵rubidium
WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
2009-11-20(svn r18201) -Codechange (r18092): No need anymore for initializing nested ↵alberth
widgets for Widget* arrays.
2009-11-18(svn r18175) -Codechange: make the network lobby and client list RTL awarerubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-17(svn r18146) -Codechange: Improve content download window scaling and ↵peter1138
offsets for different font size
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar ↵rubidium
capacity/matrix initialisation
2009-11-15(svn r18103) -Codechange: Base content window detail title height on font ↵peter1138
height.
2009-11-15(svn r18099) -Codechange: scale the edit boxes to the fontsizerubidium
2009-11-15(svn r18094) -Codechange: make the network content GUI work better with RTLrubidium
2009-11-15(svn r18092) -Codechange: remove support for the unnested widgetsrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-14(svn r18078) -Codechange: remove some duplicate (non translatable) stringsrubidium
2009-11-12(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the ↵rubidium
whole joining (including download) phase