summaryrefslogtreecommitdiffstats
path: root/src/peds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Audio: fixing bugs, fixing types, making code more accurate to originalSergeanur2021-08-291-1/+1
* keep noinline only for broken vs versionsNikolay Korolev2021-08-261-0/+2
* Fix an original bug about entering boat sometimes takes 2 key presserorcun2021-08-211-12/+8
* VC bitserorcun2021-08-212-0/+32
* Fix impossible bullets & turn speed on heavy gunserorcun2021-08-164-12/+57
* Fix a bunch of CModelInfo::GetModelInfo->GetColModel callsSergeanur2021-08-092-7/+7
* Merge pull request #1251 from Sergeanur/HigherDrawDistSergeanur2021-07-311-1/+4
|\
| * Make cars and peds to not despawn when you look awaySergeanur2021-07-261-1/+4
* | Merge pull request #1257 from Nopey/fixbugs_pedgaplisterorcun2021-07-271-0/+12
|\ \
| * | Remove static_assert from previous commitMagnus Larsen2021-07-271-1/+0
| * | Allow sector ped count to exceed gap-list sizeMagnus Larsen2021-07-271-0/+13
* | | Remove deceiving commentSergeanur2021-07-261-1/+1
* | | Fix smooth spray when shooting with colt or usi while using PC controlsSergeanur2021-07-262-0/+14
| |/ |/|
* | Fix aiming with flamethrower with PC controlsSergeanur2021-07-221-0/+8
* | Fixes from miamiSergeanur2021-07-221-6/+6
* | Merge pull request #1236 from Nopey/fix_nearPedserorcun2021-07-131-0/+1
|\ \
| * | Fix NearPed count going negativeMagnus Larsen2021-07-131-0/+1
| |/
* | Merge pull request #1149 from withmorten/saveserorcun2021-07-122-9/+9
|\ \
| * | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-102-9/+9
| |/
* / Add ped and car density slider to menu, remove dumb collision "optimization"erorcun2021-07-111-7/+1
|/
* Remove redundant part of 'Sanitizer fixes 2'erorcun2021-07-031-10/+2
* Sanitizer fixes 2erorcun2021-07-032-13/+22
* Peds: Efforts to find the reason of crashes on GCC 7.5.0erorcun2021-07-033-4/+30
* Sanitizer fixeserorcun2021-07-032-3/+3
* rename clamp macro to Clamp to fix compilation with g++11withmorten2021-06-283-9/+9
* Revert "Revert "Redo ReadSaveBuf + common.h cleanup""withmorten2021-06-264-2/+6
* Pool fixeserorcun2021-06-252-8/+8
* Revert "Redo ReadSaveBuf + common.h cleanup"erorcun2021-06-254-6/+2
* Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-254-2/+6
* Fix some timer callsSergeanur2021-06-242-3/+3
* Fix IsSphereVisible callsSergeanur2021-06-242-4/+3
* CEntity and C(Vu)Vector fixes and cleanupaap2021-06-241-6/+9
* Use bool8 in audio codeSergeanur2021-06-241-1/+1
* Make gang members react to sexy femalesSergeanur2021-06-241-1/+13
* Use some GetMatrix/SetMatrix logic based on SA + CutsceneHead fixSergeanur2021-06-241-1/+1
* Pointless fixeserorcun2021-06-241-4/+3
* Ped jump teleport/kill fixerorcun2021-02-101-5/+14
* fix VC_PED_PORTS buildwithmorten2021-02-031-1/+1
* Merge pull request #1001 from Sergeanur/animNamesSergeanur2021-02-037-578/+578
|\
| * Use original animation names from VCSSergeanur2021-01-267-578/+578
* | Revert "First batch of fixes (CallAndMessage)"Filip Gawin2021-01-312-44/+16
* | First batch of fixes (CallAndMessage)Filip Gawin2021-01-312-16/+44
* | Some regular fixes and UB fixeserorcun2021-01-291-1/+1
|/
* Ped: car enter anim. fixerorcun2021-01-241-4/+4
* Peds reporting to phone changes for GTA3Derorcun2021-01-221-6/+5
* m_nWantedLevel -> GetWantedLevel()withmorten2021-01-223-5/+5
* make building with Codewarrior 7 possiblewithmorten2021-01-213-28/+28
* Includes overhaul, fix some compiler warningserorcun2021-01-172-0/+2
* more renamesaap2021-01-134-36/+37
* anim velocity unionaap2021-01-131-2/+1
* rename m_vehEnterType -> m_vehDooraap2021-01-133-141/+141
* fix !FREE_CAM buildaap2021-01-131-1/+1
* Use original namesSergeanur2021-01-081-1/+1
* fixaap2021-01-051-1/+1
* Ped: PlayerPed: sync with mastererorcun2021-01-033-29/+27
* slightly better variable nameaap2021-01-021-3/+3
* Add bike leftoversSergeanur2020-12-281-3/+4
* Ped: WeaponInfo: little fixes and renamingserorcun2020-12-281-3/+3
* Fix peds running to see dead peds in watererorcun2020-12-271-12/+16
* signed/unsigned fixes, and some other fixeserorcun2020-12-271-9/+8
* Weapon flags changed from bit fields to bit mask (R* vision)Sergeanur2020-12-263-19/+19
* Fix use of strncmpSergeanur2020-12-252-3/+3
* Small type use fixesSergeanur2020-12-251-1/+1
* fixed double explosionNikolay Korolev2020-12-241-0/+2
* option for PC controlsaap2020-12-211-1/+5
* Car entering cancel testerorcun2020-12-211-42/+42
* PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur2020-12-189-23/+23
* Use SetPedStateSergeanur2020-12-158-142/+80
* CPed::SetWeaponLockOnTargetSergeanur2020-12-144-30/+19
* Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-12-121-36/+35
|\
| * Kill obj. fix & style changeerorcun2020-12-121-36/+35
* | fixed some replay bugsNikolay Korolev2020-12-121-1/+7
|/
* Sync Frontend, Peds with miami 2erorcun2020-12-122-70/+64
* uint32 enums fixedwithmorten2020-12-071-1/+1
* int8 enums fixedwithmorten2020-12-071-2/+2
* uint8 enums fixedwithmorten2020-12-072-4/+4
* GTA_VERSION define and some config.h cleanupaap2020-11-291-1/+1
* Reorganize CPed functions into their original cpp filesSergeanur2020-11-199-13938/+13739
* CPed review part1,2 re3aap2020-11-182-361/+316
* fix flagaap2020-11-161-1/+1
* Fixes and style changes from miamierorcun2020-10-181-36/+34
* Setter for bIsStatic (became virtual in SA)Sergeanur2020-10-182-5/+5
* Fixes from miamieray orçunus2020-09-102-66/+64
* changed a sound enumaap2020-08-201-1/+1
* little fixNikolay Korolev2020-08-181-3/+3
* Call CWorld::Remove before the delete, the original game does this and its safer.Jack Powell2020-08-181-2/+1
* Don't react if player's targeting with meleeSergeanur2020-08-141-1/+5
* Squeeze performance option, minor fixeseray orçunus2020-08-032-2/+13
* New math wrapperseray orçunus2020-07-221-1/+1
* 64-bit on Windowseray orçunus2020-07-223-3/+3
* cosmetic changeseray orçunus2020-07-211-3/+3
* a cute mistakeeray orçunus2020-07-211-1/+1
* Fixes from miamieray orçunus2020-07-202-141/+87
* Rename LEVEL_NONE to LEVEL_GENERICSergeanur2020-07-135-9/+9
* Remove console and fix stheray orçunus2020-07-041-1/+1
* Bettah car enter canceling, fix CFO crash, ped objs. renamingeray orçunus2020-07-035-102/+123
* Disable VC_PED_PORTS, better cancellable car enter, weapon and cops fixeseray orçunus2020-07-021-26/+26
* Restored beta police system(disabled), fixes from miami, debug info for CFO crash (#639)erorcun2020-07-013-124/+285
* rename attractor flag to typeaap2020-06-251-3/+3
* minor fixesNikolay Korolev2020-06-061-0/+3
* fixing some uninitialized stuffNikolay Korolev2020-06-062-2/+9
* Merge pull request #619 from ShFil119/headsaap2020-06-051-0/+4
|\
| * Fix collision with peds headsFilip Gawin2020-06-011-0/+4
* | fixes, mostly from miamieray orçunus2020-06-043-27/+43
* | PedChat & PedDebugSergeanur2020-06-044-366/+477
* | Restore original logic of CPed::WanderRangeSergeanur2020-06-042-12/+5
* | some vehicle cleanupaap2020-06-021-32/+7
|/
* eSurfaceTypeaap2020-05-261-7/+7
* small fixesaap2020-05-251-1/+1
* all my fixes live in exeseray orçunus2020-05-241-1/+1
* small fixesaap2020-05-191-18/+2
* changed CPedIK namesaap2020-05-163-101/+101
* Remove unused audio enumSergeanur2020-05-161-5/+5
* Merge pull request #547 from Nick007J/masteraap2020-05-141-0/+4
|\
| * some fixesNikolay Korolev2020-05-141-0/+4
* | fixed RotateTorsoaap2020-05-141-2/+2
|/
* More save/load alignment fixesSergeanur2020-05-132-24/+32
* Fix linux warningsFilip Gawin2020-05-122-7/+13
* Linux build supporteray orçunus2020-05-112-6/+6
* Merge remote-tracking branch 'upstream/master'bigbossbro082020-05-101-3/+8
|\
| * some fixes and cosmetic changesaap2020-05-101-3/+8
* | fixed few more typosbigbossbro082020-05-101-13/+0
* | Fixed typos and made all assert functions optionalbigbossbro082020-05-1010-15/+14
* | defined out asserts.bigbossbro082020-05-102-0/+6
|/
* Fix compilation errorSergeanur2020-05-091-1/+1
* named anim assoc flagsaap2020-05-092-11/+11
* IsStaticNikolay Korolev2020-05-061-2/+2
* sorted out object collision enumsaap2020-05-061-2/+2
* some work on zonesaap2020-05-061-1/+1
* Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULLSergeanur2020-05-051-1/+1
* Remove Miami stuffSergeanur2020-05-055-16/+0
* merged masteraap2020-05-052-65/+64
|\
| * Make CBaseModelInfo fields protectedSergeanur2020-05-051-8/+8
| * More use of GetModelIndexSergeanur2020-05-052-57/+56
* | implemented most of streamed collisions and big buildingsaap2020-05-055-1/+11
|/
* SetPosition, final partSergeanur2020-05-054-49/+49
* implemented most of vice city path systemaap2020-05-033-28/+34
* Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-05-021-2/+2
|\
| * SetPosition, part 1Sergeanur2020-05-021-2/+2
* | changed saving compatibilityNikolay Korolev2020-05-024-0/+91
|/
* Rename m_phy_flagA80 to bSkipLineColSergeanur2020-04-301-1/+1
* Rename m_ped_flagA2 into bWasStandingSergeanur2020-04-302-14/+14
* Adding getters and setters for type and statusSergeanur2020-04-304-42/+42
* Audio structs moved to their AudioManager.hSergeanur2020-04-271-9/+0
* Workaround for a crash on releaseSergeanur2020-04-271-0/+3
* implemented skinned peds, no cutscene hands yetaap2020-04-2410-197/+552
* ps2 particles, sampman oal startedFire-Head2020-04-231-7/+106
* Try to build with mingwFilip Gawin2020-04-207-52/+52
* Merge pull request #474 from Nick007J/mastererorcun2020-04-191-0/+3
|\
| * missing ifdedNikolay Korolev2020-04-191-0/+2
| * Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-04-181-5/+19
| |\
| * | replays bug fixNikolay Korolev2020-04-181-0/+1
* | | Struct cleanup, various fixes, enable PS2 randeray orçunus2020-04-195-13/+28
| |/ |/|
* | Vc ped ports and Frontend fixeseray orçunus2020-04-181-5/+19
|/
* Revert "Part one"Filip Gawin2020-04-181-5/+5
* Merge branch 'master' of https://github.com/GTAmodding/re3Filip Gawin2020-04-184-111/+88
|\
| * Remove padding fieldsSergeanur2020-04-183-108/+85
| * Various fixeseray orçunus2020-04-181-3/+3
* | Part oneFilip Gawin2020-04-171-5/+5
|/
* Remove patchesSergeanur2020-04-1712-404/+12
* Ped fixes and ref removaleray orçunus2020-04-175-33/+68
* Merge branch 'master' of github.com:gtamodding/re3aap2020-04-161-6/+6
|\
| * Fixed bridge despawnsNikolay Korolev2020-04-161-6/+6
* | Merge branch 'master' of github.com:gtamodding/re3aap2020-04-155-52/+54
|\|
| * Merge pull request #440 from Fire-Head/masterNikolay Korolev2020-04-154-7/+12
| |\
| | * rem commentFire-Head2020-04-151-1/+1
| | * CWeapon done, ps2 cheats fixFire-Head2020-04-154-7/+12
| * | Many fixes and cleanuperay orçunus2020-04-153-45/+42
* | | implemented most of librw wrapperaap2020-04-151-1/+1
|/ /
* | CarGen, Cranes, Gangs: cleanup, fixes, r* visioned placementSergeanur2020-04-142-0/+131
* | Some cleanup erorcun2020-04-142-60/+75
* | Merge pull request #408 from erorcun/erorcunerorcun2020-04-121-4/+1
|\ \
| * | Revert "fix"eray orçunus2020-04-121-4/+1
* | | Merge pull request #407 from erorcun/erorcunerorcun2020-04-121-2/+4
|\| |
| * | Ped fixeray orçunus2020-04-121-2/+4
* | | Merge pull request #399 from saml1er/masterNikolay Korolev2020-04-122-3/+3
|\ \ \ | |/ / |/| |
| * | CObject completesaml1er2020-04-102-3/+3
| |/
* | CMenuManager done and CHud fixeseray orçunus2020-04-111-7/+5
* | disabling the code that freezes gang membersSergeanur2020-04-101-0/+3
|/
* normalized line endings to LFaap2020-04-091-1535/+1535
* fixed questionable RW usage; changed radar mask to PS2 techinqueaap2020-04-093-6/+6
* CheatsSergeanur2020-04-081-0/+1
* CCamera fixesaap2020-04-032-16/+8
* Mouse free cam for peds&cars (under FREE_CAM)eray orçunus2020-03-312-4/+97
* CWeaponEffects(autoaim crosshair) done, CGame done. restored some original R* namesFire-Head2020-03-281-13/+13
* CCopPed done and #include cleanuperay orçunus2020-03-2814-31/+238
* remove include <new> from common.haap2020-03-285-0/+10
* Merge pull request #357 from aap/masteraap2020-03-271-2/+2
|\
| * Finished CCam; various smaller thingsaap2020-03-271-2/+2
* | CCopPed 2 and fixeseray orçunus2020-03-264-8/+294
|/
* fix and cleanup in AddToPopulationaap2020-03-241-11/+11
* added an assert to CPed::BuildPedLists, but too many peds still crash the gameaap2020-03-241-7/+11
* merge with upstreamNikolay Korolev2020-03-222-8/+8
|\
| * Remove unneeded double to float castsFilip Gawin2020-03-221-2/+2
| * Fixes for Serge's reviewFilip Gawin2020-03-222-6/+6
* | missing endlinesNikolay Korolev2020-03-221-1/+1
* | CGame::InitialiseNikolay Korolev2020-03-222-0/+10
|/
* ProcessButtonPresses and fixeseray orçunus2020-03-217-30/+30
* CPopulation done, CCopPed and fixeseray orçunus2020-03-119-99/+526
* fixed dummyobject bugNikolay Korolev2020-03-041-2/+2
* Fixes and cleanuperay orçunus2020-03-027-86/+111
* fixeseray orçunus2020-03-013-9/+31
* CPopulation 3 and fixeseray orçunus2020-02-273-14/+318
* merge + bug fixNikolay Korolev2020-02-222-0/+4
* mergeNikolay Korolev2020-02-2210-9/+830
|\
| * CPopulation 2eray orçunus2020-02-194-8/+360
| * Merge pull request #328 from erorcun/erorcunerorcun2020-02-178-9/+478
| |\
| | * CPopulation 1eray orçunus2020-02-178-9/+478
* | | script 1000-1154Nikolay Korolev2020-02-161-0/+3
|/ /
* | bug fixesNikolay Korolev2020-02-151-1/+1
* | sync with upstreamNikolay Korolev2020-02-154-47/+427
|\|
| * a fixeray orçunus2020-02-133-13/+13
| * CPlayerPed doneeray orçunus2020-02-133-12/+359
| * few little thingseray orçunus2020-02-031-10/+7
| * A bug fix and VC ports for veh. enter/exiteray orçunus2020-02-031-12/+53
| * Some fixes and some cosmetic thingseray orçunus2020-02-022-9/+4
* | script 900-999Nikolay Korolev2020-02-152-0/+26
|/
* suggested fixesSergeanur2020-01-301-10/+9
* acosSergeanur2020-01-291-4/+4
* CPedIK finishedSergeanur2020-01-293-11/+159
* Fixed autoaiming cameraSergeanur2020-01-291-1/+1
* CPlayerPed continues (#294)erorcun2020-01-235-71/+454
* Merge pull request #291 from Sergeanur/AccidentManagererorcun2020-01-121-1/+1
|\
| * AccidentManagerSergeanur2020-01-111-1/+1
* | Fixes 2eray orçunus2020-01-112-5/+5
|/
* CPlayerPed & CMenuManager (#286)erorcun2020-01-072-157/+387
* Merge pull request #285 from Nick007J/script_deverorcun2020-01-074-21/+34
|\
| * script 800-899Nikolay Korolev2020-01-033-1/+14
| * merge with upstreamNikolay Korolev2020-01-019-198/+2139
| |\
| * | some not fully tested stuffNikolay Korolev2020-01-012-28/+28
* | | Use CGeneral::faststricmp in CPed::ServiceTalkingSergeanur2020-01-071-1/+1
| |/ |/|
* | CPlayerPed & fixeseray orçunus2019-12-285-13/+356
* | CEmergencyPed doneeray orçunus2019-12-222-29/+441
* | CPlayerInfo doneeray orçunus2019-12-162-19/+110
* | CPhone, CPlayerInfo, CFire, CWorlderay orçunus2019-12-053-55/+43
* | Audio fixes for erorcun reviewFilip Gawin2019-12-011-1/+1
* | Shadow/blood fade and scale fixeray orçunus2019-11-271-3/+3
* | CCivilianPed done & restore peds running to phoneeray orçunus2019-11-264-64/+568
* | CPed completed!eray orçunus2019-11-202-62/+366
* | Frontend, Peds & logic and overflow fixeseray orçunus2019-11-122-16/+314
* | Merge pull request #263 from Sergeanur/strcmperorcun2019-11-091-1/+2
|\ \ | |/ |/|
| * Implemented faststrcmp, faststricmp, strcasecmpSergeanur2019-10-301-1/+2
* | Peds & a few fixeseray orçunus2019-11-052-22/+373
* | The Pedseray orçunus2019-10-302-18/+503
|/
* Fall damage fixeray orçunus2019-10-271-40/+40
* Merge branch 'master' into masterFire_Head2019-10-271-9/+9
|\
| * ControllerConfig doneFire-Head2019-10-271-9/+9
* | Gang attack fix & SeekCareray orçunus2019-10-262-11/+178
* | Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicModeSergeanur2019-10-261-1/+0
* | CPedIK limb movement info reversedSergeanur2019-10-262-9/+10
* | Fixes for aap review (audio8)Filip Gawin2019-10-261-4/+4
* | More audio (to hook and test)Filip Gawin2019-10-261-4/+4
* | Fixes&Pedseray orçunus2019-10-252-4/+346
|/
* fixed adrenalineNikolay Korolev2019-10-191-1/+1
* Merge branch 'master' into mastererorcun2019-10-161-5/+331
|\
| * Pedseray orçunus2019-10-161-5/+331
* | Merge remote-tracking branch 'upstream/master' into script_devNikolay Korolev2019-10-132-18/+296
|\|
| * PathFind fix and some Pedseray orçunus2019-10-132-2/+33
| * Peds&fixeseray orçunus2019-10-132-14/+261
| * Fix uninitialized orderInCatSergeanur2019-10-121-2/+2
* | 400-499Nikolay Korolev2019-10-132-1/+18
* | Merge branch 'master' into script_devNikolay Korolev2019-10-122-7/+14
|\|
| * Removed !this check in CVehicle::IsWrecked, added CPed::IsNotInWreckedVehicle insteadSergeanur2019-10-122-7/+14
* | script 400-499 startNikolay Korolev2019-10-122-0/+4
|/
* Merge pull request #230 from Nick007J/mastererorcun2019-10-111-7/+7
|\
| * CCarAI + bugfixesNikolay Korolev2019-10-101-7/+7
* | Added read/write template functions for save data, small Load/Save arguments unificationSergeanur2019-10-082-46/+15
|/
* Full CGameLogicSergeanur2019-10-082-0/+12
* Fixed crash when aboarding trainSergeanur2019-10-081-3/+2
* Little fixeray orçunus2019-10-072-2/+6
* Pedseray orçunus2019-10-064-41/+332
* Fixeseray orçunus2019-10-052-29/+116
* CDarkel, walkaround fixeray orçunus2019-10-051-28/+35
* Fixes & pedseray orçunus2019-10-032-34/+285
* Mostly fixeray orçunus2019-10-012-23/+70
* Moar pedseray orçunus2019-10-014-86/+739
* Peds, ProcessObjective and fixeseray orçunus2019-09-264-69/+1589
* Pedseray orçunus2019-09-202-32/+298
* Peds, a fix and a tad of VCeray orçunus2019-09-174-109/+816
* P.e.d.s.eray orçunus2019-09-144-244/+633
* Little cleanuperay orçunus2019-09-122-9/+10
* World and Pedseray orçunus2019-09-124-7/+218
* Pedseray orçunus2019-09-074-14/+476
* Fix and cancellable car entereray orçunus2019-09-052-32/+41
* CPed::ProcessControl and some cleanuperay orçunus2019-09-034-105/+1191
* CleanupFilip Gawin2019-08-272-8/+8
* More more more audioFilip Gawin2019-08-273-10/+10
* CleanupFilip Gawin2019-08-274-124/+6
* More audio pedFilip Gawin2019-08-275-8/+135
* Pedseray orçunus2019-08-235-123/+754
* Merge pull request #195 from erorcun/erorcunaap2019-08-172-4/+497
|\
| * AnimViewer messages, Particle fix, Pedseray orçunus2019-08-172-4/+497
* | mergeNikolay Korolev2019-08-172-108/+171
|\|
| * Little CPed fixes & Peddebugeray orçunus2019-08-162-107/+170
| * Merge branch 'master' into masterFire_Head2019-08-154-160/+2207
| |\
| * | CParticleObject done, cDMAudio doneFire-Head2019-08-151-1/+1
* | | more CCarCtrlNikolay Korolev2019-08-172-16/+16
| |/ |/|
* | More pedseray orçunus2019-08-134-16/+454
* | Ped variables fixeray orçunus2019-08-112-17/+10
* | P.e.d.s. and fixeseray orçunus2019-08-112-97/+583
* | finished CPathFindaap2019-08-091-2/+2
* | Pedseray orçunus2019-08-082-9/+520
* | CPed part 218eray orçunus2019-08-052-68/+652
* | A fix and a function made me notice iteray orçunus2019-08-032-1/+36
* | RunningScript, part 4, plus some fixesNikolay Korolev2019-08-031-3/+3
|/
* some CPed cleanupaap2019-08-022-102/+73
* The Pedseray orçunus2019-08-024-20/+527
* implemented CTrainaap2019-07-312-4/+4
* Peds and fixeseray orçunus2019-07-294-25/+252
* Address fixeray orçunus2019-07-281-1/+1
* Peds, mainly audioeray orçunus2019-07-282-15/+347
* ped chat fixNikolay Korolev2019-07-281-1/+1
* CAutomobile::PreRender; whole class finishedaap2019-07-281-2/+2
* CAutomobile effect stuffaap2019-07-262-32/+29
* fight fixNikolay Korolev2019-07-261-2/+2
* Merge branch 'master' into masteraap2019-07-264-133/+821
|\
| * Ped & fixes, including peds dive into danger fixeray orçunus2019-07-254-133/+821
* | Running script part 3Nikolay Korolev2019-07-252-2/+18
|/
* CPed continues, including some fixeseray orçunus2019-07-204-27/+505
* fix door issueNikolay Korolev2019-07-201-1/+1
* one more fixaap2019-07-201-1/+1
* CAutomobile ctor, car spawner, fixesaap2019-07-191-2/+2
* Wanted changes in PlayerPed/PedModelInfoeray orçunus2019-07-183-20/+18
* The Peds, mainly dying/injuringeray orçunus2019-07-186-185/+836
* renamed some variables and added files; more CAutomobile::ProcessControlaap2019-07-171-1/+1
* more fixes; started CAutomobile::ProcessControlaap2019-07-161-2/+2
* fixed mergeaap2019-07-161-2/+1
* Merge branch 'master' into erorcunaap2019-07-167-5/+108
|\
| * fixed copsNikolay Korolev2019-07-144-0/+6
| * RunningScript 2. So far with bugs (cops not caring, errors in arithmetical opcodes)Nikolay Korolev2019-07-141-1/+1
| * Partial RunningScript part2Nikolay Korolev2019-07-147-4/+100
* | Phone, World, Pederay orçunus2019-07-154-20/+290
|/
* more CWanted; added CEventListaap2019-07-121-33/+0
* CAutomobile::ProcessControlInputsaap2019-07-112-0/+3
* and of course the last commit didnt fix everythingaap2019-07-102-5/+5
* added wrappers around math functionsaap2019-07-102-11/+11
* Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcuneray orçunus2019-07-104-12/+37
|\
| * sync with upstreamNikolay Korolev2019-07-094-12/+30
| |\
| | * yet more CAutomobileaap2019-07-094-0/+17
| | * more CAutomobileaap2019-07-092-8/+9
| | * more CAutomobileaap2019-07-081-4/+4
| * | RunningScript: 1/12Nikolay Korolev2019-07-092-0/+7
| |/
* / Phone start, ped spinning and cop car fix, and some love to CPederay orçunus2019-07-102-7/+44
|/
* little changes; one more function of CAutomobileaap2019-07-082-36/+15
* cleaned up patching of virtual functions; started CAutomobileaap2019-07-0810-49/+71
* blah_AG2019-07-071-2/+2
* Merge branch 'master' of https://github.com/gtamodding/re3_AG2019-07-074-6/+24
* the great reorganizationaap2019-07-0719-0/+4475