summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-29(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to wind...rubidium
2008-05-28(svn r13317) -Codechange: make news messages use a linked list instead of a m...rubidium
2008-05-28(svn r13316) -Codechange: move some functions around to make them grouped mor...rubidium
2008-05-28(svn r13315) -Fix (r13314): Assert if no engines or wagons availablepeter1138
2008-05-28(svn r13314) -Codechange: Switch EngineList from std::vector to GUIListpeter1138
2008-05-28(svn r13313) -Fix-ish (r13306): List was copied in another place the autorepl...peter1138
2008-05-28(svn r13312) -Update: apply english.txt changes from r13311 to other languagesskidd13
2008-05-28(svn r13311) -Codechange: Use GUIList for the industry directory windowskidd13
2008-05-28(svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard)smatz
2008-05-28(svn r13309) -Fix: the difficulty settings from the savegame would be reset b...rubidium
2008-05-28(svn r13307) -Codechange: Separate VehicleList and its two functions so only ...peter1138
2008-05-28(svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a co...peter1138
2008-05-28(svn r13305) -Fix (r13039): Confirmation window sent both yes and no answers ...peter1138
2008-05-27(svn r13304) -Fix (r13042): possible double free (showed up in r13092)smatz
2008-05-27(svn r13303) -Fix (r13301): 64bit gcc compilation was brokensmatz
2008-05-27(svn r13302) -Fix (r13301): GCC doesn't necessarily like what MSVC likes...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-27(svn r13299) -Fix (r13286): Stations sort type isn't updated correctlyskidd13
2008-05-27(svn r13298) -Codechange: remove unused _total_signssmatz
2008-05-27(svn r13297) -Codechange: Use GUIList for the town directory windowpeter1138
2008-05-27(svn r13296) -Fix (r13276): VL_FIRST_SORT was never resetsmatz
2008-05-27(svn r13295) -Codechange: remove now redundant checksmatz
2008-05-27(svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirec...skidd13
2008-05-27(svn r13293) -Fix (r13226): airport far from a town generated too much noisesmatz
2008-05-27(svn r13292) -Fix (r13285): MSVC warningsglx
2008-05-27(svn r13291) -Fix (r13266): qsort passed wrong sizeof datapeter1138
2008-05-27(svn r13287) -Codechange: move engine list gui code away from engine.cpp (and...peter1138
2008-05-27(svn r13286) -Codechange: GUIList Sort returns now if the list sequence has b...skidd13
2008-05-27(svn r13285) -Codechange: station sorting uses GUILists Sort() nowskidd13
2008-05-27(svn r13283) -Codechange: convert the inheritance of GUIList in PlayerStation...skidd13
2008-05-27(svn r13280) -Fix (r13276): MSVC compilation was brokensmatz
2008-05-26(svn r13279) -Codechange: simplify condition for terminating loop when revers...smatz
2008-05-26(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop do...peter1138
2008-05-26(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing t...rubidium
2008-05-26(svn r13276) -Codechange: use qsort() for initial sorting of a list for bette...smatz
2008-05-26(svn r13275) -Fix: sort lists with 2 items, toosmatz
2008-05-26(svn r13273) -Fix [FS#2042]: MSVC warnings (again)glx
2008-05-26(svn r13271) -Codechange: groups sorting uses GUILists Sort() nowskidd13
2008-05-26(svn r13270) -Codechange: There is no need to clear lists in the window const...peter1138
2008-05-26(svn r13269) -Codechange: build bridge window uses GUILists Sort() nowskidd13
2008-05-26(svn r13267) -Codechange: extend GUIList with a GnomeSortskidd13
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-26(svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after movingsmatz
2008-05-26(svn r13259) -Fix: Subsidy text could still overflowpeter1138
2008-05-26(svn r13258) -Codechange: add support for using (most) of the old patch names...rubidium
2008-05-26(svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdanbelugas
2008-05-26(svn r13256) -Codechange: merge the OPTS and PATS chuncks.rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13254) -Fix: waypoint orders could have invalid flags set after conversionsmatz
2008-05-25(svn r13253) -Codechange: simplify conversion of old orders a bitsmatz