osb/source/game
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
..
interfaces Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
items Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
objects Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
scripting Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
terrain everything everywhere 2023-06-20 14:33:09 +10:00
CMakeLists.txt Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarActorMovementController.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarActorMovementController.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarAiDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarAiDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAiTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAiTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAmbient.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarAmbient.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAnimation.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarAnimation.hpp Fix particles finally 2023-06-26 16:09:40 +10:00
StarArmorWearer.cpp Add player Lua functions from SE 2023-10-25 15:30:31 +11:00
StarArmorWearer.hpp Add player Lua functions from SE 2023-10-25 15:30:31 +11:00
StarBehaviorDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarBehaviorDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBehaviorState.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarBehaviorState.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBiome.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBiome.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBiomeDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarBiomeDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBiomePlacement.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarBiomePlacement.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialCoordinate.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCelestialCoordinate.hpp Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!) 2023-06-27 19:24:35 +10:00
StarCelestialDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCelestialDatabase.hpp Fix server hang while looking for starter world 2023-07-20 19:10:41 +10:00
StarCelestialGraphics.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCelestialGraphics.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialParameters.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCelestialParameters.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialTypes.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCelestialTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarChatAction.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarChatAction.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarChatProcessor.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarChatProcessor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarChatTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarChatTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarClientContext.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarClientContext.hpp Add character swapping (no GUI yet) 2023-07-22 22:31:04 +10:00
StarCodex.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCodex.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCodexDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarCodexDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCollectionDatabase.cpp Cache certain item generation calls from interfaces 2023-07-23 22:44:02 +10:00
StarCollectionDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCollisionBlock.cpp Add binds to modify material radius 2023-08-20 13:57:27 +10:00
StarCollisionBlock.hpp Add binds to modify material radius 2023-08-20 13:57:27 +10:00
StarCollisionGenerator.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCollisionGenerator.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCommandProcessor.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarCommandProcessor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamage.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarDamage.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamageDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarDamageDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamageManager.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarDamageManager.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarDamageTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamageTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDanceDatabase.cpp Add DanceDatabase fallback 2023-07-23 22:54:34 +10:00
StarDanceDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDrawable.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarDrawable.hpp Add ItemDrop glow 2023-08-20 11:56:37 +10:00
StarDungeonGenerator.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarDungeonGenerator.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDungeonImagePart.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarDungeonImagePart.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDungeonTMXPart.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarDungeonTMXPart.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEffectEmitter.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEffectEmitter.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarEffectSourceDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEffectSourceDatabase.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarEmoteProcessor.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEmoteProcessor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntityFactory.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarEntityFactory.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntityMap.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEntityMap.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEntityRendering.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEntityRendering.hpp Fix up and add options menu slider 2024-01-03 20:08:57 +11:00
StarEntityRenderingTypes.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarEntityRenderingTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntitySplash.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntitySplash.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarFallingBlocksAgent.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarFallingBlocksAgent.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarForceRegions.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarForceRegions.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarGameTimers.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarGameTimers.hpp Rename global WorldTimestep var to more appropriate name 2023-08-15 13:38:40 +10:00
StarGameTypes.cpp Rename global WorldTimestep var to more appropriate name 2023-08-15 13:38:40 +10:00
StarGameTypes.hpp Rename global WorldTimestep var to more appropriate name 2023-08-15 13:38:40 +10:00
StarHumanoid.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarHumanoid.hpp Item drops inherit player velocity, other stuff 2023-08-18 20:03:06 +10:00
StarImageMetadataDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarImageMetadataDatabase.hpp Pretty much working now 2023-06-24 22:49:47 +10:00
StarInput.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarInput.hpp Add input.mousePosition 2023-11-02 08:12:21 +11:00
StarInteractionTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarInteractionTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarInterpolationTracker.cpp A TYPO!!!!! 2023-11-25 22:23:10 +11:00
StarInterpolationTracker.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarInventoryTypes.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarInventoryTypes.hpp Revert bag slot index type to uint8_t for now 2023-10-31 08:13:12 +11:00
StarItem.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarItem.hpp Armor optimizations 2023-06-24 23:38:27 +10:00
StarItemBag.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarItemBag.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarItemDatabase.hpp Cache certain item generation calls from interfaces 2023-07-23 22:44:02 +10:00
StarItemDescriptor.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarItemDescriptor.hpp Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!) 2023-06-27 19:24:35 +10:00
StarItemDrop.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarItemDrop.hpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarItemRecipe.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemRecipe.hpp Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!) 2023-06-27 19:24:35 +10:00
StarLightSource.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLightSource.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLiquidsDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarLiquidsDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLiquidTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarLiquidTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMaterialDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarMaterialDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMaterialRenderProfile.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMaterialRenderProfile.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMaterialTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMicroDungeon.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarMicroDungeon.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMonster.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMonster.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarMonsterDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMonsterDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMovementController.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMovementController.hpp Rename global WorldTimestep var to more appropriate name 2023-08-15 13:38:40 +10:00
StarNameGenerator.cpp Make the profanity filter not as insanely strict as Warframe's 2023-09-05 17:47:11 +10:00
StarNameGenerator.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarNetPackets.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarNetPackets.hpp Changes to support modifying networking while maintaining legacy support 2023-07-31 20:22:09 +10:00
StarNetPacketSocket.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarNetPacketSocket.hpp Changes to support modifying networking while maintaining legacy support 2023-07-31 20:22:09 +10:00
StarNetworkedAnimator.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarNetworkedAnimator.hpp Initial work 2023-07-12 22:16:12 +10:00
StarNpc.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarNpc.hpp Various improvements 2023-08-18 23:14:53 +10:00
StarNpcDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarNpcDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarObject.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarObject.hpp Fix rare backwards compatibility issue with optimized directives in object "color" 2023-07-21 17:52:10 +10:00
StarObjectDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarObjectDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarParallax.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarParallax.hpp Add vertical speed support to parallax layers 2023-10-12 04:42:24 +11:00
StarParticle.cpp Fix particles finally 2023-06-26 16:09:40 +10:00
StarParticle.hpp Fix particles finally 2023-06-26 16:09:40 +10:00
StarParticleDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarParticleDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarParticleManager.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarParticleManager.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlant.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlant.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPlantDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarPlantDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlantDrop.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlantDrop.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPlatformerAStar.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlatformerAStar.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlatformerAStarTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlatformerAStarTypes.hpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarPlayer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlayer.hpp Add player Lua functions from SE 2023-10-25 15:30:31 +11:00
StarPlayerBlueprints.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerBlueprints.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerCodexes.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarPlayerCodexes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerCompanions.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPlayerCompanions.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPlayerDeployment.cpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPlayerDeployment.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarPlayerFactory.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerFactory.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerInventory.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlayerInventory.hpp Simplify new player inventory functions 2023-10-31 05:34:26 +11:00
StarPlayerLog.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerLog.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerStorage.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlayerStorage.hpp fallback to hex string when a player UUID has no corresponding filename 2023-11-24 20:35:21 +11:00
StarPlayerTech.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarPlayerTech.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerUniverseMap.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarPlayerUniverseMap.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarProjectile.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarProjectile.hpp Add loading icon when swapping character 2023-08-02 21:28:37 +10:00
StarProjectileDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarProjectileDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarQuestDescriptor.cpp Cache certain item generation calls from interfaces 2023-07-23 22:44:02 +10:00
StarQuestDescriptor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarQuestManager.cpp Add character swapping (no GUI yet) 2023-07-22 22:31:04 +10:00
StarQuestManager.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarQuests.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarQuests.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarQuestTemplateDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarQuestTemplateDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarRadioMessageDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarRadioMessageDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarRoot.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarRoot.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarRootLoader.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarRootLoader.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarServerClientContext.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarServerClientContext.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSky.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSky.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarSkyParameters.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSkyParameters.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSkyRenderData.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSkyRenderData.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSkyTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSkyTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSongbook.cpp Fix up and add options menu slider 2024-01-03 20:08:57 +11:00
StarSongbook.hpp Fixes and stuff 2023-06-21 15:25:10 +10:00
StarSpawner.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSpawner.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarSpawnTypeDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSpawnTypeDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSpeciesDatabase.cpp Lua: player.* identity getters and setters 2023-06-29 05:58:24 +10:00
StarSpeciesDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStagehand.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarStagehand.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarStagehandDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStagehandDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatCollection.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarStatCollection.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarStatistics.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarStatistics.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatisticsDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStatisticsDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatSet.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarStatSet.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatusController.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarStatusController.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarStatusEffectDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStatusEffectDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatusTypes.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatusTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStoredFunctions.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarStoredFunctions.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSystemWorld.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSystemWorld.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSystemWorldClient.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSystemWorldClient.hpp Add character swapping (no GUI yet) 2023-07-22 22:31:04 +10:00
StarSystemWorldServer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSystemWorldServer.hpp Add character swapping (no GUI yet) 2023-07-22 22:31:04 +10:00
StarSystemWorldServerThread.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarSystemWorldServerThread.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTeamClient.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTeamClient.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTeamManager.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTeamManager.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTechController.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTechController.hpp SwimIdle tech parent state 2023-08-02 22:02:21 +10:00
StarTechDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarTechDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTenantDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarTenantDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTerrainDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTerrainDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTileDamage.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTileDamage.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTileDrawer.cpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarTileDrawer.hpp Hook tile meshing up to Material Item drop and preview 2023-08-20 18:56:50 +10:00
StarTileModification.cpp Allow overriding placed collision kind ("""overground""") from world.placeMaterial 2023-08-19 18:26:52 +10:00
StarTileModification.hpp Allow overriding placed collision kind ("""overground""") from world.placeMaterial 2023-08-19 18:26:52 +10:00
StarTileSectorArray.hpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTilesetDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarTilesetDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarToolUser.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarToolUser.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarTreasure.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTreasure.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarUniverseClient.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarUniverseClient.hpp Add loading icon when swapping character 2023-08-02 21:28:37 +10:00
StarUniverseConnection.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarUniverseConnection.hpp Changes to support modifying networking while maintaining legacy support 2023-07-31 20:22:09 +10:00
StarUniverseServer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarUniverseServer.hpp Server: Log TCP error and carry on 2023-07-26 18:47:23 +10:00
StarUniverseSettings.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarUniverseSettings.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarVehicle.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarVehicle.hpp Tweak tool suppression logic for vehicles 2023-10-10 19:38:29 +11:00
StarVehicleDatabase.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarVehicleDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarVersioningDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarVersioningDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWarping.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWarping.hpp Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!) 2023-06-27 19:24:35 +10:00
StarWeather.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWeather.hpp Support for changing the game's timescale 2023-07-21 00:58:49 +10:00
StarWeatherTypes.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWeatherTypes.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWireProcessor.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarWireProcessor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWiring.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWiring.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldClient.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldClient.hpp Fix up and add options menu slider 2024-01-03 20:08:57 +11:00
StarWorldClientState.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldClientState.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldGeneration.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldGeneration.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldImpl.hpp Objects can now be placed under tiles that have non-block collision 2023-08-21 00:59:02 +10:00
StarWorldLayout.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarWorldLayout.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldParameters.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldParameters.hpp resolved most of the compiler warnings/errors under gcc 2023-06-26 11:58:35 -07:00
StarWorldRenderData.hpp Prevent particle copy, tweak debugging some more 2023-07-03 18:31:12 +10:00
StarWorldServer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldServer.hpp Objects can now be placed under tiles that have non-block collision 2023-08-21 00:59:02 +10:00
StarWorldServerThread.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldServerThread.hpp experimental universe.sendWorldMessage function 2023-07-23 01:01:23 +10:00
StarWorldStorage.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldStorage.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldStructure.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldStructure.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldTemplate.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarWorldTemplate.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldTiles.cpp Tile Prediction 2023-07-31 02:40:06 +10:00
StarWorldTiles.hpp Tile Prediction 2023-07-31 02:40:06 +10:00