OpenRCT2/src/openrct2
Richard Jenkins eb868089c8 Fix #5470: Available construction rights only displays once (#5476) 2017-05-14 23:45:44 +01:00
..
audio Fix mute / unmute logic 2017-04-30 18:03:25 +01:00
cmdline Update command line help 2017-05-07 19:15:27 +01:00
config Fixed the whitespaces 2017-04-30 17:33:26 +01:00
core Fix FileStream for macOS 2017-05-04 17:29:05 +01:00
drawing Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
interface Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
localisation Allow ride names to duplicate existing user strings, fixes #5211 2017-05-12 23:43:48 +02:00
management Use callback mechanism in case server rejects command 2017-05-08 23:46:50 +02:00
network Allow ride names to duplicate existing user strings, fixes #5211 2017-05-12 23:43:48 +02:00
object Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
paint Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
peep Allow ride names to duplicate existing user strings, fixes #5211 2017-05-12 23:43:48 +02:00
platform Fix #5456: Paths with non-ASCII characters mishandled on macOS (#5463) 2017-05-11 09:43:53 +02:00
rct1 Allow ride names to duplicate existing user strings, fixes #5211 2017-05-12 23:43:48 +02:00
rct2 Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
rct12 Fix unmatched memory free 2017-02-24 00:15:56 +01:00
ride Allow ride names to duplicate existing user strings, fixes #5211 2017-05-12 23:43:48 +02:00
scenario Replace some SDL functions with our own 2017-05-04 17:27:51 +01:00
title Catch exceptions using const-reference rather than value 2017-03-23 22:21:17 +01:00
util Replace some SDL functions with our own 2017-05-04 17:27:51 +01:00
windows Fix #5470: Available construction rights only displays once (#5476) 2017-05-14 23:45:44 +01:00
world Allow ride names to duplicate existing user strings, fixes #5211 2017-05-12 23:43:48 +02: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 transform greyscale image to RGB when loaded 2017-04-24 23:19:51 +02:00
Imaging.h Move image_io to C++ 2017-01-07 12:10:42 +00:00
OpenRCT2.cpp Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
OpenRCT2.h Use types from common.h 2017-01-14 12:37:31 +01:00
ParkImporter.cpp Remove unused variable 2017-03-18 23:23:23 +01: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 remove unused variables 2017-04-30 06:42:23 +02:00
Version.h Start v0.0.8 2017-05-03 23:43:16 +02:00
cheats.c Rename climate.h to Climate.h 2017-03-11 22:59:33 +00:00
cheats.h Use types from common.h 2017-01-14 12:37:31 +01:00
cmdline_sprite.c Fix sprite building 2017-05-07 16:19:55 +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 convert max(x,min(y,z)) to clamp 2017-04-11 14:26:37 +02:00
editor.h Prepare scenario options sync 2017-04-11 14:26:25 +02:00
game.c Use callback mechanism in case server rejects command 2017-05-08 23:46:50 +02:00
game.h Prepare scenario options sync 2017-04-11 14:26:25 +02:00
input.c Grammar, readability, and spelling fixes 2017-05-11 11:45:59 +02:00
input.h Use rct_widgetindex type 2017-05-03 22:43:33 +02:00
intro.c Fixes issue 5288 - updated intro.c (#5425) 2017-05-04 18:23:27 +01:00
intro.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
libopenrct2.vcxproj Use a file pattern as it appears to now be supported in VS 2017-05-03 11:14:13 +02:00
object.h Remove use of RWops from track design 2017-02-11 12:03:03 +00:00
object_list.c Fix object entry empty check (#5435) 2017-05-05 00:02:30 +01: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 Remove magic numbers and Americanisms 2017-05-08 23:54:38 +02:00
rct2.c Replace some SDL functions with our own 2017-05-04 17:27:51 +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 Remove magic numbers and Americanisms 2017-05-08 23:54:38 +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.