summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'miami' into lcsSergeanur2021-07-271-0/+26
|\
| * Fix muzzleflash rotationSergeanur2021-07-261-0/+16
| |
| * Fix ridiculously accurate bullets when you shoot behind with enabled free cameraSergeanur2021-07-261-0/+10
| |
* | Merge branch 'miami' into lcsSergeanur2021-07-221-1/+1
|\|
| * Fix enum useSergeanur2021-07-221-1/+1
| |
* | Merge branch 'miami' into lcsSergeanur2021-07-121-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # gamefiles/TEXT/american.gxt # gamefiles/TEXT/french.gxt # gamefiles/TEXT/german.gxt # gamefiles/TEXT/italian.gxt # gamefiles/TEXT/spanish.gxt # src/audio/AudioManager.h # src/control/Garages.cpp # src/control/Garages.h # src/control/Script5.cpp # src/core/config.h # utils/gxt/american.txt # utils/gxt/spanish.txt
| * finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-101-1/+1
| |
* | Merge branch 'miami' into lcsSergeanur2021-06-301-1/+1
|\| | | | | | | | | | | | | # Conflicts: # src/control/CarCtrl.cpp # src/control/Script4.cpp # src/core/Frontend.cpp
| * rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake)withmorten2021-06-281-1/+1
| |
* | Merge branch 'miami' into lcsSergeanur2021-06-281-0/+1
|\| | | | | | | | | | | # Conflicts: # src/control/Script5.cpp # src/entities/Entity.cpp
| * Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-281-0/+1
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-04-091-0/+4
|\| | | | | | | | | # Conflicts: # src/modelinfo/PedModelInfo.cpp
| * Fix muzzleflash rotationSergeanur2021-02-261-0/+4
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-12/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/reLCS_msvc_amd64.yml # .github/workflows/reLCS_msvc_x86.yml # README.md # gamefiles/TEXT/american.gxt # gamefiles/TEXT/french.gxt # gamefiles/TEXT/german.gxt # gamefiles/TEXT/italian.gxt # gamefiles/TEXT/spanish.gxt # premake5.lua # src/animation/AnimManager.cpp # src/animation/AnimationId.h # src/audio/MusicManager.cpp # src/audio/audio_enums.h # src/control/Script7.cpp # src/core/FileLoader.cpp # src/core/re3.cpp # src/extras/custompipes_d3d9.cpp # src/extras/custompipes_gl.cpp # src/extras/postfx.cpp # src/extras/shaders/colourfilterVC.frag # src/extras/shaders/colourfilterVC_PS.hlsl # src/extras/shaders/make_hlsl.cmd # src/extras/shaders/obj/colourfilterVC_PS.cso # src/extras/shaders/obj/colourfilterVC_PS.inc # src/extras/shaders/obj/colourfilterVC_frag.inc # src/peds/PedFight.cpp # src/render/Font.cpp # src/render/Hud.cpp # src/render/Particle.cpp # src/render/WaterCannon.cpp # src/skel/win/gtavc.ico # src/vehicles/Automobile.cpp # utils/gxt/american.txt # utils/gxt/french.txt # utils/gxt/german.txt # utils/gxt/italian.txt # utils/gxt/spanish.txt
| * Use original animation names from VCSSergeanur2021-01-271-12/+12
| |
* | CPedModelInfo and CTempColModelsaap2021-01-241-1/+1
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-221-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/CutsceneMgr.cpp # src/control/CarCtrl.cpp # src/control/Script.cpp # src/control/Script2.cpp # src/core/Frontend.cpp # src/core/main.cpp # src/entities/Physical.cpp # src/peds/Ped.cpp # src/peds/PedAI.cpp # src/text/Messages.cpp # src/vehicles/Cranes.cpp # src/vehicles/Transmission.cpp
| * get rid of most --MIAMI commentswithmorten2021-01-221-1/+0
| |
* | Merge branch 'miami' into lcsSergeanur2021-01-201-0/+15
|\| | | | | | | | | | | | | | | | | # Conflicts: # src/control/Script.cpp # src/control/Script4.cpp # src/render/Weather.cpp # src/render/Weather.h # src/vehicles/Automobile.cpp
| * add the bad crack "features" behind SECUROM definewithmorten2021-01-141-0/+15
| |
* | Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcsFire-Head2021-01-151-9/+9
|\|
| * fixed weapon LOS checkaap2021-01-131-9/+9
| |
* | lcs particleFire-Head2021-01-121-4/+4
|/
* Weapon flags changed from bit fields to bit mask (R* vision)Sergeanur2020-12-261-2/+2
|
* PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur2020-12-181-7/+7
|
* sync with upstreamNikolay Korolev2020-12-081-1/+2
|\
| * FixesSergeanur2020-12-081-3/+4
| |
* | garages revision + some fixesNikolay Korolev2020-12-061-5/+5
|/
* cAudioManager::ProcessPedOneShots + fixesSergeanur2020-12-011-15/+1
|
* Reorganize CPed functions into their original cpp filesSergeanur2020-11-201-0/+15
|
* Fluff done, FireInstantHit fixmajestic2020-10-231-5/+4
|
* Merge branch 'master' into miamiSergeanur2020-10-181-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/control/RoadBlocks.cpp # src/entities/Entity.h # src/entities/Physical.cpp # src/peds/Ped.cpp # src/render/Renderer.cpp # src/vehicles/Automobile.cpp # src/vehicles/CarGen.cpp # src/weapons/BulletInfo.cpp # src/weapons/Weapon.cpp
| * Setter for bIsStatic (became virtual in SA)Sergeanur2020-10-181-8/+8
| |
| * silentpatch fixesNikolay Korolev2020-09-261-0/+3
| |
| * Restored beta police system(disabled), fixes from miami, debug info for CFO crash (#639)erorcun2020-07-011-1/+1
| |
| * some vehicle cleanupaap2020-06-021-11/+10
| |
| * all my fixes live in exeseray orçunus2020-05-241-23/+23
| |
* | fix melee car damageFire-Head2020-08-301-1/+1
| |
* | bike shooting fix + trace temp fixFire-Head2020-08-271-1/+1
| |
* | weaponsFire-Head2020-08-271-270/+466
| |
* | CWanted, anim fix, ped objs renaming, remove III beta featureseray orçunus2020-06-221-4/+4
| |
* | more weapon fixeseray orçunus2020-06-201-10/+22
| |
* | Ducking, shooting vehicle occupants and weapon fixeseray orçunus2020-06-201-20/+108
| |
* | Ped, Weapon and fixeseray orçunus2020-06-171-90/+156
| |
* | some cutscene opcodes and heli gunseray orçunus2020-06-161-46/+148
| |
* | Peds & fixes continueseray orçunus2020-06-151-14/+6
| |
* | CBike doneaap2020-06-071-3/+4
| |
* | Use KnockOffRidereray orçunus2020-06-061-1/+17
| |
* | Peds, eSound and PedState enum, fixeseray orçunus2020-06-031-59/+78
| |
* | some CBike code; vehicle cleanupaap2020-06-021-11/+10
| |
* | CAutomobile doneaap2020-05-311-0/+12
| |
* | R to freeroam, idle anims, weapon and cam enum fixeray orçunus2020-05-291-0/+1
| |
* | Merge pull request #588 from blingu/miamiaap2020-05-261-2/+2
|\ \ | | | | | | fixed compiler errors
| * | fixed compiler errorsnrb2020-05-241-2/+2
| | |
* | | eSurfaceTypeaap2020-05-261-1/+1
| | |
* | | CVehicleaap2020-05-251-2/+2
|/ /
* | Cleanup and one needed functioneray orçunus2020-05-231-1/+1
| |
* | Compatibility with VC weapon.dat + new shotgunseray orçunus2020-05-231-49/+209
| |
* | Melee weapons(half-working), Ped and Hud bitseray orçunus2020-05-191-61/+281
| |
* | Weapon fixes and thingieseray orçunus2020-05-171-58/+98
| |
* | Weapon fixeseray orçunus2020-05-161-7/+9
| |
* | Weapon layer in Pedseray orçunus2020-05-151-42/+86
| |
* | Merge branch 'master' into miamiSergeanur2020-05-141-12/+17
|\| | | | | | | | | # Conflicts: # src/modelinfo/ClumpModelInfo.cpp
| * More save/load alignment fixesSergeanur2020-05-131-12/+17
| |
* | Merge branch 'master' into miamiSergeanur2020-05-121-0/+8
|\| | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/Garages.cpp # src/core/FileLoader.cpp # src/core/Streaming.cpp # src/core/Zones.cpp # src/core/Zones.h # src/render/Renderer.cpp # src/rw/VisibilityPlugins.cpp
| * Fix linux warningsFilip Gawin2020-05-121-0/+8
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-05-121-6/+22
|\| | | | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/core/ZoneCull.cpp # src/core/Zones.cpp # src/objects/CutsceneHead.cpp # src/render/Clouds.cpp
| * fix shotgunNikolay Korolev2020-05-121-1/+1
| |
| * Remove odd calculations for bullet hit smokeSergeanur2020-05-121-5/+21
| |
| * named anim assoc flagsaap2020-05-091-1/+1
| |
* | CClouds; disabled object clipping for SA camaap2020-05-121-1/+1
| |
* | named anim assoc flagsaap2020-05-091-1/+1
|/
* IsStaticNikolay Korolev2020-05-061-5/+5
|
* changed saving compatibilityNikolay Korolev2020-05-021-1/+27
|
* Adding getters and setters for type and statusSergeanur2020-04-301-14/+14
|
* fixed shooting targetaap2020-04-251-2/+2
|
* implemented skinned peds, no cutscene hands yetaap2020-04-241-2/+1
|
* Try to build with mingwFilip Gawin2020-04-201-15/+18
|
* Remove patchesSergeanur2020-04-171-36/+2
|
* Various fixeseray orçunus2020-04-161-1/+1
|
* fixed crashFire-Head2020-04-151-1/+1
|
* fixed uzi/ak47/m16 traceFire-Head2020-04-151-1/+1
|
* 'fix' fixFire-Head2020-04-151-16/+15
|
* weapon cosmetic fixFire-Head2020-04-151-483/+484
|
* Update Weapon.cppFire_Head2020-04-151-1/+1
|
* CWeapon done, ps2 cheats fixFire-Head2020-04-151-26/+2209
|
* vehicles missing functions + fixesNikolay Korolev2020-04-011-0/+1
|
* CWeaponEffects(autoaim crosshair) done, CGame done. restored some original R* namesFire-Head2020-03-281-0/+1
|
* CPlayerPed & CMenuManager (#286)erorcun2020-01-071-2/+14
| | | Make Frontend great again!
* CGame::Process() && CGame::ReloadIPLsnmzik2019-10-191-0/+1
|
* AnimViewer!eray orçunus2019-08-151-0/+1
|
* Ped & fixes, including peds dive into danger fixeray orçunus2019-07-251-0/+37
|
* implemented CAutomobile::TankControlaap2019-07-251-0/+1
|
* bit more CAutomobileaap2019-07-231-0/+2
|
* Phone, World, Pederay orçunus2019-07-151-0/+6
|
* CPed...eray orçunus2019-07-061-0/+6
| | | | Signed-off-by: eray orçunus <erayorcunus@gmail.com>
* More CPederay orçunus2019-07-011-1/+36
| | | | Signed-off-by: eray orçunus <erayorcunus@gmail.com>
* Big CPed updateeray orçunus2019-06-201-0/+2
| | | | Signed-off-by: eray orçunus <erayorcunus@gmail.com>
* implemented some of CCam and dependenciesaap2019-05-291-0/+4