summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-05(svn r13386) -Fix: global currency/units setting being overriden when loading...rubidium
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
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 r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-29(svn r13322) -Codechange: _no_scroll belongs more with the window code.rubidium
2008-05-29(svn r13321) -Codechange: move some GUI/viewport related functions out op ope...rubidium
2008-05-27(svn r13297) -Codechange: Use GUIList for the town directory windowpeter1138
2008-05-26(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing t...rubidium
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 r13228) -Codechange: split console.h.rubidium
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-18(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.glx
2008-05-14(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loa...glx
2008-05-14(svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-...smatz
2008-05-13(svn r13077) -Codechange: move function that updates cached num_engines to en...smatz
2008-05-13(svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them.rubidium
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated onesmatz
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12955) -Fix (r12858): compilation with desync debug was brokensmatz
2008-05-04(svn r12948) -Fix [FS#1982]: all vehicles would be available when an original...rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-29(svn r12921) -Codechange: coding style fixes and documentation updates.rubidium
2008-04-25(svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD withou...smatz
2008-04-23(svn r12858) -Add: small piece of code that can help hunting desyncs. Has to ...rubidium
2008-04-23(svn r12845) -Change: use YAPF for fairly old savegames from before YAPF was ...rubidium
2008-04-20(svn r12801) -Codechange: remove the dependency of function.h in town_map.hrubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-19(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveloa...rubidium
2008-04-19(svn r12782) -Codechange: remove some functions from functions.h and do not s...rubidium
2008-04-18(svn r12779) -Codechange: remove a few constants from openttd.h.rubidium
2008-04-18(svn r12765) -Codechange: move some stuff out of variables.h that required in...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-17(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function...smatz
2008-04-17(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()smatz
2008-04-13(svn r12696) -Fix: loading ancient savegames could result in invalid orders i...rubidium
2008-04-13(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for roa...rubidium
2008-04-10(svn r12652) -Codechange: rework the order GUI a little more to make it a lit...rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium
2008-04-06(svn r12593) -Codechange: hide Order's flags in most of the code.rubidium