.. |
3rdparty
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
ai
|
|
|
blitter
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
core
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
depend
|
|
|
game
|
Fix: Typo in game.hpp
|
2018-04-23 23:14:23 +02:00 |
lang
|
Update: Translations from eints
|
2018-10-08 19:45:44 +02:00 |
linkgraph
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
misc
|
Change [#6689]: Tweak HashTable hash calculation to reduce collisions. (kernigh2) (#6786)
|
2018-05-19 22:04:25 +01:00 |
music
|
Fix #6839: OLD_GM_DIR midi search path got lost (#6900)
|
2018-09-12 09:19:06 +02:00 |
network
|
Feature #986: Automatic save when losing connection to a network game
|
2018-06-23 15:22:31 +02:00 |
os
|
Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack style
|
2018-07-19 20:24:17 +02:00 |
pathfinder
|
Codechange: Use HasTrack(dir) to improve code readability.
|
2018-06-27 23:14:30 +02:00 |
saveload
|
Feature: [NewGRF] Increase size of persistent storage to 256.
|
2018-09-02 21:31:15 +02:00 |
script
|
Fix #6892: [Script] CONFIG_RANDOM did not use the full parameter range (#6902)
|
2018-09-20 22:31:38 +02:00 |
settingsgen
|
|
|
sound
|
Feature: Add XAudio2 driver
|
2018-05-17 15:06:37 +01:00 |
spriteloader
|
|
|
strgen
|
|
|
table
|
Codechange: lengthof is not defined for runtime-length strings, use sizeof instead
|
2018-06-27 22:54:46 +02:00 |
thread
|
|
|
video
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
widgets
|
Fix 2a868b9f3b : Expose widgets and windows to scripts and fix documentation.
|
2018-07-23 20:32:18 +02:00 |
aircraft_cmd.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
aircraft_gui.cpp
|
|
|
aircraft.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
airport_gui.cpp
|
|
|
airport.cpp
|
|
|
airport.h
|
|
|
animated_tile_func.h
|
|
|
animated_tile.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
articulated_vehicles.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
articulated_vehicles.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
autoreplace_base.h
|
|
|
autoreplace_cmd.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
autoreplace_func.h
|
|
|
autoreplace_gui.cpp
|
|
|
autoreplace_gui.h
|
|
|
autoreplace_type.h
|
|
|
autoreplace.cpp
|
|
|
autoslope.h
|
|
|
base_consist.cpp
|
|
|
base_consist.h
|
|
|
base_media_base.h
|
Fix: Don't complain if CAT music files are missing entirely
|
2018-06-15 23:09:17 +02:00 |
base_media_func.h
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
base_station_base.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
bmp.cpp
|
|
|
bmp.h
|
|
|
bootstrap_gui.cpp
|
|
|
bridge_gui.cpp
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
bridge_map.cpp
|
|
|
bridge_map.h
|
Change: Move rail type bits from m3 to m8.
|
2018-07-26 13:27:40 +01:00 |
bridge.h
|
|
|
build_vehicle_gui.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
cargo_type.h
|
Fix: ALL_CARGOTYPES mask constant was 32 instead of 64 bits (#6845)
|
2018-07-02 22:47:55 +02:00 |
cargoaction.cpp
|
|
|
cargoaction.h
|
|
|
cargomonitor.cpp
|
|
|
cargomonitor.h
|
|
|
cargopacket.cpp
|
|
|
cargopacket.h
|
|
|
cargotype.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
cargotype.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
cheat_func.h
|
|
|
cheat_gui.cpp
|
|
|
cheat_type.h
|
|
|
cheat.cpp
|
|
|
clear_cmd.cpp
|
|
|
clear_func.h
|
|
|
clear_map.h
|
Fix #6805: Clear some m8 bits when making some tiles.
|
2018-08-04 08:59:22 +02:00 |
cmd_helper.h
|
|
|
command_func.h
|
|
|
command_type.h
|
Feature: GS methods to scroll viewport for players (#6745)
|
2018-04-24 19:19:00 +02:00 |
command.cpp
|
Feature: GS methods to scroll viewport for players (#6745)
|
2018-04-24 19:19:00 +02:00 |
company_base.h
|
Codechange: Add initialisation values for all CompanyProperty attributes
|
2018-06-27 22:54:46 +02:00 |
company_cmd.cpp
|
|
|
company_func.h
|
|
|
company_gui.cpp
|
|
|
company_gui.h
|
|
|
company_manager_face.h
|
|
|
company_type.h
|
|
|
console_cmds.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
console_func.h
|
|
|
console_gui.cpp
|
|
|
console_gui.h
|
|
|
console_internal.h
|
|
|
console_type.h
|
|
|
console.cpp
|
|
|
cpu.cpp
|
Remove: WinCE support
|
2018-04-29 15:32:16 +02:00 |
cpu.h
|
|
|
crashlog.cpp
|
|
|
crashlog.h
|
|
|
currency.cpp
|
Feature: Added New Russian Ruble as currency (#6678)
|
2018-08-04 08:58:50 +02:00 |
currency.h
|
Feature: Added New Russian Ruble as currency (#6678)
|
2018-08-04 08:58:50 +02:00 |
date_func.h
|
|
|
date_gui.cpp
|
|
|
date_gui.h
|
|
|
date_type.h
|
|
|
date.cpp
|
|
|
debug.cpp
|
Codechange: [Win32] Use a local buffer to store the output text of DEBUG() to make the call thread-safe.
|
2018-05-26 22:28:01 +02:00 |
debug.h
|
|
|
dedicated.cpp
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
depot_base.h
|
|
|
depot_cmd.cpp
|
|
|
depot_func.h
|
|
|
depot_gui.cpp
|
|
|
depot_map.h
|
|
|
depot_type.h
|
|
|
depot.cpp
|
|
|
direction_func.h
|
|
|
direction_type.h
|
|
|
disaster_vehicle.cpp
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
disaster_vehicle.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
dock_gui.cpp
|
|
|
driver.cpp
|
|
|
driver.h
|
|
|
economy_base.h
|
|
|
economy_func.h
|
|
|
economy_type.h
|
Fix: Spelling errors (#6769)
|
2018-04-30 18:52:32 +02:00 |
economy.cpp
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
effectvehicle_base.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
effectvehicle_func.h
|
|
|
effectvehicle.cpp
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
elrail_func.h
|
|
|
elrail.cpp
|
|
|
engine_base.h
|
|
|
engine_func.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
engine_gui.cpp
|
|
|
engine_gui.h
|
|
|
engine_type.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
engine.cpp
|
Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation
|
2018-09-30 20:45:41 +02:00 |
error_gui.cpp
|
|
|
error.h
|
|
|
fileio_func.h
|
Codechange: Make FioCreateDirectory public
|
2018-06-05 22:58:35 +02:00 |
fileio_type.h
|
|
|
fileio.cpp
|
Codechange: Make FioCreateDirectory public
|
2018-06-05 22:58:35 +02:00 |
fios_gui.cpp
|
|
|
fios.cpp
|
Remove: WinCE support
|
2018-04-29 15:32:16 +02:00 |
fios.h
|
|
|
fontcache.cpp
|
Fix: Scale default FreeType font size selection by UI zoom level.
|
2018-06-17 12:59:59 +02:00 |
fontcache.h
|
Add: [Win32] Text layout using the native Windows Uniscribe library.
|
2018-06-06 21:37:09 +02:00 |
fontdetection.cpp
|
|
|
fontdetection.h
|
|
|
framerate_gui.cpp
|
Fix 2a868b9f3b : Expose widgets and windows to scripts and fix documentation.
|
2018-07-23 20:32:18 +02:00 |
framerate_type.h
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
gamelog_internal.h
|
|
|
gamelog.cpp
|
|
|
gamelog.h
|
Remove: WinCE support
|
2018-04-29 15:32:16 +02:00 |
genworld_gui.cpp
|
Codechange: Address some MSVC compiler warnings
|
2018-06-15 22:36:55 +02:00 |
genworld.cpp
|
|
|
genworld.h
|
|
|
gfx_func.h
|
Fix: Poor contrast in cargo dest flow legend window cargo labels.
|
2018-06-24 19:32:04 +02:00 |
gfx_layout.cpp
|
Fix #6854: Compilation with ICU 62 (#6912)
|
2018-09-20 22:36:45 +02:00 |
gfx_layout.h
|
Fix #6854: Compilation with ICU 62 (#6912)
|
2018-09-20 22:36:45 +02:00 |
gfx_type.h
|
|
|
gfx.cpp
|
Fix: Poor contrast in cargo dest flow legend window cargo labels.
|
2018-06-24 19:32:04 +02:00 |
gfxinit.cpp
|
Add: 32bpp SSE2 blitter palette animator (#6795)
|
2018-05-23 09:55:04 +01:00 |
gfxinit.h
|
|
|
goal_base.h
|
|
|
goal_gui.cpp
|
|
|
goal_type.h
|
|
|
goal.cpp
|
Feature: Add GS method to question a single client (#6748)
|
2018-04-28 17:37:59 +02:00 |
graph_gui.cpp
|
Change: Increase cargo type limit to 64.
|
2018-06-26 13:32:58 +01:00 |
graph_gui.h
|
|
|
ground_vehicle.cpp
|
Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation
|
2018-09-30 20:45:41 +02:00 |
ground_vehicle.hpp
|
|
|
group_cmd.cpp
|
|
|
group_gui.cpp
|
|
|
group_gui.h
|
|
|
group_type.h
|
|
|
group.h
|
|
|
gui.h
|
|
|
heightmap.cpp
|
|
|
heightmap.h
|
|
|
highscore_gui.cpp
|
|
|
highscore.cpp
|
|
|
highscore.h
|
|
|
hotkeys.cpp
|
Add: BACKSPACE can be mapped as a hotkey
|
2018-09-16 11:36:25 +02:00 |
hotkeys.h
|
|
|
house_type.h
|
|
|
house.h
|
Fix: HouseSpec::watched_cargoes not 64 bit
|
2018-07-29 17:12:56 +02:00 |
industry_cmd.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
industry_gui.cpp
|
|
|
industry_map.h
|
|
|
industry_type.h
|
|
|
industry.h
|
|
|
industrytype.h
|
|
|
ini_load.cpp
|
|
|
ini_type.h
|
|
|
ini.cpp
|
|
|
intro_gui.cpp
|
|
|
landscape_type.h
|
|
|
landscape.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
landscape.h
|
|
|
language.h
|
|
|
livery.h
|
|
|
main_gui.cpp
|
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom
|
2018-05-24 21:31:37 +02:00 |
map_func.h
|
Fix: Spelling errors (#6769)
|
2018-04-30 18:52:32 +02:00 |
map_type.h
|
Change: Extend map array by 2 bytes with a uint16.
|
2018-07-26 13:27:40 +01:00 |
map.cpp
|
Codechange: Use TileAddBy(Diag)Dir when possible.
|
2018-04-30 18:55:04 +02:00 |
misc_cmd.cpp
|
|
|
misc_gui.cpp
|
Codechange: Avoid call to memcpy using null pointer in TooltipsWindow constructor
|
2018-06-07 09:49:26 +01:00 |
misc.cpp
|
|
|
mixer.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
mixer.h
|
|
|
music_gui.cpp
|
Fix 6298b96 : Playlist window not drawing playlist
|
2018-06-25 00:00:56 +02:00 |
music.cpp
|
Change: Modernise music control logic implementation (#6839)
|
2018-06-24 20:06:05 +02:00 |
newgrf_airport.cpp
|
|
|
newgrf_airport.h
|
|
|
newgrf_airporttiles.cpp
|
|
|
newgrf_airporttiles.h
|
|
|
newgrf_animation_base.h
|
|
|
newgrf_animation_type.h
|
|
|
newgrf_callbacks.h
|
|
|
newgrf_canal.cpp
|
|
|
newgrf_canal.h
|
|
|
newgrf_cargo.cpp
|
|
|
newgrf_cargo.h
|
|
|
newgrf_class_func.h
|
|
|
newgrf_class.h
|
|
|
newgrf_commons.cpp
|
|
|
newgrf_commons.h
|
|
|
newgrf_config.cpp
|
|
|
newgrf_config.h
|
|
|
newgrf_debug_gui.cpp
|
|
|
newgrf_debug.h
|
|
|
newgrf_engine.cpp
|
|
|
newgrf_engine.h
|
|
|
newgrf_generic.cpp
|
|
|
newgrf_generic.h
|
|
|
newgrf_gui.cpp
|
Fix b4b98e5165 : Use FALLTHROUGH attribute with correct indentation.
|
2018-04-30 21:52:40 +02:00 |
newgrf_house.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
newgrf_house.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
newgrf_industries.cpp
|
|
|
newgrf_industries.h
|
|
|
newgrf_industrytiles.cpp
|
|
|
newgrf_industrytiles.h
|
|
|
newgrf_object.cpp
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
newgrf_object.h
|
Fix b4b98e5165 : Use FALLTHROUGH attribute with correct indentation.
|
2018-04-30 21:52:40 +02:00 |
newgrf_properties.h
|
|
|
newgrf_railtype.cpp
|
|
|
newgrf_railtype.h
|
|
|
newgrf_sound.cpp
|
|
|
newgrf_sound.h
|
|
|
newgrf_spritegroup.cpp
|
|
|
newgrf_spritegroup.h
|
|
|
newgrf_station.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
newgrf_station.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
newgrf_storage.cpp
|
|
|
newgrf_storage.h
|
Feature: [NewGRF] Increase size of persistent storage to 256.
|
2018-09-02 21:31:15 +02:00 |
newgrf_text.cpp
|
|
|
newgrf_text.h
|
|
|
newgrf_town.cpp
|
Change: Switch town growth rate and counter to actual game ticks (#6763)
|
2018-05-02 21:01:30 +02:00 |
newgrf_town.h
|
|
|
newgrf_townname.cpp
|
|
|
newgrf_townname.h
|
|
|
newgrf.cpp
|
Feature: [NewGRF] Increase size of persistent storage to 256.
|
2018-09-02 21:31:15 +02:00 |
newgrf.h
|
|
|
news_func.h
|
|
|
news_gui.cpp
|
|
|
news_gui.h
|
|
|
news_type.h
|
|
|
object_base.h
|
|
|
object_cmd.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
object_gui.cpp
|
|
|
object_map.h
|
|
|
object_type.h
|
|
|
object.h
|
|
|
openttd.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
openttd.h
|
|
|
order_backup.cpp
|
|
|
order_backup.h
|
|
|
order_base.h
|
|
|
order_cmd.cpp
|
|
|
order_func.h
|
|
|
order_gui.cpp
|
|
|
order_type.h
|
|
|
osk_gui.cpp
|
|
|
pbs.cpp
|
Codechange: Use HasTracks with TrackStatus.
|
2018-06-27 23:14:30 +02:00 |
pbs.h
|
|
|
progress.cpp
|
|
|
progress.h
|
|
|
querystring_gui.h
|
|
|
rail_cmd.cpp
|
Fix #6875: Depot building cost does not include foundation build cost (#6883)
|
2018-08-14 22:05:47 +02:00 |
rail_gui.cpp
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
rail_gui.h
|
|
|
rail_map.h
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
rail_type.h
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
rail.cpp
|
|
|
rail.h
|
|
|
rev.cpp.in
|
Fix: Put last SVN revision back in NewGRF version number (#6843)
|
2018-07-01 12:15:00 +02:00 |
rev.h
|
|
|
road_cmd.cpp
|
Fix #6875: Depot building cost does not include foundation build cost (#6883)
|
2018-08-14 22:05:47 +02:00 |
road_cmd.h
|
|
|
road_func.h
|
|
|
road_gui.cpp
|
Fix #6659: Bus stations can be demolished when not in demolish mode (#6815)
|
2018-06-06 13:08:22 +01:00 |
road_gui.h
|
|
|
road_internal.h
|
|
|
road_map.cpp
|
|
|
road_map.h
|
Change: Move rail type bits from m3 to m8.
|
2018-07-26 13:27:40 +01:00 |
road_type.h
|
|
|
road.cpp
|
|
|
roadstop_base.h
|
|
|
roadstop.cpp
|
|
|
roadveh_cmd.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
roadveh_gui.cpp
|
|
|
roadveh.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
safeguards.h
|
|
|
screenshot.cpp
|
Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack style
|
2018-07-19 20:24:17 +02:00 |
screenshot.h
|
|
|
sdl.cpp
|
|
|
sdl.h
|
|
|
settings_func.h
|
|
|
settings_gui.cpp
|
Feature #6090: Change music set during gameplay
|
2018-04-29 19:26:05 +02:00 |
settings_gui.h
|
Feature #6090: Change music set during gameplay
|
2018-04-29 19:26:05 +02:00 |
settings_internal.h
|
|
|
settings_type.h
|
Feature #986: Automatic save when losing connection to a network game
|
2018-06-23 15:22:31 +02:00 |
settings.cpp
|
|
|
ship_cmd.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
ship_gui.cpp
|
|
|
ship.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
signal_func.h
|
|
|
signal_type.h
|
|
|
signal.cpp
|
|
|
signs_base.h
|
|
|
signs_cmd.cpp
|
|
|
signs_func.h
|
|
|
signs_gui.cpp
|
|
|
signs_type.h
|
|
|
signs.cpp
|
|
|
slope_func.h
|
|
|
slope_type.h
|
|
|
smallmap_gui.cpp
|
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom
|
2018-05-24 21:31:37 +02:00 |
smallmap_gui.h
|
|
|
sortlist_type.h
|
|
|
sound_func.h
|
|
|
sound_type.h
|
|
|
sound.cpp
|
|
|
sprite.cpp
|
|
|
sprite.h
|
|
|
spritecache.cpp
|
|
|
spritecache.h
|
|
|
station_base.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
station_cmd.cpp
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
station_func.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
station_gui.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
station_gui.h
|
|
|
station_map.h
|
Fix #6805: Clear some m8 bits when making some tiles.
|
2018-08-04 08:59:22 +02:00 |
station_type.h
|
|
|
station.cpp
|
|
|
statusbar_gui.cpp
|
|
|
statusbar_gui.h
|
|
|
stdafx.h
|
Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack style
|
2018-07-19 20:24:17 +02:00 |
story_base.h
|
|
|
story_gui.cpp
|
|
|
story_type.h
|
|
|
story.cpp
|
|
|
string_base.h
|
|
|
string_func.h
|
|
|
string_type.h
|
|
|
string.cpp
|
Change: [Win32] Use Uniscribe instead of ICU for text caret handling.
|
2018-06-06 21:37:09 +02:00 |
stringfilter_type.h
|
|
|
stringfilter.cpp
|
|
|
strings_func.h
|
|
|
strings_type.h
|
|
|
strings.cpp
|
Change: Increase cargo type limit to 64.
|
2018-06-26 13:32:58 +01:00 |
subsidy_base.h
|
|
|
subsidy_func.h
|
|
|
subsidy_gui.cpp
|
|
|
subsidy_type.h
|
|
|
subsidy.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
tar_type.h
|
|
|
terraform_cmd.cpp
|
|
|
terraform_gui.cpp
|
|
|
terraform_gui.h
|
|
|
textbuf_gui.h
|
|
|
textbuf_type.h
|
|
|
textbuf.cpp
|
|
|
texteff.cpp
|
|
|
texteff.hpp
|
|
|
textfile_gui.cpp
|
|
|
textfile_gui.h
|
|
|
textfile_type.h
|
|
|
tgp.cpp
|
|
|
tgp.h
|
|
|
tile_cmd.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
tile_map.cpp
|
|
|
tile_map.h
|
|
|
tile_type.h
|
|
|
tilearea_type.h
|
|
|
tilearea.cpp
|
|
|
tilehighlight_func.h
|
|
|
tilehighlight_type.h
|
|
|
tilematrix_type.hpp
|
|
|
timetable_cmd.cpp
|
|
|
timetable_gui.cpp
|
|
|
timetable.h
|
|
|
toolbar_gui.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
toolbar_gui.h
|
|
|
town_cmd.cpp
|
Fix #6622: Fixes empty company name in news when gamescript constructs a town
|
2018-09-18 18:35:26 +02:00 |
town_gui.cpp
|
Feature #4186: Append '(City)' behind cities in the town directory (sbr)
|
2018-06-23 14:02:50 +02:00 |
town_map.h
|
|
|
town_type.h
|
|
|
town.h
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
townname_func.h
|
|
|
townname_type.h
|
|
|
townname.cpp
|
|
|
track_func.h
|
Codechange: Use HasTrack(dir) to improve code readability.
|
2018-06-27 23:14:30 +02:00 |
track_type.h
|
|
|
train_cmd.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
train_gui.cpp
|
|
|
train.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
transparency_gui.cpp
|
|
|
transparency_gui.h
|
|
|
transparency.h
|
|
|
transport_type.h
|
|
|
tree_cmd.cpp
|
|
|
tree_gui.cpp
|
|
|
tree_map.h
|
|
|
tunnel_map.cpp
|
|
|
tunnel_map.h
|
Change: Move rail type bits from m3 to m8.
|
2018-07-26 13:27:40 +01:00 |
tunnelbridge_cmd.cpp
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
tunnelbridge_map.h
|
|
|
tunnelbridge.h
|
|
|
vehicle_base.h
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
|
2018-05-22 18:43:34 +01:00 |
vehicle_cmd.cpp
|
Fix: Spelling errors (#6769)
|
2018-04-30 18:52:32 +02:00 |
vehicle_func.h
|
|
|
vehicle_gui_base.h
|
|
|
vehicle_gui.cpp
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
vehicle_gui.h
|
|
|
vehicle_type.h
|
Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation
|
2018-09-30 20:45:41 +02:00 |
vehicle.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
vehiclelist.cpp
|
|
|
vehiclelist.h
|
|
|
viewport_func.h
|
|
|
viewport_gui.cpp
|
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom
|
2018-05-24 21:31:37 +02:00 |
viewport_sprite_sorter_sse4.cpp
|
|
|
viewport_sprite_sorter.h
|
|
|
viewport_type.h
|
Feature: GS methods to scroll viewport for players (#6745)
|
2018-04-24 19:19:00 +02:00 |
viewport.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
void_cmd.cpp
|
|
|
void_map.h
|
|
|
water_cmd.cpp
|
Codechange: Use TileAddBy(Diag)Dir when possible.
|
2018-04-30 18:55:04 +02:00 |
water_map.h
|
|
|
water.h
|
|
|
waypoint_base.h
|
|
|
waypoint_cmd.cpp
|
Fix #6805: Update CmdBuilRailWaypoint bits.
|
2018-08-04 08:59:22 +02:00 |
waypoint_func.h
|
|
|
waypoint_gui.cpp
|
|
|
waypoint.cpp
|
|
|
widget_type.h
|
|
|
widget.cpp
|
|
|
window_func.h
|
|
|
window_gui.h
|
|
|
window_type.h
|
Fix 2a868b9f3b : Expose widgets and windows to scripts and fix documentation.
|
2018-07-23 20:32:18 +02:00 |
window.cpp
|
Feature: Framerate display window (#6822)
|
2018-07-19 21:17:07 +02:00 |
zoom_func.h
|
|
|
zoom_type.h
|
|
|