Rev Author Branch Log Message Date SHA
r16099
Avatar saml1er
1.5.7 Improve pool performance (#480)
• Implement fast index based lookup for ped pool.

...
13 December, 2018
Avatar Marek Kulik
1.5.7 Fix typo in HEAT_SEAKING_ROCKET
13 December, 2018
Avatar saml1er
1.5.7 Addendum to 9393d581f4c88e28d89781eca4d0b746fd90a7bf (CAnimBlendAssocGroupSA::GetGroupID crash)
The last fix was supposed to check for incorrect group ID. It seems that it had no effect because now we know that the issue was not the group id but the group itself. The group within CAnimManager::ms_aAnimAssocGroups array gets corrupted for some reason, so we should log it and switch to idle animation which is hopefully not corrupt.
In this commit, we are checking for the value of the group pointer in CAnimManager::ms_aAnimAssocGroups array. It will be 0xA0 or 0x50 if it's corrupted, and then the group and animation id will be logged, and we will know exactly when it gets corrupted.
13 December, 2018
Avatar Marek Kulik
1.5.7 Addendum to 9393d581f4c88e28d89781eca4d0b746fd90a7bf (CAnimBlendAssocGroupSA::GetGroupID crash)
The last fix was supposed to check for incorrect group ID. It seems that it had no effect because now we know that the issue was not the group id but the group itself. The group within CAnimManager::ms_aAnimAssocGroups array gets corrupted for some reason, so we should log it and switch to idle animation which is hopefully not corrupt.
In this commit, we are checking for the value of the group pointer in CAnimManager::ms_aAnimAssocGroups array. It will be 0xA0 or 0x50 if it's corrupted, and then the group and animation id will be logged, and we will know exactly when it gets corrupted.
4 December, 2018