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
r16074
Avatar Marek Kulik
1.5.7 Add deprecation warning for onClientElementHitByWaterCannon
4 December, 2018
Avatar Marek Kulik
1.5.7 Rename onClientElementHitByWaterCannon to onClientVehicleWeaponHit
4 December, 2018
r16072
Avatar Marek Kulik
1.5.7 Add file existence check to CXMLFileImpl::Parse
23 November, 2018
r16068
Avatar ccw808
1.5.7 Updated translations
21 November, 2018
r16067
Avatar Jusonex
1.5.7 Update CEF to 3.3538.1852.gcb937fc (Chromium 70.0.3538.102)
20 November, 2018
r16062
Avatar ccw808
1.5.7 Added Vietnamese localization
19 November, 2018
Avatar ccw808
1.5.7 Updated translations
19 November, 2018
r16060
Avatar ccw808
1.5.7 Fixed missing frame graph when FPS is unlimited. Moved frame graph labels.
18 November, 2018
r15949
Avatar Marek Kulik
1.5.7 Get rid of string copy in fileWrite
12 November, 2018
Avatar Marek Kulik
1.5.7 Fix warning in CScriptArgReader by casting return value
12 November, 2018
Avatar Dutchman101
1.5.7 Update BASS libraries
12 November, 2018
r15942
Avatar Marek Kulik
1.5.7 Fix crash in CClientGame::PedStepHandler
11 November, 2018
r15932
Avatar ccw808
1.5.7 Fixed start-up crash if locale not set
4 November, 2018
Avatar Justus H
1.5.7 Merge pull request #686 from 4O4/win-create-projects
Fix premake executable path on windows
3 November, 2018
Avatar 4O4
1.5.7 Fix premake executable path on windows
Call .exe explicitly to prevent the following error on some systems:
```
...
3 November, 2018