OpenRCT2/src/openrct2/network
Michał Janiszewski 0e8d46ea7c Release v0.4.7
- Feature: [#12078] Add shortcut key for toggling wall slope.
- Feature: [#19919] Add diagonal brakes and diagonal block brakes to most coaster types.
- Feature: [#20141] Add additional track pieces to the Giga Coaster.
- Feature: [#20825] Made setting the game speed a game action.
- Feature: [#20830] Display author field on scenery window.
- Feature: [#20853] [Plugin] Add “BaseTileElement.owner” which is saved in the park file.
- Feature: [objects#257] Re-introduce the RCT1 road, which does not have handrails.
- Feature: [OpenMusic#46] Added Mystic ride music style.
- Feature: [OpenMusic#50] Added Rock style 4 ride music.
- Improved: [objects#261] Add composer credits on all RCT2 music objects.
- Change: [#20790] Default ride price set to free if park charges for entry.
- Change: [#20880] Restore removed default coaster colours.
- Change: [#21102] The money effect will now update even when the game is paused.
- Change: [objects#244] Update sort priorities for expansion scenery groups.
- Change: [objects#256] Use recoloured RCT2 artwork on the Fruity Ices Stall, rather than the (slightly different) RCT1 artwork.
- Fix: [#5677] Balloons pass through the ground and objects.
- Fix: [#12299] Placing ride entrances/exits ignores the Disable Clearance Checks cheat.
- Fix: [#13473] Guests complain that the default Circus price is too high.
- Fix: [#15293] TTF fonts don’t format correctly with OpenGL.
- Fix: [#16453] Tile inspector invisibility shortcut does not use a game action.
- Fix: [#16926] When multiple vehicles are grouped in research, only one of them is unlocked.
- Fix: [#17774] Misplaced/missing land and construction rights tiles in RCT1 & RCT2 scenarios.
- Fix: [#18199] Dots in the game save’s name no longer get truncated.
- Fix: [#19722] “Forbid tree removal” restriction doesn’t forbid removal of large scenery tree items.
- Fix: [#20253] Crash when displaying a Lay-Down RC’s half loop.
- Fix: [#20356] Cannot set tertiary colour on small scenery.
- Fix: [#20624] Scrolling text glitches after language is changed.
- Fix: [#20679] Android: game crashes at launch.
- Fix: [#20737] Spent money in player window underflows when getting refunds.
- Fix: [#20747] Staff speed cheat not applying to newly hired staff, UI not showing the current applied speed.
- Fix: [#20778] [Plugin] Incorrect target api when executing custom actions.
- Fix: [#20807] Tertiary colour not copied with small scenery.
- Fix: [#20964] Crash when player connects to server with a group assigned that no longer exists.
- Fix: [#20995] TTF fonts don’t support hinting, outlines, or insets with OpenGL.
- Fix: [#21042] Peeps don’t render properly in S4 parks.
- Fix: [objects#246, objects#248] Some objects are incorrectly marked as originating from RCT1.
- Fix: [objects#260] Submarine Ride has its capacity listed incorrectly.
2023-12-31 15:09:59 +01:00
..
DiscordService.cpp Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
DiscordService.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkAction.cpp Rename FootpathPlaceFromTrack to FootpathLayoutPlace (#19028) 2023-01-05 06:39:15 -03:00
NetworkAction.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkBase.cpp Release v0.4.7 2023-12-31 15:09:59 +01:00
NetworkBase.h Fix #18986: Sending remote scripts larger than 63KiB crashing all clients. (#19573) 2023-03-06 13:50:05 +01:00
NetworkClient.cpp Introduce NetworkClient and NetworkServer 2020-07-30 20:29:15 +02:00
NetworkClient.h Wrap code with macro test DISABLE_NETWORK 2020-07-30 20:29:16 +02:00
NetworkConnection.cpp Replace format_string(4) with OpenRCT2::FormatStringLegacy() (#19190) 2023-01-17 21:56:30 +01:00
NetworkConnection.h Replace snakes in Class names OpenRCT2/N*-P* (#19227) 2023-01-20 05:24:44 +00:00
NetworkGroup.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkGroup.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkKey.cpp Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
NetworkKey.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkPacket.cpp Fix #18986: Sending remote scripts larger than 63KiB crashing all clients. (#19573) 2023-03-06 13:50:05 +01:00
NetworkPacket.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkPlayer.cpp Fix #20737: Spent money underflows when getting refunds (#20765) 2023-09-07 08:19:27 +02:00
NetworkPlayer.h Fix #20737: Spent money underflows when getting refunds (#20765) 2023-09-07 08:19:27 +02:00
NetworkServer.cpp Introduce NetworkClient and NetworkServer 2020-07-30 20:29:15 +02:00
NetworkServer.h Wrap code with macro test DISABLE_NETWORK 2020-07-30 20:29:16 +02:00
NetworkServerAdvertiser.cpp Fix #19735: Server unable to advertise its self after connection loss 2023-08-21 12:58:22 +00:00
NetworkServerAdvertiser.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
NetworkTypes.h Fix #18986: Sending remote scripts larger than 63KiB crashing all clients. (#19573) 2023-03-06 13:50:05 +01:00
NetworkUser.cpp Avoid constructing temporary string object 2023-07-05 23:14:05 +03:00
NetworkUser.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
ServerList.cpp Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
ServerList.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Socket.cpp Remove legacy stuff in common.h (#20523) 2023-07-02 12:59:20 +03:00
Socket.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
network.h Fix #20737: Spent money underflows when getting refunds (#20765) 2023-09-07 08:19:27 +02:00