OpenRCT2/src/openrct2
wolfreak99 38f264cce8 Allow for more peep spawns in the future 2017-03-02 23:02:54 +01:00
..
audio Include new config header 2017-02-18 15:45:10 +00:00
cmdline Include new config header 2017-02-18 15:45:10 +00:00
config Return actual instead of default value in IniReader::GetString 2017-02-24 23:39:01 +01:00
core Fix String::Trim and add test 2017-02-24 21:48:06 +00:00
drawing Merge pull request #5256 from chfast/memory-fixes 2017-02-27 17:24:08 +00:00
interface Merge pull request #5236 from duncanspumpkin/refactor 2017-02-28 06:56:06 +00:00
localisation Add cooldowns to help prevent mass demolishing 2017-02-28 09:31:26 +01:00
management Refactor input 2017-02-27 20:20:41 +01:00
network Allow for more peep spawns in the future 2017-03-02 23:02:54 +01:00
object Include new config header 2017-02-18 15:45:10 +00:00
paint Merge pull request #5236 from duncanspumpkin/refactor 2017-02-28 06:56:06 +00:00
peep Allow for more peep spawns in the future 2017-03-02 23:02:54 +01:00
platform Include new config header in macos.m 2017-02-21 01:51:35 -06:00
rct1 Merge pull request #5236 from duncanspumpkin/refactor 2017-02-28 06:56:06 +00:00
rct2 Include new config header 2017-02-18 15:45:10 +00:00
rct12 Fix unmatched memory free 2017-02-24 00:15:56 +01:00
ride Merge pull request #5236 from duncanspumpkin/refactor 2017-02-28 06:56:06 +00:00
scenario Include new config header 2017-02-18 15:45:10 +00:00
title Refactor input 2017-02-27 20:20:41 +01:00
util Create "add_clamp" functions family for overflow prevention 2017-02-17 23:46:23 +01:00
windows Allow for more peep spawns in the future 2017-03-02 23:02:54 +01:00
world Allow for more peep spawns in the future 2017-03-02 23:02:54 +01:00
FileClassifier.cpp Use SawyerChunkReader instead of SawyerEncoding 2017-02-05 12:18:07 +00:00
FileClassifier.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
Imaging.cpp Fix more warnings, disable others 2017-01-12 13:00:12 +00:00
Imaging.h Move image_io to C++ 2017-01-07 12:10:42 +00:00
OpenRCT2.cpp Include new config header 2017-02-18 15:45:10 +00:00
OpenRCT2.h Use types from common.h 2017-01-14 12:37:31 +01:00
ParkImporter.cpp Remove use of SDL RWOps from title sequence player 2017-02-02 22:00:01 +00:00
ParkImporter.h Remove use of SDL RWOps from title sequence player 2017-02-02 22:00:01 +00:00
PlatformEnvironment.cpp Use types from common.h 2017-01-14 12:37:31 +01:00
PlatformEnvironment.h Use types from common.h 2017-01-14 12:37:31 +01:00
Version.cpp Move creation of version string to Version.cpp 2017-02-09 17:58:19 +00:00
Version.h Move creation of version string to Version.cpp 2017-02-09 17:58:19 +00:00
cheats.c Include new config header 2017-02-18 15:45:10 +00:00
cheats.h Use types from common.h 2017-01-14 12:37:31 +01:00
cmdline_sprite.c Use types from common.h 2017-01-14 12:37:31 +01:00
cmdline_sprite.h Fixed typos and warnings after rebase 2017-01-14 14:31:06 +01:00
common.h Make MSVC use C11's `static_assert` 2017-02-17 23:46:23 +01:00
diagnostic.c Use typedef for diagnostic levels, small refactor 2017-01-14 12:37:33 +01:00
diagnostic.h Use typedef for diagnostic levels, small refactor 2017-01-14 12:37:33 +01:00
editor.c Refactor input 2017-02-27 20:20:41 +01:00
editor.h Use types from common.h 2017-01-14 12:37:31 +01:00
game.c Merge pull request #5236 from duncanspumpkin/refactor 2017-02-28 06:56:06 +00:00
game.h Rename functions to wall. Refactor game commands 2017-02-20 21:02:19 +00:00
input.c Refactor input 2017-02-27 20:20:41 +01:00
input.h Refactor input 2017-02-27 20:20:41 +01:00
intro.c Remove unused value 2017-02-17 08:50:46 +01:00
intro.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
libopenrct2.vcxproj Merge pull request #5236 from duncanspumpkin/refactor 2017-02-28 06:56:06 +00:00
object.h Remove use of RWops from track design 2017-02-11 12:03:03 +00:00
object_list.c Remove object_read_and_load_entries 2017-02-08 12:06:08 +00:00
object_list.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
rct1.c Include new config header 2017-02-18 15:45:10 +00:00
rct1.h Fix RCT1 research import, fixes #5014 2017-02-05 20:54:01 +01:00
rct2.c Refactor input 2017-02-27 20:20:41 +01:00
rct2.h Remove RWops from check_file_paths 2017-02-12 10:40:27 +00:00
rct12.h define MAX_PEEP_SPAWNS and MAX_PARK_ENTRANCES (#5119) 2017-01-29 22:27:14 +01:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Add disabled tab sprite. 2017-02-09 22:28:53 +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.