OpenRCT2/src/openrct2-ui
duncanspumpkin 22f50b8199 Start creating invention list class 2022-07-01 14:57:24 +01:00
..
audio Fix #17462: Crash when zooming or moving around park 2022-06-28 00:25:57 +01:00
drawing Plug memory leak in OpenGL engine (#17250) 2022-05-20 21:43:16 +00:00
input Fix: Ghosts and tooltips move when panning the viewport by right-click dragging 2022-05-21 09:40:43 +02:00
interface Add const ref, remove excess .c_str(), push_* -> emplace_* and rewrite constructors 2022-05-07 16:05:38 +02:00
scripting Rename `command` to avoid ghosting 2022-06-28 21:57:29 +02:00
title use std::decay helper type 2022-06-28 21:57:28 +02:00
windows Start creating invention list class 2022-07-01 14:57:24 +01:00
CMakeLists.txt Fix cmake file syntax error 2022-06-06 23:41:15 +01:00
CursorData.cpp Fix cursor pivot for land up/down cursor (#17255) 2022-05-28 11:53:45 +00:00
CursorRepository.cpp Clang tidy Part 1: Ui Project Function Names (#15956) 2021-11-23 13:18:07 +00:00
CursorRepository.h Clang tidy Part 1: Ui Project Function Names (#15956) 2021-11-23 13:18:07 +00:00
SDLException.cpp Split SDLException into source and header 2022-03-23 23:44:49 -03:00
SDLException.h Split SDLException into source and header 2022-03-23 23:44:49 -03:00
TextComposition.cpp Refactor format tokens 2020-11-27 18:54:57 +00:00
TextComposition.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Ui.cpp Show SDL error message if no context was created 2022-03-23 23:44:50 -03:00
Ui.h Update include guards 2021-08-21 09:43:26 +02:00
UiContext.Android.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
UiContext.Linux.cpp Fix filters KDialog 2022-04-16 18:41:20 +02:00
UiContext.Win32.cpp Remove any traces of WinNT5.1 as per #16911 2022-06-20 21:26:40 +02:00
UiContext.cpp Move most command logic from sequence player 2022-06-28 21:57:26 +02:00
UiContext.h Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
UiContext.macOS.mm Merge old and new FileDialogDesc 2022-01-29 13:55:10 +01:00
WindowManager.cpp Remove Editor Main (#17348) 2022-06-07 08:26:58 +01:00
WindowManager.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
libopenrct2ui.vcxproj Fix #17297: Crash when switching language (#17370) 2022-06-27 17:41:53 +01:00