OpenRCT2/src/openrct2
Ted John f59afb8c44 Use constant for assertion message 2017-02-09 17:57:39 +00:00
..
audio Fix broken code alignment 2017-01-14 23:40:46 +00:00
cmdline Fix convert command 2017-02-08 12:06:08 +00:00
core Use constant for assertion message 2017-02-09 17:57:39 +00:00
drawing Fix wrong #define checks for DEBUG macro 2017-02-07 21:01:07 +01:00
interface Fix wrong #define checks for DEBUG macro 2017-02-07 21:01:07 +01:00
localisation Display cut height in Units when Height Label: Units is selected in the options. (#5115) 2017-01-25 00:53:25 +01:00
management Fix left-shifts in research.c 2017-01-27 21:46:10 +01:00
network Move Convert definitions to TcpSocket.h 2017-02-09 12:33:44 +00:00
object Refactor CreateObjectFromLegacyFile to use FileStream 2017-02-08 12:06:07 +00:00
paint Use flags where known. Refactor large 3d signs slightly 2017-02-04 08:12:44 +00:00
peep Use flags where known. Refactor large 3d signs slightly 2017-02-04 08:12:44 +00:00
platform Use S6Exporter for crash handler 2017-02-08 22:17:01 +00:00
rct1 Fix RCT1 research import, fixes #5014 2017-02-05 20:54:01 +01:00
rct2 Remove scenario_load_rw, no longer used 2017-02-08 22:06:27 +00:00
rct12 Use streams for SV6 export 2017-02-05 15:45:23 +00:00
ride Fix #5188: Clicking on a Magic Carpet doesn't open the ride window 2017-02-08 22:22:25 +00:00
scenario Remove scenario_load_rw, no longer used 2017-02-08 22:06:27 +00:00
title Use streams for reading title sequence scripts 2017-02-08 22:11:46 +00:00
util Use streams for network load and save 2017-02-08 18:16:33 +00:00
windows Merge pull request #5163 from Broxzier/tile_inspector_fixes 2017-02-08 22:26:42 +00:00
world remove excess generate_new_guest, make park_generate_new_guest public 2017-02-08 22:26:04 +00: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 Fix wrong #define checks for DEBUG macro 2017-02-07 21:01:07 +01: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
cheats.c remove excess generate_new_guest, make park_generate_new_guest public 2017-02-08 22:26:04 +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 Move type definitions before the first include 2017-01-14 12:37:32 +01:00
config.c Fix #5029: Invalid window limit can cause crash 2017-01-29 18:03:23 +00:00
config.h Add config option to enable / disable light FX 2017-01-21 12:01:01 +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 Label PARK_FLAGS_18 and adjust SCENARIO_NO_MONEY comment 2017-02-02 17:59:23 +00:00
editor.h Use types from common.h 2017-01-14 12:37:31 +01:00
game.c Label water object offsets 2017-02-02 18:13:51 +00:00
game.h Use streams for network load and save 2017-02-08 18:16:33 +00:00
input.c Use flags where known. Refactor large 3d signs slightly 2017-02-04 08:12:44 +00:00
input.h Use types from common.h 2017-01-14 12:37:31 +01:00
intro.c Use types from common.h 2017-01-14 12:37:31 +01:00
intro.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
libopenrct2.vcxproj Use streams for SV6 export 2017-02-05 15:45:23 +00:00
object.h Remove object_read_and_load_entries 2017-02-08 12:06:08 +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 Use streams for reading parks in S4 importer 2017-02-02 22:00:01 +00:00
rct1.h Fix RCT1 research import, fixes #5014 2017-02-05 20:54:01 +01:00
rct2.c Don't crash if path to RCT2 is NULL 2017-01-28 21:31:33 +01:00
rct2.h define MAX_PEEP_SPAWNS and MAX_PARK_ENTRANCES (#5119) 2017-01-29 22:27:14 +01: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 Whitespace correction 2017-01-19 20:28:29 +01:00
version.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
version.h Start v0.0.7 2017-01-29 23:35:17 +00: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.