summaryrefslogtreecommitdiff
path: root/src/variables.h
AgeCommit message (Expand)Author
2009-02-25(svn r15584) -Codechange: Move several variables from variables.h to more app...yexo
2009-02-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-08(svn r15412) -Fix: Clearing custom engine names could cause desyncs due to be...peter1138
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-08(svn r14910) -Codechange: merge the command queue handling into a single loca...rubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-06-03(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-18(svn r12771) -Codechange: remove more from variables.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-01-13(svn r11839) -Codechange: move some variables from variables.h to a more logi...rubidium
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-07(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.c...rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2007-12-28(svn r11713) -Codechange: Move some declarations and definitions in a more lo...belugas
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11700) -Codechange: reduce the amount of unnecessary includes.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-01(svn r11547) -Add: signal selection GUI for the ones that really like to use ...rubidium
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-10-15(svn r11269) -Feature: user customisable faces. Patch by BigBB.rubidium
2007-09-30(svn r11188) -Codechange: rewrite of the town action related code (remove som...rubidium
2007-09-26(svn r11174) -Codechange: add possibility to show the bounding boxes of sprit...rubidium
2007-09-26(svn r11172) -Codechange: rewrite of town road building and addition of the p...rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-09-13(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter ...truelight
2007-09-09(svn r11067) -Codechange: also make it possible to use the advanced vehicle l...rubidium
2007-09-08(svn r11063) -Codechange: make it possible for people to view the loading ind...rubidium
2007-08-29(svn r10996) -Feature: [OSX] added more options for right click emulation (co...bjarni
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-06(svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an ...rubidium
2007-06-27(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of inf...rubidium
2007-06-25(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail t...rubidium
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-21(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-18(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the p...rubidium
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138