1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00
Commit Graph

27515 Commits

Author SHA1 Message Date
Aaron van Geffen
7efe73f6ac Add checks to ensure an animation object is selected for each peep type 2024-12-07 13:40:30 +01:00
Aaron van Geffen
42adf84723 EditorObjectSelectionSession: mark peep animation objects in use 2024-12-06 19:50:14 +01:00
Aaron van Geffen
7b63355d03 Rework PeepAnimation construction 2024-12-06 09:32:37 +01:00
Aaron van Geffen
cfdfd1a234 List available staff costumes dynamically 2024-12-05 17:39:10 +01:00
Aaron van Geffen
3cc8aec6b9 StaffHireNewAction: use peep anim objects; bump network version 2024-12-05 15:29:34 +01:00
Aaron van Geffen
7e3fe58067 Use peep animation objects for guest and staff sprites 2024-12-05 13:37:39 +01:00
Aaron van Geffen
5219172a07 Introduce functions to get a (random) peep anim object by type 2024-12-05 15:02:23 +01:00
Aaron van Geffen
e885b3616b Drop old PeepAnimationData unit 2024-12-03 21:14:26 +01:00
Aaron van Geffen
b0da41fef5 WIP: start reworking PeepAnimationGroup 2024-12-02 19:58:00 +01:00
Aaron van Geffen
7127e4555e S6Importer: minor refactor of ImportEntityCommonProperties 2024-12-02 18:09:24 +01:00
Aaron van Geffen
a786c89603 Start working on peep entity animation object conversion 2024-12-02 17:15:51 +01:00
Aaron van Geffen
c465f5d9b1 Implement loading animation sequences from peep anim object 2024-11-29 22:10:18 +01:00
Aaron van Geffen
fb9a5239b2 Introduce peep animation objects to object selection window 2024-11-25 17:57:15 +09:00
Aaron van Geffen
48be2e911c Set consumption time when giving items to guests (#23581) 2025-01-09 20:01:53 +01:00
Aaron van Geffen
a55e70bc0b Remove InteractiveConsole.h includes where not required (#23578) 2025-01-09 15:40:47 +01:00
Silent
e1dbaf856e Tighten the use of locks in JobPool (#23533)
Should result in less lock contention, and therefore marginally faster loading times.
2025-01-09 14:34:05 +01:00
Severin Paul Höfer
6b892174f9 Fix #21794: Lay-down coaster cars reverse on first frames of downwards corkscrew 2025-01-09 12:16:45 +01:00
OpenRCT2 git bot
ae805cc9e9 Merge Localisation/master into OpenRCT2/develop 2025-01-09 04:02:01 +00:00
Aaron van Geffen
918766438c Merge pull request #23540 from AaronVanGeffen/loadsave-file-size
Allow file browser to optionally display file sizes
2025-01-08 22:56:47 +01:00
Aaron van Geffen
5d6dd3930a Add changelog entry 2025-01-08 21:38:07 +01:00
Aaron van Geffen
8d0bb76cab Add kMebiByte, kKibiByte constants 2025-01-08 21:37:28 +01:00
Aaron van Geffen
aa45247f21 Move WindowFind functions into WindowManager (#23517)
* Move WindowFind* functions into WindowManager

* Update parameter documentation where applicable
2025-01-08 21:12:11 +01:00
Michał Janiszewski
a8ef595248 Start v0.4.19 2025-01-08 21:01:44 +01:00
Michał Janiszewski
374476e7d9 Merge branch 'master' into develop 2025-01-08 21:00:52 +01:00
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.
v0.4.18
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
c3a0f3a733 Fix file browser resize widget dimensions 2025-01-05 23:32:41 +01: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
Aaron van Geffen
0e95d034eb Allow file browser to optionally display file sizes 2025-01-04 18:17:38 +01:00
Aaron van Geffen
92f57a277e Rewrite OverwritePromptWindow to use MakeWidget 2025-01-04 17:11:41 +01:00
Aaron van Geffen
ee561adc4c Rename Config::Sort to Config::FileBrowserSort 2025-01-04 16:24:00 +01:00
Aaron van Geffen
aede038ba3 Remember preferred file browser dimensions 2025-01-04 16:18:27 +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