OpenRCT2/src/openrct2
clang-format f514c223cb clang-format management 2018-07-23 16:00:05 +02:00
..
actions clang-format game actions 2018-07-23 15:58:01 +02:00
audio clang-format audio 2018-07-23 15:58:02 +02:00
cmdline clang-format cmdline 2018-07-23 15:58:02 +02:00
config clang-format config 2018-07-23 15:58:02 +02:00
core clang-format core 2018-07-23 16:00:03 +02:00
drawing clang-format drawing 2018-07-23 16:00:04 +02:00
interface clang-format interface 2018-07-23 16:00:04 +02:00
localisation clang-format localisation 2018-07-23 16:00:05 +02:00
management clang-format management 2018-07-23 16:00:05 +02:00
network Fix #7793: Duplicate private keys generated (#7794) 2018-07-18 22:11:34 +01:00
object Fix memory leak when deserialising objects 2018-07-18 00:07:48 +02:00
paint Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
peep Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
platform Undefine keywords to fix macOS build 2018-07-23 15:58:01 +02:00
rct1 Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
rct2 Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
rct12 Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
ride Rename some flags, move FLAG_16 to ride groups 2018-06-23 17:39:38 +02:00
scenario Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
thirdparty Fix include order and defines for Windows builds 2018-07-23 15:57:59 +02:00
title Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
ui Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
util Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
windows Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
world Rename some flags, move FLAG_16 to ride groups 2018-06-23 17:39:38 +02:00
CMakeLists.txt Fix #7766: Found ICU include directories being unused (#7767) 2018-07-08 22:16:27 +02:00
Cheats.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Cheats.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
CmdlineSprite.cpp Add sprite file option to force BMP encoding 2018-07-20 17:29:34 +02:00
CmdlineSprite.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Context.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Context.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Date.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Date.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Diagnostic.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Diagnostic.h Fix #7670 Include header for types instead of common.h 2018-07-23 15:58:01 +02:00
Editor.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Editor.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
EditorObjectSelectionSession.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
EditorObjectSelectionSession.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
FileClassifier.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
FileClassifier.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Game.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Game.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
GameState.cpp Refactor map element organisation 2018-06-20 21:35:27 +01:00
GameState.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Input.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Input.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Intro.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Intro.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
OpenRCT2.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
OpenRCT2.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
ParkImporter.cpp Ready copyright notice for clang-format 2018-06-15 14:07:34 +02:00
ParkImporter.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
PlatformEnvironment.cpp Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
PlatformEnvironment.h Replace our own integer types with standard ones 2018-06-20 17:30:40 +02:00
Version.cpp Ready copyright notice for clang-format 2018-06-15 14:07:34 +02:00
Version.h Ready copyright notice for clang-format 2018-06-15 14:07:34 +02:00
common.h Fix copy-paste error 2018-06-20 17:55:34 +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 sprite font glyphs for Æ and Ø 2018-07-20 17:32:42 +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.