summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
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
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-06(svn r12586) -Codechange: do not access an order's refit variables directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-04-03(svn r12556) -Fix (r6001): remove fences with fields when loading old savegam...smatz
2008-04-03(svn r12550) -Change: the signal GUI is now persistent - has the same data wh...smatz
2008-03-31(svn r12501) -Codechange: split signs.h.rubidium
2008-03-31(svn r12498) -Codechange: bring a little 'order' to openttd.cpp's includes an...rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-18(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't com...skidd13
2008-03-06(svn r12347) -Feature(ette): Increase house animation frame number from 32 to...frosch
2008-03-04(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable ...peter1138