OpenRCT2/src/openrct2
Michał Janiszewski c8fbffa0e2
Update backtrace token for upcoming release
2020-08-13 23:28:31 +02:00
..
actions Fix #11968: Maze height is higher than it should be 2020-08-12 18:33:15 +02:00
audio Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
cmdline Close #12452: Refactor DIAGNOSTIC_LEVEL to use strong enum (#12549) 2020-08-02 07:51:02 +01:00
config Fix #12402: Refactor MEASUREMENT_FORMAT to use strong enum (#12642) 2020-08-13 21:51:28 +01:00
core Invert the condition (#12645) 2020-08-11 19:29:18 +01:00
drawing Close #12497: Remove extra SPRITE_INDEX_NULL checks (#12601) 2020-08-08 09:12:52 -03:00
interface Fix #12402: Refactor MEASUREMENT_FORMAT to use strong enum (#12642) 2020-08-13 21:51:28 +01:00
localisation Fix #12402: Refactor MEASUREMENT_FORMAT to use strong enum (#12642) 2020-08-13 21:51:28 +01:00
management Fix #12611: Bad check for pay-per-ride ability 2020-08-10 18:56:06 +02:00
network Merge pull request #12658 from ZehMatt/fix-network-hang 2020-08-12 19:00:27 +02:00
object Feature #11817: Show authors field in object selection (#12591) 2020-08-09 06:23:28 +01:00
paint Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
peep Close #12440: Refactor VEHICLE_STATUS to use strong enum (#12606) 2020-08-09 06:24:25 +01:00
platform Update backtrace token for upcoming release 2020-08-13 23:28:31 +02:00
rct1 Fix #10549: 'Build the best ride you can' objective missing ride name 2020-08-13 00:23:08 +02:00
rct2 Fix #10549: 'Build the best ride you can' objective missing ride name 2020-08-13 00:23:08 +02:00
rct12 Fix names of two track type functions 2020-08-10 23:48:18 +02:00
ride Fix names of two track type functions 2020-08-10 23:48:18 +02:00
scenario Refactor objective handling in Scenario Editor 2020-08-12 22:10:47 +02:00
scripting Close #12440: Refactor VEHICLE_STATUS to use strong enum (#12606) 2020-08-09 06:24:25 +01:00
title Close #12442: Refactor SCENARIO_SOURCE to use strong enum (#12608) 2020-08-08 09:38:43 -03:00
ui Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
util Update copyright year to 2020 2020-07-21 15:04:34 +02:00
windows Fix names of two track type functions 2020-08-10 23:48:18 +02:00
world Convert track_element_is_block_start() to member function 2020-08-10 21:15:48 +02:00
CMakeLists.txt Fix build on OpenBSD (#11870) 2020-06-12 16:45:22 +02:00
Cheats.cpp Move IStream, MemoryStream, FileStream into OpenRCT2 namespace 2020-08-05 16:29:36 +02:00
Cheats.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
CmdlineSprite.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
CmdlineSprite.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Context.cpp Close #12458 : Refactor STARTUP_ACTION to use strong enum (#12480) 2020-07-28 17:23:09 +01:00
Context.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
Date.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Date.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Diagnostic.cpp Close #12452: Refactor DIAGNOSTIC_LEVEL to use strong enum (#12549) 2020-08-02 07:51:02 +01:00
Diagnostic.h Close #12452: Refactor DIAGNOSTIC_LEVEL to use strong enum (#12549) 2020-08-02 07:51:02 +01:00
Editor.cpp Refactor NewsItem into namespace and Pascal Case (#12511) 2020-08-02 23:14:00 -03:00
Editor.h closes #12454: Remove unused enum EDIT_SCENARIOOPTIONS_* (#12547) 2020-08-03 21:05:43 +01:00
EditorObjectSelectionSession.cpp Refactor ResearchItem Type to an enum class (#12346) 2020-07-22 14:25:05 +01:00
EditorObjectSelectionSession.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
FileClassifier.cpp Move IStream, MemoryStream, FileStream into OpenRCT2 namespace 2020-08-05 16:29:36 +02:00
FileClassifier.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
Game.cpp Refactor NewsItem into namespace and Pascal Case (#12511) 2020-08-02 23:14:00 -03:00
Game.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
GameState.cpp Refactor NewsItem into namespace and Pascal Case (#12511) 2020-08-02 23:14:00 -03:00
GameState.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
GameStateSnapshots.cpp Move IStream, MemoryStream, FileStream into OpenRCT2 namespace 2020-08-05 16:29:36 +02:00
GameStateSnapshots.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
Input.cpp Close #12456: Refactor INPUT_STATE to use strong enum (#12484) 2020-07-27 19:51:10 -03:00
Input.h Close #12456: Refactor INPUT_STATE to use strong enum (#12484) 2020-07-27 19:51:10 -03:00
Intro.cpp Close #12457: Rename INTRO_STATE to use PascalCase 2020-07-26 09:32:53 -04:00
Intro.h Close #12457: Rename INTRO_STATE to use PascalCase 2020-07-26 09:32:53 -04:00
OpenRCT2.cpp Close #12458 : Refactor STARTUP_ACTION to use strong enum (#12480) 2020-07-28 17:23:09 +01:00
OpenRCT2.h Close #12458 : Refactor STARTUP_ACTION to use strong enum (#12480) 2020-07-28 17:23:09 +01:00
ParkImporter.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
ParkImporter.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
PlatformEnvironment.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
PlatformEnvironment.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
ReplayManager.cpp Move IStream, MemoryStream, FileStream into OpenRCT2 namespace 2020-08-05 16:29:36 +02:00
ReplayManager.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
TrackImporter.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
TrackImporter.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
Version.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Version.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
common.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
libopenrct2.vcxproj Introduce NetworkClient and NetworkServer 2020-07-30 20:29:15 +02:00
readme.md Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
sprites.h Fix: bad kerning on lowercase 'j' character (original bug) 2020-07-26 23:19:16 +02:00

readme.md

Source directory structure

  • actions

    Handles player actions and queues pending actions.

  • audio

    Contains files for mixing and playing music and sound.

  • cmdline

    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.