.. |
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
|
Add German translation
|
2021-06-21 01:18:38 +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
|
Cleanup: [Fluidsynth] Remove fluid_player_join
|
2021-05-30 22:09:54 +01:00 |
network
|
Fix thread safety issues in network admin socket console logging
|
2021-06-20 10:04:01 +01:00 |
os
|
Thread: Adjust checks for whether current thread is the game thread
|
2021-06-20 10:00:36 +01:00 |
pathfinder
|
Improve performance even more
|
2021-06-19 13:02:36 +01:00 |
saveload
|
Saveload: Allow threaded saves in network server mode
|
2021-06-20 10:20:10 +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
|
Improve tree placement
|
2021-06-19 13:56:05 +01:00 |
video
|
Thread: Adjust checks for whether current thread is the game thread
|
2021-06-20 10:00:36 +01:00 |
widgets
|
Add a build public roads button to the scenario editor
|
2021-06-19 13:11:03 +01:00 |
aircraft_cmd.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-05 17:51:45 +01:00 |
aircraft_gui.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
aircraft.h
|
Add several NewGRF variables to vehicle image callback whitelist
|
2020-08-25 01:26:44 +01:00 |
airport_gui.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-21 11:54:24 +00:00 |
airport.cpp
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
airport.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
animated_tile_func.h
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
animated_tile.cpp
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
animated_tile.h
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
articulated_vehicles.cpp
|
Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a mutable type in render methods
|
2021-01-05 11:42:25 +01:00 |
articulated_vehicles.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
autoreplace_base.h
|
Codechange: Replace FOR_ALL_ENGINE_RENEWS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
autoreplace_cmd.cpp
|
Fix nullptr dereference when autoreplacing vehicle with no orders
|
2021-06-19 18:53:42 +01:00 |
autoreplace_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
autoreplace_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
autoreplace.cpp
|
Codechange: Replace Group::replace_protection with Group::flags
|
2021-04-22 22:57:00 +02:00 |
autoslope.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
base_consist.cpp
|
Merge branch 'master' into jgrpp
|
2020-05-21 22:24:01 +01:00 |
base_consist.h
|
Use TinyString for custom name fields which are almost always empty
|
2020-05-22 00:10:09 +01:00 |
base_media_base.h
|
Codechange: Use std::string in file scanners.
|
2020-12-27 13:19:25 +01:00 |
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
|
Use TinyString for custom name fields which are almost always empty
|
2020-05-22 00:10:09 +01:00 |
bitmap_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
bmp.cpp
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
bmp.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Fix bridges not being redrawn after all signals reset when cleared
|
2021-01-06 17:13:45 +00:00 |
bridge_map.h
|
Fix assertion failure when upgrading dual road/tram bridge
|
2020-09-15 23:26:15 +01:00 |
bridge_signal_map.h
|
Fix bridges not being redrawn after all signals reset when cleared
|
2021-01-06 17:13:45 +00:00 |
bridge.h
|
DEBUG: Add bridge pillar index to debug landinfo print
|
2020-11-01 21:35:21 +00:00 |
build_vehicle_gui.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-25 22:14:59 +01:00 |
cargo_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
cargoaction.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
cargoaction.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
cargomonitor.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
cargomonitor.h
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
cargopacket.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
cargopacket.h
|
Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake
|
2020-06-28 21:56:43 +01:00 |
cargotype.cpp
|
Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops
|
2021-05-06 19:35:57 +01:00 |
cargotype.h
|
Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops
|
2021-05-06 19:35:57 +01:00 |
cheat_func.h
|
Save/load: Add extra cheats savegame chunk
|
2020-04-18 10:51:02 +01:00 |
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
|
Save/load: Add extra cheats savegame chunk
|
2020-04-18 10:51:02 +01:00 |
clear_cmd.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-05 17:51:45 +01:00 |
clear_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
clear_map.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
CMakeLists.txt
|
Add: concept of a RandomAccessFile to replace the FIO slot functions
|
2021-05-30 08:11:09 +01:00 |
cmd_helper.h
|
Codechange: Replace assert_compile macro with static_assert
|
2020-12-27 10:55:42 +00:00 |
command_func.h
|
Merge branch 'master' into jgrpp
|
2021-02-21 11:54:24 +00:00 |
command_type.h
|
Merge branch 'master' into jgrpp
|
2021-04-25 02:14:58 +01:00 |
command.cpp
|
Include setting name in command log for setting change commands
|
2021-06-15 18:52:40 +01:00 |
company_base.h
|
Add rate limit for object construction
|
2020-09-14 23:06:49 +01:00 |
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
|
Fix assert failure in DoStartupNewCompany when called from AfterLoadGame
|
2020-12-29 20:52:53 +00:00 |
company_gui.cpp
|
Fix various compiler warnings
|
2021-06-11 00:39:24 +01:00 |
company_gui.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
company_manager_face.h
|
Codechange: Replace assert_compile macro with static_assert
|
2020-12-27 10:55:42 +00:00 |
company_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
console_cmds.cpp
|
Merge PR #271 into jgrpp
|
2021-06-12 00:31:47 +01:00 |
console_func.h
|
Console: Add commands for conditional execution from game date
|
2020-12-26 12:06:31 +00:00 |
console_gui.cpp
|
Console: Include aliases in tab completion
|
2021-04-25 02:22:25 +01:00 |
console_gui.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
console_internal.h
|
Merge branch 'master' into jgrpp
|
2021-04-25 02:14:58 +01:00 |
console_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
console.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-25 02:14:58 +01:00 |
cpu.cpp
|
Feature: Add support for rdtsc for ARM-based Windows (MSVC)
|
2021-01-18 08:57:58 +00:00 |
cpu.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
crashlog_bfd.h
|
CMake: Add BFD, support new BFD API
|
2020-06-28 21:57:02 +01:00 |
crashlog.cpp
|
Crashlog: Update thread/lock handling to match GameLoop changes
|
2021-04-06 18:43:50 +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
|
Remove redundant year/month date globals
|
2020-07-07 17:53:54 +01:00 |
date_gui.cpp
|
Fix signed integer overflow in SetMinutesWindow callback
|
2021-04-18 11:28:42 +01:00 |
date_gui.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
date_type.h
|
Store time display settings both in savegame and client, add setting
|
2020-06-23 21:05:21 +01:00 |
date.cpp
|
Fix date cheat/scenario load not adjusting vehicle date of last service
|
2021-04-24 21:55:50 +01:00 |
debug_settings.h
|
Add misc debug flag for water flooding states
|
2021-04-12 23:59:21 +01:00 |
debug.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
debug.h
|
Codechange: remove _realtime_tick variable
|
2021-03-01 17:54:15 +00:00 |
dedicated.cpp
|
Codechange: Store info about the dedicated server log file in globals with automatic destruction to simplify control flow in openttd_main.
|
2020-05-21 20:02:34 +02:00 |
departures_func.h
|
Improve performance of departures window
|
2019-12-17 22:47:16 +00:00 |
departures_gui.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
departures_gui.h
|
|
|
departures_type.h
|
Merge: Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-11 18:14:13 +01:00 |
departures.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
depot_base.h
|
Use TinyString for custom name fields which are almost always empty
|
2020-05-22 00:10:09 +01:00 |
depot_cmd.cpp
|
Codechange: Use std::string for most of the user-settable custom names.
|
2020-05-21 20:02:34 +02:00 |
depot_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
depot_gui.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-22 17:45:58 +00:00 |
depot_map.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
depot_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
depot.cpp
|
Merge branch 'master' into jgrpp
|
2020-05-21 22:24:01 +01:00 |
direction_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
direction_type.h
|
Add feature: realistic train braking
|
2021-01-28 19:03:18 +00:00 |
disaster_vehicle.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-11 03:05:08 +01:00 |
disaster_vehicle.h
|
Merge branch 'master' into jgrpp
|
2020-01-06 18:45:51 +00:00 |
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
|
Merge branch 'master' into jgrpp
|
2020-01-06 18:45:51 +00:00 |
economy_func.h
|
Feature: Set exclusive access to industry from GS (#8115)
|
2020-12-27 21:07:41 +00:00 |
economy_type.h
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
economy.cpp
|
Fix #9348, 4d74e51 : don't try to sell shares of spectators (#9349)
|
2021-06-10 23:21:42 +01:00 |
effectvehicle_base.h
|
Merge branch 'master' into jgrpp
|
2020-01-06 18:45:51 +00:00 |
effectvehicle_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
effectvehicle.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-21 11:54:24 +00:00 |
elrail_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
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
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
engine_gui.h
|
Add sort by vehicle count to vehicle purchase window
|
2020-10-12 18:25:34 +01:00 |
engine_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
fileio_func.h
|
Cleanup: remove the old FIO slot functions
|
2021-05-30 22:02:14 +01:00 |
fileio_type.h
|
Add: always set PERSONAL_DIR "/content_download" in search path (#8481)
|
2021-01-03 11:10:56 +01:00 |
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 various compiler warnings
|
2021-06-11 00:39:24 +01: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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
gamelog_internal.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
gamelog.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
gamelog.h
|
Fix: Stop any gamelog action when recovering from SlError()
|
2020-05-10 20:02:55 +01:00 |
genworld_gui.cpp
|
Add generation of public roads linking towns
|
2021-06-19 13:02:36 +01:00 |
genworld.cpp
|
Add generation of public roads linking towns
|
2021-06-19 13:02:36 +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
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
gfx_layout.h
|
Fix assertion failure when colour stack used with TC_FORCED
|
2020-10-25 17:48:03 +00:00 |
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
|
Fix various compiler warnings
|
2021-06-11 00:39:24 +01:00 |
gfxinit.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
goal_base.h
|
Codechange: Replace FOR_ALL_GOALS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
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
|
Feature: [GS] Allow non-question type windows to have no buttons
|
2021-02-14 23:21:43 +01:00 |
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
|
Add buttons to cargo payment graph to select x-axis
|
2021-06-14 00:52:46 +01:00 |
graph_gui.h
|
Add buttons to cargo payment graph to select x-axis
|
2021-06-14 00:52:46 +01: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
|
Fix poor performance of recursive iteration of group hierarchies
|
2021-05-14 02:04:37 +01:00 |
group_gui.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
group_gui.h
|
Feature: Control + click on the vehicle details button in the vehicle view window opens the vehicle group window, then selects and scrolls to the vehicle's group.
|
2019-12-23 18:04:10 +00:00 |
group_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
group.h
|
Merge branch 'master' into jgrpp
|
2021-04-25 02:14:58 +01:00 |
gui.h
|
Change: move "give money" from client-list to company window
|
2021-01-05 21:56:24 +01:00 |
guitimer_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
heightmap.cpp
|
Add: allow setting the highest mountain for heightmaps
|
2021-03-26 12:22:32 +01:00 |
heightmap.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
highscore.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
hotkeys.cpp
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
hotkeys.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
house_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
industry_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
industry.h
|
Merge tag '1.11.0-beta1' into jgrpp
|
2021-02-01 18:58:36 +00:00 |
industrytype.h
|
Change: [NewGRF] industry special flag 19 now specifically targets only passenger production, instead of the second cargo of any water-based industry. (#8590)
|
2021-01-18 22:42:10 +01:00 |
infrastructure_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
infrastructure.cpp
|
Don't check safe waiting point in FollowTrainReservation if result unused
|
2021-03-31 22:39:44 +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
|
Revert "Cleanup: use std::optional instead of custom implementation."
|
2021-02-16 16:06:30 +00:00 |
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
|
Change: Don't display OS name when the user is exiting the game
|
2020-12-09 09:21:34 +00:00 |
landscape_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
main_gui.cpp
|
Change: Apply some consistency to singleplayer related comments
|
2021-01-22 22:19:55 +01:00 |
map_func.h
|
Add generation of public roads linking towns
|
2021-06-19 13:02:36 +01:00 |
map_type.h
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
map.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
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
|
Avoid data race on map size when clearing link graph jobs in InitializeGame
|
2021-05-07 00:58:52 +01:00 |
mixer.cpp
|
Fix: Allow full sample range for 16-bit audio.
|
2021-04-06 19:31:14 +01:00 |
mixer.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_airporttiles.cpp
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
newgrf_airporttiles.h
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
newgrf_animation_base.h
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
newgrf_animation_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_cache_check.h
|
Fix sprite bound issues for vehicles which vary bounds with curvature
|
2021-01-03 16:12:59 +00:00 |
newgrf_callbacks.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_canal.cpp
|
Cleanup: Use std::vector in RealSpriteGroup.
|
2021-05-06 20:21:57 +01:00 |
newgrf_canal.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_cargo.cpp
|
Cleanup: Use std::vector in RealSpriteGroup.
|
2021-05-06 20:21:57 +01:00 |
newgrf_cargo.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_class_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
newgrf_class.h
|
Doc: Remove some SmallVector references from documentation.
|
2020-12-27 18:40:18 +00:00 |
newgrf_commons.cpp
|
Codechange: Make use of the improved C++17 emplace_back function.
|
2020-12-15 00:29:30 +01:00 |
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
|
Add several NewGRF variables to vehicle image callback whitelist
|
2020-08-25 01:26:44 +01:00 |
newgrf_generic.cpp
|
Cleanup: Use std::vector in RealSpriteGroup.
|
2021-05-06 20:21:57 +01:00 |
newgrf_generic.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_gui.cpp
|
Cleanup: remove the old FIO slot functions
|
2021-05-30 22:02:14 +01:00 |
newgrf_house.cpp
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
newgrf_house.h
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
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
|
Add several NewGRF variables to vehicle image callback whitelist
|
2020-08-25 01:26:44 +01:00 |
newgrf_industrytiles.cpp
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
newgrf_industrytiles.h
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00: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
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
newgrf_profiling.cpp
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
newgrf_profiling.h
|
Feature: NewGRF callback profiling (#7868)
|
2020-01-26 13:45:51 +01:00 |
newgrf_properties.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_railtype.cpp
|
Cleanup: Use std::vector in RealSpriteGroup.
|
2021-05-06 20:21:57 +01:00 |
newgrf_railtype.h
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
newgrf_roadtype.cpp
|
Cleanup: Use std::vector in RealSpriteGroup.
|
2021-05-06 20:21:57 +01:00 |
newgrf_roadtype.h
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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 various compiler warnings
|
2021-06-11 00:39:24 +01: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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
newgrf_storage.h
|
Codechange: Replace assert_compile macro with static_assert
|
2020-12-27 10:55:42 +00:00 |
newgrf_text.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
newgrf_text.h
|
Saveload: Store NewGRF name in savegame, include in missing GRF message
|
2020-12-16 02:06:48 +00:00 |
newgrf_town.cpp
|
Add several NewGRF variables to vehicle image callback whitelist
|
2020-08-25 01:26:44 +01:00 |
newgrf_town.h
|
Add several NewGRF variables to vehicle image callback whitelist
|
2020-08-25 01:26:44 +01:00 |
newgrf_townname.cpp
|
Codechange: move non-GUI code to non-GUI source files.
|
2021-02-14 23:14:07 +01:00 |
newgrf_townname.h
|
Codechange: move non-GUI code to non-GUI source files.
|
2021-02-14 23:14:07 +01:00 |
newgrf.cpp
|
Implement custom sprite detection with new sprite mechanism
|
2021-05-30 22:02:14 +01:00 |
newgrf.h
|
Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot functions
|
2021-05-30 22:02:14 +01:00 |
news_func.h
|
Fix #7611: keeps news about accidents around after vehicle is cleaned up (#8497)
|
2021-01-05 21:39:23 +01:00 |
news_gui.cpp
|
Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219)
|
2021-05-30 22:06:56 +01:00 |
news_gui.h
|
Feature: Make news and errors close hotkeys configurable
|
2020-09-24 19:23:12 +02:00 |
news_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
object_base.h
|
Codechange: Replace FOR_ALL_OBJECTS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
object_cmd.cpp
|
Fix building objects, trees and buoys on water/shore not clearing neighbour flooding states
|
2021-04-13 00:00:11 +01:00 |
object_gui.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-11 02:39:33 +01:00 |
object_map.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
object_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
object.h
|
Add: Hotkey to focus the build object class name filter editbox.
|
2021-04-02 10:12:47 +02:00 |
openttd.cpp
|
Fix owner legend colours when gui.starting_colour setting used
|
2021-06-12 02:26:34 +01:00 |
openttd.h
|
Merge branch 'master' into jgrpp
|
2021-04-12 22:59:30 +01:00 |
order_backup.cpp
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
order_backup.h
|
Merge branch 'master' into jgrpp
|
2020-01-06 18:45:51 +00:00 |
order_base.h
|
Fix unnecessary braking when leaving station with order without non-stop flag
|
2021-03-17 18:00:12 +00:00 |
order_cmd.cpp
|
Fix various compiler warnings
|
2021-06-11 00:39:24 +01:00 |
order_cmd.h
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
order_func.h
|
Conditional orders: Add slot acquire modes to train in slot conditional
|
2020-05-10 21:06:09 +01:00 |
order_gui.cpp
|
Change: by default, make "unload all" leave stations empty (#9301)
|
2021-06-07 18:36:35 +01:00 |
order_type.h
|
Add timetable lateness/earliness conditional order
|
2021-03-27 23:19:19 +00:00 |
osk_gui.cpp
|
Fix: Use unscaled values for padding OSK
|
2021-05-06 20:11:59 +01:00 |
pbs.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
pbs.h
|
Validate lookahead reservation end OK before calling FollowTrainReservation
|
2021-04-01 00:36:13 +01:00 |
plans_base.h
|
Allow changing the colour of plans
|
2020-11-06 22:40:02 +00:00 |
plans_cmd.cpp
|
Allow changing the colour of plans
|
2020-11-06 22:40:02 +00:00 |
plans_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
plans_gui.cpp
|
Remove OVEERIDE macro
|
2021-03-02 23:45:08 +00:00 |
plans_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
plans.cpp
|
Plans: Improve performance of viewport plan rendering
|
2020-09-29 01:40:12 +01:00 |
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
|
Add slot and counter support to programmable pre-signals
|
2020-09-01 18:37:53 +01:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
rail_cmd.cpp
|
Add option to sort tracks by category and speed (#282)
|
2021-06-17 19:08:59 +01:00 |
rail_gui.cpp
|
Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator.
|
2021-05-06 18:21:25 +01:00 |
rail_gui.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
rail_map.h
|
Add feature: realistic train braking
|
2021-01-28 19:03:18 +00:00 |
rail_type.h
|
Codechange: Use a switch with fall-through instead of a if-sequence with context data between cases.
|
2019-12-23 17:23:20 +00:00 |
rail.cpp
|
Add setting for no vehicles introduced after given year
|
2021-03-17 18:51:19 +00:00 |
rail.h
|
Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator.
|
2021-05-06 18:21:25 +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
|
Merge branch 'master' into jgrpp
|
2021-04-25 02:14:58 +01:00 |
rev.h
|
CMake: Fix configure defines
|
2020-06-28 21:57:02 +01:00 |
road_cmd.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
road_cmd.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
road_func.h
|
Add road tile cached one way state, one way road section detection
|
2020-10-28 00:27:48 +00:00 |
road_gui.cpp
|
Cleanup: Replace FOR_ALL_SORTED_ROADTYPES macro with range iterator.
|
2021-05-06 18:21:30 +01:00 |
road_gui.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
road_internal.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
road_map.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
road_map.h
|
Add road tile cached one way state, one way road section detection
|
2020-10-28 00:27:48 +00:00 |
road_type.h
|
Merge branch 'master' into jgrpp
|
2020-01-06 18:45:51 +00:00 |
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
|
Allow drive-through road stops to be one-way
|
2020-10-28 00:27:48 +00:00 |
roadstop.cpp
|
Allow drive-through road stops to be one-way
|
2020-10-28 00:27:48 +00:00 |
roadveh_cmd.cpp
|
Do not allow RV curves/reversing to override lower max speed
|
2021-06-17 17:17:02 +01:00 |
roadveh_gui.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
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
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
scope_info.cpp
|
Debug: Include vehicle type and unit number in scope_dumper::VehicleInfo
|
2021-02-01 17:30:41 +00:00 |
scope_info.h
|
Add a scope info logger for DoSetViewportPosition calls
|
2020-04-27 17:21:11 +01:00 |
scope.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
screenshot_gui.cpp
|
Add topography and industries screenshot types
|
2021-06-11 20:14:56 +02:00 |
screenshot_gui.h
|
Hide screenshot window when taking normal screesnhot
|
2020-08-06 20:43:33 +01:00 |
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
|
Merge PR #283 (max city height) into jgrpp
|
2021-06-19 13:37:21 +01:00 |
settings_gui.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
settings_internal.h
|
Merge branch 'master' into jgrpp
|
2021-04-10 18:29:36 +01:00 |
settings_type.h
|
Merge PR #283 (max city height) into jgrpp
|
2021-06-19 13:37:21 +01:00 |
settings.cpp
|
Add a build public roads button to the scenario editor
|
2021-06-19 13:11:03 +01:00 |
ship_cmd.cpp
|
Fix collision checks for ship collision avoidance
|
2021-02-27 01:50:57 +00:00 |
ship_gui.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
ship.h
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
signal_func.h
|
Fix assertion failure when command triggers PBS tunnel/bridge unreserve
|
2021-03-16 03:23:00 +00:00 |
signal_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
signal.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
signs_base.h
|
Merge branch 'master' into jgrpp
|
2020-05-21 22:24:01 +01:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
signs_gui.cpp
|
Fix: Improved scaling and spacing of sign list window.
|
2021-05-06 20:11:59 +01:00 |
signs_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
signs.cpp
|
Merge branch 'master' into jgrpp
|
2020-05-21 22:24:01 +01:00 |
slope_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
slope_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
smallmap_colours.h
|
Merge tag '1.11.0-beta1' into jgrpp
|
2021-02-01 18:58:36 +00:00 |
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
|
Cleanup 2db88953e7 : Remove VL_FIRST_SORT as it's useless
|
2021-01-01 01:04:27 +01:00 |
sound_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
sprite.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
station_cmd.cpp
|
Merge PR #274 into jgrpp
|
2021-06-15 02:01:22 +01:00 |
station_func.h
|
Codechange: Refactor FindStationsAroundTiles to avoid code duplication
|
2020-05-13 08:43:01 +01:00 |
station_gui.cpp
|
Add setting to control station rating tooltip detail level
|
2021-06-15 02:00:58 +01:00 |
station_gui.h
|
Add initial implementation from Joker's patch
|
2021-06-13 02:48:40 +02:00 |
station_kdtree.h
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
station_map.h
|
Allow drive-through road stops to be one-way
|
2020-10-28 00:27:48 +00:00 |
station_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
station.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00: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
|
Feature: Push-buttons on storybook pages (#7896)
|
2020-05-22 22:22:55 +02:00 |
story_gui.cpp
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
story_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
story.cpp
|
Feature: Push-buttons on storybook pages (#7896)
|
2020-05-22 22:22:55 +02:00 |
string_base.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
stringfilter.cpp
|
Codechange: Make use of the improved C++17 emplace_back function.
|
2020-12-15 00:29:30 +01:00 |
strings_func.h
|
Merge tag '1.11.0-beta1' into jgrpp
|
2021-02-01 18:58:36 +00:00 |
strings_type.h
|
Codechange: remove special strings for language and resolutions (#8824)
|
2021-03-09 10:58:33 +01:00 |
strings.cpp
|
Merge PR #274 into jgrpp
|
2021-06-15 02:01:22 +01:00 |
subsidy_base.h
|
Fix: Make subsidies scan tiles for town acceptance and production instead of using desync-prone town caches
|
2020-06-28 18:23:59 +02:00 |
subsidy_func.h
|
Cleanup: Replace single-use Pair struct with std::pair.
|
2021-04-21 21:39:00 +02:00 |
subsidy_gui.cpp
|
Merge branch 'master' into jgrpp
|
2020-08-27 18:31:09 +01:00 |
subsidy_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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 missing override keywords
|
2021-03-02 23:45:08 +00:00 |
tbtr_template_gui_create.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
tbtr_template_gui_main.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
tbtr_template_gui_main.h
|
TBTR: Remove unitnumber_digits field/param from main window
|
2020-09-21 03:20:59 +01:00 |
tbtr_template_vehicle_func.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
tbtr_template_vehicle_func.h
|
TBTR: Fix palette recolouring of templates
|
2020-12-26 09:37:26 +00:00 |
tbtr_template_vehicle.cpp
|
TBTR: No longer use idle vehicles in depots by default
|
2021-01-10 18:20:10 +00:00 |
tbtr_template_vehicle.h
|
TBTR: No longer use idle vehicles in depots by default
|
2021-01-10 18:20:10 +00: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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
textbuf_gui.h
|
Use CommandContainer for demolish area callback state storage
|
2021-06-15 14:33:44 +01:00 |
textbuf_type.h
|
Codechange: Consistently use WChar when passing characters around, and also define it as char32_t.
|
2020-05-21 20:02:34 +02:00 |
textbuf.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
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
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Add a minimum visible height and no ground tile parameter to DrawTileProc.
|
2020-03-05 23:06:01 +00:00 |
tile_map.cpp
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
tile_map.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
tile_type.h
|
Merge branch 'master' into jgrpp
|
2021-04-10 18:29:36 +01:00 |
tilearea_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
tilearea.cpp
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
tilehighlight_func.h
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
tilehighlight_type.h
|
Plans: Fix adding plan lines in viewport map mode
|
2020-09-29 17:48:15 +01:00 |
tilematrix_type.hpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
timetable_cmd.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
timetable_gui.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
timetable.h
|
Auto separation: Remove circular linked list, use new algorithm
|
2020-07-09 02:15:16 +01:00 |
toolbar_gui.cpp
|
Codechange: Apply minimum size to toolbar widgets
|
2021-05-06 20:11:59 +01:00 |
toolbar_gui.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
town_cmd.cpp
|
Introduce setting for a max height level for towns
|
2021-06-19 13:23:19 +01:00 |
town_gui.cpp
|
Disable town noise limits in indifferent town tolerance mode
|
2021-06-16 21:03:51 +01:00 |
town_gui.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
town_kdtree.h
|
Fix station and town kdtrees with maps larger than 64k
|
2020-06-25 17:43:25 +01:00 |
town_map.h
|
Extra House ID's
|
2021-04-10 21:16:09 +09:30 |
town_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
town.h
|
Disable town noise limits in indifferent town tolerance mode
|
2021-06-16 21:03:51 +01:00 |
townname_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
townname_type.h
|
Codechange: turn a constant variable into a real constant.
|
2021-02-14 23:14:07 +01:00 |
townname.cpp
|
Fix #8919: Release builds with asserts enabled (#8925)
|
2021-04-01 23:57:49 +01:00 |
tracerestrict_gui.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
tracerestrict.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
tracerestrict.h
|
Add tracerestrict action: No PBS signal back PF penalty
|
2021-05-25 18:50:36 +01:00 |
track_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
track_type.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
train_cmd.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
train_gui.cpp
|
Only show information for realistic acceleration model
|
2021-06-21 00:30:56 +02:00 |
train.h
|
Fix weight calculation
|
2021-06-20 22:29:54 +02:00 |
transparency_gui.cpp
|
Add display setting for income/cost text effects
|
2020-10-20 18:20:57 +01:00 |
transparency_gui.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
transparency.h
|
Fix changing tree transparency not updating vegatation map mode viewports
|
2020-11-05 21:41:06 +00:00 |
transport_type.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
tree_cmd.cpp
|
Reduce duplication of GetTileZ calls in tree placement
|
2021-06-19 14:17:33 +01:00 |
tree_gui.cpp
|
Merge branch 'master' into jgrpp
|
2021-02-01 17:07:34 +00:00 |
tree_map.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
tunnel_base.h
|
Merge branch 'master' into jgrpp
|
2020-01-06 18:45:51 +00:00 |
tunnel_map.cpp
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
tunnel_map.h
|
Fix: Set invalid road and tram types for rail tunnel ends
|
2020-07-13 16:38:21 +02:00 |
tunnelbridge_cmd.cpp
|
Fix crash when clearing tunnel where only near end is reserved with realistic braking
|
2021-06-15 18:26:39 +01:00 |
tunnelbridge_map.h
|
Add feature: realistic train braking
|
2021-01-28 19:03:18 +00:00 |
tunnelbridge.h
|
Fix infra signal total when moving signalled tunnel/bridge to other company
|
2021-06-12 23:41:32 +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
|
Add fast path to vehicle var 0x42 if only upper byte is required
|
2021-05-20 18:34:06 +01:00 |
vehicle_cmd.cpp
|
NewGRF: Elide unmasked vehicle callbacks where possible
|
2021-05-18 19:07:44 +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
|
Merge branch 'master' into jgrpp
|
2021-04-25 22:14:59 +01:00 |
vehicle_gui.cpp
|
Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219)
|
2021-05-30 22:06:56 +01:00 |
vehicle_gui.h
|
Avoid unnecessary redrawing of vehicle list windows
|
2020-10-05 20:37:17 +01:00 |
vehicle_type.h
|
Add feature: realistic train braking
|
2021-01-28 19:03:18 +00:00 |
vehicle.cpp
|
Fix various compiler warnings
|
2021-06-11 22:54:27 +01:00 |
vehiclelist.cpp
|
Merge branch 'master' into jgrpp
|
2021-04-11 02:39:33 +01:00 |
vehiclelist.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
viewport_func.h
|
Fix left mouse button scroll in viewport map mode
|
2021-02-05 11:56:08 +00:00 |
viewport_gui.cpp
|
Viewport: Cache landscape pixels in map mode
|
2020-10-01 23:18:39 +01:00 |
viewport_kdtree.h
|
Merge branch 'master' into jgrpp
|
2019-12-11 18:20:24 +00:00 |
viewport_sprite_sorter_sse4.cpp
|
Codechange: Apply coding style (#8640)
|
2021-02-05 11:00:36 +01:00 |
viewport_sprite_sorter.h
|
Merge branch 'master' into jgrpp
|
2021-01-31 01:08:35 +00:00 |
viewport_type.h
|
Only update vehicle image when in the vicinity of a viewport
|
2021-05-20 18:03:11 +01:00 |
viewport.cpp
|
Fix display of high freeform edges at north edges in viewport map mode
|
2021-06-20 11:18:45 +01:00 |
void_cmd.cpp
|
Add a minimum visible height and no ground tile parameter to DrawTileProc.
|
2020-03-05 23:06:01 +00:00 |
void_map.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
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
|
Codechange: Replace station related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
waypoint_cmd.cpp
|
Codechange: Use std::vector for NewGRF station platform layouts.
|
2021-05-06 21:10:31 +01:00 |
waypoint_func.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
waypoint_gui.cpp
|
Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219)
|
2021-05-30 22:06:56 +01:00 |
waypoint.cpp
|
Allow referencing waypoints in news items
|
2021-01-25 02:20:38 +00:00 |
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
|
Codechange: Replace window related FOR_ALL with range-based for loops
|
2021-05-06 19:32:36 +01:00 |
window_type.h
|
Add initial implementation from Joker's patch
|
2021-06-13 02:48:40 +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
|
One-way road zoning mode
|
2020-10-28 00:27:48 +00:00 |
zoning.h
|
Add road tile cached one way state, one way road section detection
|
2020-10-28 00:27:48 +00:00 |
zoom_func.h
|
Merge branch 'master' into jgrpp
|
2019-11-12 18:43:10 +00:00 |
zoom_type.h
|
Merge branch 'master' into jgrpp
|
2021-02-19 15:38:34 +00:00 |