osb/source/rendering
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 Upgrade to C++17 2023-06-25 20:01:32 +10:00
StarAnchorTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAnchorTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAssetTextureGroup.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarAssetTextureGroup.hpp Pretty much working now 2023-06-24 22:49:47 +10:00
StarDrawablePainter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarDrawablePainter.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEnvironmentPainter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEnvironmentPainter.hpp Fix parallax and space dust jitter when lerping zoom level on very old universes 2023-08-19 15:09:00 +10:00
StarFontTextureGroup.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarFontTextureGroup.hpp More default fonts 2023-08-03 01:17:08 +10:00
StarTextPainter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTextPainter.hpp Add optional alpha threshold option for fonts 2023-08-04 23:47:52 +10:00
StarTilePainter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTilePainter.hpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarWorldCamera.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldCamera.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldPainter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldPainter.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00