DarkflameServer/dDatabase/CDClientDatabase/CDClientTables
jadebenn 0367c67c85
chore: move the pet minigame table loading logic out of petcomponent (#1551)
* move the pet minigame table loading logic out of petcomponent

* misc fixes

* actually, using paths is dumb here when they're already char strings. why bother? silly me.

* removed unga bunga reference-casting

* add back in puzzle not found error message

* pre-allocate unordered map and make getter const-correct

* Update dDatabase/CDClientDatabase/CDClientTables/CDTamingBuildPuzzleTable.cpp

Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com>

---------

Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com>
2024-04-24 10:09:15 -05:00
..
CDActivitiesTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDActivitiesTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDActivityRewardsTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDActivityRewardsTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDAnimationsTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDAnimationsTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDBehaviorParameterTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDBehaviorParameterTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDBehaviorTemplateTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDBehaviorTemplateTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDBrickIDTableTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDBrickIDTableTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDComponentsRegistryTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDComponentsRegistryTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDCurrencyTableTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDCurrencyTableTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDDestructibleComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDDestructibleComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDEmoteTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDEmoteTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDFeatureGatingTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDFeatureGatingTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDInventoryComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDInventoryComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDItemComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDItemComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDItemSetSkillsTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDItemSetSkillsTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDItemSetsTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDItemSetsTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDLevelProgressionLookupTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDLevelProgressionLookupTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDLootMatrixTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDLootMatrixTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDLootTableTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDLootTableTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionEmailTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionEmailTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionNPCComponentTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionNPCComponentTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionsTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionsTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionTasksTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMissionTasksTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMovementAIComponentTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDMovementAIComponentTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDObjectSkillsTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDObjectSkillsTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDObjectsTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDObjectsTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDPackageComponentTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDPackageComponentTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDPetComponentTable.cpp chore: move the pet minigame table loading logic out of petcomponent (#1551) 2024-04-24 10:09:15 -05:00
CDPetComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDPhysicsComponentTable.cpp chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDPhysicsComponentTable.h chore: Table Loading Improvements (#1492) 2024-03-06 23:45:24 -06:00
CDPropertyEntranceComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDPropertyEntranceComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDPropertyTemplateTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDPropertyTemplateTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDProximityMonitorComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDProximityMonitorComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRailActivatorComponent.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRailActivatorComponent.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRarityTableTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRarityTableTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRebuildComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRebuildComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRewardCodesTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRewardCodesTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRewardsTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDRewardsTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDScriptComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDScriptComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDSkillBehaviorTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDSkillBehaviorTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDTamingBuildPuzzleTable.cpp chore: move the pet minigame table loading logic out of petcomponent (#1551) 2024-04-24 10:09:15 -05:00
CDTamingBuildPuzzleTable.h chore: move the pet minigame table loading logic out of petcomponent (#1551) 2024-04-24 10:09:15 -05:00
CDVendorComponentTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDVendorComponentTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDZoneTableTable.cpp chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CDZoneTableTable.h chore: Move database storage containers to be translation unit local to allow for safe references (#1434) 2024-02-09 07:37:58 -06:00
CMakeLists.txt chore: move the pet minigame table loading logic out of petcomponent (#1551) 2024-04-24 10:09:15 -05:00