OpenRCT2/src/openrct2
Ted John 73b21b5880 Convert openrct2 to static library 2017-01-10 17:29:02 +00:00
..
audio Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
cmdline Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
core Use std::string for File and FileScanner 2017-01-05 18:19:01 +00:00
drawing Replace magic numbers with constant SPRITE_INDEX_NULL 2017-01-05 12:49:42 +00:00
interface Move image_io to C++ 2017-01-07 12:10:42 +00:00
localisation Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
management Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
network Remove unnecessary code 2017-01-10 12:44:30 +01:00
object Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
paint Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
peep Update debugging messages to reflect changes in how pathfind_history[].direction is updated. 2017-01-06 12:26:23 +01:00
platform Convert openrct2 to static library 2017-01-10 17:29:02 +00:00
rct1 Fix code style 2017-01-08 23:51:22 +00:00
rct2 Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
ride Do not deselect boosters after building one, fixes #4975 2017-01-09 22:51:16 +01:00
scenario Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
title Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
util Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
windows Make tile inspector selector draggable 2017-01-09 19:30:42 +00:00
world Rename sprite list vehicle to train to reflect true use 2017-01-07 16:59:46 +00:00
FileClassifier.cpp Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
FileClassifier.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
Imaging.cpp Use FileStream instead of SDL2 2017-01-07 12:23:59 +00:00
Imaging.h Move image_io to C++ 2017-01-07 12:10:42 +00:00
OpenRCT2.cpp Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
OpenRCT2.h Convert openrct2 to static library 2017-01-10 17:29:02 +00:00
PlatformEnvironment.cpp Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
PlatformEnvironment.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
cheats.c Replace magic numbers with constant SPRITE_INDEX_NULL 2017-01-05 12:49:42 +00:00
cheats.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
cmdline_sprite.c Move image_io to C++ 2017-01-07 12:10:42 +00:00
cmdline_sprite.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
common.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
config.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
config.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
diagnostic.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
diagnostic.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
editor.c Fix #4996: Objects unloaded after loading landscape 2017-01-05 19:55:36 +00:00
editor.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
game.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
game.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
input.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
input.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
intro.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
intro.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
object.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
object_list.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
object_list.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
openrct2-lib.vcxproj Convert openrct2 to static library 2017-01-10 17:29:02 +00:00
rct1.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
rct1.h Fix balloons, import balloons, ducks and steam particles 2017-01-08 23:35:29 +00:00
rct2.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
rct2.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
version.c Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
version.h Move contents of src into project sub directory 2017-01-04 17:44:12 +00: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.