1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00
Commit Graph

26047 Commits

Author SHA1 Message Date
Michael Steenbeek
3d05fce68e Merge pull request #21818 from Harry-Hopkinson/refactor-constant-notation
Refactor constant notation in Chat.h and Peep.h
2024-04-21 00:14:44 +02:00
Rahul Unniyampath
893ae7f0ca Refactor constant notation in Audio.h
Co-authored-by: ncerroneumich <ncerrone@umich.edu>
2024-04-21 00:12:13 +02:00
Michael Steenbeek
7fc34ef612 Fix #21832: Ghost Train in Haunted Harbour has missing pieces (#21856) 2024-04-21 00:01:55 +02:00
evmarcus
1f761faee0 Close #11512: Add coloured usernames in multiplayer servers by group
Co-authored-by: mbilik <mbilik@umich.edu>
Co-authored-by: Matt <matthewsings5@gmail.com>
2024-04-20 21:40:18 +00:00
Harry Hopkinson
b05dcb3dfe Close #21837: Formatter is overwritten in RideConstruction.cpp
Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
2024-04-20 13:49:36 +00:00
Aaron van Geffen
1b5d0f47ab Make usage of Audio namespace explicit in Context 2024-04-20 12:24:44 +02:00
Aaron van Geffen
82c434358a Introduce SPR_DEFAULT_PALETTE 2024-04-19 17:47:22 +02:00
OpenRCT2 git bot
447805c8f4 Merge Localisation/master into OpenRCT2/develop 2024-04-19 04:01:52 +00:00
Michael Steenbeek
9b7face116 Fix #21731: previously-invisible 'alt' rides now visible 2024-04-18 22:29:52 +02:00
QwertyChouskie
1d3a2393dc debian/control: Fix syntax error causing builds to fail (#21835)
whoops my bad
2024-04-18 21:25:05 +02:00
OpenRCT2 git bot
73fc3bce8c Merge Localisation/master into OpenRCT2/develop 2024-04-18 04:01:49 +00:00
Harry-Hopkinson
47939567c4 Rename CHAT_MAX_WINDOW_WIDTH - kChatMaxWindowWidth 2024-04-17 13:20:37 +00:00
Harry-Hopkinson
337f9ca549 Rename CHAT_MAX_MESSAGE_LENGTH to kChatMaxMessageLength 2024-04-15 15:35:00 +00:00
Harry-Hopkinson
140e17029d Rename CHAT_INPUT_SIZE to kChatInputSize 2024-04-15 15:30:37 +00:00
Harry-Hopkinson
c264ec1077 Rename CHAT_HISTORY_SIZE to kChatHistorySize 2024-04-15 15:28:51 +00:00
Harry-Hopkinson
ba1f066710 Rename PEEP_MAX_ENERGY_TARGET to kPeepMaxEnergyTarget 2024-04-15 15:26:10 +00:00
Harry-Hopkinson
cf50b4c8a3 Rename PEEP_MAX_ENERGY to kPeepMaxEnergy 2024-04-15 15:21:49 +00:00
Michał Janiszewski
b64ec76c95 Fix #21787: Map generator heightmap should respect increased height limits (#21798) 2024-04-15 15:19:18 +00:00
Harry-Hopkinson
04ca18b7c6 Rename PEEP_MIN_ENERGY to kPeepMinEnergy 2024-04-15 15:12:21 +00:00
Harry Hopkinson
530a7de98f Replace notation in Guest.h 2024-04-15 16:48:41 +02:00
mrmbernardi
8a2afbd1a3 Reduce copying in PaintSurface (#21817) 2024-04-15 16:10:55 +02:00
QwertyChouskie
5a424af8a9 debian/control: Update g++ dependency; update description
Use of `<span>` means g++ version 10 or later is required.  See https://en.cppreference.com/w/cpp/compiler_support/20.

While we are here anyways, update the description (based off the description at openrct2.org).
2024-04-15 16:03:44 +02:00
mrmbernardi
b21f0504cf Pause button stays down while waiting for GameAction (#21816) 2024-04-15 14:26:44 +02:00
Michał Janiszewski
a6e1124175 Fix mac-specific highdpi issue workaround (#21785) 2024-04-14 18:43:45 +02:00
OpenRCT2 git bot
0872327fe5 Merge Localisation/master into OpenRCT2/develop 2024-04-14 04:04:33 +00:00
Duncan
3ce917e2e1 Fix #6725: Z-fighting when car passes through scenery door 2024-04-13 21:32:55 +02:00
OpenRCT2 git bot
0d12eb657d Merge Localisation/master into OpenRCT2/develop 2024-04-13 04:01:36 +00:00
Michael Steenbeek
246f1f30b9 Merge pull request #21715 from AaronVanGeffen/revert-owner
Revert "Add owner property to tile elements for scripting"
2024-04-12 22:10:26 +02:00
Aaron van Geffen
a4bd20bcfc Add changelog entry 2024-04-12 22:00:14 +02:00
Aaron van Geffen
d536f9bce0 Revert "Add owner property to tile elements for scripting"
This reverts commit b4376ab590.
2024-04-12 21:58:45 +02:00
Aaron van Geffen
4f3449cfcf Fix assert with some custom objects 2024-04-12 19:52:21 +00:00
Rik Smeets
953bb4ee91 Park admittance price can now be set via text input 2024-04-12 18:38:08 +00:00
Michael Steenbeek
005aece802 Expose “animation is backwards” flag in Tile Inspector 2024-04-12 18:08:34 +00:00
Michał Janiszewski
f9bd26214b Use libraries v35 (#21771) 2024-04-12 15:22:00 +03:00
Michael Steenbeek
271a22d00e Merge pull request #21681 from AaronVanGeffen/obj-list-refactor
Move various object list properties out of ObjectTypes header
2024-04-12 11:54:13 +02:00
Michael Steenbeek
4e7d5d987a Merge pull request #21745 from rik-smeets/fix-stuck-boat-hire
Fix #866: Boat Hire boats get stuck entering track
2024-04-10 12:16:38 +02:00
Rik Smeets
b009643ab0 Remove to do statement by explicit null check on collideVehicle 2024-04-10 07:58:39 +02:00
Rik Smeets
e250ec3b66 Fix #866: Boat Hire boats get stuck entering track 2024-04-10 07:58:39 +02:00
Rik Smeets
2a78399418 Introduce BoatHireSubState enum 2024-04-10 07:58:36 +02:00
OpenRCT2 git bot
828eb0e467 Merge Localisation/master into OpenRCT2/develop 2024-04-07 04:02:09 +00:00
Michael Steenbeek
e190afeb80 Fix maze drawing (#21729) 2024-04-06 21:14:18 +02:00
Michael Steenbeek
a38039f6e4 Add feature to allow overriding x/y offsets in GX files 2024-04-05 15:41:35 +02:00
Michael Steenbeek
c3cf6f01ca Add #15782 to changelog
Addressed in https://github.com/OpenRCT2/OpenRCT2/pull/21351.
2024-04-05 13:17:48 +02:00
Michael Steenbeek
318bff1eac Merge pull request #21676 from Gymnasiast/refactor/gamestate-to-gamestate-t
Move everything in GameState to GameState_t
2024-04-04 18:34:45 +02:00
Gymnasiast
19e403068d Fix formatting 2024-04-04 18:18:25 +02:00
Gymnasiast
c158854a7f Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
Gymnasiast
4f3b7aa8a9 Turn Park into struct 2024-04-04 18:12:36 +02:00
Gymnasiast
7b072808ee Turn Date into struct 2024-04-04 18:12:36 +02:00
Gymnasiast
fef1a27342 Remove GameState class 2024-04-04 18:12:35 +02:00
Gymnasiast
28451027b1 Move Park to GameState_t 2024-04-04 18:12:08 +02:00