osb/source/game
2023-07-12 22:16:12 +10:00
..
interfaces bring player inspection back! 2023-06-30 11:44:42 +10:00
items Change pure string format calls to use fmt::to_string 2023-07-06 19:26:28 +10:00
objects Change pure string format calls to use fmt::to_string 2023-07-06 19:26:28 +10:00
scripting Move input callback creation 2023-07-04 20:45:43 +10:00
terrain everything everywhere 2023-06-20 14:33:09 +10:00
CMakeLists.txt Initial work 2023-07-12 22:16:12 +10:00
StarActorMovementController.cpp Add extremely basic controller support (only movement) 2023-06-28 22:52:09 +10:00
StarActorMovementController.hpp Add extremely basic controller support (only movement) 2023-06-28 22:52:09 +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 everything everywhere 2023-06-20 14:33:09 +10:00
StarAmbient.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAnimation.cpp Fix particles finally 2023-06-26 16:09:40 +10:00
StarAnimation.hpp Fix particles finally 2023-06-26 16:09:40 +10:00
StarArmorWearer.cpp More directives optimization 2023-06-25 18:12:54 +10:00
StarArmorWearer.hpp More directives optimization 2023-06-25 18:12:54 +10:00
StarBehaviorDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarBehaviorDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBehaviorState.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarBiomePlacement.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialCoordinate.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarCelestialDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialGraphics.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarCelestialGraphics.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialParameters.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarCelestialParameters.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCelestialTypes.cpp everything everywhere 2023-06-20 14:33:09 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarClientContext.hpp everything everywhere 2023-06-20 14:33:09 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarCollectionDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCollisionBlock.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCollisionBlock.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCollisionGenerator.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCollisionGenerator.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCommandProcessor.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarCommandProcessor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamage.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamage.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamageDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarDamageDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDamageManager.cpp Don't do spatial logging on the server 2023-06-28 00:50:47 +10:00
StarDamageManager.hpp everything everywhere 2023-06-20 14:33:09 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarDanceDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarDrawable.cpp Add Drawable <-> Lua conversion to LuaGameConverters 2023-07-03 08:51:42 +10:00
StarDrawable.hpp More directives optimization 2023-06-25 18:12:54 +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 everything everywhere 2023-06-20 14:33:09 +10:00
StarEffectEmitter.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEffectSourceDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarEffectSourceDatabase.hpp everything everywhere 2023-06-20 14:33:09 +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 Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarEntityMap.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntityRendering.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntityRendering.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarEntityRenderingTypes.cpp everything everywhere 2023-06-20 14:33:09 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarFallingBlocksAgent.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarForceRegions.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarGameTypes.cpp Revert timestep values to default, make configurable 2023-06-29 00:12:05 +10:00
StarGameTypes.hpp Fix broken regex, make game timestep non-const 2023-06-28 00:20:22 +10:00
StarHumanoid.cpp Update StarHumanoid.cpp 2023-06-30 02:31:41 +10:00
StarHumanoid.hpp Lua: player.* identity getters and setters 2023-06-29 05:58:24 +10:00
StarImageMetadataDatabase.cpp Lazy-loading of ImageOperation inside Directives 2023-06-27 03:38:57 +10:00
StarImageMetadataDatabase.hpp Pretty much working now 2023-06-24 22:49:47 +10:00
StarInput.cpp Fix input bind priority 2023-07-04 20:46:26 +10:00
StarInput.hpp Remove indent from Star:: in StarInput.hpp 2023-07-12 20:59:23 +10: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 everything everywhere 2023-06-20 14:33:09 +10: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 Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!) 2023-06-27 19:24:35 +10:00
StarItem.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarItem.hpp Armor optimizations 2023-06-24 23:38:27 +10:00
StarItemBag.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemBag.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarItemDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarItemDescriptor.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarItemDrop.hpp everything everywhere 2023-06-20 14:33:09 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 Change pure string format calls to use fmt::to_string 2023-07-06 19:26:28 +10:00
StarMonster.hpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarMonsterDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarMonsterDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMovementController.cpp Fix movement controllers falling through platforms at low timestep hz 2023-06-30 06:35:32 +10:00
StarMovementController.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarNameGenerator.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarNameGenerator.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarNetPackets.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarNetPackets.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarNetPacketSocket.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarNetPacketSocket.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarNetworkedAnimator.cpp Initial work 2023-07-12 22:16:12 +10:00
StarNetworkedAnimator.hpp Initial work 2023-07-12 22:16:12 +10:00
StarNpc.cpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarNpc.hpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarNpcDatabase.cpp Lua: player.* identity getters and setters 2023-06-29 05:58:24 +10:00
StarNpcDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarObject.cpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarObject.hpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarObjectDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarObjectDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarParallax.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarParallax.hpp Fix up new Object directives handling, more directives rendering improvements, fix chat bubbles and nametags only moving every 2px 2023-06-25 16:10:57 +10: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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarParticleDatabase.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarParticleManager.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarParticleManager.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlant.cpp Cache plant piece asset paths 2023-07-03 18:22:31 +10:00
StarPlant.hpp Cache plant piece asset paths 2023-07-03 18:22:31 +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 Fix particles finally 2023-06-26 16:09:40 +10:00
StarPlantDrop.hpp Fix particles finally 2023-06-26 16:09:40 +10:00
StarPlatformerAStar.cpp everything everywhere 2023-06-20 14:33:09 +10: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 Initial work 2023-07-12 22:16:12 +10:00
StarPlayer.hpp Initial work 2023-07-12 22:16:12 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerCompanions.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerDeployment.cpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarPlayerDeployment.hpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +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 everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerInventory.hpp everything everywhere 2023-06-20 14:33:09 +10: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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarPlayerStorage.hpp everything everywhere 2023-06-20 14:33:09 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarPlayerUniverseMap.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarProjectile.cpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarProjectile.hpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarQuestDescriptor.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarQuestManager.cpp Move expensive questIndicatorPosition() call 2023-07-01 08:01:29 +10:00
StarQuestManager.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarQuests.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarQuests.hpp everything everywhere 2023-06-20 14:33:09 +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 Attempt to fix rare crash writing configuration 2023-07-05 21:31:36 +10:00
StarRoot.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarRootLoader.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarRootLoader.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarServerClientContext.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarServerClientContext.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSky.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSky.hpp everything everywhere 2023-06-20 14:33:09 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarSongbook.hpp Fixes and stuff 2023-06-21 15:25:10 +10:00
StarSpawner.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarSpawner.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSpawnTypeDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 Don't do spatial logging on the server 2023-06-28 00:50:47 +10:00
StarStagehand.hpp everything everywhere 2023-06-20 14:33:09 +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 everything everywhere 2023-06-20 14:33:09 +10:00
StarStatCollection.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatistics.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStatSet.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarStatusController.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStatusController.hpp More directives optimization 2023-06-25 18:12:54 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarStoredFunctions.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSystemWorld.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarSystemWorld.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSystemWorldClient.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSystemWorldClient.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSystemWorldServer.cpp Change pure string format calls to use fmt::to_string 2023-07-06 19:26:28 +10:00
StarSystemWorldServer.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarSystemWorldServerThread.cpp improve WorldServer debug logging 2023-07-03 19:32:23 +10:00
StarSystemWorldServerThread.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTeamClient.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTeamClient.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTeamManager.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTeamManager.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTechController.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarTechController.hpp More directives optimization 2023-06-25 18:12:54 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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
StarTileModification.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTileModification.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTileSectorArray.hpp everything everywhere 2023-06-20 14:33:09 +10: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 resolved most of the compiler warnings/errors under gcc 2023-06-26 11:58:35 -07:00
StarToolUser.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarTreasure.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarTreasure.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarUniverseClient.cpp Start of Interface callbacks, starting with a bindCanvas function for the whole screen 2023-07-04 19:27:16 +10:00
StarUniverseClient.hpp Start of Interface callbacks, starting with a bindCanvas function for the whole screen 2023-07-04 19:27:16 +10:00
StarUniverseConnection.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarUniverseConnection.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarUniverseServer.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarUniverseServer.hpp everything everywhere 2023-06-20 14:33:09 +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 Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarVehicle.hpp Move lighting calculation to separate thread 2023-06-29 10:11:19 +10:00
StarVehicleDatabase.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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
StarVoice.cpp Initial work 2023-07-12 22:16:12 +10:00
StarVoice.hpp Initial work 2023-07-12 22:16:12 +10:00
StarWarping.cpp Fix crash warping to planets and leftover formatting errors 2023-06-27 20:55:10 +10: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 everything everywhere 2023-06-20 14:33:09 +10:00
StarWeather.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWeatherTypes.cpp everything everywhere 2023-06-20 14:33:09 +10: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 Fix asynchronous lighting crash 2023-07-10 19:01:39 +10:00
StarWorldClient.hpp Fix asynchronous lighting crash 2023-07-10 19:01:39 +10:00
StarWorldClientState.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldClientState.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldGeneration.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarWorldGeneration.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldImpl.hpp everything everywhere 2023-06-20 14:33:09 +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 The Formatting String Catastrophe 2023-06-27 20:23:44 +10: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 improve WorldServer debug logging 2023-07-03 19:32:23 +10:00
StarWorldServer.hpp improve WorldServer debug logging 2023-07-03 19:32:23 +10:00
StarWorldServerThread.cpp improve WorldServer debug logging 2023-07-03 19:32:23 +10:00
StarWorldServerThread.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldStorage.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarWorldStorage.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldStructure.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarWorldStructure.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldTemplate.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldTemplate.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldTiles.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarWorldTiles.hpp everything everywhere 2023-06-20 14:33:09 +10:00