summaryrefslogtreecommitdiffstats
path: root/src/collision/Collision.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-04-091-2/+1
|\ | | | | | | | | # Conflicts: # src/modelinfo/PedModelInfo.cpp
| * Fixeserorcun2021-02-281-2/+1
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-2/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Fix some Collision NaN/inf'serorcun2021-01-271-2/+19
| |
| * Fix CCollision::DistToLineshfil2021-01-241-6/+6
| |
* | add w to CVector; adjust col structs a bitaap2021-02-011-7/+11
| |
* | Fix CCollision::DistToLineshfil2021-01-241-6/+6
|/
* get rid of most --MIAMI commentswithmorten2021-01-221-5/+3
|
* foobaraap2021-01-131-1/+0
|
* fixed shoot through collisionaap2021-01-131-4/+12
|
* PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur2020-12-181-7/+7
|
* Make collision code placement more like original (+ small fixes)Sergeanur2020-11-151-0/+2569
# Conflicts: # premake5.lua # src/CMakeLists.txt # src/collision/Collision.cpp # src/core/Collision.h