osb/source/application
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
..
discord everything everywhere 2023-06-20 14:33:09 +10:00
CMakeLists.txt Initial setup of input stuff 2023-07-02 06:34:43 +10:00
StarApplication.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarApplication.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarApplicationController.hpp Add input.mousePosition 2023-11-02 08:12:21 +11:00
StarDesktopService_pc_steam.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDesktopService_pc_steam.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMainApplication_sdl.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMainApplication.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarP2PNetworkingService_pc.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarP2PNetworkingService_pc.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlatformServices_pc.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlatformServices_pc.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarRenderer_opengl20.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarRenderer_opengl20.hpp Render the world in its own framebuffer 2023-07-06 23:59:18 +10:00
StarRenderer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarRenderer.hpp Render the world in its own framebuffer 2023-07-06 23:59:18 +10:00
StarStatisticsService_pc_steam.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStatisticsService_pc_steam.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTextureAtlas.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarUserGeneratedContentService_pc_steam.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarUserGeneratedContentService_pc_steam.hpp everything everywhere 2023-06-20 14:33:09 +10:00