OpenRCT2/src
jensj12 c7879d08cd Fix #2081: prevent infinite loop in ride_find_track_gap
Adds an extra iterator that steps forward at half the speed of the
normal iterator. If they ever meet, there's a loop in the track and the
track is classified as incomplete.
2016-09-03 16:56:00 +02:00
..
audio Fix many warnings for x64 2016-08-27 23:32:15 +01:00
cmdline Fix function definitions to match their declarations 2016-07-14 14:11:49 +02:00
core Fix many warnings for x64 2016-08-27 23:32:15 +01:00
drawing Fix many warnings for x64 2016-08-27 23:32:15 +01:00
interface Integrate gDisableErrorWindowSound 2016-09-03 14:22:03 +01:00
localisation Merge pull request #4097 from marijnvdwerf/clean/string-ids-2 2016-08-28 14:05:13 +01:00
management Integrate filter arguments in guest list window 2016-09-03 13:54:59 +01:00
network Set user agent for HTTP requests 2016-08-29 19:25:53 +01:00
object Fix many warnings for x64 2016-08-27 23:32:15 +01:00
paint Fix #4296. Metal A supports correctly branch 2016-09-03 09:31:00 +01:00
peep Merge pull request #4097 from marijnvdwerf/clean/string-ids-2 2016-08-28 14:05:13 +01:00
platform Fix warnings in crash.cpp 2016-08-28 17:19:13 +01:00
rct1 Fix assertion getting hit on valid path types 2016-09-01 22:56:05 +02:00
rct2 Fix many warnings for x64 2016-08-27 23:32:15 +01:00
ride Fix #2081: prevent infinite loop in ride_find_track_gap 2016-09-03 16:56:00 +02:00
util Verify sv4/sc4 sizes when loading them 2016-09-01 22:56:30 +02:00
windows Integrate gDisableErrorWindowSound 2016-09-03 14:22:03 +01:00
world Merge pull request #4097 from marijnvdwerf/clean/string-ids-2 2016-08-28 14:05:13 +01:00
addresses.c integrate variables: object entry lists 2016-06-16 11:36:15 +02:00
addresses.h Integrate gScreenshotCountdown 2016-09-03 14:15:29 +01:00
cheats.c Fix #4172: Expose ride-type changing capability in UI 2016-08-01 20:30:08 +02:00
cheats.h Fix #4172: Expose ride-type changing capability in UI 2016-08-01 20:30:08 +02:00
cmdline_sprite.c Fix many warnings for x64 2016-08-27 23:32:15 +01:00
cmdline_sprite.h Fix function definitions to match their declarations 2016-07-14 14:11:49 +02:00
common.h Fix missing define checks 2016-07-09 10:24:26 +02:00
config.c Merge pull request #4097 from marijnvdwerf/clean/string-ids-2 2016-08-28 14:05:13 +01:00
config.h Merge pull request #4279 from delebota/mp_greeting 2016-08-17 23:18:08 +01:00
cursors.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
cursors.h Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
diagnostic.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
diagnostic.h Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
editor.c Integrate guest and park globals 2016-08-14 15:50:52 +01:00
editor.h fix basic object selection 2016-07-08 22:58:38 +01:00
game.c Integrate WeatherColours 2016-08-14 11:37:58 +02:00
game.h Multiplayer desync stuff 2016-08-01 20:47:21 +02:00
hook.c Fix NO_RCT2 evaluation in hook.c 2016-08-28 10:31:53 +01:00
hook.h Fix many warnings for x64 2016-08-27 23:32:15 +01:00
image_io.c implement OpenGL screenshot 2016-06-11 03:06:30 +01:00
image_io.h implement OpenGL screenshot 2016-06-11 03:06:30 +01:00
input.c Fix #3809: No tooltip delay 2016-08-21 15:47:20 +01:00
input.h Drop `PACKED` attribute 2016-06-03 10:55:21 +02:00
intro.c implement draw line for OpenGL 2016-06-07 22:45:36 +01:00
intro.h fix intro with new drawing 2016-06-07 22:45:36 +01:00
object.h remove unnecessary functions 2016-07-09 15:36:48 +01:00
object_list.c Wrap RCT2's addresses in RCT2_ADDRESS macro 2016-08-06 21:38:46 +01:00
object_list.h Merge pull request #4024 from IntelOrca/refactor/object-list 2016-07-11 23:45:45 +01:00
openrct2.c Add static modifier 2016-08-27 14:40:05 +01:00
openrct2.h Checksum sprites occasionally in multiplayer 2016-07-27 15:54:02 +02:00
rct1.c Verify sv4/sc4 sizes when loading them 2016-09-01 22:56:30 +02:00
rct1.h fix filtering on object selection 2016-07-08 22:58:38 +01:00
rct2.c Unload objects before g1 and g2 2016-08-08 01:30:55 +01:00
rct2.h Fix missing define checks 2016-07-09 10:24:26 +02:00
readme.md update src/readme.md 2014-11-16 15:37:41 +00:00
scenario.c Fix many warnings for x64 2016-08-27 23:32:15 +01:00
scenario.h Integrate animation objects 2016-08-20 22:38:50 +01:00
scenario_list.c start getting object loading working 2016-07-08 22:58:38 +01:00
scenario_sources.c Name all the typdef-ed structs (#3581) 2016-05-12 22:57:40 +01:00
sprites.h Identify fade sprites 2016-08-01 19:28:22 +02:00
title.c Draw platform information on title screen 2016-08-28 15:15:07 +01:00
title.h remove usages of gScreenDPI and gWindowDPI 2016-06-07 22:45:36 +01:00
version.c Added Git Info for macOS Builds 2016-07-31 23:12:07 +02:00
version.h Improve architecture detection macros 2016-08-28 16:57:54 +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.