OpenRCT2/src
duncanspumpkin 90dbcdb3c1 Fix #4820. Fix banner signs build cost.
Issue was caused by an incorrect read (only 1 byte instead of 2) of the legacy banner data during object loading. Note this would have caused the scenery_tab_id and string table to possibly have corrupted data.
2016-11-22 19:36:24 +00:00
..
audio Remove unused semicolons after end of function 2016-11-09 13:15:46 +01:00
cmdline Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
core Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
drawing Pass palette index to gfx_clear 2016-11-16 13:27:02 +00:00
interface Name font flags 2016-11-16 13:24:39 +00:00
localisation Merge pull request #4737 from Broxzier/copy_element 2016-11-14 21:24:40 +00:00
management Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
network Merge cheats in console, pathfinding improvements 2016-11-14 08:54:51 +01:00
object Fix #4820. Fix banner signs build cost. 2016-11-22 19:36:24 +00:00
paint Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
peep Validate parameters passed to game commands (#4814) 2016-11-21 10:37:10 +01:00
platform Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
rct1 Fixes #4808: Add land rights recalculation for loading save games 2016-11-21 22:54:06 +01:00
rct2 Fixes #4808: Add land rights recalculation for loading save games 2016-11-21 22:54:06 +01:00
ride Raise Junior RC height limit to 14 units, fixes #4686 2016-11-14 19:38:04 +01:00
util Prevent variable underflow in path_end_with_separator 2016-11-22 17:15:03 +01:00
windows Pass palette index to gfx_clear 2016-11-16 13:27:02 +00:00
world Validate parameters passed to game commands (#4814) 2016-11-21 10:37:10 +01:00
ScenarioRepository.cpp Re-write FileScanner for easier cross platform and multiple patterns 2016-10-22 22:36:45 +01:00
ScenarioRepository.h Fix clang builds 2016-10-15 21:50:52 +01:00
ScenarioSources.cpp Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
ScenarioSources.h Refactor scenario list to C++ 2016-10-15 21:50:52 +01: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 cheats in console, pathfinding improvements 2016-11-14 08:54:51 +01:00
cheats.h
cmdline_sprite.c Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
cmdline_sprite.h
common.h Rename lightfx guard 2016-10-24 13:06:44 +01:00
config.c Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
config.h Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
diagnostic.c
diagnostic.h Add missing #defines when DEBUG=0. 2016-10-04 10:05:51 +02:00
editor.c Merge pull request #4737 from Broxzier/copy_element 2016-11-14 21:24:40 +00:00
editor.h Integrate gEditorSelectedObjects 2016-09-05 22:26:02 +01:00
game.c Merge pull request #4737 from Broxzier/copy_element 2016-11-14 21:24:40 +00:00
game.h Code review 2016-10-19 16:20:13 -06:00
hook.c Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
hook.h Fix many warnings for x64 2016-08-27 23:32:15 +01:00
image_io.c Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
image_io.h
input.c Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
input.h Refactor cursors to C++ and improve isolation 2016-10-11 18:23:49 +01:00
intro.c Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
intro.h
object.h Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
object_list.c Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
object_list.h Remove unnecessary addresses.h imports 2016-09-17 20:59:55 +01:00
openrct2.c Add --console switch for Windows 2016-10-23 16:16:20 +01:00
openrct2.h Extract openrct2_assert to guard.h (#4753) 2016-11-06 21:02:25 +01:00
rct1.c Skip null rides when checking for select-by-track-type, fixes #4796 2016-11-13 21:14:15 +01:00
rct1.h Fix TD4 loading / memory violation 2016-10-15 18:56:51 +01:00
rct2.c Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
rct2.h Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
readme.md
scenario.c Merge pull request #4737 from Broxzier/copy_element 2016-11-14 21:24:40 +00:00
scenario.h Refactor scenario_write_packed_objects and friends 2016-10-21 11:22:17 +02:00
sprites.h Add copy/paste functionality to tile inspector 2016-11-09 20:03:18 +01:00
title.c Merge pull request #4737 from Broxzier/copy_element 2016-11-14 21:24:40 +00:00
title.h Allow more keyboard shortcuts on title screen 2016-09-25 00:09:55 +01:00
version.c
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.