OpenTTD-patches/src
Woelfi Von Wolfhausen 06b9881a05
Fix typos
Fix some typos regarding formality and noun-is-written-big-rules
2021-09-26 17:57:37 +02:00
..
3rdparty Fix #9267, 47a99bb: [Squirrel] Heap use after free 2021-05-16 09:54:56 +01:00
ai Merge branch 'master' into jgrpp 2021-04-25 02:14:58 +01:00
blitter Fix use of _mm_cvtsi64_si128 which is not available on 32 bit x86 2021-05-07 03:30:36 +01:00
core Fix various compiler warnings 2021-06-11 00:39:24 +01:00
game Codechange: Replace FOR_ALL_TARS with range-based for loops 2021-05-06 21:15:07 +01:00
lang Fix typos 2021-09-26 17:57:37 +02:00
linkgraph Fix various compiler warnings 2021-06-11 22:54:27 +01:00
misc Cleanup: Delete remaining Blob code 2021-04-04 08:01:54 +01:00
music Fix build issues on MinGW 2021-08-04 22:46:56 +01:00
network Add support for retrieving JGRPP-only content from content service 2021-09-10 21:44:25 +01:00
os Thread: Adjust checks for whether current thread is the game thread 2021-06-20 10:00:36 +01:00
pathfinder Reverse behind signal pathfinding now takes into account train length 2021-09-13 02:42:24 +01:00
saveload Fix #320: Misspelling of SLXI chunk name 2021-09-17 03:22:06 +01:00
script Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-14 18:15:00 +01:00
settingsgen CMake: Fix host strgen/settingsgen importing 2021-03-04 18:50:29 +00:00
sound Codechange: Switch to explicit wide strings 2021-02-23 11:25:39 +01:00
spriteloader Avoid reading non-32bpp sprites twice where possible 2021-05-30 22:02:14 +01:00
strgen Merge branch 'master' into jgrpp 2021-04-25 02:14:58 +01:00
table Debug: Add minimum_life to house debug window 2021-09-18 12:43:22 +01:00
video Thread: Adjust checks for whether current thread is the game thread 2021-06-20 10:00:36 +01:00
widgets Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
aircraft_cmd.cpp Fix ProcessOrders not always being called after leaving a waiting order 2021-08-30 15:26:49 +01:00
aircraft_gui.cpp
aircraft.h
airport_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
animated_tile.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp Fix nullptr dereference when autoreplacing vehicle with no orders 2021-06-19 18:53:42 +01:00
autoreplace_func.h
autoreplace_gui.cpp Fix: Count engine details text in lines rather than pixels. (#9107) 2021-04-25 19:34:16 +01:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp Codechange: Replace Group::replace_protection with Group::flags 2021-04-22 22:57:00 +02:00
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h Codechange: [Network] Do not leak os_abstraction.h via base_media_func.h 2021-04-27 18:17:34 +01:00
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: we are not booing straps .. we are bootstrapping 2021-03-14 11:04:14 +01:00
bridge_gui.cpp Fix #246: No error subtitle when no bridge type is available 2021-04-24 18:27:41 +01:00
bridge_map.cpp
bridge_map.h Store tunnel/bridge signal spacing on tile, adjust spacing to fit length 2021-08-29 02:11:58 +01:00
bridge_signal_map.h Reduce screen re-draw area for bridge middle signal updates 2021-08-30 01:46:40 +01:00
bridge.h DEBUG: Add bridge pillar index to debug landinfo print 2020-11-01 21:35:21 +00:00
build_vehicle_gui.cpp Show refitted capacity when adding template vehicles with cargo filter 2021-08-22 15:01:26 +01:00
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 2021-05-06 19:35:57 +01:00
cargotype.h Fix #9440: negative cargo payments not being handled right 2021-08-04 17:49:23 +01:00
cheat_func.h
cheat_gui.cpp Add cheat: town local authority ratings fixed as Outstanding 2021-05-05 01:17:54 +01:00
cheat_type.h Add cheat: town local authority ratings fixed as Outstanding 2021-05-05 01:17:54 +01:00
cheat.cpp
clear_cmd.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
clear_func.h
clear_map.h
CMakeLists.txt NewGRF: Allow using Action 2/3 for custom signal sprites 2021-08-22 15:01:26 +01:00
cmd_helper.h
command_func.h Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
command_type.h Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
command.cpp Add implementation of multi-aspect signalling and GRF support 2021-08-28 12:54:18 +01:00
company_base.h
company_cmd.cpp Fix #9348, 4d74e51: don't try to sell shares of spectators (#9349) 2021-06-10 23:21:42 +01:00
company_func.h
company_gui.cpp Fix various compiler warnings 2021-06-11 00:39:24 +01:00
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
console_func.h Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint 2021-07-26 17:55:19 +01:00
console_gui.cpp Console: Include aliases in tab completion 2021-04-25 02:22:25 +01:00
console_gui.h
console_internal.h Merge branch 'master' into jgrpp 2021-04-25 02:14:58 +01:00
console_type.h
console.cpp Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint 2021-07-26 17:55:19 +01:00
cpu.cpp
cpu.h
crashlog_bfd.h
crashlog.cpp Add a release version string to rev.cpp 2021-09-06 17:49:08 +01:00
crashlog.h Crashlog: Update thread/lock handling to match GameLoop changes 2021-04-06 18:43:50 +01:00
currency.cpp Add: Malaysia Ringgit as Currency 2021-03-01 21:56:26 +00:00
currency.h Add: Malaysia Ringgit as Currency 2021-03-01 21:56:26 +00:00
date_func.h
date_gui.cpp Fix signed integer overflow in SetMinutesWindow callback 2021-04-18 11:28:42 +01:00
date_gui.h
date_type.h
date.cpp Merge pull request #281 from VacuumBreather/train_speed_adaptation 2021-07-03 23:00:25 +01:00
debug_settings.h Add misc debug flag for water flooding states 2021-04-12 23:59:21 +01:00
debug.cpp Fix build issues on MinGW 2021-08-04 22:46:56 +01:00
debug.h Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint 2021-07-26 17:55:19 +01:00
dedicated.cpp
departures_func.h
departures_gui.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
departures_gui.h
departures_type.h
departures.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
depot_base.h
depot_cmd.cpp
depot_func.h
depot_gui.cpp Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_vehicle.cpp Merge branch 'master' into jgrpp 2021-04-11 03:05:08 +01:00
disaster_vehicle.h
dock_gui.cpp Feature: Press ctrl to build diagonal rivers in Scenario Editor (#8880) 2021-04-02 10:13:27 +02:00
driver.cpp Codechange: Suppress warnings when asserts are disabled (#8917) 2021-04-01 11:16:19 +02:00
driver.h Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00
economy_base.h
economy_func.h
economy_type.h Fix #9440: negative cargo payments not being handled right 2021-08-04 17:49:23 +01:00
economy.cpp Fix #9440: negative cargo payments not being handled right 2021-08-04 17:49:23 +01:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
elrail_func.h
elrail.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
engine_base.h NewGRF: Elide unmasked vehicle callbacks where possible 2021-05-18 19:07:44 +01:00
engine_func.h NewGRF: Elide unmasked vehicle callbacks where possible 2021-05-18 19:07:44 +01:00
engine_gui.cpp
engine_gui.h
engine_type.h
engine.cpp Merge branch 'master' into jgrpp 2021-04-25 01:23:52 +01:00
error_gui.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
error.h
fileio_func.h Cleanup: remove the old FIO slot functions 2021-05-30 22:02:14 +01:00
fileio_type.h
fileio.cpp Cleanup: remove the old FIO slot functions 2021-05-30 22:02:14 +01:00
fios_gui.cpp Cleanup: Remove old FiosList helper methods. (#9139) 2021-05-06 19:35:57 +01:00
fios.cpp Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 2021-05-06 21:17:32 +01:00
fios.h Cleanup: remove the old FIO slot functions 2021-05-30 22:02:14 +01:00
fontcache_internal.h Fix missing override keywords 2021-03-02 23:45:08 +00:00
fontcache.cpp Fix a few compiler warnings 2021-06-23 05:45:10 +02:00
fontcache.h Codechange: Scale sprite font height once on init instead of every call to GetHeight(). 2021-05-06 20:11:59 +01:00
fontdetection.h Codechange: [Win32] Move Win32-specific font code to a seperate file. 2021-02-13 20:09:14 +01:00
framerate_gui.cpp Merge branch 'master' into jgrpp 2021-04-25 02:14:58 +01:00
framerate_type.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp Add generation of public roads linking towns 2021-06-19 13:02:36 +01:00
genworld.cpp Fix extra aspects variable not being set for newly generated maps 2021-09-12 17:36:47 +01:00
genworld.h Add generation of public roads linking towns 2021-06-19 13:02:36 +01:00
gfx_func.h Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 2021-05-30 22:02:14 +01:00
gfx_layout.cpp
gfx_layout.h
gfx_type.h Merge branch 'master' into jgrpp 2021-04-25 02:14:58 +01:00
gfx.cpp Fix changing font zoom level not updating font height cache 2021-06-10 21:37:27 +01:00
gfxinit.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
gfxinit.h
goal_base.h
goal_gui.cpp Add: Buttons to open global goals from company goals and vice versa 2021-03-08 18:18:47 +00:00
goal_type.h
goal.cpp Fix: [Network] don't desync if client leaves before you finish downloading map 2021-03-01 17:54:15 +00:00
graph_gui.cpp Remove number of days from hard-coded X axis label string 2021-06-29 19:37:20 +01:00
graph_gui.h Add station cargo history 2021-06-23 08:48:46 +02:00
ground_vehicle.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
ground_vehicle.hpp Remove "Disable vehicle image update" setting 2021-05-19 20:42:04 +01:00
group_cmd.cpp Do name generation at client, fix localisation 2021-06-27 02:28:52 +01:00
group_gui.cpp Add maximum speed (fully loaded) to train window sort list 2021-09-18 23:51:08 +01:00
group_gui.h
group_type.h
group.h Do name generation at client, fix localisation 2021-06-27 02:28:52 +01:00
gui.h
guitimer_func.h
heightmap.cpp Add: allow setting the highest mountain for heightmaps 2021-03-26 12:22:32 +01:00
heightmap.h
highscore_gui.cpp Fix #9209: Excessive time resizing highscore/news window when screen is too small. (#9210) 2021-05-08 10:22:22 +01:00
highscore.cpp
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
house.h Extra House ID's 2021-04-10 21:16:09 +09:30
industry_cmd.cpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-14 18:15:00 +01:00
industry_gui.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 2021-05-30 22:06:56 +01:00
industry_map.h
industry_type.h
industry.h
industrytype.h
infrastructure_func.h
infrastructure.cpp Add implementation of multi-aspect signalling and GRF support 2021-08-28 12:54:18 +01:00
ini_load.cpp Fix ftell() error sentinel value being used in allocation 2021-04-08 18:44:56 +01:00
ini_type.h
ini.cpp Fix e0561dbde: [MinGW] use ofstring(wchar_t*) as ofstring(wstring) doesn't exist (#8985) 2021-04-10 10:15:47 +01:00
intro_gui.cpp
landscape_type.h
landscape.cpp landscape.cpp fixes 2021-06-19 13:02:36 +01:00
landscape.h Cache current value of snow line height 2021-02-21 22:34:22 +00:00
language.h Change: treat languages as finished, if translations are 75% completed. 2021-04-22 22:16:56 +02:00
livery.h
main_gui.cpp
map_func.h Add generation of public roads linking towns 2021-06-19 13:02:36 +01:00
map_type.h
map.cpp
misc_cmd.cpp Add cheat: town local authority ratings fixed as Outstanding 2021-05-05 01:17:54 +01:00
misc_gui.cpp Use CommandContainer for demolish area callback state storage 2021-06-15 14:33:44 +01:00
misc.cpp Add implementation of multi-aspect signalling and GRF support 2021-08-28 12:54:18 +01:00
mixer.cpp Fix: Allow full sample range for 16-bit audio. 2021-04-06 19:31:14 +01:00
mixer.h
music_gui.cpp Codechange: Set specific widgets dirty instead of window. 2021-05-08 10:22:22 +01:00
music.cpp Codechange: lets music make use of RandomAccessFile instead of the FIO slot functions 2021-05-30 08:23:50 +01:00
newgrf_airport.cpp Cleanup: Use std::vector in RealSpriteGroup. 2021-05-06 20:21:57 +01:00
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_cache_check.h
newgrf_callbacks.h
newgrf_canal.cpp Cleanup: Use std::vector in RealSpriteGroup. 2021-05-06 20:21:57 +01:00
newgrf_canal.h
newgrf_cargo.cpp Cleanup: Use std::vector in RealSpriteGroup. 2021-05-06 20:21:57 +01:00
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
newgrf_commons.h Elide vehicle random trigger callbacks 2021-05-18 22:14:19 +01:00
newgrf_config.cpp Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot functions 2021-05-30 22:02:14 +01:00
newgrf_config.h Cleanup: remove the old FIO slot functions 2021-05-30 22:02:14 +01:00
newgrf_debug_gui.cpp Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 2021-05-30 22:02:14 +01:00
newgrf_debug.h Codechange: replace _realtime_tick with std::chrono for mouse events 2021-03-01 17:54:15 +00:00
newgrf_engine.cpp Debug: Add general mechanism to dump a sprite group chain 2021-05-21 19:35:22 +01:00
newgrf_engine.h
newgrf_generic.cpp Cleanup: Use std::vector in RealSpriteGroup. 2021-05-06 20:21:57 +01:00
newgrf_generic.h
newgrf_gui.cpp Cleanup: remove the old FIO slot functions 2021-05-30 22:02:14 +01:00
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared-euclidian distance to 16 bit, when they should not. 2021-05-06 20:52:00 +01:00
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_newsignals.cpp NewGRF: Allow using Action 2/3 for custom signal sprites 2021-08-22 15:01:26 +01:00
newgrf_newsignals.h NewGRF: Allow using Action 2/3 for custom signal sprites 2021-08-22 15:01:26 +01:00
newgrf_object.cpp Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared-euclidian distance to 16 bit, when they should not. 2021-05-06 20:52:00 +01:00
newgrf_object.h
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
newgrf_railtype.h Add implementation of multi-aspect signalling and GRF support 2021-08-28 12:54:18 +01:00
newgrf_roadtype.cpp Cleanup: Use std::vector in RealSpriteGroup. 2021-05-06 20:21:57 +01:00
newgrf_roadtype.h
newgrf_sound.cpp Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions 2021-05-30 08:23:39 +01:00
newgrf_sound.h
newgrf_spritegroup.cpp Debug: Add general mechanism to dump a sprite group chain 2021-05-21 19:35:22 +01:00
newgrf_spritegroup.h Fix a few compiler warnings 2021-06-23 05:45:10 +02:00
newgrf_station.cpp Codechange: Use std::vector for NewGRF station tile sprite layouts. 2021-05-06 21:10:33 +01:00
newgrf_station.h Codechange: Use std::vector for NewGRF station tile sprite layouts. 2021-05-06 21:10:33 +01:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp Fix 11ab3c4: [NewGRF] Overflow when determining cargo mask for string code 9A 1E 2021-08-04 17:49:23 +01:00
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
newgrf.h Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
news_func.h
news_gui.cpp Fix news window viewports not updating vehicle images 2021-06-22 08:46:38 +01:00
news_gui.h
news_type.h
object_base.h
object_cmd.cpp Fix #9527: Crash when trying to place multitile objects at map edge 2021-09-13 02:42:24 +01:00
object_gui.cpp Fix #8603: Don't give focus to text filter when opening Object GUI (#9547) 2021-09-12 11:23:10 +01:00
object_map.h
object_type.h
object.h Add: Hotkey to focus the build object class name filter editbox. 2021-04-02 10:12:47 +02:00
openttd.cpp Include version label in output of -q switch 2021-08-30 11:21:14 +01:00
openttd.h Merge branch 'master' into jgrpp 2021-04-12 22:59:30 +01:00
order_backup.cpp
order_backup.h
order_base.h Add depot order flag for specific depot 2021-07-23 18:33:24 +01:00
order_cmd.cpp Fix various compiler warnings 2021-06-11 00:39:24 +01:00
order_cmd.h Fix unsigned unary minus warning in RemoveVehicleOrdersIf 2021-06-20 20:31:31 +01:00
order_func.h
order_gui.cpp Revert "Make old group creation methods consistent with new one by calling the same command" 2021-06-21 00:31:36 +02:00
order_type.h Add depot order flag for specific depot 2021-07-23 18:33:24 +01:00
osk_gui.cpp Fix: Use unscaled values for padding OSK 2021-05-06 20:11:59 +01:00
pbs.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
pbs.h Validate lookahead reservation end OK before calling FollowTrainReservation 2021-04-01 00:36:13 +01:00
plans_base.h
plans_cmd.cpp
plans_func.h
plans_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
plans_type.h
plans.cpp
programmable_signals_gui.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
programmable_signals.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
programmable_signals.h
progress.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
progress.h Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
querystring_gui.h
rail_cmd.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
rail_gui.cpp Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
rail_gui.h
rail_map.h Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
rail_type.h
rail.cpp Add setting for no vehicles introduced after given year 2021-03-17 18:51:19 +00:00
rail.h Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
random_access_file_type.h Inline fast case for random access file byte/word/dword read 2021-05-30 22:02:14 +01:00
random_access_file.cpp Inline fast case for random access file byte/word/dword read 2021-05-30 22:02:14 +01:00
rev.cpp.in Add: support filtering content entries for patchpacks 2021-09-10 21:24:02 +01:00
rev.h Add: support filtering content entries for patchpacks 2021-09-10 21:24:02 +01:00
road_cmd.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
road_cmd.h
road_func.h
road_gui.cpp Cleanup: Replace FOR_ALL_SORTED_ROADTYPES macro with range iterator. 2021-05-06 18:21:30 +01:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
road.cpp Add sanity check 2021-06-19 13:11:03 +01:00
road.h Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 2021-05-06 21:21:41 +01:00
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp Fix ProcessOrders not always being called after leaving a waiting order 2021-08-30 15:26:49 +01:00
roadveh_gui.cpp
roadveh.h Distribute articulated vehicle weight evenly between articulated parts 2021-04-03 22:04:37 +01:00
safeguards.h Change: [Network] Safeguard from using errno/strerror for handling network errors 2021-04-27 18:17:34 +01:00
schdispatch_cmd.cpp Fix signed integer overflow when initialising scheduled dispatch 2021-04-18 11:05:24 +01:00
schdispatch_gui.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
schdispatch.h
scope_info.cpp
scope_info.h
scope.h
screenshot_gui.cpp Add topography and industries screenshot types 2021-06-11 20:14:56 +02:00
screenshot_gui.h
screenshot.cpp Merge PR #271 into jgrpp 2021-06-12 00:31:47 +01:00
screenshot.h Add topography and industries screenshot types 2021-06-11 20:14:56 +02:00
settings_func.h Include setting name in command log for setting change commands 2021-06-15 18:52:40 +01:00
settings_gui.cpp Show linear scaling value in settings window for cargo scaling settings 2021-09-08 22:03:02 +01:00
settings_gui.h
settings_internal.h Show linear scaling value in settings window for cargo scaling settings 2021-09-08 22:03:02 +01:00
settings_type.h Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
settings.cpp Store tunnel/bridge signal spacing on tile, adjust spacing to fit length 2021-08-29 02:11:58 +01:00
ship_cmd.cpp Implement improved breakdown speed reductions for ships 2021-09-11 23:50:04 +01:00
ship_gui.cpp Implement improved breakdown speed reductions for ships 2021-09-11 23:50:04 +01:00
ship.h Implement improved breakdown speed reductions for ships 2021-09-11 23:50:04 +01:00
signal_func.h Fix extra aspects variable not being set for newly generated maps 2021-09-12 17:36:47 +01:00
signal_type.h Add new signal type: no-entry signal 2021-09-04 11:39:54 +01:00
signal.cpp Fix extra aspects variable not being set for newly generated maps 2021-09-12 17:36:47 +01:00
signs_base.h
signs_cmd.cpp Fix: memory leak due to assigning result of strdup to a std::string 2021-05-30 07:52:46 +01:00
signs_func.h
signs_gui.cpp Fix: Improved scaling and spacing of sign list window. 2021-05-06 20:11:59 +01:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_colours.h
smallmap_gui.cpp Fix: Scale smallmap legend 'blob' to fit text. 2021-05-06 20:11:59 +01:00
smallmap_gui.h Fix: Scale smallmap legend 'blob' to fit text. 2021-05-06 20:11:59 +01:00
sortlist_type.h Add sort by number of vehicles calling to station list window 2021-09-02 01:02:52 +01:00
sound_func.h
sound_type.h Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions 2021-05-30 08:23:39 +01:00
sound.cpp Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions 2021-05-30 08:23:39 +01:00
sprite.cpp
sprite.h
spritecache.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
spritecache.h Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 2021-05-30 22:02:14 +01:00
station_base.h Add NewGRF feature: Extra station name strings 2021-07-17 20:54:10 +01:00
station_cmd.cpp Fix: Use of unstable sort when distributing cargo production can cause desyncs 2021-08-01 00:21:41 +01:00
station_func.h
station_gui.cpp Add sort by number of vehicles calling to station list window 2021-09-02 01:02:52 +01:00
station_gui.h Add initial implementation from Joker's patch 2021-06-13 02:48:40 +02:00
station_kdtree.h
station_map.h
station_type.h Change station cargo history storage format 2021-06-29 19:37:20 +01:00
station.cpp Add NewGRF feature: Extra station name strings 2021-07-17 20:54:10 +01:00
statusbar_gui.cpp Update status bar sizing when changing date/time display settings 2021-06-10 22:12:10 +01:00
statusbar_gui.h Update status bar sizing when changing date/time display settings 2021-06-10 22:12:10 +01:00
stdafx.h Define __STDC_FORMAT_MACROS in stdafx.h 2021-05-12 18:09:09 +01:00
story_base.h
story_gui.cpp
story_type.h
story.cpp Feature: Push-buttons on storybook pages (#7896) 2020-05-22 22:22:55 +02:00
string_base.h
string_func_extra.h Avoid undefined behaviour const_casting std::string c_str() 2021-03-11 01:33:06 +00:00
string_func.h Fix various compiler warnings 2021-06-11 00:39:24 +01:00
string_type.h Cheats window: Allow clicking money text to enter quantity 2021-03-21 12:52:01 +00:00
string.cpp Fix: String validation could leave invalid Utf8 encoded strings (#9096) 2021-05-06 19:37:50 +01:00
stringfilter_type.h
stringfilter.cpp
strings_func.h
strings_type.h Codechange: remove special strings for language and resolutions (#8824) 2021-03-09 10:58:33 +01:00
strings.cpp Add NewGRF feature: Extra station name strings 2021-07-17 20:54:10 +01:00
subsidy_base.h
subsidy_func.h Cleanup: Replace single-use Pair struct with std::pair. 2021-04-21 21:39:00 +02:00
subsidy_gui.cpp
subsidy_type.h
subsidy.cpp Cleanup: Replace single-use Pair struct with std::pair. 2021-04-21 21:39:00 +02:00
tar_type.h Codechange: Replace FOR_ALL_TARS with range-based for loops 2021-05-06 21:15:07 +01:00
tbtr_template_gui_create.cpp Fix vertical scrollbar extents in template window info sections 2021-08-22 15:01:26 +01:00
tbtr_template_gui_create.h
tbtr_template_gui_main.cpp Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
tbtr_template_gui_main.h Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
tbtr_template_vehicle_func.cpp Show buy cost and running cost in template windows 2021-08-22 15:01:26 +01:00
tbtr_template_vehicle_func.h Show buy cost and running cost in template windows 2021-08-22 15:01:26 +01:00
tbtr_template_vehicle.cpp
tbtr_template_vehicle.h Fix #299: Add estimated max speed (full) to template windows 2021-07-17 23:21:12 +01:00
terraform_cmd.cpp Fix: part of a tile might not be marked dirty upon terraforming 2021-06-07 18:26:24 +01:00
terraform_gui.cpp Add a build public roads button to the scenario editor 2021-06-19 13:11:03 +01:00
terraform_gui.h
textbuf_gui.h Use CommandContainer for demolish area callback state storage 2021-06-15 14:33:44 +01:00
textbuf_type.h
textbuf.cpp
texteff.cpp Fix #9174: Don't update text effect if it has been reset. (#9183) 2021-05-06 21:13:46 +01:00
texteff.hpp Fix: Update text effect size when font zoom is changed. (#9174) 2021-05-06 20:52:00 +01:00
textfile_gui.cpp Fix: 'Cache' top and bottom lines of textfile viewer to avoid overdraw. (#9131) 2021-05-06 18:25:45 +01:00
textfile_gui.h Fix: 'Cache' top and bottom lines of textfile viewer to avoid overdraw. (#9131) 2021-05-06 18:25:45 +01:00
textfile_type.h
tgp.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
tgp.h Feature: auto-detect map height limit based on generated map 2021-03-26 12:22:32 +01:00
thread.h Thread: Adjust checks for whether current thread is the game thread 2021-06-20 10:00:36 +01:00
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
tilearea_type.h
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable_cmd.cpp Fix #300: Toggling auto separation does not redraw sched dispatch enable button 2021-07-17 21:02:05 +01:00
timetable_gui.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
timetable.h Use ID as sort tie-breaker in TimetableProgress comparison 2021-08-04 17:49:23 +01:00
toolbar_gui.cpp Change: Return 'New company/Spectate' option to company toolbar menu 2021-09-11 00:11:50 +01:00
toolbar_gui.h
town_cmd.cpp Fix founding towns not filling the nearby station cache, causing desyncs 2021-06-30 17:30:08 +01:00
town_gui.cpp Fix house placing picking wrong town when placing outside town enabled 2021-06-30 17:14:05 +01:00
town_gui.h
town_kdtree.h
town_map.h Extra House ID's 2021-04-10 21:16:09 +09:30
town_type.h
town.h Disable town noise limits in indifferent town tolerance mode 2021-06-16 21:03:51 +01:00
townname_func.h
townname_type.h
townname.cpp Fix #8919: Release builds with asserts enabled (#8925) 2021-04-01 23:57:49 +01:00
tracerestrict_gui.cpp Tracerestrict: Add slot action mode, try to acquire (only on reserve) 2021-08-15 22:39:52 +01:00
tracerestrict.cpp Tracerestrict: Add slot action mode, try to acquire (only on reserve) 2021-08-15 22:39:52 +01:00
tracerestrict.h Tracerestrict: Add slot action mode, try to acquire (only on reserve) 2021-08-15 22:39:52 +01:00
track_func.h
track_type.h
train_cmd.cpp Avoid premature reservations with reverse at waypoint orders with wait time 2021-09-13 00:48:35 +01:00
train_gui.cpp Rename and move train max speed estimation functions 2021-07-17 23:06:34 +01:00
train_speed_adaptation.h Move train speed adaptation structs to separate header file 2021-06-27 04:41:46 +01:00
train.h Realistic braking: Increase value of RBC_BRAKE_FORCE_PER_LENGTH 2021-09-04 21:59:45 +01:00
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp Fix truncation of arctic tree probability distribution 2021-06-20 11:25:12 +01:00
tree_gui.cpp
tree_map.h
tunnel_base.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp Reduce screen re-draw area for tunnel/bridge end signal updates 2021-08-30 03:09:30 +01:00
tunnelbridge_map.h Store tunnel/bridge signal spacing on tile, adjust spacing to fit length 2021-08-29 02:11:58 +01:00
tunnelbridge.h Reduce screen re-draw area for tunnel/bridge end signal updates 2021-08-30 03:09:30 +01:00
unit_conversion.h Add function for speed unit conversion to unit values 2021-06-13 23:50:06 +01:00
vehicle_base.h Fix ProcessOrders not always being called after leaving a waiting order 2021-08-30 15:26:49 +01:00
vehicle_cmd.cpp Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
vehicle_func.h Only update vehicle image when in the vicinity of a viewport 2021-05-20 18:03:11 +01:00
vehicle_gui_base.h Add maximum speed (fully loaded) to train window sort list 2021-09-18 23:51:08 +01:00
vehicle_gui.cpp Add maximum speed (fully loaded) to train window sort list 2021-09-18 23:51:08 +01:00
vehicle_gui.h
vehicle_type.h
vehicle.cpp Implement improved breakdown speed reductions for ships 2021-09-11 23:50:04 +01:00
vehiclelist.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
vehiclelist.h
viewport_func.h
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
viewport_sprite_sorter.h
viewport_type.h Only update vehicle image when in the vicinity of a viewport 2021-05-20 18:03:11 +01:00
viewport.cpp Show unowned roads in viewport map owner mode 2021-07-05 17:31:42 +01:00
void_cmd.cpp
void_map.h
water_cmd.cpp Fix building objects, trees and buoys on water/shore not clearing neighbour flooding states 2021-04-13 00:00:11 +01:00
water_map.h Add map bit to suppress water flooding checks 2021-02-21 21:11:35 +00:00
water.h Fix building objects, trees and buoys on water/shore not clearing neighbour flooding states 2021-04-13 00:00:11 +01:00
waypoint_base.h
waypoint_cmd.cpp Codechange: Use std::vector for NewGRF station platform layouts. 2021-05-06 21:10:31 +01:00
waypoint_func.h
waypoint_gui.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 2021-05-30 22:06:56 +01:00
waypoint.cpp
widget_type.h Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it. 2021-05-08 10:22:22 +01:00
widget.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 2021-05-30 22:06:56 +01:00
window_func.h Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 2021-05-06 20:11:55 +01:00
window_gui.h Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
window_type.h Add station cargo history 2021-06-23 08:48:46 +02:00
window.cpp Fix #264: Crash before calling SDL_SetTextInputRect with no window focused 2021-05-30 07:38:37 +01:00
zoning_cmd.cpp Add misc debug flag for water flooding states 2021-04-12 23:59:21 +01:00
zoning_gui.cpp
zoning.h
zoom_func.h
zoom_type.h Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00