OpenRCT2/src
Ted John 1b65acc0fb Fix corkscrew roller coaster painting 2016-10-09 21:13:34 +01:00
..
audio Fix #4522: Theme music doesn't stop when connected to paused server 2016-10-03 18:14:34 +01:00
cmdline Mark classes as final 2016-10-04 18:14:29 +01:00
core Merge pull request #4527 from zaxcav/fixPathfindHistory 2016-10-07 12:08:36 +01:00
drawing Fix more configurations 2016-10-06 23:32:10 +02:00
interface Fix more configurations 2016-10-06 23:32:10 +02:00
localisation Mark classes as final 2016-10-04 18:14:29 +01:00
management Fix shop profit calculation by using integrated variables 2016-09-09 23:48:17 +01:00
network Merge pull request #4527 from zaxcav/fixPathfindHistory 2016-10-07 12:08:36 +01:00
object Fix #4558: Crash on loading invalid scenario 2016-10-08 21:23:03 +01:00
paint Add generated Suspended monorail 2016-10-09 15:24:42 +02:00
peep Merge pull request #4527 from zaxcav/fixPathfindHistory 2016-10-07 12:08:36 +01:00
platform Fix more configurations 2016-10-06 23:32:10 +02:00
rct1 Remove unnecessary addresses.h imports 2016-09-17 20:59:55 +01:00
rct2 Mark classes as final 2016-10-04 18:14:29 +01:00
ride Fix corkscrew roller coaster painting 2016-10-09 21:13:34 +01:00
util Fix #4558: Crash on loading invalid scenario 2016-10-08 21:23:03 +01:00
windows Fix more configurations 2016-10-06 23:32:10 +02:00
world Make path wide flag update only update the current tile. 2016-10-05 13:36:43 +02:00
addresses.c Add variable to identify crashes in original code 2016-09-22 22:41:10 +01:00
addresses.h Move registers struct to common.h 2016-09-17 23:12:25 +01:00
cheats.c Merge pull request #4510 from Gymnasiast/fix-4505 2016-10-01 13:49:42 +01:00
cheats.h Fix #4172: Expose ride-type changing capability in UI 2016-08-01 20:30:08 +02:00
cmdline_sprite.c Plug memory leak in cmdline_sprite.c 2016-10-08 22:32:33 +02:00
cmdline_sprite.h Fix function definitions to match their declarations 2016-07-14 14:11:49 +02:00
common.h Move registers struct to common.h 2016-09-17 23:12:25 +01:00
config.c Add option to disable weather gloom and rain effects 2016-09-21 10:35:02 -04:00
config.h Add option to disable weather gloom and rain effects 2016-09-21 10:35:02 -04:00
cursors.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
cursors.h Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
diagnostic.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
diagnostic.h Add missing #defines when DEBUG=0. 2016-10-04 10:05:51 +02:00
editor.c Fix Uninitialized Variable Warning 2016-10-05 21:36:19 +01:00
editor.h Integrate gEditorSelectedObjects 2016-09-05 22:26:02 +01:00
game.c Fix #4522: Theme music doesn't stop when connected to paused server 2016-10-03 18:14:34 +01:00
game.h Allow loading saved games in editor 2016-10-03 19:14:26 +01:00
hook.c Fix NO_RCT2 evaluation in hook.c 2016-08-28 10:31:53 +01:00
hook.h Fix many warnings for x64 2016-08-27 23:32:15 +01:00
image_io.c implement OpenGL screenshot 2016-06-11 03:06:30 +01:00
image_io.h implement OpenGL screenshot 2016-06-11 03:06:30 +01:00
input.c Fix #4484. Shortcuts no longer run in textboxes 2016-09-25 10:23:54 +01:00
input.h Integrate gCurrentCursor 2016-09-05 20:53:30 +01:00
intro.c Refactor inclusion of addresses.h 2016-09-03 21:25:19 +01:00
intro.h fix intro with new drawing 2016-06-07 22:45:36 +01:00
object.h Fix #3934: Crash upon loading scenario 2016-09-29 17:53:14 +01:00
object_list.c Fix #4558: Crash on loading invalid scenario 2016-10-08 21:23:03 +01:00
object_list.h Remove unnecessary addresses.h imports 2016-09-17 20:59:55 +01:00
openrct2.c Hide unused variables in some configurations 2016-10-06 23:13:28 +02:00
openrct2.h Close #3981: Global configuration option/argument for RCT2 data path 2016-09-18 22:25:49 +01:00
rct1.c x64: Fix readentirefile calls 2016-09-06 21:33:15 +01:00
rct1.h fix filtering on object selection 2016-07-08 22:58:38 +01:00
rct2.c Do not load title screen by default 2016-10-03 19:06:13 +01:00
rct2.h Fix #4522: Theme music doesn't stop when connected to paused server 2016-10-03 18:14:34 +01:00
readme.md update src/readme.md 2014-11-16 15:37:41 +00:00
scenario.c Fix #4558: Crash on loading invalid scenario 2016-10-08 21:23:03 +01:00
scenario.h Remove unnecessary addresses.h imports 2016-09-17 20:59:55 +01:00
scenario_list.c Close #3981: Global configuration option/argument for RCT2 data path 2016-09-18 22:25:49 +01:00
scenario_sources.c Name all the typdef-ed structs (#3581) 2016-05-12 22:57:40 +01:00
sprites.h Identify fade sprites 2016-08-01 19:28:22 +02:00
title.c Fix #4522: Theme music doesn't stop when connected to paused server 2016-10-03 18:14:34 +01:00
title.h Allow more keyboard shortcuts on title screen 2016-09-25 00:09:55 +01:00
version.c Added Git Info for macOS Builds 2016-07-31 23:12:07 +02:00
version.h Improve architecture detection macros 2016-08-28 16:57:54 +02: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.