osb/source/frontend
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 Add input.mousePosition 2023-11-02 08:12:21 +11:00
StarActionBar.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarActionBar.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarAiInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarAiInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarBaseScriptPane.cpp Update StarBaseScriptPane.cpp 2023-07-30 01:28:43 +10:00
StarBaseScriptPane.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarBindingsMenu.cpp Input Binding support 2023-07-02 17:19:54 +10:00
StarBindingsMenu.hpp Input Binding support 2023-07-02 17:19:54 +10:00
StarBookmarkInterface.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarBookmarkInterface.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCharCreation.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarCharCreation.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarCharSelection.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCharSelection.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarChat.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarChat.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarChatBubbleManager.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarChatBubbleManager.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarChatBubbleSeparation.cpp Don't do spatial logging on the server 2023-06-28 00:50:47 +10:00
StarChatBubbleSeparation.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCinematic.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCinematic.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarClientCommandProcessor.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarClientCommandProcessor.hpp Command to adjust global timescale 2023-08-20 23:51:43 +10:00
StarCodexInterface.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarCodexInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarConfirmationDialog.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarConfirmationDialog.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarContainerInteractor.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarContainerInteractor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarContainerInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarContainerInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarCraftingInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCraftingInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarErrorScreen.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarErrorScreen.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarGraphicsMenu.cpp add camera panning speed setting 2023-11-28 11:04:45 -06:00
StarGraphicsMenu.hpp add camera panning speed setting 2023-11-28 11:04:45 -06:00
StarInterfaceCursor.cpp HD Cursor 2023-06-26 18:39:40 +10:00
StarInterfaceCursor.hpp HD Cursor 2023-06-26 18:39:40 +10:00
StarInterfaceLuaBindings.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarInterfaceLuaBindings.hpp Start of Interface callbacks, starting with a bindCanvas function for the whole screen 2023-07-04 19:27:16 +10:00
StarInventory.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarInventory.hpp Various improvements 2023-08-18 23:14:53 +10:00
StarItemTooltip.cpp Change pure string format calls to use fmt::to_string 2023-07-06 19:26:28 +10:00
StarItemTooltip.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarJoinRequestDialog.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarJoinRequestDialog.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarKeybindingsMenu.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarKeybindingsMenu.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMainInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMainInterface.hpp Reset script panes on character swap 2023-07-29 02:12:03 +10:00
StarMainInterfaceTypes.cpp pane lua stuff 2023-07-04 22:36:27 +10:00
StarMainInterfaceTypes.hpp pane lua stuff 2023-07-04 22:36:27 +10:00
StarMainMixer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMainMixer.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarMerchantInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMerchantInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarModsMenu.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarModsMenu.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarNameplatePainter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarNameplatePainter.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarOptionsMenu.cpp Fix up and add options menu slider 2024-01-03 20:08:57 +11:00
StarOptionsMenu.hpp Fix up and add options menu slider 2024-01-03 20:08:57 +11:00
StarPopupInterface.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPopupInterface.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarQuestIndicatorPainter.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarQuestIndicatorPainter.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarQuestInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarQuestInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarQuestTracker.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarQuestTracker.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarRadioMessagePopup.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarRadioMessagePopup.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarScriptPane.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarScriptPane.hpp Reset script panes on character swap 2023-07-29 02:12:03 +10:00
StarSimpleTooltip.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSimpleTooltip.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSongbookInterface.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSongbookInterface.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatusPane.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarStatusPane.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarTeamBar.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTeamBar.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarTeleportDialog.cpp Fix Teams not functioning as swapped character 2023-07-26 19:02:33 +10:00
StarTeleportDialog.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarTitleScreen.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTitleScreen.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarVoice.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarVoice.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarVoiceLuaBindings.cpp Port in the voice settings menu 2023-07-19 23:16:59 +10:00
StarVoiceLuaBindings.hpp Port in the voice settings menu 2023-07-19 23:16:59 +10:00
StarVoiceSettingsMenu.cpp Port in the voice settings menu 2023-07-19 23:16:59 +10:00
StarVoiceSettingsMenu.hpp Port in the voice settings menu 2023-07-19 23:16:59 +10:00
StarWireInterface.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarWireInterface.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00