OpenRCT2/src/openrct2
Michał Janiszewski 44c8c84b7c Convert integers acting as bools to bools (#6177)
Also fixes MSVC2015 according to AppVeyor
2017-08-15 09:03:10 +01:00
..
audio Fix C mangling 2017-08-10 13:42:27 +02:00
cmdline Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
config Free listen_address when releasing config 2017-08-02 23:16:00 +02:00
core Refactored openrct2_assert to not rely on inlining. (#6061) 2017-07-29 20:31:54 +01:00
drawing Rename cpp files to use TitleCase 2017-08-04 18:12:54 +02:00
interface Convert integers acting as bools to bools (#6177) 2017-08-15 09:03:10 +01:00
localisation Rename cpp files to use TitleCase 2017-08-04 18:12:54 +02:00
management Use more constants, isolate SV6 limits further 2017-08-14 19:56:29 +02:00
network Fix infinite loop when removing scenery elements with >127 height 2017-08-10 23:43:28 +02:00
object Use more constants, isolate SV6 limits further 2017-08-14 19:56:29 +02:00
paint Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
peep Clean up vehicle flags (#6058) 2017-07-31 11:27:04 +01:00
platform Convert most dialogs to C++ 2017-08-10 13:42:27 +02:00
rct1 Use more constants, isolate SV6 limits further 2017-08-14 19:56:29 +02:00
rct2 Remove unnecessary cast 2017-08-14 20:58:33 +02:00
rct12 Validate more inputs to SawyerChunk handlers 2017-08-03 00:29:56 +02:00
ride Replace memmove calls for downtime and customer history with loops 2017-08-14 19:56:29 +02:00
scenario Use more constants, isolate SV6 limits further 2017-08-14 19:56:29 +02:00
title Move additional windows to UI project 2017-08-14 23:53:28 +02:00
ui Ensure DummyUiContext deletes allocated resources 2017-07-30 17:27:45 +02:00
util Fix broken assert in decode_chunk_repeat 2017-08-03 08:41:34 +02:00
windows Convert integers acting as bools to bools (#6177) 2017-08-15 09:03:10 +01:00
world Fix infinite loop when removing scenery elements with >127 height 2017-08-10 23:43:28 +02:00
CMakeLists.txt Update minimum required CMake version to 3.1 2017-08-09 23:30:18 +02:00
Context.cpp Move windows to UI project 2017-08-10 13:42:27 +02:00
Context.h Move path related functions to Context.cpp 2017-07-29 20:29:26 +01:00
FileClassifier.cpp Move get_file_extension_type to FileClassifier.h 2017-07-29 20:28:18 +01:00
FileClassifier.h Move get_file_extension_type to FileClassifier.h 2017-07-29 20:28:18 +01:00
Imaging.cpp Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
Imaging.h Fix segfault in screenshot command 2017-06-10 15:48:05 +01:00
OpenRCT2.cpp Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
OpenRCT2.h Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
ParkImporter.cpp Refactor load park result 2017-07-01 01:29:35 +01:00
ParkImporter.h Refactor load park result 2017-07-01 01:29:35 +01:00
PlatformEnvironment.cpp Resolve #5909: Import mp.dat from RCT1 installation 2017-08-10 21:46:15 +02:00
PlatformEnvironment.h Resolve #5909: Import mp.dat from RCT1 installation 2017-08-10 21:46:15 +02:00
Version.cpp Fix #5924: don't show " (DEBUG)" if DEBUG is set but is 0. 2017-07-17 23:18:20 -03:00
Version.h Start v0.1.2 2017-08-10 00:17:26 +02:00
cheats.c Create map_get_water_height() 2017-07-27 17:15:56 +02:00
cheats.h Add "Ignore research status" cheat 2017-07-23 12:09:29 +02:00
cmdline_sprite.c Fix newline for sprite command (#5965) 2017-07-21 16:45:26 +01:00
cmdline_sprite.h Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
common.h Fix #5635, overflow when calculating loan interest 2017-06-17 12:20:22 +02:00
diagnostic.c Add Android project 2017-06-15 14:22:15 +02:00
diagnostic.h Expand tabs to spaces 2017-06-06 23:46:14 +02:00
editor.c Move additional windows to UI project 2017-08-14 23:53:28 +02:00
editor.h Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
game.c Move additional windows to UI project 2017-08-14 23:53:28 +02:00
game.h Move rct2_update into Context 2017-07-16 23:25:11 +01:00
input.c Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
input.h Move remaining SDL in input.c to openrct2ui 2017-06-11 21:18:56 +01:00
intro.c Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
intro.h Expand tabs to spaces 2017-06-06 23:46:14 +02:00
libopenrct2.vcxproj Fix windows x86 debug builds (#5845) 2017-07-09 09:51:02 +01:00
object.h Fix #4697: Ensure track designs are saved and read properly 2017-08-01 07:36:19 +02:00
object_list.c Change _countof to countof 2017-07-24 12:45:34 +02:00
object_list.h Expand tabs to spaces 2017-06-06 23:46:14 +02:00
rct1.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
rct1.h Move screen variables to OpenRCT2.h 2017-07-29 20:29:29 +01:00
rct2.h Use more constants, isolate SV6 limits further 2017-08-14 19:56:29 +02:00
rct12.h Add IDs for null sound IDs 2017-06-25 20:45:38 +02:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Replace SPR_METAL_PLATE with SPR_STATION_BASE_D and use it throughout (#5978) 2017-07-23 17:20:13 +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.