OpenRCT2/src/openrct2
Hielke Morsink 08035f42f7 Fix compilation of SignSetNameAction.hpp
This header was missing some includes that it depends on. Some were included by other headers.
2018-06-11 13:29:32 +02:00
..
actions Fix compilation of SignSetNameAction.hpp 2018-06-11 13:29:32 +02:00
audio Mark unused arguments in the libopenrct2 project 2018-06-06 21:03:11 +02:00
cmdline Missing field initializers part 2 2018-06-05 00:18:07 +02:00
config Fix -Wdocumentation and add it to default warnings 2018-06-11 09:52:54 +02:00
core Fix -Wdocumentation and add it to default warnings 2018-06-11 09:52:54 +02:00
drawing Disable -Wdocumentation for FreeType includes 2018-06-11 10:17:10 +02:00
interface Fix -Wdocumentation and add it to default warnings 2018-06-11 09:52:54 +02:00
localisation Add debug drawing option for blocked tiles 2018-06-10 22:59:58 +01:00
management Fix -Wdocumentation and add it to default warnings 2018-06-11 09:52:54 +02:00
network bump network version 2018-06-11 13:29:31 +02:00
object Apply review changes 2018-06-06 21:03:11 +02:00
paint Split colour into union with ride index 2018-06-11 13:21:48 +02:00
peep Merge pull request #6284 from janisozaur/compiler-warnings 2018-06-11 11:06:34 +02:00
platform Fix remaining non-empty list initializers 2018-06-05 16:07:54 +02:00
rct1 Mark unused arguments in the libopenrct2 project 2018-06-06 21:03:11 +02:00
rct2 Mark unused arguments in the libopenrct2 project 2018-06-06 21:03:11 +02:00
rct12 Fix -Wdocumentation and add it to default warnings 2018-06-11 09:52:54 +02:00
ride Merge pull request #6284 from janisozaur/compiler-warnings 2018-06-11 11:06:34 +02:00
scenario Check for banner index correctly 2018-06-11 13:21:48 +02:00
thirdparty Fix building for mingw 2018-03-22 20:16:58 +00:00
title Move TitleSequencePlayer to libopenrct2ui 2018-06-10 23:39:56 +01:00
ui Move window_all_wheel_input to libopenrct2ui 2018-06-10 23:56:05 +01:00
util Improve IZipArchive so that it is more C++ 2018-05-06 17:46:45 +01:00
windows Remove window internals from TileInspector logic 2018-06-11 00:09:00 +01:00
world Check for banner index correctly 2018-06-11 13:21:48 +02:00
CMakeLists.txt Update Windows linked libraries in CMakeLists.txt 2018-06-07 23:06:45 +02:00
Cheats.cpp Modify some commands to use CoordsXY 2018-06-04 19:18:52 +02:00
Cheats.h Add option to freeze all staff to Cheats window 2018-03-22 09:32:20 +01:00
CmdlineSprite.cpp Refactor ImageImporter 2018-05-13 01:11:56 +01:00
CmdlineSprite.h Remove almost every extern C block 2018-02-05 16:20:15 +01:00
Context.cpp [wip] Move themes to libopenrct2ui 2018-06-10 23:34:12 +01:00
Context.h Do not include GameState.h in Context.h 2018-05-30 12:50:25 +01:00
Date.cpp Add cheat and console command to set game date. 2018-01-07 23:53:47 +01:00
Date.h Add Date class 2017-11-10 19:32:32 +01:00
Diagnostic.cpp Make log functions atomic 2018-04-26 21:26:30 +02:00
Diagnostic.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
Editor.cpp Add SetMainView to WindowManager 2018-06-10 23:33:52 +01:00
Editor.h Add namespace closing comments 2018-05-04 22:54:43 +02:00
EditorObjectSelectionSession.cpp Make ObjectRepositoryItem C++ 2018-05-15 00:36:35 +01:00
EditorObjectSelectionSession.h Simplify selected object flags 2018-02-12 12:48:41 +00:00
FileClassifier.cpp Fix mismatched deleter in TryClassifyAsTD4_TD6 2018-03-11 21:19:26 +01:00
FileClassifier.h Further fixes 2018-05-12 16:58:08 +02:00
Game.cpp Fix -Wdocumentation and add it to default warnings 2018-06-11 09:52:54 +02:00
Game.h Refactor game_init_all into GameState::InitAll. 2018-05-30 11:53:32 +02:00
GameState.cpp Move TitleSequencePlayer to libopenrct2ui 2018-06-10 23:39:56 +01:00
GameState.h Return date and park by reference from game state 2018-05-30 13:12:19 +01:00
Input.cpp Reduce header inclusion 2018-03-13 13:14:02 +01:00
Input.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
Intro.cpp Refactor drawing.c to C++ 2018-01-05 22:57:57 +01:00
Intro.h Reduce header inclusion 2018-03-13 13:14:02 +01:00
OpenRCT2.cpp Create WinSSL implementation and refactor to class 2018-06-01 21:27:33 +01:00
OpenRCT2.h Create WinSSL implementation and refactor to class 2018-06-01 21:27:33 +01:00
ParkImporter.cpp Load objects for title editor and scenario editor 2018-05-29 18:39:12 +01:00
ParkImporter.h Load objects for title editor and scenario editor 2018-05-29 18:39:12 +01:00
PlatformEnvironment.cpp Use shared_ptr for long-life objects 2018-05-11 20:37:48 +01:00
PlatformEnvironment.h Use shared_ptr for long-life objects 2018-05-11 20:37:48 +01:00
Version.cpp Reduce header inclusions 2018-03-20 00:27:58 +01:00
Version.h Release 0.2.0 2018-06-10 22:30:51 +02:00
common.h Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
libopenrct2.vcxproj Update libopenrct2.vcxproj (#7644) 2018-06-10 01:31:37 +02:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Correct spelling of 'sujonkwa' 2018-03-29 13:00:01 +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.