summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
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
2010-02-22(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cppyexo
2010-02-22(svn r19204) -Fix (r1919x): airport tiles without animation had an ↵yexo
incomplete contructor
2010-02-22(svn r19199) -Codechange: add a 'name'-property to airport tilesyexo
2010-02-22(svn r19196) -Codechange: change the airport tile animation info so it works ↵yexo
just like for industry tiles
2010-02-22(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttilesyexo
2010-02-22(svn r19193) -Codechange: increase the maximum number of airport tiles to ↵yexo
256 and introduce AirportTileOverrideManager
2010-02-20(svn r19179) -Codechange: make strgen do some checking on whether genders ↵rubidium
are valid for a command (e.g. we don't have genders for numbers)
2010-02-19(svn r19165) -Fix [FS#3629]: vehicle running costs shouldn't be changed in a ↵yexo
running game
2010-02-11(svn r19099) -Doc: two files had the wrong name in the @file commentyexo
2010-02-10(svn r19082) -Codechange: make 'developer' a regular settingsmatz
2010-02-09(svn r19066) -Fix: settings that are part of the "ttdpatch flags" can cause ↵yexo
desyncs if they're changed in network games
2010-02-08(svn r19064) -Feature: Allow to select different land colours for the ↵terkhen
smallmap (reworked by Alberth).
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for ↵peter1138
rail types. (To be documented...)
2010-02-07(svn r19053) -Codechange: Add an enum for the special flags of industry ↵frosch
tiles. (based on andythenorth' work)
2010-02-05(svn r19023) -Fix (r18807): city airport introduction date had become 5 ↵rubidium
years later
2010-02-04(svn r19006) -Fix (r18970): default rail type determination failed causing ↵rubidium
'A'/SHIFT-F4 not to work the first time. As rail types can now be anything the explicit options for the different railtypes have been removed, leaving the most used rail type and first/last available rail types.
2010-02-04(svn r19005) -Codechange: make animated cursors have a bit set instead of ↵rubidium
using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed.
2010-02-04(svn r19004) -Codechange: silence ICC warning that 'integer conversion ↵rubidium
resulted in a change of sign'
2010-02-03(svn r18999) -Change: update some of the defaults (Eddi)rubidium
2010-02-03(svn r18994) -Change: content mirroring support (based on work by TrueBrain).rubidium
2010-01-31(svn r18972) -Add: [NewGRF] Per-rail type speed limits.peter1138
2010-01-29(svn r18945) -Codechange: typoyexo
2010-01-28(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft ↵yexo
crashes
2010-01-25(svn r18915) -Fix (r18912): use a macro for empty DrawTileSprites elements ↵glx
(and solve missing braces/initializer warnings)
2010-01-24(svn r18912) -Codechange: free up a bunch of airporttile ids by using the ↵yexo
tile animation frame
2010-01-24(svn r18911) -Fix (r18910): forgot to svn add the new fileyexo
2010-01-22(svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful.frosch
2010-01-21(svn r18882) -Change: default to zero AIsrubidium
2010-01-21(svn r18874) -Codechange: Change enum Sprites { to static const StringID = ↵rubidium
for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety.
2010-01-18(svn r18864) -Fix [FS#3532]: town noise population settings could not be ↵rubidium
changed in-game
2010-01-17(svn r18845) -Codechange: introduce AirportTileSpec and use it for animationyexo
2010-01-17(svn r18844) -Codechange: add GPL notice to src/table/airport_defaults.hyexo
2010-01-17(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to ↵frosch
SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
2010-01-16(svn r18840) -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing.frosch
2010-01-16(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration ↵rubidium
code plus some minor optimisations (Terkhen)
2010-01-15(svn r18807) -Codechange: introduce AirportSpec and move several ↵yexo
non-statemachine-related variables to there
2010-01-15(svn r18806) -Codechange: Typo in commentpeter1138
2010-01-15(svn r18805) -Codechange: move airport_movement.h to table/rubidium
2010-01-09(svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail ↵peter1138
vs maglev) a rail type property