OpenRCT2/src/openrct2
Michał Janiszewski b47a0f7cb5 Don't place trees when impossible 2017-12-12 23:30:50 +01:00
..
actions Stop encrypting money 2017-12-07 23:22:24 +01:00
audio Use range-based for loops 2017-12-08 11:06:43 +01:00
cmdline Add more options for visual changes 2017-12-11 17:45:23 +00:00
config Remove most usages of separate flag 2017-12-08 10:28:29 +01:00
core Add new base path for user data and config 2017-12-01 21:09:45 +00:00
drawing Fix #2607: Rain rendered incorrectly in additional viewport 2017-12-08 11:24:45 +01:00
interface Add cursor scaling 2017-12-12 22:11:40 +01:00
localisation Use OpenRCT2 language ID in SetString, avoid mixups 2017-12-12 13:23:42 +01:00
management Remove most usages of separate flag 2017-12-08 10:28:29 +01:00
network Replace loop with std::fill 2017-12-08 11:06:43 +01:00
object Use OpenRCT2 language ID in SetString, avoid mixups 2017-12-12 13:23:42 +01:00
paint Fix box and pole support naming 2017-12-10 13:59:02 +01:00
peep Change some ride type names for clarity, fix Americanism 2017-12-08 07:59:44 +01:00
platform Fix Android builds 2017-12-05 22:48:14 +01:00
rct1 Change some ride type names for clarity, fix Americanism 2017-12-08 07:59:44 +01:00
rct2 Stop encrypting money 2017-12-07 23:22:24 +01:00
rct12 Apply some refactoring 2017-11-02 12:22:28 +01:00
ride Remove most usages of separate flag 2017-12-08 10:28:29 +01:00
scenario Use range-based for loops 2017-12-08 11:06:43 +01:00
title Refactor MAX_PATH to be in common.h 2017-12-07 22:04:33 +00:00
ui Add cursor scaling 2017-12-12 22:11:40 +01:00
util Fix MSVC builds 2017-12-06 13:33:02 +01:00
windows Move object selection window to UI module 2017-12-07 17:52:03 +01:00
world Don't place trees when impossible 2017-12-12 23:30:50 +01:00
CMakeLists.txt Remove RCT2 interop 2017-12-04 19:04:06 +00:00
Context.cpp Add cursor scaling 2017-12-12 22:11:40 +01:00
Context.h Add cursor scaling 2017-12-12 22:11:40 +01:00
Date.cpp Add Date class 2017-11-10 19:32:32 +01:00
Date.h Add Date class 2017-11-10 19:32:32 +01:00
Editor.cpp Stop encrypting money 2017-12-07 23:22:24 +01:00
Editor.h Extract functions from EditorObjectSelection 2017-12-07 17:52:03 +01:00
EditorObjectSelectionSession.cpp Extract functions from EditorObjectSelection 2017-12-07 17:52:03 +01:00
EditorObjectSelectionSession.h Extract functions from EditorObjectSelection 2017-12-07 17:52:03 +01:00
FileClassifier.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
FileClassifier.h Refactor game load functions, resolves #6011 2017-08-23 08:04:36 +02:00
Game.cpp Stop encrypting money 2017-12-07 23:22:24 +01:00
Game.h Fix signed/unsigned comparisons 2017-12-05 09:10:28 +01:00
Imaging.cpp Allow for bit depth inspection when reading PNGs 2017-11-05 23:19:25 +01:00
Imaging.h Allow for bit depth inspection when reading PNGs 2017-11-05 23:19:25 +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 Apply some refactoring 2017-11-02 12:22:28 +01:00
PlatformEnvironment.cpp Fix GetFolderPath for Windows 2017-12-01 21:09:52 +00:00
PlatformEnvironment.h Add new base path for user data and config 2017-12-01 21:09:45 +00:00
Version.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
Version.h Add Emscripten platform and architecture defines 2017-09-08 11:57:24 +02:00
cheats.c Stop encrypting money 2017-12-07 23:22:24 +01:00
cheats.h Turn 'unlock all prices' into a regular option 2017-10-11 08:33:17 +02:00
cmdline_sprite.c Merge pull request #6574 from IntelOrca/protect-g1-access 2017-11-16 18:51:32 +00:00
cmdline_sprite.h Make sure variables are either static or declared externally 2017-10-09 22:59:40 +02:00
common.h Reword comment 2017-12-07 22:04:33 +00:00
diagnostic.c Fix android builds 2017-10-10 14:53:33 +02:00
diagnostic.h Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
input.c Compile game.c and game.h as C++ 2017-12-05 09:10:27 +01:00
input.h Fix #996, #2254, #2589, #2875: Viewport scrolling getting stuck or shaking 2017-11-08 17:43:50 +01:00
intro.c Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
intro.h Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
libopenrct2.vcxproj Implement basic discord status report 2017-11-11 23:48:04 +00:00
object.h Fix #6294: Refactor Editor::SelectedObjects 2017-11-28 13:38:54 +01:00
object_list.c Compile game.c and game.h as C++ 2017-12-05 09:10:27 +01:00
object_list.h Remove RCT2 interop 2017-12-04 19:04:06 +00:00
rct1.h Change some ride type names for clarity, fix Americanism 2017-12-08 07:59:44 +01:00
rct2.h Rename map_element to tile_element 2017-10-31 19:59:06 +01:00
rct12.h Clean up string IDs 2017-11-23 15:52:06 +01:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Change some ride type names for clarity, fix Americanism 2017-12-08 07:59:44 +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.