OpenRCT2/src/openrct2
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
..
actions Fix #12299 Placing ride entrances/exits ignores the Disable Clearance Checks cheat (#21096) 2023-12-21 20:38:20 +01:00
audio Fix #20262: random title theme can pick RCT1 when unavailable 2023-05-26 19:38:59 +02:00
command_line Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
config Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
core Refactor in-memory track design element (#21010) 2023-12-02 14:43:03 -03:00
drawing Added OpenGL TTF hinting 2023-12-08 01:13:17 +01:00
entity Fix #5677: Balloons pass through the ground and objects (#20483) 2023-12-26 08:28:19 -03:00
interface Fix #5677: Balloons pass through the ground and objects (#20483) 2023-12-26 08:28:19 -03:00
localisation Close OpenRCT2/OpenRCT2#20830: Display author field on scenery window (#21058) 2023-12-19 21:15:04 -03:00
management Fix #16926: Grouped rides unlock only the first entry 2023-12-30 20:05:44 +00:00
math steam position modifier and animation speed properties (#11269) 2023-03-09 15:45:45 +02:00
network Release v0.4.7 2023-12-31 15:09:59 +01:00
object OpenMusic release v1.5 (#21004) 2023-11-28 06:09:58 -03:00
paint replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
park Fix #20747: handle staff speed permanency/serialization/apply for new staff (#20756) 2023-11-12 08:06:51 -03:00
peep Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
platform Update Crash.cpp 2023-12-31 14:55:40 +01:00
profiling Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
rct1 Fix #21042: SpriteData intialised incorrectly (#21125) 2023-12-29 23:21:15 +01:00
rct2 Update objects to v1.3.12 2023-12-23 23:38:33 +01:00
rct12 Refactor in-memory track design element (#21010) 2023-12-02 14:43:03 -03:00
ride Merge pull request #21113 from spacek531/track/replace-track-paint-scheme-enum 2023-12-26 14:13:48 +01:00
scenario Fix #20843: Remove 0 padding from file path in scenario index filename 2023-10-04 04:37:27 +03:00
scripting Remove 13k dynamic initializer by changing SpriteGroupNames type 2023-11-25 16:22:45 +02:00
title Revert "Remove double load of Title Sequence in TitleScreen.cpp" (#21133) 2023-12-31 14:52:35 +01:00
ui Use dpi ref in ui context and weather 2023-04-11 22:57:25 +01:00
util Ref: #11159 Reduce malloc() and free() usage (#20872) 2023-10-17 08:51:52 +01:00
windows Add intents to the TileManager UI 2023-08-12 22:00:29 +02:00
world make SetBrakesClosed2 a standalone function 2023-10-01 18:58:06 -07:00
AssetPack.cpp Fix #20033: Asset packs cannot reference game data (#20034) 2023-04-24 21:55:36 +01:00
AssetPack.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
AssetPackManager.cpp More MAX_PATH removals (#20113) 2023-05-09 20:08:46 +01:00
AssetPackManager.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
CMakeLists.txt Remove explicit passing of -lstdc++fs (#20470) 2023-07-02 21:05:20 +01:00
Cheats.cpp Fix #20747: handle staff speed permanency/serialization/apply for new staff (#20756) 2023-11-12 08:06:51 -03:00
Cheats.h Fix #20747: handle staff speed permanency/serialization/apply for new staff (#20756) 2023-11-12 08:06:51 -03:00
CommandLineSprite.cpp Remove legacy stuff in common.h (#20523) 2023-07-02 12:59:20 +03:00
CommandLineSprite.h Close #19176, close #19273: Consistent “CmdLine” naming 2023-02-23 00:03:30 +01:00
Context.cpp Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
Context.h Fix #19445: Text not cleared using Ctrl+Backspace 2023-02-25 15:42:37 +02:00
Date.cpp Refactor and clean up date handling (#19666) 2023-04-02 09:25:41 +01:00
Date.h Refactor and clean up date handling (#19666) 2023-04-02 09:25:41 +01:00
Diagnostic.cpp Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
Diagnostic.h Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
Editor.cpp Remove legacy stuff in common.h (#20523) 2023-07-02 12:59:20 +03:00
Editor.h Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
EditorObjectSelectionSession.cpp Properly name setter/getter for edge object index 2023-08-26 21:01:27 +03:00
EditorObjectSelectionSession.h Rename sub_ and loc_ functions 2023-01-17 19:05:14 +01:00
FileClassifier.cpp Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
FileClassifier.h Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
Game.cpp Print a warning if there is a disagreement with the imported data 2023-10-20 15:02:28 +03:00
Game.h Made setting the game speed a game action (#20825) 2023-10-04 16:13:40 +01:00
GameState.cpp Update the money effect even when the game is paused (#21102) 2023-12-23 11:04:25 -03:00
GameState.h Remove benchmark code from game logic 2023-06-30 16:35:05 +03:00
GameStateSnapshots.cpp vehicle chooses between brake speed and block brake speed 2023-04-11 19:28:26 -07:00
GameStateSnapshots.h Rename classes with snakes OpenRCT2/G*-M* 2023-01-19 15:13:23 +00:00
Identifiers.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Input.cpp Fix tool tips disappearing too quickly 2023-05-18 18:08:16 +03:00
Input.h Fix tool tips disappearing too quickly 2023-05-18 18:08:16 +03:00
Intro.cpp Use dpi ref in rect and line drawing functions 2023-04-11 22:59:01 +01:00
Intro.h Use dpi ref in Intro.cpp 2023-04-11 22:57:25 +01:00
Limits.h Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
OpenRCT2.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
OpenRCT2.h Close #19176, close #19273: Consistent “CmdLine” naming 2023-02-23 00:03:30 +01:00
ParkImporter.cpp Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
ParkImporter.h Desnake some stuff, small string passing cleanup (#19388) 2023-02-13 20:30:16 +00:00
PlatformEnvironment.cpp Refactor PlatformEnvironment to avoid static initialization 2023-11-25 16:58:28 +02:00
PlatformEnvironment.h Add tab to About window to show contributors.md 2023-01-14 00:56:20 +01:00
ReplayManager.cpp Rename classes with snakes OpenRCT2/G*-M* 2023-01-19 15:13:23 +00:00
ReplayManager.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
System.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
TrackImporter.cpp Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
TrackImporter.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Version.cpp Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
Version.h Release v0.4.7 2023-12-31 15:09:59 +01:00
common.h Remove duplicate MAX_PATH, previously defined in Platform.h 2023-08-10 14:45:07 +03:00
libopenrct2.vcxproj Consolidate Junior and Water RC track code 2023-12-23 01:54:43 +01:00
openrct2_pch.cpp Use precompiled headers for libopenrct2 with MSVC (#15997) 2023-05-07 21:53:50 +02:00
openrct2_pch.h Use precompiled headers for libopenrct2 with MSVC (#15997) 2023-05-07 21:53:50 +02:00
readme.md Close #19176, close #19273: Consistent “CmdLine” naming 2023-02-23 00:03:30 +01:00
sprites.h Fix 20866: Boosters for the Mini and B&M track are swapped (#20867) 2023-10-12 07:58:49 +01:00

readme.md

Source directory structure

  • actions

    Handles player actions and queues pending actions.

  • audio

    Contains files for mixing and playing music and sound.

  • command_line

    Code specific to command line (arguments).

  • config

    Code concerning game configuration.

  • core

    Provides core functionality such as string operations, encryption, and compression.

  • drawing

    Low level drawing logic and palette tables.

  • interface

    Window and widget logic, includes high level drawing and input.

  • localisation

    String IDs, currency and date logic.

  • management

    Park management logic such as finance, marketing and research.

  • network

    Network and multiplayer logic, includes management of network games and downloading / uploading of content.

  • object

    Code relating to objects (rides, shops, scenery, etc).

  • paint

    Prepares objects' sprites to be drawn.

  • peep

    Guest and staff definitions and logic such as action management and pathfinding.

  • platform

    Compiler and operating system specific code such as type definitions, message handling and file input / output.

  • rct1

    Code specific only to RCT1 (vanilla).

  • rct2

    Code specific only to RCT2 (vanilla).

  • rct12

    Code specific to vanilla RCT, either RCT 1 or RCT 2.

  • ride

    Data and logic for rides, vehicles and track.

  • scenario

    Code relating to game scenarios.

  • title

    Code for loading and updating title screen sequence.

  • util

    Utility and helper functions.

  • windows

    Definitions and logic for all the windows in the game.

  • world

    World objects and mechanics such as the climate, landscape, sprites and park.