OpenRCT2/src/openrct2
Michael Steenbeek c83c30dafb Fix #8003: Crash when placing small scenery (#8004) 2018-09-18 10:05:29 +02:00
..
actions Remove lots of direct access to ->type fields 2018-09-17 15:18:07 +02:00
audio Fix muting game sounds instead of master sound 2018-08-17 22:14:11 +02:00
cmdline Allow RCT1 path to be specified as cmdline argument 2018-09-08 22:07:44 +01:00
config Fix missing comma 2018-08-21 21:51:50 +02:00
core Resolve absolute path when indexing files 2018-09-08 22:17:21 +01:00
drawing Use constant instead of raw number 2018-09-16 15:07:32 +02:00
interface Fix bugs in park fences 2018-09-16 21:53:12 +02:00
localisation Fix loading of 4-byte UTF-8 codepoints. (#8002) 2018-09-17 20:16:07 +02:00
management Binpack function arguments together 2018-07-23 16:00:22 +02:00
network Fix #7975: Clear inspection due flag when interval set to Never 2018-09-07 13:08:26 +02:00
object Use std::unique_ptr for ObjectManager and ObjectRepository 2018-08-31 07:18:49 +02:00
paint Port remaining wall stuff to struct methods 2018-09-17 15:42:34 +02:00
peep Port remaining wall stuff to struct methods 2018-09-17 15:42:34 +02:00
platform Change ordering of includes (#7941) 2018-08-30 21:19:46 +02:00
rct1 Remove lots of direct access to ->type fields 2018-09-17 15:18:07 +02:00
rct2 Merge pull request #7920 from ZehMatt/sprite-structs 2018-09-13 23:04:02 +02:00
rct12 Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ride Fix scenery doors closing the wrong 2018-09-17 20:03:56 +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 Added 'open custom content folder' button to toolbar menu. 2018-09-13 22:18:09 +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 Fix #8003: Crash when placing small scenery (#8004) 2018-09-18 10:05:29 +02:00
CMakeLists.txt Fix #7766: Found ICU include directories being unused (#7767) 2018-07-08 22:16:27 +02:00
Cheats.cpp Port surface elements to new structure 2018-09-16 21:34:51 +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 Removed methods from Context, added headers and functionality only in TitleMenu.cpp 2018-09-13 22:20:45 +02:00
Context.h Removed methods from Context, added headers and functionality only in TitleMenu.cpp 2018-09-13 22:20:45 +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 Rename rct_sprite::unknown to rct_sprite::generic 2018-08-20 18:27:40 +02:00
Editor.h clang-format root 2018-07-23 16:00:14 +02:00
EditorObjectSelectionSession.cpp Port remaining wall stuff to struct methods 2018-09-17 15:42:34 +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 Port surface elements to new structure 2018-09-16 21:34:51 +02: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 Allow RCT1 path to be specified as cmdline argument 2018-09-08 22:07:44 +01:00
OpenRCT2.h Allow RCT1 path to be specified as cmdline argument 2018-09-08 22:07:44 +01:00
ParkImporter.cpp Remove unused passing of object manager. 2018-08-31 07:18:50 +02:00
ParkImporter.h Formating. 2018-08-31 07:18:51 +02:00
PlatformEnvironment.cpp Allow RCT1 path to be specified as cmdline argument 2018-09-08 22:07:44 +01:00
PlatformEnvironment.h Implement #7930: automatically create custom user content folders 2018-09-01 20:36:18 +02:00
Version.cpp Indent preprocessor directives 2018-07-23 16:00:23 +02:00
Version.h Add RISC-V architecture information (#7966) 2018-09-03 10:22:36 +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 glyphs for Ő, ő, Ű and ű 2018-09-01 21:03:56 +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.