OpenRCT2/src/openrct2
Marijn van der Werf 31e8b510ec Use constants for maze construction 2017-05-03 16:09:21 +02:00
..
audio Fix mute / unmute logic 2017-04-30 18:03:25 +01:00
cmdline Add missing sprite commands to the list, sorted 2017-04-13 17:20:53 +02:00
config Fixed the whitespaces 2017-04-30 17:33:26 +01:00
core build the version string at compile time 2017-04-30 06:42:23 +02:00
drawing Revert "fix and refactor DrawRLESprite2 (#5396)" as it broke water rendering 2017-04-30 20:02:27 +01:00
interface Use enum for tools 2017-05-03 16:09:21 +02:00
localisation Fix toolbar strings and use new icon 2017-04-30 17:37:36 +01:00
management Use enum for tools 2017-05-03 16:09:21 +02:00
network Increase network version 2017-05-03 08:41:34 +02:00
object Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02:00
paint Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02:00
peep Improve ignoring wide flags on patrol zone edges 2017-05-03 08:41:34 +02:00
platform Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02:00
rct1 Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02:00
rct2 Align field assignments in S6Importer.cpp 2017-04-24 22:40:22 +02:00
rct12 Fix unmatched memory free 2017-02-24 00:15:56 +01:00
ride Use constants for maze construction 2017-05-03 16:09:21 +02:00
scenario Rename climate.h to Climate.h 2017-03-11 22:59:33 +00:00
title Catch exceptions using const-reference rather than value 2017-03-23 22:21:17 +01:00
util Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02:00
windows Use constants for maze construction 2017-05-03 16:09:21 +02:00
world Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +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 build the version string at compile time 2017-04-30 06:42:23 +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 remove unused variables 2017-04-30 06:42:23 +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 exporting non-RLE sprites 2017-04-30 17:22:27 +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 Fix compilation with GCC7 2017-04-24 11:34:56 +02:00
game.h Prepare scenario options sync 2017-04-11 14:26:25 +02:00
input.c Use enum for tools 2017-05-03 16:09:21 +02:00
input.h Use enum for tools 2017-05-03 16:09:21 +02:00
intro.c Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02: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 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 importing SV4 walls in pause mode 2017-03-25 21:57:31 +01:00
rct2.c Check for both csg1.1 and csg1.dat when looking for RCT1 graphics 2017-04-12 20:08:31 +02: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 booster sprites and drawing routines to the mini roller coaster 2017-05-02 22:40:31 +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.