OpenRCT2/src/openrct2-ui
Duncan fe46a2cf09
Fix Custom Currency window (#15596)
* Fix custom currency window exchange rate

This was using the wrong size type for the money

* Change name of string id

This was being used by two windows and should be made generic
2021-10-17 14:56:11 +01:00
..
audio Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
drawing Fix #15560: Memory leak due to OpenGL Renderer not releasing a texture 2021-10-11 21:01:11 +02:00
input Use (const) references to scrolls where possible 2021-10-01 15:21:01 +02:00
interface Close #13766 : Refactor Clear Scenery to class (#15481) 2021-10-06 16:46:01 +01:00
scripting Minor fixes (#15491) 2021-09-29 21:06:46 +00:00
title Modify object loading for JSON-only objects 2021-09-15 11:28:39 +02:00
windows Fix Custom Currency window (#15596) 2021-10-17 14:56:11 +01:00
CMakeLists.txt add additional comments on SDL resolution 2021-10-09 15:00:30 -06:00
CursorData.cpp Close #12408: Refactor CURSOR_ID to use strong enum 2020-10-11 18:01:14 +02:00
CursorRepository.cpp Use std::vector<> instead of malloc/free in CursorRepository.cpp 2021-07-30 21:31:10 +03:00
CursorRepository.h Close #12408: Refactor CURSOR_ID to use strong enum 2020-10-11 18:01:14 +02:00
SDLException.h Update copyright year to 2020 2020-07-21 15:04:34 +02: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 Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Ui.h Update include guards 2021-08-21 09:43:26 +02:00
UiContext.Android.cpp GOG installer extraction for POSIX 2021-01-03 17:53:14 +01:00
UiContext.Linux.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
UiContext.Win32.cpp Fix various Cppcheck warnings (#15081) 2021-07-24 23:41:50 +02:00
UiContext.cpp Merge pull request #15538 from ZehMatt/feature/parallel-draw 2021-10-09 05:53:48 -07:00
UiContext.h Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
UiContext.macOS.mm GOG installer extraction for POSIX 2021-01-03 17:53:14 +01:00
WindowManager.cpp Remove some dead code 2021-09-30 10:40:32 +02:00
WindowManager.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
libopenrct2ui.vcxproj Remove Music Acknowledgements window (#15116) 2021-07-28 10:26:35 +02:00