summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2008-06-09(svn r13433) -Codechange: remove a now useless global variable.rubidium
2008-06-08(svn r13408) -Codechange: some stricter checking.rubidium
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-04(svn r13380) -Fix (r13327): MSVC signed/unsigned warningglx
2008-06-04(svn r13378) -Fix (r13375): compilation without network support was brokensmatz
2008-06-03(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h...rubidium
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration setting...rubidium
2008-06-02(svn r13359) -Codechange: convert _fios_items to a SmallVectorskidd13
2008-05-30(svn r13344) -Codechange: remove some code duplication.rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13334) -Codechange: move the network settings variables from network/ne...rubidium
2008-05-29(svn r13330) -Fix: 'Player name' dialog was broken in two wayssmatz
2008-05-29(svn r13328) -Fix (r13327): Don't access an item when there isn't anyskidd13
2008-05-29(svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() nowskidd13
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-27(svn r13291) -Fix (r13266): qsort passed wrong sizeof datapeter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13242) -Codechange: remove _opt_ptr.rubidium
2008-05-24(svn r13229) -Codechange: replace some global variables that are only initial...rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-18(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win...rubidium
2008-05-17(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-17(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.rubidium
2008-05-15(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.rubidium
2008-05-15(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerF...glx
2008-05-11(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.rubidium
2008-05-11(svn r13044) -Fix: deleting an already deleted window.rubidium
2008-05-11(svn r13043) -Codechange: remove some duplicate variables from news_d.rubidium
2008-05-11(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands...rubidium
2008-05-11(svn r13041) -Fix: calling a virtual function on a not fully constructed obje...rubidium
2008-05-11(svn r13040) -Codechange: make a class of the NetworkLobbyWindow.rubidium
2008-05-10(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-09(svn r13025) -Codechange: remove the need for two WindowEvents.rubidium
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-05-06(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-06(svn r12968) -Fix: Don't segfault when adding a server if 0.0.0.0 was entered...maedhros
2008-05-05(svn r12963) -Fix (r12960): loading some NewGRFs could cause an infinite loop.rubidium
2008-05-05(svn r12960) -Codechange: handle return values of (some) file system related ...rubidium
2008-05-05(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a...rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz