summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* script revision p1Nikolay Korolev2021-08-291-39/+0
* CAutomobile doneaap2021-08-201-7/+4
* fixed car handling!!!!!!!aap2021-08-171-1/+1
* Merge branch 'lcs' of github.com:GTAmodding/re3 into lcsaap2021-08-161-0/+3
|\
| * small revisionNikolay Korolev2021-08-161-0/+3
* | work on CAutomobileaap2021-08-161-4/+3
|/
* CVehicle doneaap2021-08-041-95/+187
* Merge branch 'miami' into lcsSergeanur2021-07-121-50/+49
|\
| * Merge pull request #1150 from withmorten/miami-saveserorcun2021-07-121-50/+49
| |\
| | * finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-101-50/+49
* | | Merge branch 'miami' into lcsSergeanur2021-07-101-3/+4
|\| |
| * | fix jittery cars at 15fpswithmorten2021-07-091-3/+4
| |/
* | Merge branch 'miami' into lcsSergeanur2021-06-301-7/+7
|\|
| * rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake)withmorten2021-06-281-7/+7
* | Merge branch 'miami' into lcsSergeanur2021-06-281-31/+34
|\|
| * Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-281-31/+34
| * Use bool8 in audio codeSergeanur2021-06-241-1/+1
| * Pool fixes + peds not forming circle fixerorcun2021-06-241-4/+4
* | Use bool8 in audio codeSergeanur2021-06-241-1/+1
* | Merge branch 'miami' into lcsSergeanur2021-05-181-4/+4
|\ \
| * | Pool fixes + peds not forming circle fixerorcun2021-03-061-4/+4
| |/
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-2/+2
|\|
| * Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off texterorcun2021-02-011-2/+2
* | syncNikolay Korolev2021-01-301-0/+1
* | Merge pull request #984 from aap/lcsaap2021-01-251-2/+2
|\ \
| * | CVehicleModelInfoaap2021-01-241-2/+2
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #983 from ZLau92/ZLau92-corrected-plane-pitchaap2021-01-231-1/+1
| |\
| | * Update Vehicle.cppZach Charo2021-01-231-1/+1
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-221-2/+2
|\| |
| * | get rid of most --MIAMI commentswithmorten2021-01-221-2/+0
| * | m_nWantedLevel -> GetWantedLevel()withmorten2021-01-221-2/+2
| * | some free cam fixes for controllerwithmorten2021-01-181-0/+9
* | | some free cam fixes for controllerwithmorten2021-01-181-0/+9
* | | initial work on vehiclesaap2021-01-181-14/+24
* | | Merge branch 'miami' into lcsSergeanur2021-01-131-6/+6
|\| |
| * | rename m_vehEnterType -> m_vehDooraap2021-01-131-6/+6
| * | ProcessWheel bugaap2021-01-121-1/+1
* | | ProcessWheel bugaap2021-01-121-1/+1
* | | first commit for LCSaap2021-01-081-2/+1
|/ /
* | Vehicle: Automobile: more pointless fixeserorcun2021-01-051-1/+2
* | fixNikolay Korolev2021-01-041-2/+2
* | Merge pull request #916 from Sergeanur/VC/VarConsoleaap2021-01-031-0/+3
|\ \
| * | CVarConsoleSergeanur2021-01-021-0/+3
* | | slightly better variable nameaap2021-01-021-1/+1
* | | Vehicle: Automobile: fixes and style thingserorcun2021-01-021-3/+3
|/ /
* | merge master to miamiNikolay Korolev2021-01-011-1/+4
|\ \
| * | fixed double explosionNikolay Korolev2020-12-241-1/+4
| * | GTA_VERSION define and some config.h cleanupaap2020-11-291-1/+1
| * | Add some TODO stubs for unused code to be reversedSergeanur2020-11-231-0/+7
* | | foobar!aap2020-12-291-12/+0
* | | fix neo screendroplet movingaap2020-12-281-0/+12
* | | pool stuff fixNikolay Korolev2020-12-061-1/+1
| |/ |/|
* | the driver fixNikolay Korolev2020-11-011-2/+2
* | saves part 1Nikolay Korolev2020-10-171-10/+10
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-10-111-1/+1
|\|
| * little renamings & librw updateeray orçunus2020-10-081-12/+12
| * fixed darkel/replayNikolay Korolev2020-10-051-1/+1
| * Bettah car enter canceling, fix CFO crash, ped objs. renamingeray orçunus2020-07-031-2/+2
* | Merge branch 'miami' into miamierorcun2020-10-081-10/+23
|\ \
| * \ Merge pull request #735 from theR4K/miamierorcun2020-10-071-10/+23
| |\ \
| | * | now BETTER_ALLCARSDODO_CHEAT tweak original cheat to be useful.Roman Masanin2020-10-031-7/+4
| | * | fix ternary operatorRoman Masanin2020-10-011-1/+1
| | * | better flying cars, some refractoring and fixesRoman Masanin2020-10-011-15/+20
| | * | new implementation for car fly enhancmentRoman Masanin2020-09-301-2/+13
* | | | Pad, BulletInfo, ProjectileInfo, fixeseray orçunus2020-10-071-0/+2
|/ / /
* / / Fix build on clangFilip Gawin2020-10-051-1/+1
|/ /
* | Restore All Cars are Heli cheateray orçunus2020-09-291-23/+28
* | CCollision done and fixesaap2020-07-271-5/+5
* | VC fighting, Peds, many fixes including ghost bikeseray orçunus2020-07-091-3/+3
* | Peds & fixeseray orçunus2020-07-041-1/+1
* | CWanted, anim fix, ped objs renaming, remove III beta featureseray orçunus2020-06-221-5/+5
* | fixed condition in CBoat::ProcessControl and changed enummajestic2020-06-141-0/+1
* | Merge branch 'master' into miamiSergeanur2020-06-071-1/+4
|\|
| * disable skidding bugfixaap2020-06-071-1/+1
| * minor fixesNikolay Korolev2020-06-061-1/+1
| * fixing some uninitialized stuffNikolay Korolev2020-06-061-0/+3
| * renamed a vehicle thingaap2020-06-021-1/+1
| * fixed to CAutomobile and friendsaap2020-05-311-5/+5
| * automobile fixesaap2020-05-271-4/+4
| * small fixesaap2020-05-251-2/+7
| * CVehicle fixesaap2020-05-241-46/+48
| * little cleanup of handlingmgraap2020-05-191-2/+2
| * some less certainly fps fixesaap2020-05-181-0/+10
| * fixes for braking and cloud rotation at high fpsaap2020-05-181-0/+3
* | CBike doneaap2020-06-071-3/+2
* | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamieray orçunus2020-06-051-10/+11
|\ \
| * | a bit more CBikeaap2020-06-051-10/+11
* | | Bike riding anims, SA bike/heli cameray orçunus2020-06-051-2/+2
|/ /
* | more CBike and fixesaap2020-06-041-1/+1
* | initial CBike structaap2020-06-021-1/+1
* | CAutomobile doneaap2020-05-311-9/+20
* | some more CAutomobileaap2020-05-311-0/+1
* | some CAutomobileaap2020-05-311-11/+36
* | CVehicle loose endsaap2020-05-271-6/+24
* | fixed crashNikolay Korolev2020-05-261-2/+2
* | fix2aap2020-05-261-1/+1
* | eSurfaceTypeaap2020-05-261-6/+6
* | CVehicleaap2020-05-251-231/+1250
* | Merge remote-tracking branch 'upstream/miami' into miamiNikolay Korolev2020-05-231-2/+4
|\ \
| * | Compatibility with VC weapon.dat + new shotgunseray orçunus2020-05-231-2/+4
* | | set piecesNikolay Korolev2020-05-231-0/+1
|/ /
* | Merge branch 'miami' of github.com:GTAmodding/re3 into miamiaap2020-05-221-0/+3
|\ \
| * | new script commands - mostly stubsNikolay Korolev2020-05-221-0/+3
* | | CPhysicalaap2020-05-221-0/+3
|/ /
* | Merge remote-tracking branch 'upstream/miami' into miamiNikolay Korolev2020-05-191-2/+2
|\ \
| * \ Merge pull request #561 from Nick007J/miamiaap2020-05-191-0/+15
| |\ \
| * | | HandlingMgraap2020-05-191-2/+2
* | | | script revisionNikolay Korolev2020-05-191-0/+1
| |/ / |/| |
* | | Merge remote-tracking branch 'upstream/miami' into miamiNikolay Korolev2020-05-191-0/+10
|\| |
| * | some less certainly fps fixesaap2020-05-181-0/+10
* | | script revisionNikolay Korolev2020-05-191-0/+15
|/ /
* | fixes for braking and cloud rotation at high fpsaap2020-05-181-0/+3
* | sync with upstreamNikolay Korolev2020-05-171-2/+2
|\ \
| * | Weapon fixes and thingieseray orçunus2020-05-171-2/+2
* | | full script basic supportNikolay Korolev2020-05-171-6/+7
* | | more script stuffNikolay Korolev2020-05-161-2/+2
|/ /
* | new hornNikolay Korolev2020-05-161-0/+1
* | Weapon layer in Pedseray orçunus2020-05-151-3/+8
* | vehicle model descriptions; a bit of heli codeaap2020-05-101-5/+4
* | more car controlNikolay Korolev2020-05-101-41/+48
* | ccarctrl big fixNikolay Korolev2020-05-091-0/+1
* | CCarCtrl::GenerateOneRandomCarNikolay Korolev2020-05-081-0/+1
* | VC vehicles just barely working nowaap2020-05-071-21/+4
* | cleaned up MIAMI ifdefsaap2020-05-051-4/+0
* | remove ifdefsNikolay Korolev2020-05-051-2/+0
* | Revert "Remove Miami stuff"Sergeanur2020-05-051-0/+26
|/
* Remove Miami stuffSergeanur2020-05-051-26/+0
* CAutoPilot + CCarAI + fixesNikolay Korolev2020-05-051-1/+27
* changed saving compatibilityNikolay Korolev2020-05-021-0/+125
* Adding getters and setters for type and statusSergeanur2020-04-301-7/+7
* helis done + cheatsNikolay Korolev2020-04-251-2/+87
* fixed flight control codeNikolay Korolev2020-04-251-4/+4
* Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-04-251-1/+1
|\
| * disable mouse steering by defaultNikolay Korolev2020-04-241-1/+1
* | flying controlNikolay Korolev2020-04-251-3/+126
|/
* removed fix that made no senseNikolay Korolev2020-04-231-7/+1
* Try to build with mingwFilip Gawin2020-04-201-4/+4
* Struct cleanup, various fixes, enable PS2 randeray orçunus2020-04-191-4/+4
* Vc ped ports and Frontend fixeseray orçunus2020-04-181-0/+4
* Remove patchesSergeanur2020-04-171-47/+2
* Many fixes and cleanuperay orçunus2020-04-151-6/+6
* finished CBoataap2020-04-131-0/+49
* vehicles missing functions + fixesNikolay Korolev2020-04-011-4/+184
* merge with masterNikolay Korolev2020-03-281-0/+1
|\
| * CCopPed done and #include cleanuperay orçunus2020-03-281-0/+1
* | Merge branch 'master' into garages_devNikolay Korolev2020-03-281-0/+1
|\|
| * Update Vehicle.cppblingu2020-03-261-1/+1
| * added wrapper for InflictDamage()blingu2020-03-251-0/+1
* | garages part 1Nikolay Korolev2020-03-281-0/+24
|/
* bug fixesNikolay Korolev2020-02-151-0/+1
* Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicModeSergeanur2019-10-261-1/+0
* CCarAI + bugfixesNikolay Korolev2019-10-101-3/+3
* car AINikolay Korolev2019-10-061-1/+1
* more CCarCtrlNikolay Korolev2019-09-141-1/+1
* DragCarToPointNikolay Korolev2019-09-121-2/+1
* ccarctrlNikolay Korolev2019-09-111-17/+19
* More CCarCtrlNikolay Korolev2019-09-021-1/+1
* CleanupFilip Gawin2019-08-271-4/+4
* More more more audioFilip Gawin2019-08-271-4/+4
* CleanupFilip Gawin2019-08-271-6/+6
* More audio pedFilip Gawin2019-08-271-4/+4
* Merge branch 'master' into masterFire_Head2019-08-151-3/+7
|\
| * More pedseray orçunus2019-08-131-0/+1
| * more CCarCtrlNikolay Korolev2019-08-111-3/+3
| * implemented CHeliaap2019-08-041-0/+3
* | CParticleObject done, cDMAudio doneFire-Head2019-08-151-1/+1
|/
* The Pedseray orçunus2019-08-021-1/+1
* Merge branch 'master' of github.com:GTAmodding/re3aap2019-07-281-2/+2
|\
| * Merge remote-tracking branch 'upstream/master'Nikolay Korolev2019-07-271-1/+1
| |\
| * | cargen + some scriptNikolay Korolev2019-07-271-2/+2
* | | CAutomobile::PreRender; whole class finishedaap2019-07-281-8/+8
| |/ |/|
* | renamed flag to R* nameaap2019-07-271-1/+1
|/
* CAutomobile::FireTruckControl and HydraulicControlaap2019-07-261-1/+1
* Running script part 3Nikolay Korolev2019-07-251-1/+2
* fix crashNikolay Korolev2019-07-201-0/+2
* CAutomobile damageaap2019-07-181-3/+3
* CAutomobile::ProcessControl doneaap2019-07-181-1/+1
* Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcuneray orçunus2019-07-181-2/+2
|\
| * more CAutomobile::ProcessControlaap2019-07-171-2/+2
* | The Peds, mainly dying/injuringeray orçunus2019-07-181-2/+2
|/
* renamed some variables and added files; more CAutomobile::ProcessControlaap2019-07-171-3/+3
* script fix, bomb fix, flying components fixNikolay Korolev2019-07-171-0/+3
* more fixes; started CAutomobile::ProcessControlaap2019-07-161-19/+17
* RunningScript 2. So far with bugs (cops not caring, errors in arithmetical opcodes)Nikolay Korolev2019-07-141-2/+2
* CAutomobile::ProcessControlInputsaap2019-07-111-2/+2
* and of course the last commit didnt fix everythingaap2019-07-101-2/+2
* added wrappers around math functionsaap2019-07-101-9/+9
* CVehicle::ProcessWheelaap2019-07-101-47/+151
* more CVehicleaap2019-07-091-0/+195
* more CAutomobileaap2019-07-091-2/+2
* cleaned up patching of virtual functions; started CAutomobileaap2019-07-081-4/+15
* the great reorganizationaap2019-07-071-0/+489