OpenRCT2/src/openrct2
Gymnasiast 247de81e3b
Apply requested fixes
2020-09-12 13:45:50 +02:00
..
actions Add visitors for all scenery placement and removes (#12886) 2020-09-10 15:15:46 -03:00
audio Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
cmdline Remove commented-out code (#12834) 2020-09-01 15:33:52 -03:00
config Close #12431 Refactor VirtualFloorStyles to use strong enum (#12790) 2020-08-27 21:06:39 -03:00
core Favour constexpr function over macro on Crypt.CNG.cpp 2020-09-10 21:36:21 +02:00
drawing Convert remaining C-style casts to C++-style ones 2020-09-10 21:36:20 +02:00
interface Close #12434: Refactor ENTERTAINER_COSTUME to use strong enum (#12865) 2020-09-08 16:29:18 -03:00
localisation Add stroke to lowercase 'L' to differentiate from capital 'I' (#12890) 2020-09-10 20:07:12 +02:00
management Fix #12845: Cancel marketing campaigns for demolished rides (#12848) 2020-09-03 18:20:42 -03:00
network Cleanup c-style casts from Socket.cpp 2020-09-10 21:36:21 +02:00
object Close #12434: Refactor ENTERTAINER_COSTUME to use strong enum (#12865) 2020-09-08 16:29:18 -03:00
paint Consistently render various height marks when zoomed in (#12853) 2020-09-06 08:56:41 +01:00
peep Remove const void* overload from DrawTextEllipsised() 2020-09-10 18:13:13 +02:00
platform Cleanup c-style casts from Platform.Win32.cpp 2020-09-10 21:36:21 +02:00
rct1 Create Objective struct and use it for global objective 2020-09-09 15:38:03 +02:00
rct2 Use correct count of research items when importing park 2020-09-10 21:01:14 +02:00
rct12 Fix names of two track type functions 2020-08-10 23:48:18 +02:00
ride Fix formatting 2020-09-07 22:27:33 -04:00
scenario Make scenario check into member functions 2020-09-09 15:39:07 +02:00
scripting Fix #12910: Plugin API: getRide sometimes returns null for valid IDs 2020-09-12 12:18:24 +02:00
title Remove commented-out code (#12834) 2020-09-01 15:33:52 -03:00
ui Fix #12401: Refactor SCALE_QUALITY to use strong enum (#12673) 2020-08-20 23:32:56 -03:00
util Update copyright year to 2020 2020-07-21 15:04:34 +02:00
windows Fix null dereference in place_provisional_track_piece (#12777) 2020-08-25 23:20:40 +02:00
world Apply requested fixes 2020-09-12 13:45:50 +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 Disable closer zoom levels for software rendering 2020-08-28 01:29:59 +01:00
Context.h Pester users to update to latest release 2020-08-14 10:18:17 +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 Create Objective struct and use it for global objective 2020-09-09 15:38:03 +02: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 Reset sprite spatial index on all inits (#12746) 2020-08-22 05:09:42 +01:00
Game.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
GameState.cpp Change gDateMonthsElapsed type to int32_t 2020-08-25 19:06:38 -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 Pester users to update to latest release 2020-08-14 10:18:17 +02:00
Version.h Release v0.3.0 2020-08-15 21:13:50 +02:00
common.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
libopenrct2.vcxproj Rename SocketServer to Listener 2020-09-03 22:38:42 +01:00
readme.md Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
sprites.h Add stroke to lowercase 'L' to differentiate from capital 'I' (#12890) 2020-09-10 20:07:12 +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.