summaryrefslogtreecommitdiffstats
path: root/src/peds (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-29Audio: fixing bugs, fixing types, making code more accurate to originalSergeanur1-1/+1
2021-08-26keep noinline only for broken vs versionsNikolay Korolev1-0/+2
2021-08-22PedIK: fix fixerorcun1-1/+3
2021-08-21Fix an original bug about entering boat sometimes takes 2 key presserorcun1-12/+8
2021-08-21Fix a bug about switching to previous weapon unintendedlyerorcun1-0/+11
2021-08-21VC bitserorcun2-0/+32
2021-08-20Auto switch to remote grenade after detonatorerorcun1-1/+2
2021-08-20Fix some auto-aim problemserorcun2-5/+11
2021-08-16Fix impossible bullets & turn speed on heavy gunserorcun4-12/+57
2021-08-15Fix impossible bulletserorcun4-16/+62
2021-08-11Fix a bunch of CModelInfo::GetModelInfo->GetColModel calls, part 2Sergeanur1-4/+4
2021-08-11Fix a bunch of CModelInfo::GetModelInfo->GetColModel callsSergeanur1-6/+6
2021-08-09Fix a bunch of CModelInfo::GetModelInfo->GetColModel callsSergeanur2-7/+7
2021-08-04CVehicle fixes and cleanupaap1-1/+1
2021-08-01Add ped and car density slider to menu, remove dumb collision "optimization"erorcun1-2/+3
2021-07-31Allow sector ped count to exceed gap-list sizeMagnus Larsen1-0/+12
This solves the gnNumTempPedList assertion. To prove this works, change gapTempPedList's length to 12, and visit the Triad's basketball court. # Conflicts: # src/peds/Ped.cpp
2021-07-31Make cars and peds to not despawn when you look awaySergeanur1-3/+6
# Conflicts: # src/control/CarCtrl.cpp # src/core/config.h # src/peds/Population.cpp
2021-07-27Remove static_assert from previous commitMagnus Larsen1-1/+0
2021-07-27Allow sector ped count to exceed gap-list sizeMagnus Larsen1-0/+13
This solves the gnNumTempPedList assertion. To prove this works, change gapTempPedList's length to 12, and visit the Triad's basketball court.
2021-07-26Fix stuck looking flag when answering phone and idle weapon animationSergeanur1-0/+6
2021-07-26Fix smooth spray when using chainsaw or when you stop shooting while using free camera and PC controlsSergeanur1-1/+12
2021-07-26Remove deceiving commentSergeanur1-1/+1
2021-07-26Remove deceiving commentSergeanur1-1/+1
2021-07-26Fix smooth spray when shooting with colt or usi while using PC controlsSergeanur2-0/+14
2021-07-26Fix Tommy looking at one spot due to crouching + shootingSergeanur1-0/+10
2021-07-26Make cars and peds to not despawn when you look awaySergeanur1-1/+4
2021-07-23syncNikolay Korolev1-0/+8
2021-07-22Fix aiming with flamethrower with PC controlsSergeanur1-0/+8
2021-07-22Fix aiming with minigun and flamethrower with PC controlsSergeanur1-0/+8
2021-07-22Fixes from miamiSergeanur1-6/+6
2021-07-22Possible fix of RemoveAndAdd crashSergeanur1-5/+5
2021-07-22Fix falling damageSergeanur1-1/+1
2021-07-13Fix NearPed count going negativeMagnus Larsen1-0/+1
2021-07-13Fix NearPed count going negativeMagnus Larsen1-0/+1
2021-07-11Add ped and car density slider to menu, remove dumb collision "optimization"erorcun1-7/+1
2021-07-10finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2-9/+9
2021-07-10finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2-8/+8
2021-07-03Sanitizer fixes 2erorcun2-13/+14
2021-07-03Remove redundant part of 'Sanitizer fixes 2'erorcun1-10/+2
2021-07-03Sanitizer fixes 2erorcun2-13/+22
2021-07-03Peds: Efforts to find the reason of crashes on GCC 7.5.0erorcun3-4/+30
* Prevent deleted peds to be in nearPeds list (was always needed, might be unrelated to crashes) * Add asserts to nearPeds and PedIK ctor (crash reasons) * Shouldn't fix reported crashes since they were caused by null peds.
2021-07-03Sanitizer fixeserorcun2-3/+3
2021-07-02Peds: Efforts to find the reason of crashes on GCC 7.5.0erorcun4-7/+30
* Prevent deleted peds to be in nearPeds list (was always needed, might be unrelated to crashes) * Add asserts to nearPeds and PedIK ctor (crash reasons) * Shouldn't fix reported crashes since they were caused by null peds.
2021-06-30Saner looperorcun1-5/+5
2021-06-30Sanitizer fixeserorcun3-5/+8
2021-06-28rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake)withmorten3-12/+12
2021-06-28rename clamp macro to Clamp to fix compilation with g++11withmorten3-9/+9
2021-06-28Redo ReadSaveBuf + common.h cleanupSergeanur4-2/+6
2021-06-26Revert "Revert "Redo ReadSaveBuf + common.h cleanup""withmorten4-2/+6
This reverts commit af7573ddbe38e0aaa485877e7ccb2e704b0f5a7f.
2021-06-25Pool fixeserorcun2-8/+8
Mostly for Linux
2021-06-25Revert "Redo ReadSaveBuf + common.h cleanup"erorcun4-6/+2
This reverts commit 2b67aba94cb6448fb24c869559465eddf2bad069.
2021-06-25Redo ReadSaveBuf + common.h cleanupSergeanur4-2/+6
2021-06-24Fix some timer callsSergeanur2-3/+3
2021-06-24Fix IsSphereVisible callsSergeanur1-1/+1
2021-06-24CEntity and C(Vu)Vector fixes and cleanupaap1-6/+9
2021-06-24some fixes for CPedmajestic1-8/+97
2021-06-24Use bool8 in audio codeSergeanur1-1/+1
2021-06-24Pool fixes + peds not forming circle fixerorcun4-23/+24
2021-06-24Fix some timer callsSergeanur2-3/+3
2021-06-24Fix IsSphereVisible callsSergeanur2-4/+3
2021-06-24CEntity and C(Vu)Vector fixes and cleanupaap1-6/+9
2021-06-24Use bool8 in audio codeSergeanur1-1/+1
2021-06-24Make gang members react to sexy femalesSergeanur1-1/+13
2021-06-24Use some GetMatrix/SetMatrix logic based on SA + CutsceneHead fixSergeanur1-1/+1
2021-06-24Pointless fixeserorcun1-4/+3
2021-05-12Complete sfx enum, rename some sounds + fixes of missing ped commentsSergeanur6-12/+29
2021-05-10Use some GetMatrix/SetMatrix logic based on SASergeanur1-1/+1
# Conflicts: # src/control/Pickups.cpp # src/control/RoadBlocks.cpp # src/core/World.cpp # src/entities/Entity.cpp # src/objects/CutsceneHead.cpp # src/objects/Object.cpp
2021-03-02Fix FPEserorcun1-8/+25
2021-02-28Fixeserorcun1-4/+3
2021-02-11fixed attractorsNikolay Korolev1-6/+6
2021-02-10Ped jump teleport/kill fixerorcun1-5/+14
2021-02-10Ped jump teleport/kill fixerorcun1-5/+14
2021-02-07Use our synonyms for attack anims againerorcun4-41/+41
2021-02-03fix VC_PED_PORTS buildwithmorten1-1/+1
2021-02-02fix UB and potential crashes when doing ice creamwithmorten1-0/+4
2021-01-31Revert "First batch of fixes (CallAndMessage)"Filip Gawin2-44/+16
This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
2021-01-31First batch of fixes (CallAndMessage)Filip Gawin2-16/+44
2021-01-29Some regular fixes and UB fixeserorcun1-1/+1
2021-01-29Even more fixes & shorten quit screenerorcun1-1/+1
2021-01-28Fix some UBserorcun1-1/+1
2021-01-27Use original animation names from VCSSergeanur7-711/+711
2021-01-26Use original animation names from VCSSergeanur7-578/+578
2021-01-24Ped: car enter anim. fixerorcun1-4/+4
2021-01-24Ped: car enter anim. fixerorcun1-4/+4
2021-01-24make building with Codewarrior 7 possiblewithmorten3-42/+42
2021-01-23Includes overhaul, fix some compiler warningserorcun2-1/+2
2021-01-22Peds reporting to phone changes for GTA3Derorcun1-6/+5
2021-01-22get rid of most --MIAMI commentswithmorten15-359/+2
2021-01-22m_nWantedLevel -> GetWantedLevel()withmorten4-6/+6
2021-01-22m_nWantedLevel -> GetWantedLevel()withmorten3-5/+5
2021-01-21fixNikolay Korolev1-1/+0
2021-01-21make building with Codewarrior 7 possiblewithmorten3-28/+28
2021-01-17Includes overhaul, fix some compiler warningserorcun2-0/+2
2021-01-13more renamesaap4-34/+35
2021-01-13more renamesaap4-36/+37
2021-01-13anim velocity unionaap1-2/+1
2021-01-13anim velocity unionaap1-2/+1
2021-01-13rename m_vehEnterType -> m_vehDooraap3-174/+174
2021-01-13rename m_vehEnterType -> m_vehDooraap3-141/+141
2021-01-13fix !FREE_CAM buildaap1-1/+1
2021-01-11fix CPed struct, GetWantedLevelwithmorten1-1/+6
2021-01-08Use original namesSergeanur1-1/+1
2021-01-08Train anims in enumSergeanur1-2/+2
2021-01-08small cleanupaap1-6/+3
2021-01-05fixaap1-1/+1
2021-01-04fixNikolay Korolev1-1/+1
2021-01-03Ped: PlayerPed: sync with mastererorcun3-29/+27
2021-01-03Ped: PlayerPed: fixeserorcun5-46/+46
2021-01-02slightly better variable nameaap2-6/+6
2021-01-02slightly better variable nameaap1-3/+3
2021-01-02CVarConsoleSergeanur2-0/+12
2021-01-01Fix wrong sound when bumping pedsSergeanur1-4/+4
2020-12-28Add bike leftoversSergeanur1-3/+4
2020-12-28Ped: WeaponInfo: little fixes and renamingserorcun1-3/+3
2020-12-28Ped: Real weapon fixerorcun1-28/+20
2020-12-28Ped: WeaponInfo: little fixes and renamingserorcun2-6/+6
2020-12-27Fix peds running to see dead peds in watererorcun1-11/+16
2020-12-27Fix peds running to see dead peds in watererorcun1-12/+16
2020-12-27signed/unsigned fixes, and some other fixeserorcun1-9/+8
2020-12-26Weapon flags changed from bit fields to bit mask (R* vision)Sergeanur4-72/+81
2020-12-26Weapon flags changed from bit fields to bit mask (R* vision)Sergeanur3-19/+19
2020-12-26Fix not being able to hit lying peds with melee weaponSergeanur1-2/+2
2020-12-25Fix use of strncmpSergeanur2-4/+4
2020-12-25Fix use of strncmpSergeanur2-3/+3
2020-12-25signed/unsigned fixes, and some other fixeserorcun1-5/+5
2020-12-25Small type use fixesSergeanur1-1/+1
# Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/vehicles/Cranes.cpp
2020-12-25Small type use fixesSergeanur1-1/+1
2020-12-24fixed double explosionNikolay Korolev1-0/+2
2020-12-21option for PC controlsaap1-1/+5
2020-12-21option for PC controlsaap1-1/+4
2020-12-21push/pop memidsaap1-2/+17
2020-12-21Car entering cancel testerorcun1-42/+42
2020-12-21Fix wrong call on free cam (now it's faster)erorcun1-2/+2
2020-12-21Car entering cancel testerorcun1-40/+42
2020-12-20fix auto duck cancel bugerorcun1-6/+10
2020-12-20Fix free cam aiming 2erorcun1-3/+8
2020-12-18get rid of all PED_SKIN definesaap5-21/+5
2020-12-18PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur6-13/+12
2020-12-18PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur9-23/+23
2020-12-16Fixes and style changeserorcun4-17/+27
2020-12-15fixSergeanur2-4/+3
2020-12-15Use SetPedStateSergeanur8-142/+80
2020-12-15Use SetMoveStateSergeanur1-2/+2
2020-12-15More fixesSergeanur3-77/+5
2020-12-15SetPedState fixesSergeanur4-6/+6
2020-12-14CPed::SetWeaponLockOnTargetSergeanur4-30/+19
2020-12-12fixed replay bugsNikolay Korolev1-1/+7
2020-12-12fixed some replay bugsNikolay Korolev1-1/+7
2020-12-12style changeerorcun1-5/+5
2020-12-12Kill obj. fix & style changeerorcun1-36/+35
2020-12-12Sync Frontend, Peds with miami 2erorcun2-70/+64
2020-12-09Frontend cleanup, .INI, CFO, scrollable pageserorcun2-32/+3
2020-12-07uint8 enums fixedwithmorten2-4/+4
2020-12-07int8 enums fixedwithmorten1-2/+2
2020-12-07uint32 enums fixedwithmorten1-1/+1
2020-12-07uint32 enums fixedwithmorten1-1/+1
2020-12-07int8 enums fixedwithmorten1-2/+2
2020-12-07uint8 enums fixedwithmorten2-4/+4
2020-12-06pool stuff fixNikolay Korolev1-1/+1
2020-12-03AnimViewer done, comment cleanuperorcun4-15/+11
2020-12-02PlayerPed and "Redefine controls" menu done, fixeserorcun6-237/+548
2020-12-01cAudioManager::ProcessPedOneShots + fixesSergeanur2-25/+3
2020-11-29GTA_VERSION define and some config.h cleanupaap1-1/+1
2020-11-25Some TODOs done in Peds codeSergeanur2-7/+15
2020-11-20Reorganize CPed functions into their original cpp filesSergeanur10-17104/+16837
2020-11-19Reorganize CPed functions into their original cpp filesSergeanur9-13938/+13739
2020-11-18CPed review part1,2 re3aap2-361/+316
2020-11-16fix flagaap1-1/+1
2020-11-16CPed review part2; and reverting some stylistic changesaap2-271/+225
2020-11-14car AI revisionNikolay Korolev1-1/+1
2020-11-13CPed review, part 1aap4-461/+348
2020-11-13some fixesNikolay Korolev2-2/+2
2020-11-12Peds: Remove redundant lineserorcun1-2/+0
2020-11-08Pickups fixSergeanur1-0/+1
2020-11-07Ped comments fixesSergeanur2-2/+2
2020-11-02fixesNikolay Korolev1-2/+2
2020-11-01finished script and replayNikolay Korolev2-0/+15
2020-11-01the driver fixNikolay Korolev1-1/+1
2020-10-31couple of fixes and cleanupaap1-9/+9
2020-10-24Model indices editsSergeanur1-1/+5
2020-10-24WaterLevel (Beachtoys)erorcun1-4/+4
2020-10-21EmergencyPed, PedDebug, message fixerorcun2-35/+70
2020-10-18fixNikolay Korolev1-1/+1
2020-10-18fixed ped attractor crashNikolay Korolev1-12/+20
2020-10-18Fix attractor even moreerorcun1-2/+2
2020-10-18Fixes and style changes from miamierorcun1-36/+34
2020-10-18Setter for bIsStatic (became virtual in SA)Sergeanur2-5/+5
2020-10-18Attractor obj. fixeserorcun1-6/+12
2020-10-18fix in ped attractorNikolay Korolev1-2/+4
2020-10-18Fix ped buoyancyeray orçunus1-58/+55
2020-10-17finished save/loadNikolay Korolev1-1/+1
2020-10-17saves part 1Nikolay Korolev2-16/+11
2020-10-14Miami GlassFire-Head1-1/+2
2020-10-12Hud, Fire, OnscreenBlaBlaeray orçunus1-8/+0
2020-10-09Fix sniper and water creatures bug, mark some fileseray orçunus2-0/+4
2020-10-07Pad, BulletInfo, ProjectileInfo, fixeseray orçunus2-4/+2
2020-09-30Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixeseray orçunus8-215/+868
2020-09-27Credits & fixeseray orçunus5-31/+23
2020-09-24CPed and CCivilianPed funcs doneeray orçunus5-419/+686
2020-09-10Fixes from miamieray orçunus2-66/+64
2020-09-05Peds objectives and wait states done, fixeseray orçunus2-282/+561
2020-09-01Enable Stingereray orçunus2-6/+37
2020-09-01cheats, fixes, cosmetic changesmajestic2-1/+76
2020-08-31Stinger doneSergeanur2-0/+5
2020-08-30CGame done, Peds, fixeseray orçunus5-450/+359
2020-08-20CStreaming done, hopefullyaap2-0/+17
2020-08-20changed a sound enumaap1-1/+1
2020-08-20fixed sound enumaap1-3/+3
2020-08-18little fixNikolay Korolev1-3/+3
2020-08-18Call CWorld::Remove before the delete, the original game does this and its safer.Jack Powell1-2/+1
2020-08-162 new opcodeseray orçunus4-8/+8
2020-08-14Don't react if player's targeting with meleeSergeanur1-1/+5
2020-08-14Guardian Angels fixeray orçunus1-0/+2
2020-08-14Stats(except displaying), PlayerInfo, marker fixeray orçunus1-2/+4
2020-08-11implemented extended postfxaap1-0/+1
2020-08-09CWindModifiersmajestic1-0/+72
2020-08-08Revert "little emergecy fix for shadows with librw"Fire-Head1-3/+5
This reverts commit 658f94f15591b6cb4c73f51ec5e2f7e3e99462e7.
2020-08-08Update Ped.cppFire-Head1-4/+1
2020-08-08static shadows fix, cutscene shadows switchesFire-Head2-5/+5
2020-08-07little emergecy fix for shadows with librwaap1-5/+3
2020-08-03Squeeze performance option, minor fixeseray orçunus2-2/+13
Fixes are already in miami
2020-07-29miami shadowsFire-Head2-0/+17
2020-07-28CCopPed, except spike trapseray orçunus4-122/+234
2020-07-27CHeli and CRopes doneaap2-0/+3
2020-07-2490% fixes, 10% skel refactoringeray orçunus1-5/+5
2020-07-2464-bit on Windowseray orçunus5-10/+10
2020-07-22New math wrapperseray orçunus1-1/+1
from miami
2020-07-2264-bit on Windowseray orçunus3-3/+3
2020-07-22Peds, Hud, CFO 1/2, fixes - including zone nameseray orçunus5-474/+923
2020-07-21cosmetic changeseray orçunus1-3/+3
2020-07-21a cute mistakeeray orçunus1-1/+1
2020-07-20Fixes from miamieray orçunus2-141/+87
2020-07-13Rename LEVEL_NONE to LEVEL_GENERICSergeanur5-9/+9
2020-07-09VC fighting, Peds, many fixes including ghost bikeseray orçunus6-443/+741
2020-07-04fixes from master, menu helper texteray orçunus1-5/+29
2020-07-04Remove console and fix stheray orçunus1-1/+1
2020-07-04Peds & fixeseray orçunus7-232/+217
2020-07-03Bettah car enter canceling, fix CFO crash, ped objs. renamingeray orçunus5-102/+123
2020-07-03ice cream attractor + bike resprayNikolay Korolev2-10/+47
2020-07-02Disable VC_PED_PORTS, better cancellable car enter, weapon and cops fixeseray orçunus1-26/+26
2020-07-01Restored beta police system(disabled), fixes from miami, debug info for CFO crash (#639)erorcun3-124/+285
2020-06-25rename attractor flag to typeaap1-3/+3
2020-06-25rename attractor flag to typeaap1-3/+3
2020-06-22CWanted, anim fix, ped objs renaming, remove III beta featureseray orçunus6-283/+213
2020-06-20killing peds increase chaos leveleray orçunus1-6/+7
2020-06-20ducking & anim fixeray orçunus2-23/+42
2020-06-20more weapon fixeseray orçunus1-7/+17
2020-06-20Ducking, shooting vehicle occupants and weapon fixeseray orçunus3-55/+90
2020-06-20CCamera doneaap2-0/+8
2020-06-17Ped, Weapon and fixeseray orçunus2-115/+133
2020-06-15Bike anim. fixeray orçunus1-1/+4
2020-06-15Peds & fixes continueseray orçunus4-254/+463
2020-06-15more CCamaap1-0/+1
2020-06-14Peds, mission switcher & fixeseray orçunus3-175/+754
2020-06-14fixed condition in CBoat::ProcessControl and changed enummajestic2-0/+7
2020-06-14some camera codeaap1-3/+3
2020-06-13script fixNikolay Korolev1-2/+3
2020-06-11removed extern from RwImVertexIndex SmokeTrailIndices and additional rotational variables for minigunmajestic1-7/+1
2020-06-11original multiplying rotational cords for minigunmajestic1-1/+6
2020-06-11minigun rotation fixmajestic1-0/+1
2020-06-09Peds, bike center of mass and reversing fixeseray orçunus4-299/+617
2020-06-07Message box, letterbox and ped attachingeray orçunus2-4/+53
2020-06-07fixNikolay Korolev1-3/+4
2020-06-07more script commandsNikolay Korolev2-7/+8
2020-06-07New ped objectiveseray orçunus2-109/+153
2020-06-07CBike doneaap1-3/+3
2020-06-06fixeray orçunus1-3/+0
2020-06-06Some wait stateseray orçunus4-37/+182
2020-06-06CFont crash workarounderay orçunus1-1/+0
2020-06-06Use KnockOffRidereray orçunus1-48/+72
2020-06-06minor fixesNikolay Korolev1-0/+3
2020-06-06fixing some uninitialized stuffNikolay Korolev2-2/+9
2020-06-05Bike riding anims, SA bike/heli cameray orçunus3-70/+460
2020-06-05basic bike support in traffic, script and car gen; some heli AINikolay Korolev1-24/+33
2020-06-04fixes, mostly from miamieray orçunus3-27/+43
2020-06-04PedChat & PedDebugSergeanur4-366/+477
2020-06-04Restore original logic of CPed::WanderRangeSergeanur2-12/+5
2020-06-03fixed CPed::AddInCarAnimsaap1-11/+6
2020-06-03Peds, eSound and PedState enum, fixeseray orçunus7-442/+807
2020-06-02some CBike code; vehicle cleanupaap1-32/+7
2020-06-02some vehicle cleanupaap1-32/+7
2020-06-01Fix collision with peds headsFilip Gawin1-0/+4
2020-06-01DrawStandardMenus, VC menu array and minor fixeseray orçunus2-38/+12
2020-05-31game logicNikolay Korolev2-0/+38
2020-05-31CAutomobile doneaap1-0/+3
2020-05-29R to freeroam, idle anims, weapon and cam enum fixeray orçunus3-31/+103
2020-05-27VC WaterFire-Head1-3/+6
2020-05-27Support of original mp3/wav/adfSergeanur1-10/+11
2020-05-26eSurfaceTypeaap1-7/+7
2020-05-26eSurfaceTypeaap1-9/+9
2020-05-25small fixesaap1-1/+1
2020-05-25CVehicleaap2-7/+11
2020-05-24Update CopPed.cppblingu1-1/+1
2020-05-24fixed compiler errorsnrb5-17/+17
2020-05-24fixed filenameNikolay Korolev1-0/+0
2020-05-24all my fixes live in exeseray orçunus1-1/+1
2020-05-24Menu borders and weapon fixeseray orçunus1-15/+14
2020-05-23set piecesNikolay Korolev2-0/+2
2020-05-23Cleanup and one needed functioneray orçunus3-43/+31
2020-05-23Compatibility with VC weapon.dat + new shotgunseray orçunus6-55/+60
2020-05-23some fixesNikolay Korolev1-3/+4
2020-05-22CPhysicalaap2-1/+2
2020-05-22new script commands - mostly stubsNikolay Korolev2-13/+24
2020-05-21script revisionNikolay Korolev2-1/+2
2020-05-20Fixes for melees and various thingseray orçunus4-165/+221
2020-05-19small fixesaap1-18/+2
2020-05-19CEntity and friendsaap1-18/+4
2020-05-19slightly restructured ped flags for convenienceNikolay Korolev1-11/+41
2020-05-19script revisionNikolay Korolev2-23/+33
2020-05-19Melee weapons(half-working), Ped and Hud bitseray orçunus7-182/+200
2020-05-19script revisionNikolay Korolev2-1/+29
2020-05-17TransformToNode crash fix?eray orçunus1-0/+13
2020-05-17sync with upstreamNikolay Korolev1-1/+0
2020-05-17full script basic supportNikolay Korolev3-34/+43
2020-05-17Weapon fixes and thingieseray orçunus8-161/+277
2020-05-16more script stuffNikolay Korolev1-2/+2
2020-05-16gangs, script and replay fixesNikolay Korolev3-33/+81
2020-05-16Weapon fixeseray orçunus4-21/+47
2020-05-16changed CPedIK namesaap3-101/+101
2020-05-16more attractor fixesNikolay Korolev3-23/+36
2020-05-16a few fixesNikolay Korolev2-4/+5
2020-05-16removed duplicate codeNikolay Korolev2-46/+31
2020-05-16remove debugNikolay Korolev1-2/+0
2020-05-16Remove unused audio enumSergeanur1-5/+5
2020-05-16fixed spaces/tabsNikolay Korolev1-130/+130
2020-05-16ped attractorsNikolay Korolev2-11/+11
2020-05-16ped attractors doneNikolay Korolev3-28/+28
2020-05-15Weapon layer in Pedseray orçunus7-502/+1094
2020-05-15CPedIKaap4-441/+201
2020-05-14Fix compilationSergeanur1-2/+2
2020-05-14fixed RotateTorsoaap1-2/+2
2020-05-14some fixesNikolay Korolev1-0/+4
2020-05-14more pedattractorNikolay Korolev6-109/+864
2020-05-13More save/load alignment fixesSergeanur2-24/+32
2020-05-13ped attractor: startNikolay Korolev4-11/+790
2020-05-12Fix linux warningsFilip Gawin2-7/+13
2020-05-11Linux build supporteray orçunus2-6/+6
2020-05-10fixed few more typosbigbossbro081-13/+0
2020-05-10Fixed typos and made all assert functions optionalbigbossbro0810-15/+14
2020-05-10some fixes and cosmetic changesaap1-3/+8
2020-05-10defined out asserts.bigbossbro082-0/+6
2020-05-10CPedModelInfoaap2-58/+4
2020-05-10more car controlNikolay Korolev4-10/+32
2020-05-09peds starting to workaap3-77/+15
2020-05-09Fix compilation errorSergeanur1-1/+1
2020-05-09named anim assoc flagsaap2-11/+11
2020-05-09named anim assoc flagsaap2-11/+11
2020-05-08CCarCtrl::GenerateOneRandomCarNikolay Korolev6-4/+86
2020-05-07CZoneInfo mostly done; not its dependenciesaap1-4/+2
2020-05-07car control and friendsNikolay Korolev2-1/+1
2020-05-07VC vehicles just barely working nowaap3-10/+11
2020-05-06IsStaticNikolay Korolev1-2/+2
2020-05-06sorted out object collision enumsaap1-2/+2
2020-05-06sorted out object collision enumsaap1-2/+2
2020-05-06new zone stuffaap1-1/+1
2020-05-06some work on zonesaap1-1/+1
2020-05-05getting the vice city map to workaap1-41/+6
2020-05-05colstore support in scriptNikolay Korolev1-2/+2
2020-05-05cleaned up MIAMI ifdefsaap5-111/+2
2020-05-05Revert "Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL"Sergeanur1-1/+1
This reverts commit 1eb817de7713ea95bbbcbd7543ffce61ced8ffec. # Conflicts: # src/core/Game.cpp
2020-05-05Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULLSergeanur1-1/+1
2020-05-05Revert "Remove Miami stuff"Sergeanur5-0/+16
This reverts commit 9960c411933f9a804eb5f6840d75ad00fd255252.
2020-05-05Remove Miami stuffSergeanur5-16/+0
2020-05-05Make CBaseModelInfo fields protectedSergeanur1-8/+8
2020-05-05More use of GetModelIndexSergeanur2-57/+56
2020-05-05implemented most of streamed collisions and big buildingsaap5-1/+11
2020-05-05SetPosition, final partSergeanur4-49/+49
2020-05-03implemented most of vice city path systemaap3-28/+34
2020-05-02changed saving compatibilityNikolay Korolev4-0/+91
2020-05-02SetPosition, part 1Sergeanur1-2/+2
2020-04-30Rename m_phy_flagA80 to bSkipLineColSergeanur1-1/+1
2020-04-30Rename m_ped_flagA2 into bWasStandingSergeanur2-14/+14
2020-04-30Adding getters and setters for type and statusSergeanur4-42/+42
2020-04-27Audio structs moved to their AudioManager.hSergeanur1-9/+0
2020-04-27Workaround for a crash on releaseSergeanur1-0/+3
2020-04-24implemented skinned peds, no cutscene hands yetaap10-197/+552
2020-04-23ps2 particles, sampman oal startedFire-Head1-7/+106
2020-04-20Try to build with mingwFilip Gawin7-52/+52
2020-04-191.1 patch stuffNikolay Korolev1-0/+2
2020-04-19Struct cleanup, various fixes, enable PS2 randeray orçunus5-13/+28
2020-04-19missing ifdedNikolay Korolev1-0/+2
2020-04-18replays bug fixNikolay Korolev1-0/+1
2020-04-18Vc ped ports and Frontend fixeseray orçunus1-5/+19
2020-04-18Revert "Part one"Filip Gawin1-5/+5
This reverts commit 63951d9b957b30a110f42a03edb4833cbbaf380e.
2020-04-18Remove padding fieldsSergeanur3-108/+85
2020-04-18Various fixeseray orçunus1-3/+3
2020-04-17Part oneFilip Gawin1-5/+5
2020-04-17Remove patchesSergeanur12-404/+12
2020-04-17rem refsFire-Head4-4/+3
2020-04-17Ped fixes and ref removaleray orçunus5-33/+68
2020-04-16Fixed bridge despawnsNikolay Korolev1-6/+6
2020-04-15rem commentFire-Head1-1/+1
2020-04-15Many fixes and cleanuperay orçunus3-45/+42
2020-04-15implemented most of librw wrapperaap1-1/+1
2020-04-15CWeapon done, ps2 cheats fixFire-Head4-7/+12
2020-04-14CarGen, Cranes, Gangs: cleanup, fixes, r* visioned placementSergeanur2-0/+131
2020-04-14Some cleanup erorcun2-60/+75
2020-04-12Revert "fix"eray orçunus1-4/+1
2020-04-12Ped fixeray orçunus1-2/+4
2020-04-11CMenuManager done and CHud fixeseray orçunus1-7/+5
2020-04-10disabling the code that freezes gang membersSergeanur1-0/+3
2020-04-10CObject completesaml1er2-3/+3
2020-04-09normalized line endings to LFaap1-1535/+1535
2020-04-09fixed questionable RW usage; changed radar mask to PS2 techinqueaap3-6/+6
2020-04-08CheatsSergeanur1-0/+1
2020-04-03CCamera fixesaap2-16/+8
2020-03-31Mouse free cam for peds&cars (under FREE_CAM)eray orçunus2-4/+97
2020-03-28CWeaponEffects(autoaim crosshair) done, CGame done. restored some original R* namesFire-Head1-13/+13
2020-03-28CCopPed done and #include cleanuperay orçunus14-31/+238
2020-03-28remove include <new> from common.haap5-0/+10
2020-03-27Finished CCam; various smaller thingsaap1-2/+2
2020-03-26CCopPed 2 and fixeseray orçunus4-8/+294
2020-03-24fix and cleanup in AddToPopulationaap1-11/+11
2020-03-24added an assert to CPed::BuildPedLists, but too many peds still crash the gameaap1-7/+11
2020-03-22Remove unneeded double to float castsFilip Gawin1-2/+2
2020-03-22Fixes for Serge's reviewFilip Gawin2-6/+6
2020-03-22missing endlinesNikolay Korolev1-1/+1
2020-03-22CGame::InitialiseNikolay Korolev2-0/+10
2020-03-21ProcessButtonPresses and fixeseray orçunus7-30/+30
2020-03-11CPopulation done, CCopPed and fixeseray orçunus9-99/+526
2020-03-04fixed dummyobject bugNikolay Korolev1-2/+2
2020-03-02Fixes and cleanuperay orçunus7-86/+111
2020-03-01fixeseray orçunus3-9/+31
2020-02-27CPopulation 3 and fixeseray orçunus3-14/+318
2020-02-22merge + bug fixNikolay Korolev2-0/+4
2020-02-19CPopulation 2eray orçunus4-8/+360
2020-02-17CPopulation 1eray orçunus8-9/+478
2020-02-16script 1000-1154Nikolay Korolev1-0/+3
2020-02-15bug fixesNikolay Korolev1-1/+1
2020-02-15script 900-999Nikolay Korolev2-0/+26
2020-02-13a fixeray orçunus3-13/+13
2020-02-13CPlayerPed doneeray orçunus3-12/+359
2020-02-03few little thingseray orçunus1-10/+7
2020-02-03A bug fix and VC ports for veh. enter/exiteray orçunus1-12/+53
2020-02-02Some fixes and some cosmetic thingseray orçunus2-9/+4
2020-01-30suggested fixesSergeanur1-10/+9
2020-01-29acosSergeanur1-4/+4
2020-01-29CPedIK finishedSergeanur3-11/+159
2020-01-29Fixed autoaiming cameraSergeanur1-1/+1
2020-01-23CPlayerPed continues (#294)erorcun5-71/+454
2020-01-11Fixes 2eray orçunus2-5/+5
2020-01-11AccidentManagerSergeanur1-1/+1
2020-01-07CPlayerPed & CMenuManager (#286)erorcun2-157/+387
Make Frontend great again!
2020-01-07Use CGeneral::faststricmp in CPed::ServiceTalkingSergeanur1-1/+1
2020-01-03script 800-899Nikolay Korolev3-1/+14
2020-01-01some not fully tested stuffNikolay Korolev2-28/+28
2019-12-28CPlayerPed & fixeseray orçunus5-13/+356
2019-12-22CEmergencyPed doneeray orçunus2-29/+441
2019-12-16CPlayerInfo doneeray orçunus2-19/+110
2019-12-05CPhone, CPlayerInfo, CFire, CWorlderay orçunus3-55/+43
2019-12-01Audio fixes for erorcun reviewFilip Gawin1-1/+1
2019-11-27Shadow/blood fade and scale fixeray orçunus1-3/+3
2019-11-26CCivilianPed done & restore peds running to phoneeray orçunus4-64/+568
2019-11-20CPed completed!eray orçunus2-62/+366
And a few fixes
2019-11-12Frontend, Peds & logic and overflow fixeseray orçunus2-16/+314
2019-11-12Frontend, Peds & logic and overflow fixeseray orçunus2-16/+314
2019-11-05Peds & a few fixeseray orçunus2-22/+373
2019-10-30The Pedseray orçunus2-18/+503
2019-10-30Implemented faststrcmp, faststricmp, strcasecmpSergeanur1-1/+2
2019-10-27Fall damage fixeray orçunus1-40/+40
2019-10-27ControllerConfig doneFire-Head1-9/+9
Fix Cam enum
2019-10-26Gang attack fix & SeekCareray orçunus2-11/+178
2019-10-26Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicModeSergeanur1-1/+0
2019-10-26CPedIK limb movement info reversedSergeanur2-9/+10
2019-10-26Fixes for aap review (audio8)Filip Gawin1-4/+4
2019-10-26More audio (to hook and test)Filip Gawin1-4/+4
2019-10-25Fixes&Pedseray orçunus2-4/+346
2019-10-19fixed adrenalineNikolay Korolev1-1/+1
2019-10-16Pedseray orçunus1-5/+331
2019-10-13PathFind fix and some Pedseray orçunus2-2/+33
2019-10-13400-499Nikolay Korolev2-1/+18
2019-10-13Peds&fixeseray orçunus2-14/+261
2019-10-12Fix uninitialized orderInCatSergeanur1-2/+2
2019-10-12script 400-499 startNikolay Korolev2-0/+4
2019-10-12Removed !this check in CVehicle::IsWrecked, added CPed::IsNotInWreckedVehicle insteadSergeanur2-7/+14
2019-10-10CCarAI + bugfixesNikolay Korolev1-7/+7
2019-10-08Added read/write template functions for save data, small Load/Save arguments unificationSergeanur2-46/+15
2019-10-08Full CGameLogicSergeanur2-0/+12
2019-10-08Fixed crash when aboarding trainSergeanur1-3/+2
2019-10-07Little fixeray orçunus2-2/+6
2019-10-06Pedseray orçunus4-41/+332
2019-10-05Fixeseray orçunus2-29/+116
2019-10-05CDarkel, walkaround fixeray orçunus1-28/+35
2019-10-03Fixes & pedseray orçunus2-34/+285
2019-10-01Mostly fixeray orçunus2-23/+70
2019-10-01Moar pedseray orçunus4-86/+739
2019-09-26Peds, ProcessObjective and fixeseray orçunus4-69/+1589
2019-09-20Pedseray orçunus2-32/+298
2019-09-17Peds, a fix and a tad of VCeray orçunus4-109/+816
2019-09-14P.e.d.s.eray orçunus4-244/+633
2019-09-12Little cleanuperay orçunus2-9/+10
2019-09-12World and Pedseray orçunus4-7/+218
2019-09-07Pedseray orçunus4-14/+476
2019-09-05Fix and cancellable car entereray orçunus2-32/+41
2019-09-03CPed::ProcessControl and some cleanuperay orçunus4-105/+1191
2019-08-27CleanupFilip Gawin2-8/+8
2019-08-27More more more audioFilip Gawin3-10/+10
2019-08-27CleanupFilip Gawin4-124/+6
2019-08-27More audio pedFilip Gawin5-8/+135
2019-08-23Pedseray orçunus5-123/+754
2019-08-17AnimViewer messages, Particle fix, Pedseray orçunus2-4/+497
2019-08-17more CCarCtrlNikolay Korolev2-16/+16
2019-08-16Little CPed fixes & Peddebugeray orçunus2-107/+170
2019-08-15CParticleObject done, cDMAudio doneFire-Head1-1/+1
2019-08-13More pedseray orçunus4-16/+454
2019-08-11Ped variables fixeray orçunus2-17/+10
2019-08-11P.e.d.s. and fixeseray orçunus2-97/+583
2019-08-09finished CPathFindaap1-2/+2
2019-08-08Pedseray orçunus2-9/+520
2019-08-05CPed part 218eray orçunus2-68/+652
2019-08-03A fix and a function made me notice iteray orçunus2-1/+36
2019-08-03RunningScript, part 4, plus some fixesNikolay Korolev1-3/+3
2019-08-02some CPed cleanupaap2-102/+73
2019-08-02The Pedseray orçunus4-20/+527
2019-07-29Peds and fixeseray orçunus4-25/+252
2019-07-28Address fixeray orçunus1-1/+1
2019-07-28Peds, mainly audioeray orçunus2-15/+347
2019-07-28ped chat fixNikolay Korolev1-1/+1
2019-07-28CAutomobile::PreRender; whole class finishedaap1-2/+2
2019-07-26CAutomobile effect stuffaap2-32/+29
2019-07-26fight fixNikolay Korolev1-2/+2
2019-07-25Ped & fixes, including peds dive into danger fixeray orçunus4-133/+821
2019-07-25Running script part 3Nikolay Korolev2-2/+18
2019-07-20CPed continues, including some fixeseray orçunus4-27/+505
2019-07-20fix door issueNikolay Korolev1-1/+1
2019-07-20one more fixaap1-1/+1
2019-07-19CAutomobile ctor, car spawner, fixesaap1-2/+2
2019-07-18Wanted changes in PlayerPed/PedModelInfoeray orçunus3-20/+18
And some typos
2019-07-18The Peds, mainly dying/injuringeray orçunus6-185/+836
There is also some reorganization
2019-07-17renamed some variables and added files; more CAutomobile::ProcessControlaap1-1/+1
2019-07-16more fixes; started CAutomobile::ProcessControlaap1-2/+2
2019-07-16fixed mergeaap1-2/+1
2019-07-15Phone, World, Pederay orçunus4-20/+290
2019-07-14fixed copsNikolay Korolev4-0/+6
2019-07-14RunningScript 2. So far with bugs (cops not caring, errors in arithmetical opcodes)Nikolay Korolev1-1/+1
2019-07-14Partial RunningScript part2Nikolay Korolev7-4/+100
2019-07-12more CWanted; added CEventListaap1-33/+0
2019-07-11CAutomobile::ProcessControlInputsaap2-0/+3
2019-07-10and of course the last commit didnt fix everythingaap2-5/+5
2019-07-10added wrappers around math functionsaap2-11/+11
2019-07-10Phone start, ped spinning and cop car fix, and some love to CPederay orçunus2-7/+44
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
2019-07-09RunningScript: 1/12Nikolay Korolev2-0/+7
2019-07-09yet more CAutomobileaap4-0/+17
2019-07-09more CAutomobileaap2-8/+9
2019-07-08more CAutomobileaap1-4/+4
2019-07-08little changes; one more function of CAutomobileaap2-36/+15
2019-07-08cleaned up patching of virtual functions; started CAutomobileaap10-49/+71
2019-07-07blah_AG1-2/+2
2019-07-07the great reorganizationaap19-0/+4475