osb/source/game/items
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
..
StarActiveItem.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarActiveItem.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarArmors.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarArmors.hpp Armor Item improvements (& other misc) 2023-08-18 18:06:00 +10:00
StarAugmentItem.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAugmentItem.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBlueprintItem.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBlueprintItem.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCodexItem.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCodexItem.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarConsumableItem.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarConsumableItem.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarCurrency.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCurrency.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarInspectionTool.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarInspectionTool.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarInstrumentItem.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarInstrumentItem.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarLiquidItem.cpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarLiquidItem.hpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarMaterialItem.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMaterialItem.hpp Small cleanup 2023-08-21 21:22:25 +10:00
StarObjectItem.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarObjectItem.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarThrownItem.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarThrownItem.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTools.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTools.hpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarUnlockItem.cpp Add character swapping (no GUI yet) 2023-07-22 22:31:04 +10:00
StarUnlockItem.hpp everything everywhere 2023-06-20 14:33:09 +10:00