Skip to content

Commit

Permalink
tweak(rdr3/poolManagement): Add missing pool names in pool entries table
Browse files Browse the repository at this point in the history
  • Loading branch information
Identity-labs committed Jul 22, 2024
1 parent 930907e commit 19a20b9
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion code/components/gta-core-rdr3/src/PoolManagement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ static const char* poolEntriesTable[] = {
"AnimScenes",
"AnimSceneStore",
"AnimStore",
"atDScriptObjectNode",
"atDGameServerTransactionNode",
"atDNetEventNode",
"atDScriptObjectNode",
"AttachmentExtension",
"audDynMixPatch",
"audDynMixPatchSettings",
Expand All @@ -71,6 +72,7 @@ static const char* poolEntriesTable[] = {
"Building",
"CActionCache",
"CActionConfigInfo",
"CAIHandlingInfo",
"CAimHelper",
"CAimSolver::InternalState",
"CAimSolver",
Expand Down Expand Up @@ -147,6 +149,8 @@ static const char* poolEntriesTable[] = {
"CEmotionalLocoHelper",
"CEntityGameInfoComponent",
"CEvent",
"CEventNetwork",
"CEventUi",
"CExplosionAttr",
"CExplosionExtensionComponent",
"CExpressionExtensionComponent",
Expand All @@ -160,13 +164,15 @@ static const char* poolEntriesTable[] = {
"CFragObjectAnimExtensionComponent",
"CFullBodySolver",
"CGameOwnership",
"CGameScriptHandler",
"CGameScriptHandlerNetwork",
"CGameScriptResource",
"CGpsNumNodesStored",
"CGrabHelper",
"CGrappleClipRequestHelper",
"CGroupScenario",
"CGuidComponent",
"CHandlingObject",
"CHealthComponent",
"CHighHeelSolver",
"CHorseEquipmentInventoryItem",
Expand Down Expand Up @@ -197,6 +203,26 @@ static const char* poolEntriesTable[] = {
"CMoveAnimatedBuilding",
"CMoveObject",
"CNavObstructionPath",
"CNetObjAnimScene",
"CNetObjCombatDirector",
"CNetObjDoor",
"CNetObjGroupScenario",
"CNetObjGuardZone",
"CNetObjHerd",
"CNetObjIncident",
"CNetObjObject",
"CNetObjPedBase",
"CNetObjPedGroup",
"CNetObjPedSharedTargeting",
"CNetObjPersistent",
"CNetObjPickupPlacement",
"CNetObjPlayer",
"CNetObjProjectile",
"CNetObjPropSet",
"CNetObjStatsTracker",
"CNetObjVehicle",
"CNetObjWorldState",
"CNetworkTrainTrackJunctionSwitchWorldStateData",
"CObjectAnimationComponent",
"CObjectAutoStartAnimComponent",
"CObjectAutoStartAnimExtensionComponent",
Expand Down Expand Up @@ -227,6 +253,7 @@ static const char* poolEntriesTable[] = {
"CPedAnimalTailComponent",
"CPedAnimationComponent",
"CPedAttributeComponent",
"CPedAudioComponent",
"CPedAvoidanceComponent",
"CPedBreatheComponent",
"CPedClothComponent",
Expand All @@ -253,9 +280,11 @@ static const char* poolEntriesTable[] = {
"CPedMotionComponent",
"CPedMotivationComponent",
"CPedPhysicsComponent",
"CPedPlayerComponent",
"CPedProjDecalComponent",
"CPedRagdollComponent",
"CPedScriptDataComponent",
"CPedScriptedTaskRecordData",
"CPedSharedTargeting",
"CPedStaminaComponent",
"CPedTargetingComponent",
Expand All @@ -272,6 +301,8 @@ static const char* poolEntriesTable[] = {
"CPersistentCharacter",
"CPersistentCharacterGroupInfo",
"CPersistentCharacterInfo",
"CPhysicalPhysicsComponent",
"CPhysicsComponent",
"CPickup",
"CPickupData",
"CPickupPlacement",
Expand Down Expand Up @@ -325,6 +356,7 @@ static const char* poolEntriesTable[] = {
"CSatchelItem",
"CScenarioClusterSpawnedTrackingData",
"CScenarioInfo",
"CScenarioPoint",
"CScenarioPointChainUseInfo",
"CScenarioPointExtraData",
"CScenarioPropManager::ActiveSchedule",
Expand All @@ -341,6 +373,7 @@ static const char* poolEntriesTable[] = {
"CSquad",
"CStairsExtension",
"CStairsExtensionComponent",
"CStatEvent",
"CStirrupSolver",
"CStuntHelper",
"CStuntJump",
Expand All @@ -351,6 +384,7 @@ static const char* poolEntriesTable[] = {
"CTask",
"CTaskConversationHelper",
"CTaskNetworkComponent",
"CTaskSequenceList",
"CTaskUseScenarioEntityExtension",
"CTerrainAdaptationHelper",
"CThreatenedHelper",
Expand All @@ -371,6 +405,7 @@ static const char* poolEntriesTable[] = {
"CustomShaderEffectTreeType",
"CutsceneStore",
"CutSceneStore",
"CVehicle",
"CVehicleAnimationComponent",
"CVehicleChaseDirector",
"CVehicleClipRequestHelper",
Expand Down Expand Up @@ -421,6 +456,8 @@ static const char* poolEntriesTable[] = {
"fwAnimDirectorComponentRagDoll",
"fwAnimDirectorComponentReplay",
"fwArchetypePooledMap",
"fwClothCollisionsExtension",
"fwContainerLod",
"fwCreatureComponent",
"fwDynamicArchetypeComponent",
"fwDynamicEntityComponent",
Expand Down

0 comments on commit 19a20b9

Please sign in to comment.