OpenRCT2/src/openrct2
Matt 04928d4b84 Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
..
actions Remove unnecessary GetActionFlags overrides. 2018-08-20 21:14:32 +02:00
audio Fix muting game sounds instead of master sound 2018-08-17 22:14:11 +02:00
cmdline Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
config Fix missing comma 2018-08-21 21:51:50 +02:00
core Fix part of #7415: Korean scenario descriptions are mangled 2018-08-13 15:53:44 +02:00
drawing Fix #7804: Russian ride descriptions cut off 2018-08-13 20:35:46 +02:00
interface Rename heightmap load/save type; add heightmap dir. 2018-08-18 13:28:27 +02:00
localisation Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
management Binpack function arguments together 2018-07-23 16:00:22 +02:00
network Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
object Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
paint Fix #7872: CJK tooltips are often cut off 2018-08-13 21:41:10 +02:00
peep Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
platform Change ordering of includes (#7941) 2018-08-30 21:19:46 +02:00
rct1 Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
rct2 Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
rct12 Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ride Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
scenario Remove remnants of STEX support 2018-08-29 23:29:45 +02:00
thirdparty Fix include order and defines for Windows builds 2018-07-23 15:57:59 +02:00
title Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ui Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
util Only provide strcasestr for WIN32 toolchains 2018-08-30 22:56:14 +02:00
windows Replace 0 and NULL with nullptr (#7827) 2018-07-25 22:49:20 +02:00
world Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
CMakeLists.txt Fix #7766: Found ICU include directories being unused (#7767) 2018-07-08 22:16:27 +02:00
Cheats.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Cheats.h clang-format root 2018-07-23 16:00:14 +02:00
CmdlineSprite.cpp Indent preprocessor directives 2018-07-23 16:00:23 +02:00
CmdlineSprite.h clang-format root 2018-07-23 16:00:14 +02:00
Context.cpp Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
Context.h Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
Date.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Date.h clang-format root 2018-07-23 16:00:14 +02:00
Diagnostic.cpp Indent preprocessor directives 2018-07-23 16:00:23 +02:00
Diagnostic.h Indent preprocessor directives 2018-07-23 16:00:23 +02:00
Editor.cpp Allow opening SV7 files 2018-08-16 16:16:56 +02:00
Editor.h clang-format root 2018-07-23 16:00:14 +02:00
EditorObjectSelectionSession.cpp Remove remnants of STEX support 2018-08-29 23:29:45 +02:00
EditorObjectSelectionSession.h clang-format root 2018-07-23 16:00:14 +02:00
FileClassifier.cpp Allow opening SV7 files 2018-08-16 16:16:56 +02:00
FileClassifier.h clang-format root 2018-07-23 16:00:14 +02:00
Game.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Game.h Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
GameState.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
GameState.h clang-format root 2018-07-23 16:00:14 +02:00
Input.cpp clang-format root 2018-07-23 16:00:14 +02:00
Input.h clang-format root 2018-07-23 16:00:14 +02:00
Intro.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Intro.h clang-format root 2018-07-23 16:00:14 +02:00
OpenRCT2.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
OpenRCT2.h clang-format root 2018-07-23 16:00:14 +02:00
ParkImporter.cpp clang-format root 2018-07-23 16:00:14 +02:00
ParkImporter.h Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
PlatformEnvironment.cpp Allow loading CSS17.DAT and MP.DAT on all three RCT1 sources 2018-08-14 15:41:51 +02:00
PlatformEnvironment.h clang-format root 2018-07-23 16:00:14 +02:00
Version.cpp Indent preprocessor directives 2018-07-23 16:00:23 +02:00
Version.h Release 0.2.1 2018-08-26 22:20:13 +02:00
common.h Indent preprocessor directives 2018-07-23 16:00:23 +02:00
libopenrct2.vcxproj Update libopenrct2.vcxproj (#7644) 2018-06-10 01:31:37 +02:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Add ellipsis character 2018-08-13 19:57:43 +02:00

readme.md

Source directory structure

  • audio

    Contains files for mixing and playing music and sound.

  • 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.

  • network

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

  • management

    Park management logic such as finance, marketing and research.

  • 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.

  • ride

    Data and logic for rides, vehicles and track.

  • 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.