1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00
Files
OpenRCT2/src/openrct2
Michael Steenbeek 28b10f6787 Merge pull request #16498 from Gymnasiast/remove/scaling-dropdown
Always use SNN for non-integer scaling
2022-01-25 10:55:17 +01:00
..
2022-01-18 20:21:20 +02:00
2021-11-26 18:26:19 +02:00
2022-01-16 13:17:54 +01:00
2022-01-19 13:25:24 +01:00
2022-01-18 20:21:20 +02:00
2022-01-18 20:21:20 +02:00
2021-12-13 16:00:51 +02:00
2022-01-18 20:21:20 +02:00
2022-01-08 16:58:57 +01:00
2022-01-18 20:21:20 +02:00
2022-01-24 20:03:20 +01:00
2021-12-30 12:17:51 -05:00
2021-11-21 22:43:22 +01:00
2022-01-24 20:03:20 +01:00
2021-11-28 22:53:40 +01:00
2022-01-18 20:21:20 +02:00
2021-12-01 14:41:59 +02:00
2021-11-21 22:06:59 +01:00

Source directory structure

  • actions

    Handles player actions and queues pending actions.

  • audio

    Contains files for mixing and playing music and sound.

  • cmdline

    Code specific to command line (arguments).

  • config

    Code concerning game configuration.

  • core

    Provides core functionality such as string operations, encryption, and compression.

  • 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.

  • management

    Park management logic such as finance, marketing and research.

  • network

    Network and multiplayer logic, includes management of network games and downloading / uploading of content.

  • object

    Code relating to objects (rides, shops, scenery, etc).

  • paint

    Prepares objects' sprites to be drawn.

  • 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.

  • rct1

    Code specific only to RCT1 (vanilla).

  • rct2

    Code specific only to RCT2 (vanilla).

  • rct12

    Code specific to vanilla RCT, either RCT 1 or RCT 2.

  • ride

    Data and logic for rides, vehicles and track.

  • scenario

    Code relating to game scenarios.

  • title

    Code for loading and updating title screen sequence.

  • 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.