dP
|
897b59c158
|
Add: [GS] Allow to set max loan for each company separately (#11224)
|
2024-01-30 19:15:19 +01:00 |
|
merni-ns
|
5a88027a19
|
Feature: Infinite money mode (#11902)
|
2024-01-30 18:01:02 +00:00 |
|
Patric Stout
|
7acf78964f
|
Remove: "generation_seed" from config, as it was a write-only value (#11927)
|
2024-01-30 17:02:35 +00:00 |
|
Koen Bussemaker
|
5a55c4a934
|
Feature: [NewGRF] Allow higher max speeds for ships
|
2024-01-28 14:54:51 +01:00 |
|
Loïc Guilloux
|
461d69a8f6
|
Fix #11907: Allow genders for time related {UNITS_XXX} (#11908)
|
2024-01-28 14:45:08 +01:00 |
|
frosch
|
17dfc1a49a
|
Codechange: Replace SF_GUI_NEGATIVE_IS_SPECIAL with a settings value callback.
|
2024-01-28 14:44:24 +01:00 |
|
frosch
|
28c83089f6
|
Codechange: Remove TKM string code.
|
2024-01-28 14:44:24 +01:00 |
|
frosch
|
9344b50435
|
Codechange: Remove TKM from settings texts.
|
2024-01-28 14:44:24 +01:00 |
|
frosch
|
9e9a8ca7f6
|
Codechange: Add callbacks to IntSettingDesc to support dynamic strings for title, help and values.
|
2024-01-28 14:44:24 +01:00 |
|
Jonathan G Rennison
|
1ce8930583
|
Use DateTicksScaled for Vehicle::last_loading_tick
|
2024-01-27 16:38:27 +00:00 |
|
Tyler Trahan
|
28716548d2
|
Feature: Setting to automatically restart server based on hours played (#11142)
|
2024-01-26 10:25:25 -05:00 |
|
Patric Stout
|
36579dd18b
|
Change: set smooth-scrolling on by default (#11860)
|
2024-01-25 11:07:36 +01:00 |
|
Tyler Trahan
|
21581b6ab3
|
Feature: Setting for minutes per calendar year (#11428)
|
2024-01-23 18:33:54 -05:00 |
|
Tyler Trahan
|
fd9e72a7e7
|
Feature: Use real-time "wallclock" timekeeping units (#11341)
|
2024-01-23 11:36:09 -05:00 |
|
Jonathan G Rennison
|
606d7cd814
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/airport_gui.cpp
# src/build_vehicle_gui.cpp
# src/direction_type.h
# src/gfx_type.h
# src/group_gui.cpp
# src/misc_gui.cpp
# src/rail_gui.cpp
# src/road_gui.cpp
# src/signs_gui.cpp
# src/slope_func.h
# src/smallmap_gui.cpp
# src/terraform_gui.cpp
# src/toolbar_gui.cpp
# src/town_gui.cpp
# src/town_type.h
# src/vehicle_type.h
# src/widget_type.h
|
2024-01-21 23:03:08 +00:00 |
|
EmperorJake
|
419f48dfb3
|
Change: set amount of smoke/sparks to "realistic" by default (#11624)
|
2024-01-21 21:23:35 +00:00 |
|
Peter Nelson
|
c0ab436077
|
Codechange: Store Colours in Colours type. (#11625)
This reduces casts, some magic numbers, and introduces a bit of type-safety.
|
2024-01-21 13:23:04 +00:00 |
|
Jonathan G Rennison
|
a21a69c957
|
Tracerestrict: Add a flag for whether slot conditionals are present
|
2024-01-20 20:31:56 +00:00 |
|
Jonathan G Rennison
|
293b5c9435
|
Tracerestrict: Remove slot acquire on reservation flags
|
2024-01-20 20:23:55 +00:00 |
|
Jonathan G Rennison
|
81c2c4a881
|
Slightly speed up unordered iteration of FlowStatMap
|
2024-01-16 23:15:56 +00:00 |
|
Patric Stout
|
6860a86d45
|
Codechange: remove all u8 prefix in favour of compile-time option (#11807)
|
2024-01-16 21:33:53 +00:00 |
|
Jonathan G Rennison
|
3ab31f5518
|
Add settings for town/industry cargo production scaling modes
|
2024-01-16 19:12:10 +00:00 |
|
Jonathan G Rennison
|
1e0bb019a7
|
Change cargo scaling settings to be linear instead of logarithmic
|
2024-01-16 18:02:34 +00:00 |
|
Jonathan G Rennison
|
0df59defc4
|
Merge branch 'master' into jgrpp
# Conflicts:
# .github/workflows/release-linux.yml
# .github/workflows/release.yml
# src/rail_cmd.cpp
# src/rail_gui.cpp
# src/script/api/script_rail.cpp
# src/settings_gui.cpp
# src/signal_type.h
# src/video/sdl2_v.cpp
|
2024-01-16 01:15:58 +00:00 |
|
EmperorJake
|
64bc07ff4e
|
Change: Make "middle" the default stopping location for trains in platforms (#11605)
|
2024-01-15 22:10:27 +01:00 |
|
Jonathan G Rennison
|
d7b75614bb
|
Merge branch 'master' into jgrpp
# Conflicts:
# media/baseset/CMakeLists.txt
# src/build_vehicle_gui.cpp
# src/console.cpp
# src/debug.cpp
# src/fontcache/freetypefontcache.cpp
# src/network/network.cpp
# src/openttd.cpp
# src/os/macosx/font_osx.cpp
# src/os/windows/font_win32.cpp
# src/settings_gui.cpp
# src/video/sdl2_v.cpp
# src/widgets/settings_widget.h
# src/window_gui.h
|
2024-01-15 17:42:26 +00:00 |
|
Michael Lutz
|
e1f5be6244
|
Add: GUI options to select sprite font and AA mode for all fonts.
|
2024-01-14 22:50:56 +01:00 |
|
Jonathan G Rennison
|
55683c4350
|
Fix enabling map edge mode setting when void edge tiles were not flat
|
2024-01-13 13:33:01 +00:00 |
|
Jonathan G Rennison
|
78e08d5711
|
Add setting text/warnings about why YAPF is recommended for trains
|
2024-01-12 17:19:12 +00:00 |
|
Jonathan G Rennison
|
411f5b2ca2
|
Change default for purchase land area permitted setting to allow by area
|
2024-01-12 17:06:24 +00:00 |
|
Jonathan G Rennison
|
3050620189
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/autoreplace_cmd.cpp
# src/build_vehicle_gui.cpp
# src/cargotype.cpp
# src/economy.cpp
# src/engine_gui.cpp
# src/industry_cmd.cpp
# src/industry_gui.cpp
# src/linkgraph/linkgraph_gui.h
# src/linkgraph/refresh.cpp
# src/linkgraph/refresh.h
# src/newgrf.cpp
# src/newgrf_airporttiles.h
# src/newgrf_roadstop.cpp
# src/newgrf_station.cpp
# src/newgrf_station.h
# src/order_base.h
# src/order_cmd.cpp
# src/order_func.h
# src/order_gui.cpp
# src/pathfinder/pathfinder_type.h
# src/saveload/afterload.cpp
# src/subsidy_base.h
# src/vehicle_cmd.cpp
# src/vehicle_gui.cpp
# src/vehicle_gui_base.h
|
2024-01-11 17:55:16 +00:00 |
|
Jonathan G Rennison
|
1914c11459
|
Debug: Use zoning dropdown for debug zoning modes
Control visibility using misc_debug 2, instead of controlling
debug modes themselves using misc_debug
|
2024-01-10 18:28:43 +00:00 |
|
Jonathan G Rennison
|
ced7bc54b7
|
Debug: Show ship path cache in debug window
|
2024-01-09 18:56:30 +00:00 |
|
Jonathan G Rennison
|
6492cec113
|
Merge branch 'master' into jgrpp
|
2024-01-09 17:33:32 +00:00 |
|
Kaspars Putniņš
|
cfc14a57e1
|
Add: Latvian Lats currency (#11691)
|
2024-01-07 16:03:38 -05:00 |
|
Jonathan G Rennison
|
97e6f3062e
|
Adding of _t to (u)int types, and WChar to char32_t
See: eaae0bb5e
|
2024-01-07 17:20:41 +00:00 |
|
Jonathan G Rennison
|
592c038e42
|
Add setting for whether to show rail polyline tool
|
2024-01-06 19:10:43 +00:00 |
|
Jonathan G Rennison
|
f034714559
|
Use StringBuilder for GetString/GetStringWithArgs, as per upstream
Update dependent code as required
|
2024-01-05 21:12:54 +00:00 |
|
Jonathan G Rennison
|
7f6b1d6b94
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/company_cmd.cpp
# src/company_func.h
# src/core/overflowsafe_type.hpp
# src/engine.cpp
# src/music/midifile.cpp
# src/network/network_command.cpp
# src/newgrf_debug_gui.cpp
# src/newgrf_roadstop.h
# src/newgrf_spritegroup.cpp
# src/os/macosx/crashlog_osx.cpp
# src/os/unix/crashlog_unix.cpp
# src/pathfinder/yapf/yapf_common.hpp
# src/road_gui.cpp
# src/saveload/engine_sl.cpp
# src/script/api/script_depotlist.cpp
# src/script/api/script_roadtypelist.cpp
# src/settings_gui.cpp
# src/settings_type.h
# src/strings.cpp
# src/table/settings/game_settings.ini
|
2024-01-05 13:37:52 +00:00 |
|
EmperorJake
|
6522351a1f
|
Feature: Setting to disable the loading speed penalty for trains longer than the station
|
2024-01-04 16:59:11 +01:00 |
|
Jonathan G Rennison
|
f6a1f64efb
|
Adjust chunnel water distance limits and associated texts
|
2024-01-04 02:34:08 +00:00 |
|
Jonathan G Rennison
|
42c8f50551
|
Merge branch 'master' into jgrpp
# Conflicts:
# .github/workflows/ci-build.yml
# .github/workflows/release-linux.yml
# .github/workflows/release-macos.yml
# .github/workflows/release-windows.yml
# .gitignore
# COMPILING.md
# src/company_gui.cpp
# src/date_gui.cpp
# src/engine.cpp
# src/engine_func.h
# src/fileio.cpp
# src/linkgraph/linkgraph_gui.h
# src/newgrf_debug_gui.cpp
# src/newgrf_gui.cpp
# src/order_gui.cpp
# src/osk_gui.cpp
# src/rail_gui.cpp
# src/road_gui.cpp
# src/script/api/script_event_types.hpp
# src/sl/oldloader_sl.cpp
# src/smallmap_gui.cpp
# src/station_cmd.cpp
# src/toolbar_gui.cpp
# src/town_gui.cpp
# src/transparency_gui.cpp
# src/vehicle_gui.cpp
# src/widget.cpp
# src/widget_type.h
# src/widgets/dropdown.cpp
# src/widgets/dropdown_func.h
# src/widgets/dropdown_type.h
# src/widgets/group_widget.h
# src/widgets/vehicle_widget.h
# src/window.cpp
# src/window_gui.h
# src/window_type.h
|
2024-01-02 14:44:33 +00:00 |
|
Loïc Guilloux
|
f56a2d0f82
|
Fix: Missing invalidations on gui.ai_developer_tools change (#11664)
|
2024-01-01 00:43:10 +01:00 |
|
Jonathan G Rennison
|
ebbf3425d5
|
Debug: Add debug windows for routing restriction programs
|
2023-12-30 22:25:44 +00:00 |
|
Jonathan G Rennison
|
00a0853550
|
Debug: Show if signal is always reserve through
|
2023-12-30 14:01:14 +00:00 |
|
Jonathan G Rennison
|
099a7bdd3a
|
Debug: Add drop-down items to go between road/rail/signal features
|
2023-12-30 14:01:14 +00:00 |
|
Jonathan G Rennison
|
ffff696b4e
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/build_vehicle_gui.cpp
# src/cheat_gui.cpp
# src/console_cmds.cpp
# src/crashlog.cpp
# src/date_gui.cpp
# src/engine.cpp
# src/group_cmd.cpp
# src/landscape.cpp
# src/network/network_gui.cpp
# src/newgrf.cpp
# src/saveload/afterload.cpp
# src/script/api/script_date.cpp
# src/sl/oldloader_sl.cpp
# src/station_cmd.cpp
# src/station_cmd.h
# src/strings.cpp
# src/subsidy_gui.cpp
# src/survey.cpp
# src/timer/timer_game_calendar.cpp
# src/timer/timer_game_calendar.h
|
2023-12-29 14:46:53 +00:00 |
|
Jonathan G Rennison
|
507fd1839c
|
Change minimum value for auto_timetable_separation_rate setting
|
2023-12-28 13:38:29 +00:00 |
|
Jonathan G Rennison
|
6edde70b04
|
Scheduled dispatch: Add company setting to set default schedule duration
|
2023-12-28 13:31:19 +00:00 |
|
Jonathan G Rennison
|
5b6c0c1f2e
|
Debug: Change interfaces using SpriteGroupDumper
Pass SpriteGroupDumper ref instead of print function
Make use_shadows non-static
|
2023-12-27 23:46:45 +00:00 |
|