OpenRCT2/src/openrct2
Hielke Morsink 9bfa8bdbe8 Apply format on new/updated code before rebase 2018-07-23 16:00:17 +02:00
..
actions Correct formatting up to the management folder 2018-07-23 16:00:15 +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 Correct formatting up to the management folder 2018-07-23 16:00:15 +02:00
core clang-format core 2018-07-23 16:00:03 +02:00
drawing Apply format on new/updated code before rebase 2018-07-23 16:00:17 +02:00
interface Correct formatting up to the management folder 2018-07-23 16:00:15 +02:00
localisation clang-format localisation 2018-07-23 16:00:05 +02:00
management Correct formatting up to the management folder 2018-07-23 16:00:15 +02:00
network Correct formatting in files from network to paint 2018-07-23 16:00:15 +02:00
object Apply format on new/updated code before rebase 2018-07-23 16:00:17 +02:00
paint Correct formatting in files from network to paint 2018-07-23 16:00:15 +02:00
peep Correct formatting for source files up to the rct2 folder 2018-07-23 16:00:16 +02:00
platform clang-format platform 2018-07-23 16:00:07 +02:00
rct1 Correct formatting for source files up to the rct2 folder 2018-07-23 16:00:16 +02:00
rct2 Correct formatting for source files up to the rct2 folder 2018-07-23 16:00:16 +02:00
rct12 clang-format rct1/2/12 2018-07-23 16:00:07 +02:00
ride Correct formatting in remaining files in libopenrct2 2018-07-23 16:00:17 +02:00
scenario Correct formatting in remaining files in libopenrct2 2018-07-23 16:00:17 +02:00
thirdparty Fix include order and defines for Windows builds 2018-07-23 15:57:59 +02:00
title clang-format title 2018-07-23 16:00:12 +02:00
ui clang-format ui/util/windows 2018-07-23 16:00:12 +02:00
util clang-format ui/util/windows 2018-07-23 16:00:12 +02:00
windows clang-format ui/util/windows 2018-07-23 16:00:12 +02:00
world clang-format world 2018-07-23 16:00:12 +02:00
CMakeLists.txt Fix #7766: Found ICU include directories being unused (#7767) 2018-07-08 22:16:27 +02:00
Cheats.cpp clang-format root 2018-07-23 16:00:14 +02:00
Cheats.h clang-format root 2018-07-23 16:00:14 +02:00
CmdlineSprite.cpp clang-format root 2018-07-23 16:00:14 +02:00
CmdlineSprite.h clang-format root 2018-07-23 16:00:14 +02:00
Context.cpp Correct formatting for files in the project root 2018-07-23 16:00:17 +02:00
Context.h clang-format root 2018-07-23 16:00:14 +02:00
Date.cpp clang-format root 2018-07-23 16:00:14 +02:00
Date.h clang-format root 2018-07-23 16:00:14 +02:00
Diagnostic.cpp Correct formatting for files in the project root 2018-07-23 16:00:17 +02:00
Diagnostic.h clang-format root 2018-07-23 16:00:14 +02:00
Editor.cpp clang-format root 2018-07-23 16:00:14 +02:00
Editor.h clang-format root 2018-07-23 16:00:14 +02:00
EditorObjectSelectionSession.cpp clang-format root 2018-07-23 16:00:14 +02:00
EditorObjectSelectionSession.h clang-format root 2018-07-23 16:00:14 +02:00
FileClassifier.cpp clang-format root 2018-07-23 16:00:14 +02:00
FileClassifier.h clang-format root 2018-07-23 16:00:14 +02:00
Game.cpp Correct formatting for files in the project root 2018-07-23 16:00:17 +02:00
Game.h clang-format root 2018-07-23 16:00:14 +02:00
GameState.cpp clang-format root 2018-07-23 16:00:14 +02: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 clang-format root 2018-07-23 16:00:14 +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 clang-format root 2018-07-23 16:00:14 +02:00
PlatformEnvironment.cpp clang-format root 2018-07-23 16:00:14 +02:00
PlatformEnvironment.h clang-format root 2018-07-23 16:00:14 +02:00
Version.cpp clang-format root 2018-07-23 16:00:14 +02:00
Version.h clang-format root 2018-07-23 16:00:14 +02:00
common.h clang-format root 2018-07-23 16:00:14 +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 clang-format root 2018-07-23 16:00:14 +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.