OpenRCT2/src/openrct2
Broxzier f9e2a74c4d Replace hardcode value and better readibility in ride.c 2017-03-11 23:42:33 +01:00
..
audio Include new config header 2017-02-18 15:45:10 +00:00
cmdline Fix non-network builds 2017-03-08 20:45:49 +00:00
config Fix #5285. Config file not read correctly. 2017-03-08 20:32:21 +00:00
core Improve String::Split and add tests 2017-03-08 19:06:42 +00:00
drawing Merge pull request #5256 from chfast/memory-fixes 2017-02-27 17:24:08 +00:00
interface Remove trailing whitespace 2017-03-07 20:38:11 +01:00
localisation Remove trailing whitespace 2017-03-07 20:38:11 +01:00
management Refactor input 2017-02-27 20:20:41 +01:00
network Bump network version as a result of 5bd44a6d3f 2017-03-07 22:49:33 +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 Use balloon for create_balloon 2017-03-11 12:57:45 +00:00
platform Add a workaround for MINGW 2017-03-08 20:39:45 +00: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 Fix errorneous access to sound params in vehicle_update_sound_params 2017-03-11 22:14:38 +01: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 Replace hardcode value and better readibility in ride.c 2017-03-11 23:42:33 +01:00
world Separate out game_command_balloon_press 2017-03-11 12:57:46 +00:00
FileClassifier.cpp Remove trailing whitespace 2017-03-07 20:38:11 +01: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 Fix loading parks by command line with non standard extensions 2017-03-08 19:06:42 +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 Remove trailing whitespace 2017-03-07 20:38:11 +01: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 Improve String::Split and add tests 2017-03-08 19:06:42 +00: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 Fix "allow more peep spawns" 2017-03-03 16:48:35 +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 Refactor balloon to C++ 2017-03-10 17:26:08 +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.