summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
2010-07-16(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.michi_cc
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as ↵rubidium
"base" unit for aircraft speeds
2010-07-14(svn r20144) -Feature: Allow to configure the delay of hover events, or to ↵terkhen
disable them completely.
2010-07-02(svn r20051) -Fix [FS#3916]: coloured_news_year was stored in savegames ↵yexo
while it should be a client setting
2010-07-02(svn r20048) -Feature: Add a setting to forbid towns building level crossings.michi_cc
2010-06-08(svn r19949) -Doc: Mention tricky units (like speed) more often and more ↵frosch
consistently.
2010-06-08(svn r19947) -Doc: Comment engine property tables with engine names. (Krille)frosch
2010-05-21(svn r19870) -Codechange: silence some of GCC 3.3 warningssmatz
2010-05-20(svn r19863) -Fix: redraw the screen when changing the currency settingsrubidium
2010-05-18(svn r19852) -Fix [FS#TT-MS]: Drawing fallback sprites for unavailable ↵frosch
NewGRF waypoints failed.
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-05-12(svn r19804) -Fix (r19802): Compile before commit, or at least triple check :)rubidium
2010-05-12(svn r19803) -Fix(r19802): Compile before commit, or at least double check... belugas
2010-05-12(svn r19802) -Codechange: Replace some more magic numbers by corresponding ↵belugas
constants
2010-05-12(svn r19800) -Codechange: Replace magic number by corresponding constantbelugas
2010-05-12(svn r19796) -Codechange: introduce and use a {DEPOT} string commandrubidium
2010-05-04(svn r19758) -Add: {HEIGHT} string commandrubidium
2010-05-02(svn r19751) -Change [FS#3798]: make sure the chat area fits in the default ↵rubidium
window size; if you want it larger, you can always change/override it in the config file.
2010-04-25(svn r19721) -Change: Set the new base costs to better values.terkhen
2010-04-25(svn r19720) -Feature: New base costs for building/clearing canals, ↵terkhen
building/clearing aqueducts and building/clearing locks.
2010-04-24(svn r19715) -Codechange: Rename all appareances of shiplift to lock.terkhen
2010-04-24(svn r19712) -Fix (r19708): if the parent was a town, the parent wasn't shownrubidium
2010-04-24(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a ↵rubidium
useful tool for NewGRF developers to get some insights into the value of some variables
2010-04-24(svn r19705) -Change: reinitialise the windows when changing the ↵rubidium
newgrf_developer_tools setting
2010-04-24(svn r19704) -Codechange: unify the style of GSF enums; now they're plural ↵rubidium
instead of mixed
2010-04-24(svn r19702) -Add: {HEX} to strgenrubidium
2010-04-23(svn r19697) -Add: sprite for NewGRF some debuging featuresrubidium
2010-04-17(svn r19649) -Add: plural rule for Malteserubidium
-Fix: plural rule for Irish
2010-04-06(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qwordyexo
2010-04-03(svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the ↵yexo
break on AI string
2010-03-24(svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable ↵frosch
otherwise hidden features. -Add: Console command 'reload_newgrfs'; only available when newgrf developer tools are enabled.
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT ↵smatz
and DECLARE_ENUM_AS_BIT_SET
2010-03-21(svn r19499) -Remove: same_industry_close setting did not do what it said ↵frosch
and caused NewGRF trouble.
2010-03-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-19(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airportyexo
2010-03-18(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of ↵yexo
airports if a newgrf can't be found
2010-03-18(svn r19456) -Codechange; increase the maximum number of airportsyexo
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a ↵yexo
seperate class
2010-03-18(svn r19451) -Cleanup: remove some unused codeyexo
2010-03-12(svn r19389) -Fix [FS3676]: only show the "No AIs available" error message ↵yexo
when explicitly changing the number of AI opponents
2010-03-06(svn r19354) -Codechange: store the number of layouts in AirportSpecyexo
2010-03-06(svn r19353) -Codechange: use static objects for the airport statemachines ↵yexo
instead of new/delete at the start/end of the game -Codechange: store the fta in AirportSpec
2010-03-06(svn r19346) -Feature: Configurable slope steepness for road vehicles from ↵terkhen
0% to 10%, default is 7%.
2010-03-06(svn r19345) -Feature: Realistic acceleration for road vehicles.terkhen
2010-03-05(svn r19327) -Codechange: make the oilrig a part of the original airports ↵yexo
array so some special cases can be removed
2010-03-05(svn r19326) -Codechange: store the airport name as property in AirportSpecyexo
2010-03-05(svn r19325) -Codechange: introduce airport classes and split the default ↵yexo
airports in 4 classes
2010-03-03(svn r19308) -Change [FS#3655]: Increase the default small font size for ↵rubidium
freetype fonts as 6 point fonts are usually unreadable
2010-03-03(svn r19307) -Add: Let railtypes specify their own smallmap colour. No ↵peter1138
legend support yet.
2010-03-01(svn r19299) -Codechange: store the most compatible ttd airport type in ↵yexo
AirportSpec -Fix: [NewGRF] return the ttd airport type in station var 0xF1