Commit graph

27486 commits

Author SHA1 Message Date
Michał Janiszewski
8c19879e6f Release v0.4.18
- Improved: [#23200] Add banked sloped turns and many other pieces to the Stand-Up and Classic Stand-Up Roller Coaster.
- Improved: [#23260] Add diagonal (block) brakes to LSM Launched Roller Coaster.
- Improved: [#23350] Increased the maximum width of the ride graph window.
- Improved: [#23404] Folders are now paired with an icon in the load/save window.
- Improved: [#23405] Filenames can now be input directly into the file browser (load/save) window.
- Improved: [#23431] Opaque water and Corkscrew Roller Coaster boosters now show up if RCT1 isn’t linked.
- Improved: [objects#369] Updated Russian translation.
- Change: [#23413] The max number of park entrance objects has been raised to 255.
- Fix: [#1122] Trains spawned on a cable lift hill will fall down and crash (original bug).
- Fix: [#19780] Guest screams loop on long drops.
- Fix: [#22742, #22793] In game console does not handle format tokens properly.
- Fix: [#23135] Map generator tree placement has noticable patterns.
- Fix: [#23286] Currency formatted incorrectly in the in game console.
- Fix: [#23348] Console set commands don't print output properly.
- Fix: [#23376] Peeps with balloons, hats and umbrellas may leave artifacts on screen.
- Fix: [#23486] Object selection minimum requirements can be bypassed with close window hotkey.
- Fix: [#23496] Newly spawned vehicles are invisible when spawned while the game is paused.
- Fix: [#23509] Map generator window reverts to flatland after selecting a heightmap image.
- Fix: [objects#359] Fix water colours in Hover Cars preview image.
- Fix: [objects#361] Fix water colours in River Styx boats preview image.
- Fix: [objects#362] Fix water colours in Neptune Ride preview image.
- Fix: [objects#363] Fix water colours in Harpies Trains preview image.
2025-01-08 20:37:35 +01:00
Michał Janiszewski
94dac8cb34 Merge branch 'develop' 2025-01-08 20:35:05 +01:00
Michał Janiszewski
ea58519d1a
Disable ubuntu docker job in individual steps (#23575)
Disable individual steps rather than whole job to make the job report as
passing for SignPath runner verification
2025-01-08 18:52:49 +00:00
Michał Janiszewski
f1e51fd873
Disable lint-commit job that trips up SignPath runner id when skipped (#23574)
Skipping the job makes SignPath's runner verification think it was run
on an external system and with runner verification a strict requirement,
it prevents us from doing a release
2025-01-08 18:31:32 +00:00
Aaron van Geffen
955a0a2687
Remove entry for #23486 from changelog (#23548) 2025-01-05 18:30:25 -03:00
Michał Janiszewski
45e7c6e705
Update backtrace token for upcoming v0.4.18 release 2025-01-05 18:16:21 +01:00
&Olga
bbbfec0b57
Link the OpenMusic repo in readme (#23536) 2025-01-03 23:42:19 +01:00
Aaron van Geffen
d350f935ee
Update objects to v1.4.12 (#23535) 2025-01-03 22:34:20 +01:00
&Olga
ceac95fa8f
Add @andOlga to Russian translation credits 2025-01-03 20:11:09 +00:00
Matt
4e4f24ef6c
Add iterator include to SurfaceSelection.cpp (#23532) 2025-01-03 15:37:33 +00:00
Tulio Leao
01a4ad5ddf
Merge pull request #23490 from zzril/fix-#19780-guest-screams-loop
Fix #19780: Guest screams loop on long drops
2025-01-03 07:01:47 -03:00
Severin Paul Höfer
ab8c163d8e Update changelog.txt 2025-01-02 14:37:03 +01:00
Severin Paul Höfer
3825019a2d Re-create sound channel only for looping sounds
This partly reverts b264a73247 and
ensures that non-looping sounds (e. g. guests screams) do not get
replayed until their condition becomes false and then true again.
2025-01-02 14:37:03 +01:00
Severin Paul Höfer
c925ae26c1 Rename Sub6D7AC0 to VehicleSoundFadeInOut 2025-01-02 14:37:03 +01:00
Aaron van Geffen
404c72e401
Merge pull request #23509 from AaronVanGeffen/mapgen-refactor
Refactor map generator and move it into its own namespace
2025-01-02 13:17:57 +01:00
Aaron van Geffen
167daaa1d2 Fix #23135: Tree placement has noticable patterns 2025-01-02 12:38:33 +01:00
Aaron van Geffen
c0505bb164 Fix mapgen window reverting to flatland when selecting heightmap image 2025-01-02 12:30:51 +01:00
OpenRCT2 git bot
d6d43dcfa4 Merge Localisation/master into OpenRCT2/develop 2025-01-02 04:02:12 +00:00
wszqkzqk
2bdb3a62e3
Add LoongArch architecture information (#23477) 2025-01-01 11:47:07 +01:00
OpenRCT2 git bot
03fc6f64e7 Merge Localisation/master into OpenRCT2/develop 2025-01-01 04:02:29 +00:00
Aaron van Geffen
fa06a49302
Update copyright year to 2025 (#23514) 2024-12-31 20:30:04 +01:00
Aaron van Geffen
752f169acf
Fix editor progression issues (#23511)
Partial revert of #23487
2024-12-31 00:45:01 +01:00
Aaron van Geffen
a809f48106 Move more simplex functions to SimplexNoise unit 2024-12-30 17:32:16 +01:00
Aaron van Geffen
6386307b77 Refactor raw height array into HeightMap class 2024-12-30 16:45:33 +01:00
Aaron van Geffen
8cf9142b87 Encapsulate map generator in World::MapGenerator namespace 2024-12-30 16:21:22 +01:00
Aaron van Geffen
57984db60a Move SurfaceSelection into its own unit as well 2024-12-30 15:53:42 +01:00
Aaron van Geffen
bffeb81258 Remove some unnecessary includes 2024-12-30 15:27:05 +01:00
Aaron van Geffen
dffbb655ff Move TreePlacement into its own unit as well 2024-12-30 15:25:30 +01:00
Aaron van Geffen
c5508bcf1d Split off PngTerrainGenerator, SimplexNoise units 2024-12-30 15:11:40 +01:00
Aaron van Geffen
8562545138 Move MapGen and MapHelpers units into map_generator folder 2024-12-30 14:46:47 +01:00
Aaron van Geffen
23d4032eed
Move LightFX into its own namespace (#23506) 2024-12-30 11:04:39 +00:00
Basssiiie
9ba4beb1dc
Fix #23496: missing spatial index update when paused (#23505) 2024-12-30 08:02:25 -03:00
Aaron van Geffen
25ac4cf5d6
Prevent closing object selection window when selection is invalid (#23487)
* Prevent closing object selection window when selection is invalid

* Ride window: remove superfluous virtual keyword from event signatures

* Amend changelog
2024-12-29 22:15:26 +00:00
Tulio Leao
fef568c7c8
Use std::chrono for easier to read durations (#23499) 2024-12-29 17:48:24 -03:00
tellovishous
0ce1128cf0
eo-ZZ: Add EO text to Appdata file 2024-12-29 21:28:47 +01:00
Aaron van Geffen
5e61768d61
Allow filename input directly in file browser window (#23405) 2024-12-29 19:39:23 +00:00
OpenRCT2 git bot
450f7849a5 Merge Localisation/master into OpenRCT2/develop 2024-12-27 04:02:14 +00:00
Michael Steenbeek
23ff877b62
Merge pull request #23308 from Gymnasiast/refactor/split-track-style
Number track styles
2024-12-24 19:34:17 +01:00
Matt
e73793f828
Merge pull request #23475 from ZehMatt/fix-23471
Fix #23471: Traverse the paint nodes in correct order
2024-12-24 20:01:20 +02:00
Gymnasiast
716117165b
Reduce branching when drawing 2024-12-24 18:34:57 +01:00
ζeh Matt
e9f11bf45a
Fix #23471: Traverse the paint nodes in correct order 2024-12-24 18:24:16 +02:00
Gymnasiast
9b7bbcf69a
Number track styles 2024-12-24 17:23:58 +01:00
mix
b0c18b0b18
Add new pieces to the Stand-Up Roller Coaster 2024-12-24 17:08:42 +01:00
OpenRCT2 git bot
51bf885cda Merge Localisation/master into OpenRCT2/develop 2024-12-24 04:02:19 +00:00
mrmbernardi
2fc7160d47
Remove dead lines in CMakeLists (#23461) 2024-12-23 23:29:46 +01:00
Michał Janiszewski
b1e1229ff8
Merge pull request #23408 from ZehMatt/render-update-2
Refactor some PaintSession things
2024-12-23 23:28:01 +01:00
Aaron van Geffen
fb91cefe00
Fix guest inventories crashing on particular items (#23469)
* InventoryFormatItem: adjust formatter increments for lack of ImageIds

* OnDrawInventory: adjust itemNameWidth to account for icon offset

* OnDrawInventory: Improve icon/label vertical alignment
2024-12-23 19:45:57 +00:00
Michael Steenbeek
6f1d8be226
Merge pull request #23459 from Gymnasiast/fix/1122
Fix #1122: Trains can spawn on cable lift hill
2024-12-23 20:39:28 +01:00
X123M3-256
5894b5bf86
Fix #1122: Trains can spawn on cable lift hill 2024-12-23 20:19:04 +01:00
Joan Josep
5003a1cc75
ca-ES: Amend and complete translation of appdata.xml 2024-12-23 20:11:30 +01:00