OpenRCT2/src/openrct2-ui/scripting
Hielke Morsink 6011478590 Directly use std::unique_ptr prvalues
This removes the unnecessary constructor calls and improves flexibility in case of typename changes.
All cases, except for the one in Context.cpp, are temporaries.
2021-08-20 23:38:15 +02:00
..
CustomListView.cpp Change all calls to DrawTextBasic to use Formatter 2021-08-01 15:14:43 +02:00
CustomListView.h Default initialize SortOrder in ListViewColumn 2021-07-30 21:31:10 +03:00
CustomMenu.cpp Remove sprite.h includes where possible 2021-05-29 08:54:33 +01:00
CustomMenu.h Fix #14160: Game crashs when registering shortcuts 2021-02-23 22:18:00 +00:00
CustomWindow.cpp Fix #15170: Plugin: incorrect label text alignment (#15175) 2021-08-04 21:47:13 +02:00
CustomWindow.h Add text box widget 2021-01-27 00:28:59 +00:00
ScGraphicsContext.hpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
ScTileSelection.hpp Apply code review refactors 2020-05-02 11:38:33 +01:00
ScTitleSequence.hpp Directly use std::unique_ptr prvalues 2021-08-20 23:38:15 +02:00
ScUi.hpp Fix ui.showTextInput performance issue (#14210) 2021-03-01 22:09:51 -03:00
ScViewport.hpp Invalidate viewport when moving without scrolling 2021-02-18 18:10:29 +00:00
ScWidget.hpp Remove holdable flag from spinner widget 2021-02-25 22:30:35 +00:00
ScWindow.hpp Implement transparent windows for plugins 2021-01-29 17:50:27 +00:00
UiExtensions.cpp Fix CI failure 2021-02-25 18:47:54 +00:00
UiExtensions.h Rename __ENABLE_SCRIPTING__ to ENABLE_SCRIPTING 2020-04-26 14:35:08 +01:00