osb/source/windowing
Kai Blaschke 431a9c00a5
Fixed a huge amount of Clang warnings
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably.

99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified.

Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects.

Most remaining warnings are now unused parameters.
2024-02-19 16:55:19 +01:00
..
CMakeLists.txt pane lua stuff 2023-07-04 22:36:27 +10:00
StarButtonGroup.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarButtonGroup.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarButtonWidget.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarButtonWidget.hpp Improve button audio feedback 2023-06-27 22:17:57 +10:00
StarCanvasWidget.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCanvasWidget.hpp interface.bindCanvas uses interface scale by default 2023-07-05 18:25:16 +10:00
StarFlowLayout.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarFlowLayout.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarFuelWidget.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarFuelWidget.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarGuiContext.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarGuiContext.hpp Various improvements 2023-08-18 23:14:53 +10:00
StarGuiReader.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarGuiReader.hpp pane lua stuff 2023-07-04 22:36:27 +10:00
StarGuiTypes.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarGuiTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarImageStretchWidget.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarImageStretchWidget.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarImageWidget.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarImageWidget.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemGridWidget.cpp Add character swapping (no GUI yet) 2023-07-22 22:31:04 +10:00
StarItemGridWidget.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemSlotWidget.cpp Improve planet name title 2023-08-02 19:29:21 +10:00
StarItemSlotWidget.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarKeyBindings.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarKeyBindings.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLabelWidget.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarLabelWidget.hpp Improve planet name title 2023-08-02 19:29:21 +10:00
StarLargeCharPlateWidget.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLargeCharPlateWidget.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLayout.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarLayout.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarListWidget.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarListWidget.hpp pane lua stuff 2023-07-04 22:36:27 +10:00
StarPane.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPane.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPaneManager.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPaneManager.hpp ScriptPanes can specify paneLayer and interactive 2023-07-30 00:41:38 +10:00
StarPortraitWidget.cpp Don't show the held item and rotation in the new inventory portrait 2023-06-28 20:22:25 +10:00
StarPortraitWidget.hpp Fun: Draw the actual Humanoid in the inventory pane 2023-06-28 02:21:09 +10:00
StarProgressWidget.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarProgressWidget.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarRegisteredPaneManager.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarScrollArea.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarScrollArea.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarSliderBar.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarSliderBar.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarStackWidget.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStackWidget.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTabSet.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTabSet.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTextBoxWidget.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarTextBoxWidget.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarVerticalLayout.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarVerticalLayout.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarWidget.cpp Reset script panes on character swap 2023-07-29 02:12:03 +10:00
StarWidget.hpp Reset script panes on character swap 2023-07-29 02:12:03 +10:00
StarWidgetLuaBindings.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWidgetLuaBindings.hpp pane lua stuff 2023-07-04 22:36:27 +10:00
StarWidgetParsing.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarWidgetParsing.hpp everything everywhere 2023-06-20 14:33:09 +10:00