summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-17(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...smatz
2007-12-16(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...smatz
2007-12-16(svn r11646) -Codechange: check whether (some) characters are missing in the ...rubidium
2007-12-16(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...smatz
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-12(svn r11626) -Fix [FS#1529]: Pause state wasn't set correctly in multiplayer ...skidd13
2007-12-12(svn r11624) -Fix[FS#1530]: An error in the translation of bitset to scroll d...belugas
2007-12-11(svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/trans...glx
2007-12-07(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always retur...rubidium
2007-12-04(svn r11573) -Codechange: pause games that miss GRFs by default and throw som...rubidium
2007-12-04(svn r11572) -Fix [FS#1494]: reinitialise windows system before loading a sav...glx
2007-12-02(svn r11556) -Feature: allow setting a default password for new companies in ...rubidium
2007-11-28(svn r11537) -Codechange: make it much harder to 'accidentally' add savegame ...rubidium
2007-11-25(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, stati...rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-22(svn r11495) -Fix (r11493): some compilers fail to show warnings when they sh...rubidium
2007-11-22(svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried ...rubidium
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-10-22(svn r11338) -Fix [FS#1359]: water tiles not at sealevel (i.e. canals) should...rubidium
2007-10-16(svn r11277) -Fix (r8498): the check for ghost station (on water industries) ...glx
2007-10-16(svn r11276) -Codechange: be more consistent with naming of some accessors.rubidium
2007-10-11(svn r11244) -Fix: trees can now be planted on bare land without making it gr...truelight
2007-09-27(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14Cglx
2007-09-22(svn r11138) -Codechange: prepare some subsystems for persistent storage for ...rubidium
2007-09-13(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter ...truelight
2007-09-01(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a st...rubidium
2007-08-26(svn r10982) -Fix [FS#1162]: some old savegames could be in a state that the ...rubidium
2007-08-06(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename...rubidium
2007-08-04(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit moretruelight
2007-08-03(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...rubidium
2007-08-03(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID...peter1138
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-16(svn r10601) -Codechange: store (and use) the type of stations instead of har...rubidium
2007-07-16(svn r10593) -Fix [FS#1038]: one could not remove locks that were build in a ...rubidium
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-07(svn r10460) -Codechange: add some more variables needed for newindustries re...rubidium
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-07-04(svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon i...belugas
2007-06-27(svn r10358) -Codechange: remove the cargopacket leakchecker as it never asse...rubidium
2007-06-25(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail t...rubidium
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-24(svn r10300) -Fix [FS#917]: give a better explanation why the loading of a sa...rubidium
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight