summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
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
2008-02-20(svn r12202) -Fix: When loading a savegame fails, don't start creating a new ...peter1138
2008-02-20(svn r12195) -Fix [FS#1787](r12100): there can be oil rigs at map borders, do...smatz
2008-02-18(svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis(...smatz
2008-02-14(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()...frosch
2008-02-13(svn r12134) -Change: count the number of ticks a vehicle was running this da...smatz
2008-02-13(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yo...smatz
2008-02-10(svn r12101) -Fix (r12100): there are void tiles at MapMaxX,Y - have to subst...smatz
2008-02-10(svn r12100) -Fix (r12042): check for water class of surrounding tiles fails ...smatz
2008-02-09(svn r12096) -Fix: remove leftover property when loading older savegamessmatz
2008-02-08(svn r12088) -Fix: assert when loading savegame with wrong tiletype at south ...smatz
2008-02-06(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed....frosch
2008-02-02(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...peter1138
2008-01-24(svn r11974) -Fix [FS#1684]: Shore and sea tiles under bridges were converted...frosch
2008-01-23(svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditionssmatz
2008-01-20(svn r11934) -Codechange: add persistent random data for river and canal tiles.peter1138
2008-01-17(svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except game...smatz
2008-01-17(svn r11908) -Fix: update crossing when merging a company, when building a cr...smatz
2008-01-15(svn r11867) -Fix: do not reset changes to persistent storages during world g...rubidium
2008-01-15(svn r11855) -Fix [FS#1335]: recompute town population when removing a 'newho...glx
2008-01-13(svn r11840) -Codechange: split network.h so not everything in there needs to...rubidium
2008-01-13(svn r11832) -Codechange: get rid of (quite) some VARDEFs.rubidium
2008-01-13(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game o...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus m...rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11774) -Change: do not include variables.h in a header when it is not n...rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2008-01-01(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...peter1138
2008-01-01(svn r11735) -Fix [FS#1574]: Don't reset loading indicator IDs when only relo...peter1138
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-28(svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned ...smatz
2007-12-28(svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenario...belugas
2007-12-28(svn r11713) -Codechange: Move some declarations and definitions in a more lo...belugas
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
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