summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
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
2007-06-22(svn r10268) -Fix: some old savegames could have the wrong bits unset (follow...rubidium
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-17(svn r10188) -Codechange: make it a little easier to load a savegame from the...rubidium
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-17(svn r10181) -Fix (r10093): clamp the zoom level so it won't try to use a wro...rubidium
2007-06-13(svn r10139) -Fix: all inner parts of OpenTTD assume that the resolution is a...rubidium
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-06-11(svn r10107) -Fix (r10092): Missing 'i' in 'optimized'peter1138
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight
2007-05-31(svn r10006) -Fix (FS#362): allow different signal types on one tileglx
2007-05-30(svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.belugas
2007-05-29(svn r9971) -Fix (r9892, r9958): loading of post-'bridges over "everything"' ...rubidium
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138
2007-05-27(svn r9958) -Fix (r9892): upgrading old savegames made (road)bridges unuseable.rubidium
2007-05-25(svn r9917) -Codechange: prepare some more areas for more road types. rubidium
2007-05-20(svn r9892) -Codechange: lots of ground work for allowing multiple types of "...rubidium
2007-05-19(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgottentruelight
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-15(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Cu...belugas
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-14(svn r9839) -Fix: vehicles in old savegames could leave the station because t...rubidium
2007-05-07(svn r9805) -Codechange: Use HASBIT() et al for display options bits.peter1138
2007-05-04(svn r9785) -Fix (r942, FS#765): only non dedicated servers can't have 0 playersglx
2007-05-01(svn r9762) -Feature: Two new difficulty settings : Very low number of towns ...belugas
2007-04-20(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of pro...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-18(svn r9667) -Feature: Add the concept of cities. A (configurable) proportion ...maedhros
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-11(svn r9601) -Codechange: Store grf file reference in station spec, not just G...peter1138
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-03-19(svn r9316) -Fix (r9315): Bump the savegame version for the newhouses merge.maedhros
2007-03-19(svn r9315) -Merge: The newhouses branch. With this merge comes almost comple...maedhros
2007-03-17(svn r9266) -Codechange: unify the retrieval of the base paths a little more.rubidium
2007-03-15(svn r9205) -Fix: if you started openttd with '-g' you got the same map every...truelight
2007-03-13(svn r9147) -Fix (r1770, r8161): when loadin games, enroute_from and enroute_...peter1138
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium