OpenRCT2/src/openrct2
Ted John 006a76c099 Refactor registration of drawing engines 2017-05-29 22:38:42 +02: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 More readability, grammar, spelling fixes 2017-05-15 09:28:43 +02:00
core Refactor registration of drawing engines 2017-05-29 22:38:42 +02:00
drawing Refactor registration of drawing engines 2017-05-29 22:38:42 +02:00
interface Remove some string additions 2017-05-28 19:49:32 +02:00
localisation More readability, grammar, spelling fixes 2017-05-15 09:28:43 +02:00
management Clean up sub_69101A, use constants for undefined excitement ratings, fixes #5481 2017-05-16 22:36:48 +02:00
network Fix #5471: Ride name issues at ride construction time 2017-05-16 21:56:20 +02:00
object Properly check separate flags when scanning objects and building track list, fixes #3681 2017-05-21 12:19:42 +02:00
paint More readability, grammar, spelling fixes 2017-05-15 09:28:43 +02:00
peep Remove some string additions 2017-05-28 19:49:32 +02:00
platform Fix #3178: Precompose file name strings on macOS to prevent mojibake when displayed 2017-05-23 09:30:13 +02:00
rct1 Use snake case for peep fields 2017-05-16 20:12:18 +01:00
rct2 Clean up alternative track pieces and types, remove remnants of researched track pieces 2017-05-16 19:11:51 +02:00
rct12 Fix unmatched memory free 2017-02-24 00:15:56 +01:00
ride Support mouse dragging when selecting ride design scenery 2017-05-29 22:34:33 +02:00
scenario Replace some SDL functions with our own 2017-05-04 17:27:51 +01:00
title Fix memory leak when closing Title Sequence handle. 2017-05-26 18:21:50 +02:00
util Replace some SDL functions with our own 2017-05-04 17:27:51 +01:00
windows Support mouse dragging when selecting ride design scenery 2017-05-29 22:34:33 +02:00
world Fix - trim invalid land size when setting land ownership 2017-05-19 23:26:59 +02:00
Context.cpp Refactor registration of drawing engines 2017-05-29 22:38:42 +02:00
Context.h Refactor registration of drawing engines 2017-05-29 22:38:42 +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 More readability, grammar, spelling fixes 2017-05-15 09:28:43 +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 More readability, grammar, spelling fixes 2017-05-15 09:28:43 +02:00
cheats.h Use types from common.h 2017-01-14 12:37:31 +01:00
cmdline_sprite.c More readability, grammar, spelling fixes 2017-05-15 09:28:43 +02: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 More readability, grammar, spelling fixes 2017-05-15 09:28:43 +02:00
game.h Prepare scenario options sync 2017-04-11 14:26:25 +02:00
input.c Apply window themes only when created or when the selected theme is changed 2017-05-17 13:19:42 +02:00
input.h Use rct_widgetindex type 2017-05-03 22:43:33 +02:00
intro.c Show uses of raw palette indices 2017-05-21 00:01:45 +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 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 Fix incorrect ride data array sizes and LIM lookup 2017-05-16 23:09:27 +02:00
rct1.h Fix incorrect ride data array sizes and LIM lookup 2017-05-16 23:09:27 +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 Show uses of raw palette indices 2017-05-21 00:01:45 +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.