OpenTTD/src/table
Michael Lutz a8b6e9f23c Codechange: Refactor the Freetype font cache into a generic part that does not depend on Freetype and into one that does.
This makes it easier to add other TrueType font rendering engines.
2019-05-14 11:21:36 +01:00
..
airport_defaults.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
airport_movement.h Codechange: Remove Direction*Byte types 2019-04-29 17:40:22 +01:00
airporttile_ids.h (svn r19099) -Doc: two files had the wrong name in the @file comment 2010-02-11 20:52:56 +00:00
airporttiles.h (svn r20623) -Codechange: unify the storing of animation related information 2010-08-26 15:31:40 +00:00
animcursors.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 2013-01-08 22:46:42 +00:00
autorail.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
bridge_land.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
build_industry.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
cargo_const.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
clear_land.h (svn r23188) -Fix (r23168): fences on steep slopes were broken 2011-11-11 18:01:41 +00:00
company_settings.ini Codechange: NULL -> nullptr in settings files. 2019-04-11 13:00:55 +01:00
control_codes.h Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours. (#6737) 2018-04-19 19:33:21 +01:00
currency_settings.ini Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them properly 2019-04-29 17:40:22 +01:00
elrail_data.h (svn r27972) -Fix (r15271) [FS#6670]: Catenary sprites got mixed up for depots. 2018-03-05 21:24:48 +00:00
engines.h Feature: Add NotRoadTypes (NRT) 2019-05-01 21:36:27 +02:00
gameopt_settings.ini Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them properly 2019-04-29 17:40:22 +01:00
genland.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
heightmap_colours.h (svn r26930) -Add: extra shadings to he heightmap colour tables (Chillcore) 2014-09-27 14:51:34 +00:00
industry_land.h (svn r20286) -Codechange: Unify end of doxygen comments. 2010-08-01 19:44:49 +00:00
landscape_sprite.h (svn r24877) -Fix: some whitespace "errors" 2013-01-01 10:52:32 +00:00
misc_settings.ini Codechange: Refactor the Freetype font cache into a generic part that does not depend on Freetype and into one that does. 2019-05-14 11:21:36 +01:00
newgrf_debug_data.h Feature: Add NotRoadTypes (NRT) 2019-05-01 21:36:27 +02:00
object_land.h (svn r27183) -Fix: GCC5 compilation 2015-03-13 19:42:49 +00:00
palette_convert.h (svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong 2011-12-04 19:07:24 +00:00
palettes.h (svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif) 2015-07-26 09:47:17 +00:00
pricebase.h (svn r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type. 2012-02-11 22:43:39 +00:00
railtypes.h Feature: Add NotRoadTypes (NRT) 2019-05-01 21:36:27 +02:00
road_land.h Feature: Add NotRoadTypes (NRT) 2019-05-01 21:36:27 +02:00
roadtypes.h Fix #7565: Incorrect cursor used for placing road/tram tunnels. 2019-05-09 11:51:04 +01:00
roadveh_movement.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
settings.h.postamble (svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with their more clearly named (longer) constant names 2011-03-05 11:34:31 +00:00
settings.h.preamble Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them properly 2019-04-29 17:40:22 +01:00
settings.ini Change: Limit memory allocations for each Squirrel instance 2019-05-11 15:34:33 +02:00
sprites.h Feature: Add NotRoadTypes (NRT) 2019-05-01 21:36:27 +02:00
station_land.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
strgen_tables.h Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours. (#6737) 2018-04-19 19:33:21 +01:00
string_colours.h (svn r27378) -Codechange: Fix indentation of the table values, allow Doxygen to link to the TextColour enum. 2015-08-10 10:04:14 +00:00
town_land.h Add: Houses can accept up to 16 different cargo types via NewGRF. 2019-01-21 16:06:25 +01:00
townname.h Fix: Typos. (#7517) 2019-04-15 22:06:41 +02:00
track_land.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
train_cmd.h (svn r26130) -Codechange: add some guards against using invalid image indices 2013-11-26 16:08:58 +00:00
tree_land.h (svn r17455) -Codechange: use sprite names instead of magic numbers in table/clear_land.h and change some names 2009-09-07 13:38:57 +00:00
unicode.h (svn r23582) -Fix [FS#4870]: add missing characters for certain languages and the large font 2011-12-17 21:42:11 +00:00
water_land.h (svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc) 2011-07-10 13:04:04 +00:00
win32_settings.ini Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them properly 2019-04-29 17:40:22 +01:00
window_settings.ini Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them properly 2019-04-29 17:40:22 +01:00