summaryrefslogtreecommitdiffstats
path: root/src/peds/PedFight.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix aiming with minigun and flamethrower with PC controlsSergeanur2021-07-221-0/+8
* Sanitizer fixeserorcun2021-06-301-1/+1
* rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake)withmorten2021-06-281-3/+3
* Complete sfx enum, rename some sounds + fixes of missing ped commentsSergeanur2021-05-121-2/+2
* Use our synonyms for attack anims againerorcun2021-02-071-25/+25
* Use original animation names from VCSSergeanur2021-01-271-231/+231
* get rid of most --MIAMI commentswithmorten2021-01-221-36/+0
* more renamesaap2021-01-131-6/+6
* Ped: PlayerPed: fixeserorcun2021-01-031-26/+22
* slightly better variable nameaap2021-01-021-1/+1
* Fix wrong sound when bumping pedsSergeanur2021-01-011-4/+4
* Ped: Real weapon fixerorcun2020-12-281-28/+20
* Weapon flags changed from bit fields to bit mask (R* vision)Sergeanur2020-12-261-41/+42
* Fix not being able to hit lying peds with melee weaponSergeanur2020-12-261-2/+2
* Fix use of strncmpSergeanur2020-12-251-2/+2
* PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur2020-12-181-1/+1
* Fixes and style changeserorcun2020-12-161-10/+11
* uint8 enums fixedwithmorten2020-12-071-2/+2
* AnimViewer done, comment cleanuperorcun2020-12-031-2/+2
* cAudioManager::ProcessPedOneShots + fixesSergeanur2020-12-011-24/+2
* Some TODOs done in Peds codeSergeanur2020-11-251-4/+14
* Reorganize CPed functions into their original cpp filesSergeanur2020-11-201-0/+4235