Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-08 | Fix | Sergeanur | |
2021-08-08 | merge | Nikolay Korolev | |
2021-06-28 | rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for ↵ | withmorten | |
consistency sake) | |||
2021-06-28 | rename clamp macro to Clamp to fix compilation with g++11 | withmorten | |
2021-06-24 | Fix IsSphereVisible calls | Sergeanur | |
2021-06-24 | CEntity and C(Vu)Vector fixes and cleanup | aap | |
2021-06-24 | Fix IsSphereVisible calls | Sergeanur | |
2021-06-24 | CEntity and C(Vu)Vector fixes and cleanup | aap | |
2021-06-24 | Use some GetMatrix/SetMatrix logic based on SA + CutsceneHead fix | Sergeanur | |
2021-05-10 | Use some GetMatrix/SetMatrix logic based on SA | Sergeanur | |
# 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-02-01 | Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off text | erorcun | |
2021-01-31 | Revert "First batch of fixes (CallAndMessage)" | Filip Gawin | |
This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe. | |||
2021-01-31 | First batch of fixes (CallAndMessage) | Filip Gawin | |
2021-01-22 | m_nWantedLevel -> GetWantedLevel() | withmorten | |
2021-01-22 | m_nWantedLevel -> GetWantedLevel() | withmorten | |
2021-01-20 | Sync matrix with master | Sergeanur | |
2021-01-18 | Get rid of RwMatrix in CMatrix | Sergeanur | |
2021-01-13 | rename m_vehEnterType -> m_vehDoor | aap | |
2021-01-13 | rename m_vehEnterType -> m_vehDoor | aap | |
2020-12-27 | signed/unsigned fixes, and some other fixes | erorcun | |
2020-12-26 | garage cam fix | aap | |
2020-12-25 | signed/unsigned fixes, and some other fixes | erorcun | |
2020-12-21 | option for PC controls | aap | |
2020-12-21 | option for PC controls | aap | |
2020-12-18 | little cleanup and synch on templates and config | aap | |
2020-12-08 | Fixes | Sergeanur | |
2020-12-02 | Merge pull request #853 from erorcun/miami | erorcun | |
PlayerPed and "Redefine controls" menu done, fixes | |||
2020-12-02 | PlayerPed and "Redefine controls" menu done, fixes | erorcun | |
2020-12-02 | cam lod dist fix | aap | |
2020-12-02 | Merge branch 'master' of github.com:GTAmodding/re3 | aap | |
2020-12-02 | better cam lod dist fix | aap | |
2020-12-02 | added GTA_SCENE_EDIT | Nikolay Korolev | |
2020-12-01 | fix cam-fix | aap | |
2020-12-01 | cam stuff | aap | |
2020-11-30 | Update Camera.cpp | Zach Charo | |
camdist multiplier is consitently between 1 and 1.4 on 16:9 aspect ratio On ultrawide, the cam dist multiplier jumps to anywhere between 2 and 3 The preferred distance generator for car objects is the cam dist multiplier * 120. Which puts cars that it's trying to generate outside of the allowed gen/draw distance for new car objects when on ultrawide. This means no new cars can spawn. This change caps the scaling for the generation distance a bit above what it would be for 16:9 and does not affect the LOD multiplier. | |||
2020-11-29 | GTA_VERSION define and some config.h cleanup | aap | |
2020-11-24 | rename badly named camera variable | aap | |
2020-11-24 | cam fix; forgot some shaders | aap | |
2020-10-08 | Pad, BulletInfo, ProjectileInfo, fixes | eray orçunus | |
2020-09-26 | fixed tab | Nikolay Korolev | |
2020-09-26 | silentpatch fixes | Nikolay Korolev | |
2020-08-30 | CGame done, Peds, fixes | eray orçunus | |
2020-08-11 | implemented extended postfx | aap | |
2020-07-29 | Merge branch 'master' into miami | Sergeanur | |
# Conflicts: # src/animation/RpAnimBlend.cpp # src/audio/oal/stream.cpp # src/audio/sampman.h # src/control/Pickups.cpp # src/core/Collision.cpp # src/core/Collision.h # src/core/FileLoader.cpp # src/core/FileMgr.cpp # src/core/FileMgr.h # src/core/Streaming.cpp # src/core/Streaming.h # src/core/SurfaceTable.h # src/modelinfo/VehicleModelInfo.h # src/peds/Ped.cpp # src/rw/RwHelper.cpp # src/rw/RwHelper.h # src/skel/glfw/glfw.cpp # src/skel/platform.h # src/text/Text.cpp # src/text/Text.h # src/vehicles/CarGen.cpp # src/vehicles/Heli.cpp | |||
2020-07-29 | The real pickup reflection fix | Sergeanur | |
2020-07-24 | 64-bit on Windows | eray orçunus | |
2020-07-22 | 64-bit on Windows | eray orçunus | |
2020-07-20 | CPlaneTrails and CPlaneBanners done | aap | |
2020-07-20 | avoid UB | aap | |
2020-07-06 | Frontend: Stats, Briefs, gta_vc.set, slider ranges, fixes | eray orçunus | |