OpenRCT2/src/openrct2
Michael Steenbeek 3b06f92c0a
Merge pull request #5964 from janisozaur/sse4.1
2018-01-02 22:27:17 +01:00
..
actions Compile park.c as C++ 2018-01-01 01:18:12 +01:00
audio Compile ride.c as C++ 2017-12-31 20:43:17 +01:00
cmdline Remove use of problematic __DATE__ and __TIME__ 2017-12-27 14:50:42 +01:00
config multiplayer: Adds option to pause server 2017-12-31 12:55:07 +01:00
core Implement std::string variant of TrimStart; add tests. 2017-12-25 00:30:21 +01:00
drawing Add compile guard to not miss SSE4.1 2018-01-01 23:49:09 +01:00
interface Call core_init() on paths that need it 2018-01-02 19:53:51 +01:00
localisation Sink some variables 2018-01-02 22:03:10 +01:00
management Fix #5761: Mini coaster doesn't appear despite being selected (#6909) 2018-01-02 19:40:08 +01:00
network Fix #5224: Close multiplayer window when server closes 2018-01-02 13:04:53 +01:00
object Compile ride.c as C++ 2017-12-31 20:43:17 +01:00
paint Fix invalid entries in surface boundries table 2017-12-30 13:55:39 +01:00
peep Compile ride.c as C++ 2017-12-31 20:43:17 +01:00
platform Move SSE4.1 code to its own file, detect SSE4.1 in runtime 2018-01-01 23:49:09 +01:00
rct1 Compile park.c as C++ 2018-01-01 01:18:12 +01:00
rct2 Fix #3171: Guests entering from the corner of the tile in Amity Airfield 2018-01-02 16:07:39 +01:00
rct12 Compile util and cheats as C++ 2017-12-14 10:03:21 +01:00
ride Sink some variables 2018-01-02 22:03:10 +01:00
scenario Compile park.c as C++ 2018-01-01 01:18:12 +01:00
title Fix: Following canceling 2017-12-31 20:03:09 +01:00
ui Move majority of input.c to UI 2017-12-16 15:47:38 +02:00
util Move definition of OPENRCT2_X86 macro 2018-01-01 23:49:09 +01:00
windows Move Dropdown to UI project 2017-12-16 15:47:38 +02:00
world Compile park.c as C++ 2018-01-01 01:18:12 +01:00
CMakeLists.txt Enable SSE4.1 for file implementing it 2018-01-01 23:49:09 +01:00
Cheats.cpp Compile park.c as C++ 2018-01-01 01:18:12 +01:00
Cheats.h Compile util and cheats as C++ 2017-12-14 10:03:21 +01:00
CmdlineSprite.cpp Compile util and cheats as C++ 2017-12-14 10:03:21 +01:00
CmdlineSprite.h Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
Context.cpp add missing exception handling. 2017-12-27 14:32:19 +00:00
Context.h Move majority of input.c to UI 2017-12-16 15:47:38 +02:00
Date.cpp Add Date class 2017-11-10 19:32:32 +01:00
Date.h Add Date class 2017-11-10 19:32:32 +01:00
Diagnostic.cpp Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
Diagnostic.h Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
Editor.cpp Use range-based for loops in libopenrct2 2017-12-21 23:47:30 +01:00
Editor.h Extract functions from EditorObjectSelection 2017-12-07 17:52:03 +01:00
EditorObjectSelectionSession.cpp Fix crash when opening object selection 2017-12-27 13:17:09 +01:00
EditorObjectSelectionSession.h Extract functions from EditorObjectSelection 2017-12-07 17:52:03 +01:00
FileClassifier.cpp Prevent invalid chunk message when loading SC4 2018-01-02 18:23:14 +00:00
FileClassifier.h Refactor game load functions, resolves #6011 2017-08-23 08:04:36 +02:00
Game.cpp Fix #5761: Mini coaster doesn't appear despite being selected (#6909) 2018-01-02 19:40:08 +01:00
Game.h Fix signed/unsigned comparisons 2017-12-05 09:10:28 +01:00
Imaging.cpp Allow for bit depth inspection when reading PNGs 2017-11-05 23:19:25 +01:00
Imaging.h Allow for bit depth inspection when reading PNGs 2017-11-05 23:19:25 +01:00
Input.cpp Move majority of input.c to UI 2017-12-16 15:47:38 +02:00
Input.h Move majority of input.c to UI 2017-12-16 15:47:38 +02:00
Intro.cpp Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
Intro.h Compile files in base dir as C++ 2017-12-13 08:03:48 +01:00
ObjectList.cpp Fix sign mismatch warning 2017-12-21 23:47:30 +01:00
ObjectList.h Compile ride.c as C++ 2017-12-31 20:43:17 +01:00
OpenRCT2.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
OpenRCT2.h Refactor MAX_PATH to be in common.h 2017-12-07 22:04:33 +00:00
ParkImporter.cpp Warn when loading incompatible RCTC saves 2017-11-01 20:23:06 +01:00
ParkImporter.h Apply some refactoring 2017-11-02 12:22:28 +01:00
PlatformEnvironment.cpp Fix GetFolderPath for Windows 2017-12-01 21:09:52 +00:00
PlatformEnvironment.h Add new base path for user data and config 2017-12-01 21:09:45 +00:00
Version.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
Version.h Remove use of problematic __DATE__ and __TIME__ 2017-12-27 14:50:42 +01:00
common.h Move definition of OPENRCT2_X86 macro 2018-01-01 23:49:09 +01:00
libopenrct2.vcxproj Implement basic discord status report 2017-11-11 23:48:04 +00:00
object.h Fix #6294: Refactor Editor::SelectedObjects 2017-11-28 13:38:54 +01:00
rct1.h Compile ride.c as C++ 2017-12-31 20:43:17 +01:00
rct2.h Rename map_element to tile_element 2017-10-31 19:59:06 +01:00
rct12.h Clean up string IDs 2017-11-23 15:52:06 +01:00
readme.md Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
sprites.h Allow filtering guests by name (#6633) 2017-12-25 12:17:37 +01: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.