OpenRCT2/src/openrct2
Gymnasiast ca12a4336b Fix custom SV4 files crashing the game 2018-02-03 18:48:57 +01:00
..
actions Replace NULL with nullptr in C++ files 2018-01-29 21:33:21 +00:00
audio Fix MSVC 2018-01-18 22:59:30 +00:00
cmdline Rename crash.h to Crash.h 2018-01-18 21:12:41 +00:00
config Add more object source filters 2018-01-31 13:07:20 +01:00
core Rewrite Platform::GetInstallPath 2018-02-02 12:41:26 +00:00
drawing Remove unused static functions 2018-02-01 14:42:51 +01:00
interface Decrease dependency of world on windows 2018-02-01 13:59:46 +01:00
localisation Add more object source filters 2018-01-31 13:07:20 +01:00
management Decrease dependency of world on windows 2018-02-01 13:59:46 +01:00
network Update changelog and network version 2018-01-30 12:53:50 +00:00
object Move most of _legacy.c to C++ (#7117) 2018-02-02 23:11:41 +01:00
paint Add missed constexprs 2018-01-14 16:13:37 +01:00
peep Convert Staff.cpp to use more bools 2018-02-01 18:02:10 +01:00
platform Fix build on OpenBSD and FreeBSD 2018-02-02 12:41:26 +00:00
rct1 Fix custom SV4 files crashing the game 2018-02-03 18:48:57 +01:00
rct2 Create passageways in European Extravaganza 2018-02-01 13:52:28 +01:00
rct12 Move and rename RCT{1,2,12}.h 2018-01-09 13:36:41 +01:00
ride Move most of _legacy.c to C++ (#7117) 2018-02-02 23:11:41 +01:00
scenario Decrease dependency of world on windows 2018-02-01 13:59:46 +01:00
title Convert rct_window to opaque pointer 2018-01-18 22:57:55 +01:00
ui Refactor window.c to C++ 2018-01-07 12:39:58 +01:00
util Replace NULL with nullptr in C++ files 2018-01-29 21:33:21 +00:00
windows Move most of _legacy.c to C++ (#7117) 2018-02-02 23:11:41 +01:00
world Decrease dependency of world on windows 2018-02-01 13:59:46 +01:00
CMakeLists.txt Mac: updates cmake files to reflect previous commit(s) 2018-02-02 23:16:37 +01:00
Cheats.cpp Compile files in world folder as C++ 2018-01-11 13:25:09 +01:00
Cheats.h Add cheat and console command to set game date. 2018-01-07 23:53:47 +01:00
CmdlineSprite.cpp Add const to arguments 2018-01-10 23:58:57 +01:00
CmdlineSprite.h Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
Context.cpp Rewrite Platform::GetInstallPath 2018-02-02 12:41:26 +00:00
Context.h Move majority of input.c to UI 2017-12-16 15:47:38 +02:00
Date.cpp Add cheat and console command to set game date. 2018-01-07 23:53:47 +01:00
Date.h Add Date class 2017-11-10 19:32:32 +01:00
Diagnostic.cpp Use const and constexpr whenever possible. 2018-01-11 22:29:08 +01:00
Diagnostic.h Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
Editor.cpp Import private headers in remaining files 2018-01-18 22:57:55 +01:00
Editor.h Refactor objects 2018-01-03 10:16:51 +01:00
EditorObjectSelectionSession.cpp Move most of _legacy.c to C++ (#7117) 2018-02-02 23:11:41 +01:00
EditorObjectSelectionSession.h Refactor objects 2018-01-03 10:16:51 +01:00
FileClassifier.cpp Remove custom base Exception class 2018-01-05 18:11:47 +00:00
FileClassifier.h Refactor game load functions, resolves #6011 2017-08-23 08:04:36 +02:00
Game.cpp Refactor ride_ratings.c to C++ 2018-01-18 22:33:06 +00:00
Game.h Add const to arguments 2018-01-10 23:58:57 +01:00
Imaging.cpp Remove custom base Exception class 2018-01-05 18:11:47 +00:00
Imaging.h Refactor drawing.c to C++ 2018-01-05 22:57:57 +01:00
Input.cpp Move majority of input.c to UI 2017-12-16 15:47:38 +02:00
Input.h Refactor window.c to C++ 2018-01-07 12:39:58 +01:00
Intro.cpp Refactor drawing.c to C++ 2018-01-05 22:57:57 +01:00
Intro.h Refactor drawing.c to C++ 2018-01-05 22:57:57 +01:00
OpenRCT2.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
OpenRCT2.h Refactor MAX_PATH to be in common.h 2017-12-07 22:04:33 +00:00
ParkImporter.cpp Warn when loading incompatible RCTC saves 2017-11-01 20:23:06 +01:00
ParkImporter.h Refactor objects 2018-01-03 10:16:51 +01:00
PlatformEnvironment.cpp Refactor memory handling in OpenGLShaderProgram.cpp 2018-01-21 11:17:41 +00:00
PlatformEnvironment.h Fix changelog 2018-01-21 11:17:41 +00:00
Version.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
Version.h Remove use of problematic __DATE__ and __TIME__ 2017-12-27 14:50:42 +01:00
common.h Replace NULL with nullptr in C++ files 2018-01-29 21:33:21 +00:00
libopenrct2.vcxproj Implement basic discord status report 2017-11-11 23:48:04 +00:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Add preview images for RCT1 edge styles 2018-01-22 11:44:38 +01: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.