thunderbrew/src/db/rec
VDm 957a4c7e2f
feat(glue): add realm and character handling (#7)
* fix(build): make project compilable

* feat(glue): update Character Selection screen to support switching

* fix(ui): fix CSimpleFontString::GetHeight() to use proper method

* feat(db): add static database classes from whoa-autocode

* feat(ui): use class and area IDs for Character Selection

* chore(db): update ItemRandomPropertiesRec

* feat(glue): update CCharacterSelection methods

* chore(db): uncomment DB records

* feat(glue): implement character deletion

* feat(gx): update supported text tags in GxuDetermineQuotedCode

* fix(ui): fix CSimpleFontString to use the FixedColor flag only if the string does not contain color tags

* feat(net): implement GrunLogin::LogOff

* feat(net): implement NetClient::Disconnect

* feat(login): implement trimming of realm name in LoginResponse::HandleRealmData

* feat(net): implement proper disconnection from login and realm servers

* feat(net): implement PING/PONG messages

* feat(net): add NetClient::Destroy method

* feat(net): implement ClientServices::GetRealmList (second request of Realm List)

* feat(glue): implement CGlueMgr::PollRealmList

* feat(glue): implement CGlueMgr::PollCreateCharacter

* chore(glue): add skeleton of CCharacterComponent class

* fix(build): fix build using latest features

* fix(glue): kill gotos in CGlueMgr::NetDisconnectHandler

* fix(build): include SDL3

---------

Co-authored-by: superp00t <superp00t@tutanota.com>
2025-04-16 17:32:37 -04:00
..
Achievement_CategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Achievement_CategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Achievement_CriteriaRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Achievement_CriteriaRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AchievementRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
AchievementRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
AnimationDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimationDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitBoneSetAliasRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitBoneSetAliasRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitBoneSetRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitBoneSetRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitConfigBoneSetRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitConfigBoneSetRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitConfigRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitConfigRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitPriorityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitPriorityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitSegmentRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimKitSegmentRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimReplacementRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimReplacementRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimReplacementSetRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AnimReplacementSetRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaAssignmentRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaAssignmentRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaGroupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaGroupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaPOIRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaPOIRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaTableRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaTableRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaTriggerRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AreaTriggerRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ArmorLocationRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ArmorLocationRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AttackAnimKitsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AttackAnimKitsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AttackAnimTypesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AttackAnimTypesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AuctionHouseRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
AuctionHouseRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BankBagSlotPricesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BankBagSlotPricesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BannedAddonsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BannedAddOnsRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
BannedAddonsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BannedAddOnsRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
BarberShopStyleRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BarberShopStyleRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BattlemasterListRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
BattlemasterListRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CameraModeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CameraModeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CameraShakesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CameraShakesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Cfg_CategoriesRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
Cfg_CategoriesRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
Cfg_ConfigsRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
Cfg_ConfigsRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
CharacterFacialHairStylesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharacterFacialHairStylesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharBaseInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharBaseInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharHairGeosetsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharHairGeosetsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharHairTexturesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharHairTexturesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharSectionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharSectionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharStartOutfitRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharStartOutfitRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharTitlesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharTitlesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharVariationsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CharVariationsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChatChannelsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChatChannelsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChatProfanityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChatProfanityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChrClassesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChrClassesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ChrRacesRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
ChrRacesRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
CinematicCameraRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CinematicCameraRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CinematicSequencesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CinematicSequencesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureDisplayInfoExtraRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureDisplayInfoExtraRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureDisplayInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureDisplayInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureFamilyRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureFamilyRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureModelDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureModelDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureMovementInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureMovementInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureSoundDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureSoundDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureSpellDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureSpellDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CreatureTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CurrencyCategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CurrencyCategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CurrencyTypesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CurrencyTypesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DanceMovesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DanceMovesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DeathThudLookupsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DeathThudLookupsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DeclinedWordCasesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DeclinedWordCasesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DeclinedWordRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DeclinedWordRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DestructibleModelDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DestructibleModelDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DungeonEncounterRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DungeonEncounterRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DungeonMapChunkRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DungeonMapChunkRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DungeonMapRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DungeonMapRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DurabilityCostsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DurabilityCostsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DurabilityQualityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
DurabilityQualityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesTextDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesTextDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesTextRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesTextRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesTextSoundRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EmotesTextSoundRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EnvironmentalDamageRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
EnvironmentalDamageRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ExhaustionRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ExhaustionRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FactionGroupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FactionGroupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FactionRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FactionRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FactionTemplateRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FactionTemplateRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FileDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FileDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FootprintTexturesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FootprintTexturesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FootstepTerrainLookupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
FootstepTerrainLookupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameObjectArtKitRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameObjectArtKitRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameObjectDisplayInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameObjectDisplayInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameTablesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameTablesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameTipsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GameTipsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GemPropertiesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GemPropertiesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GlueScreenEmoteRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GlueScreenEmoteRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GlyphPropertiesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GlyphPropertiesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GlyphSlotRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GlyphSlotRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveyAnswersRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveyAnswersRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveyCurrentSurveyRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveyCurrentSurveyRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveyQuestionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveyQuestionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveySurveysRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMSurveySurveysRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMTicketCategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GMTicketCategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GroundEffectDoodadRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GroundEffectDoodadRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GroundEffectTextureRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GroundEffectTextureRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtBarberShopCostBaseRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtBarberShopCostBaseRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToMeleeCritBaseRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToMeleeCritBaseRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToMeleeCritRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToMeleeCritRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToSpellCritBaseRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToSpellCritBaseRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToSpellCritRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtChanceToSpellCritRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtCombatRatingsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtCombatRatingsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtNPCManaCostScalerRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtNPCManaCostScalerRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtOCTClassCombatRatingScalarRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtOCTClassCombatRatingScalarRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtOCTRegenHPRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtOCTRegenHPRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtOCTRegenMPRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtOCTRegenMPRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtRegenHPPerSptRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtRegenHPPerSptRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtRegenMPPerSptRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtRegenMPPerSptRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtSpellScalingRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
gtSpellScalingRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GuildPerkSpellsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
GuildPerkSpellsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HelmetGeosetVisDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HelmetGeosetVisDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HolidayDescriptionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HolidayDescriptionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HolidayNamesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HolidayNamesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HolidaysRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
HolidaysRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemArmorQualityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemArmorQualityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemArmorShieldRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemArmorShieldRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemArmorTotalRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemArmorTotalRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemBagFamilyRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemBagFamilyRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemClassRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemClassRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemCondExtCostsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemCondExtCostsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageAmmoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageAmmoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageOneHandCasterRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageOneHandCasterRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageOneHandRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageOneHandRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageRangedRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageRangedRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageThrownRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageThrownRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageTwoHandCasterRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageTwoHandCasterRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageTwoHandRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageTwoHandRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageWandRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDamageWandRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDisplayInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemDisplayInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemExtendedCostRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemExtendedCostRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemGroupSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemGroupSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemLimitCategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemLimitCategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemPetFoodRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemPetFoodRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemPurchaseGroupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemPurchaseGroupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemRandomPropertiesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemRandomPropertiesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemRandomSuffixRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemRandomSuffixRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemReforgeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemReforgeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemSetRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemSetRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemSubClassMaskRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemSubClassMaskRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemSubClassRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemSubClassRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemVisualEffectsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemVisualEffectsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemVisualsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ItemVisualsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LanguagesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LanguagesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LanguageWordsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LanguageWordsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LfgDungeonExpansionRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
LFGDungeonExpansionRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LfgDungeonExpansionRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
LFGDungeonExpansionRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LfgDungeonGroupRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
LFGDungeonGroupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LfgDungeonGroupRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
LFGDungeonGroupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LfgDungeonsRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
LFGDungeonsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LfgDungeonsRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
LFGDungeonsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightFloatBandRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightFloatBandRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightIntBandRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightIntBandRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightParamsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightParamsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightSkyboxRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LightSkyboxRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LiquidMaterialRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LiquidMaterialRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LiquidObjectRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LiquidObjectRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LiquidTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LiquidTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LoadingScreensRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LoadingScreensRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LoadingScreenTaxiSplinesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LoadingScreenTaxiSplinesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LockRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LockRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LockTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
LockTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MailTemplateRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MailTemplateRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MapDifficultyRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MapDifficultyRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MapRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MapRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MaterialRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MaterialRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MountTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MountTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MovieFileDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MovieFileDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MovieRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MovieRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MovieVariationRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
MovieVariationRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NameGenRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NameGenRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NamesProfanityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NamesProfanityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NamesReservedRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NamesReservedRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NPCSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
NPCSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectGroupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectGroupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectModifierRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectModifierRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectPackageElemRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectPackageElemRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectPackageRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectPackageRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ObjectEffectRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
OverrideSpellDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
OverrideSpellDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PackageRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PackageRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PageTextMaterialRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PageTextMaterialRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PaperDollItemFrameRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PaperDollItemFrameRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ParticleColorRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ParticleColorRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PetitionTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PetitionTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PetPersonalityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PetPersonalityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PhaseRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PhaseRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PhaseShiftZoneSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PhaseShiftZoneSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PhaseXPhaseGroupRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PhaseXPhaseGroupRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PowerDisplayRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PowerDisplayRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PvpDifficultyRec.cpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
PVPDifficultyRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
PvpDifficultyRec.hpp feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
PVPDifficultyRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestFactionRewardRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestFactionRewardRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestSortRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestSortRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestXPRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
QuestXPRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
RandPropPointsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
RandPropPointsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ResearchBranchRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ResearchBranchRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ResistancesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ResistancesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ScalingStatDistributionRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ScalingStatDistributionRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ScalingStatValuesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ScalingStatValuesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ScreenEffectRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ScreenEffectRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ServerMessagesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ServerMessagesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SheatheSoundLookupsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SheatheSoundLookupsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillCostsDataRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillCostsDataRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillLineAbilityRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillLineAbilityRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillLineCategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillLineCategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillLineRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillLineRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillRaceClassInfoRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillRaceClassInfoRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillTiersRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SkillTiersRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundAmbienceRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundAmbienceRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundEmittersRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundEmittersRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundEntriesAdvancedRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundEntriesAdvancedRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundEntriesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundEntriesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundFilterElemRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundFilterElemRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundFilterRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundFilterRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundProviderPreferencesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundProviderPreferencesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundSamplePreferencesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundSamplePreferencesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundWaterTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SoundWaterTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpamMessagesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpamMessagesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellAuraOptionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellAuraOptionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellAuraRestrictionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellAuraRestrictionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCastingRequirementsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCastingRequirementsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCastTimesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCastTimesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCategoriesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCategoriesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellChainEffectsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellChainEffectsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellClassOptionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellClassOptionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCooldownsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellCooldownsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDescriptionVariablesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDescriptionVariablesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDifficultyRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDifficultyRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDispelTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDispelTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDurationRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellDurationRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellEffectCameraShakesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellEffectCameraShakesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellEffectRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellEffectRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellEquippedItemsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellEquippedItemsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellFocusObjectRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellFocusObjectRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellIconRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellIconRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellInterruptsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellInterruptsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellItemEnchantmentConditionRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellItemEnchantmentConditionRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellItemEnchantmentRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellItemEnchantmentRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellLevelsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellLevelsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellMechanicRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellMechanicRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellMissileMotionRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellMissileMotionRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellMissileRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellMissileRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellPowerRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellPowerRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRadiusRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRadiusRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRangeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRangeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellReagentsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellReagentsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRuneCostRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellRuneCostRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellScalingRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellScalingRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellShapeshiftFormRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellShapeshiftFormRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellShapeshiftRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellShapeshiftRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellTargetRestrictionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellTargetRestrictionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellTotemsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellTotemsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualEffectNameRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualEffectNameRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualKitAreaModelRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualKitAreaModelRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualKitModelAttachRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualKitModelAttachRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualKitRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualKitRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualPrecastTransitionsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualPrecastTransitionsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SpellVisualRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
StableSlotPricesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
StableSlotPricesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Startup_StringsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Startup_StringsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
StationeryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
StationeryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
StringLookupsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
StringLookupsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SummonPropertiesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
SummonPropertiesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TalentRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TalentRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TalentTabRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TalentTabRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TaxiNodesRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TaxiNodesRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TaxiPathNodeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TaxiPathNodeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TaxiPathRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TaxiPathRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TeamContributionPointsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TeamContributionPointsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TerrainMaterialRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TerrainMaterialRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TerrainTypeRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TerrainTypeRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TerrainTypeSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TerrainTypeSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TotemCategoryRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TotemCategoryRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TransportAnimationRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TransportAnimationRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TransportPhysicsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TransportPhysicsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TransportRotationRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
TransportRotationRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
UISoundLookupsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
UISoundLookupsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
UnitBloodLevelsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
UnitBloodLevelsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
UnitBloodRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
UnitBloodRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleSeatRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleSeatRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleUIIndicatorRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleUIIndicatorRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleUIIndSeatRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VehicleUIIndSeatRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VideoHardwareRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VideoHardwareRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VocalUISoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
VocalUISoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WeaponImpactSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WeaponImpactSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WeaponSwingSounds2Rec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WeaponSwingSounds2Rec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WeatherRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WeatherRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WMOAreaTableRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WMOAreaTableRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldChunkSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldChunkSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapAreaRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapAreaRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapContinentRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapContinentRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapOverlayRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapOverlayRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapTransformsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldMapTransformsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldSafeLocsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldSafeLocsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldStateUIRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldStateUIRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldStateZoneSoundsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WorldStateZoneSoundsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WowError_StringsRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
WowError_StringsRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneIntroMusicTableRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneIntroMusicTableRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneLightPointRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneLightPointRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneLightRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneLightRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneMusicRec.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ZoneMusicRec.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00