Commit Graph

52788 Commits (094948269849d0207befda99ce6ebcfcccca548f)
 

Author SHA1 Message Date
Jonathan G Rennison 0949482698 Version: Committing version data for tag: jgrpp-0.47.0 2 years ago
Jonathan G Rennison 40cdf7944a Fix 583663bc, 7953a1f8: Loading autosave setting from config file 2 years ago
Jonathan G Rennison 221120090e Fix wrong prefix in trace restrict enum
TRSACF_REMOVE_SPEED_ADAPT_EXEMPT in
TraceRestrictSpeedAdaptationControlField
2 years ago
Jonathan G Rennison 92142e5684 Add routing restriction action to make exempt from speed adaptation 2 years ago
Jonathan G Rennison 60a33feac8 Merge branch 'desert-tweaks' into jgrpp 2 years ago
Jonathan G Rennison 39d39a5c61 Reduce duplication in desert or rainforeset data search arrays 2 years ago
reldred 3bf2e850a5 undo the mess I made of JGR's fixes to my janky code 2 years ago
reldred e3e032518b Merge branch 'desert-tweaks' of https://github.com/reldred/OpenTTD-patches into desert-tweaks 2 years ago
reldred 59022c40f9 adjustments;
added lake tropic width adjustment
added an extra large setting to the coasts (51radius)
set minimum width for rivers and lakes to 2 (setting it to 1 actually CTD'd the game)
made max for rivers and lakes be 51 tiles to match the 51tiles of the coast setting.
2 years ago
Jonathan G Rennison f1b6eb932f Reduce duplication in CreateDesertOrRainForest 2 years ago
reldred 22305e8795 Allows configuring the width of the coast in tropic maps that generates as tropiczone_normal before the desert kicks in, it does this by creating two additional arrays which house the coordinates to create a filled circle of radius of 19 tiles, and 25 tiles. the default creates a radius of 13 tiles.
I'd eventually like to add an Extra Large setting but manually creating the array of coordinates is horrible.

I wedged this setting in beside the setting for tropic width around rivers despite it not fitting into the rivers/lakes category because it still feels the most relevant place for now.
2 years ago
Jonathan G Rennison e5a421b65a Merge branch 'master' into jgrpp
# Conflicts:
#	src/economy.cpp
#	src/linkgraph/refresh.cpp
#	src/order_cmd.cpp
#	src/saveload/vehicle_sl.cpp
#	src/station.cpp
#	src/station_base.h
#	src/timetable_cmd.cpp
#	src/timetable_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/vehicle_cmd.cpp
2 years ago
translators 0d8fbf647b Update: Translations from eints
latvian: 4 changes by lexuslatvia
2 years ago
Jonathan G Rennison 1e1b48323a Remove further obsolete comment about CmdScheduledDispatchSetStartDate 2 years ago
translators acaea776eb Update: Translations from eints
finnish: 2 changes by RedJimi
2 years ago
Jonathan G Rennison 3422915bfa Remove obsolete comments about CmdScheduledDispatchSetStartDate 2 years ago
Jonathan G Rennison 156e53a519 Documentation: Reference road stops from main NewGRF pages 2 years ago
Jonathan G Rennison 95fb19490b Documentation: Add note about road stop parent scope 2 years ago
Jonathan G Rennison 13f93ee678 Documentation: Add syntax example for road stops NML 2 years ago
Jonathan G Rennison 998d92fa37 Documentation: Add NML road stop nearby_tile_is_drive_through variable 2 years ago
Jonathan G Rennison e24d7c88bc Add road stop flag to not show one-way road overlays 2 years ago
Jonathan G Rennison 2ce5a93527 Add road stop variables for one-way road info 2 years ago
Jonathan G Rennison d7bc18e5ac Documentation: Add NML road stops documentation 2 years ago
Jonathan G Rennison cb573a1523 Add road stop property to set cost multipliers 2 years ago
Jonathan G Rennison ff2640c0e3 Add more sub parts to road stop var 68 2 years ago
Rubidium 1c256a4be7 Fix: do not let shares in the company taking over another company disappear 2 years ago
Jonathan G Rennison ad046bdf22 Add a waypoint ground draw flag to NewGRF road stops
Adjust overlay draw conditions
2 years ago
Jonathan G Rennison 5109083564 Fix spec allocation issues when overbuilding a road stop with the same type 2 years ago
Jonathan G Rennison 6b03575dcd Fix road stop ground sprite/overlays in preview window 2 years ago
Jonathan G Rennison 8eddb494c2 Fix tram bus/truck stop windows, fix filter text left padding 2 years ago
Jonathan G Rennison 1dee6d2796 Fix drawing of custom road stop ground sprites on map 2 years ago
Jonathan G Rennison c503bd32c0 Fix road waypoint window not being closed when no longer placing 2 years ago
Jonathan G Rennison 5a2cc24190 Fix initialisation of new road stop specs 2 years ago
Tyler Trahan 89dba56782 Fix e740c24: Use correct command flag, not just DC_EXEC 2 years ago
translators 22f6502b14 Update: Translations from eints
chinese (traditional): 3 changes by benny30111
galician: 9 changes by mgtrad, 1 change by NicoSGF64
indonesian: 14 changes by bsuseno
2 years ago
Jonathan G Rennison 909b20ee68 Implement train speed adaptation on signalled tunnels/bridges
See: #373
2 years ago
Jonathan G Rennison cf25a0c80a Documentation: Update links to online doc HTML in readme 2 years ago
Jonathan G Rennison df92b7e449 Merge branch 'road-stops' into jgrpp 2 years ago
dP 36bee83864
Change: Deliver cargo to the closest industry first (#9536) 2 years ago
Jonathan G Rennison 5428492d6b Add hotkeys for building road waypoints to the road/tram toolbars 2 years ago
Jonathan G Rennison 742b42cff6 Remove unused road stop constant 2 years ago
Jonathan G Rennison ede2ceb9b9 Documentation: Initial road stops NewGRF documentation 2 years ago
Jonathan G Rennison 50775f8b43 Increase road stop random bits to 8 bits 2 years ago
Jonathan G Rennison 650a359a16 Fix road stop road/tram type variables when not present and in GUI 2 years ago
Jonathan G Rennison a0e6380d7a Fix variable definition for road stop var 6A 2 years ago
Jonathan G Rennison 4a347e73bb Fix drawing road/tram type overlays for drive-through stops in GUI 2 years ago
Jonathan G Rennison 20c5d471be Fix implicit order generation with road vehicle leave stop next order check 2 years ago
Jonathan G Rennison ae3c4f2d6d If road vehicle next order is for same station when leaving, do not leave
Just start loading again without moving instead
2 years ago
Jonathan G Rennison a6190c9deb Fix crash in scheduled dispatch window with nearest depot dispatch order 2 years ago
Jonathan G Rennison 5119d61c82 If aircraft next order is for same station when leaving, do not leave
Just start loading again without moving instead
2 years ago