summaryrefslogtreecommitdiffstats
path: root/src/core/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'miami' into lcsSergeanur2021-06-301-2/+2
|\ | | | | | | | | | | | | # 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-2/+2
| |
* | Merge branch 'miami' into lcsSergeanur2021-06-281-209/+0
|\| | | | | | | | | | | # Conflicts: # src/control/Script5.cpp # src/entities/Entity.cpp
| * Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-281-209/+0
| |
| * CEntity and C(Vu)Vector fixes and cleanupaap2021-06-241-0/+6
| |
* | CEntity done; C(Vu)Vector fixes and cleanupaap2021-06-241-0/+6
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 MASTER crasheswithmorten2021-02-041-1/+1
| |
* | Merge branch 'miami' into lcsSergeanur2021-01-251-4/+56
|\| | | | | | | | | | | | | | | | | # Conflicts: # src/control/Script.h # src/modelinfo/SimpleModelInfo.cpp # src/modelinfo/VehicleModelInfo.cpp # src/rw/VisibilityPlugins.cpp # src/rw/VisibilityPlugins.h
| * make building with Codewarrior 7 possiblewithmorten2021-01-241-4/+56
| |
* | Partial hudSergeanur2021-01-241-4/+4
| |
* | More scaling macroSergeanur2021-01-231-2/+7
| |
* | Add PSP scaling macrosSergeanur2021-01-231-0/+7
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-231-15/+24
|\| | | | | | | | | # Conflicts: # src/modelinfo/BaseModelInfo.cpp
| * Includes overhaul, fix some compiler warningserorcun2021-01-231-15/+24
| |
* | Merge pull request #948 from Sergeanur/lcsPR/CutsceneMgrSergeanur2021-01-121-0/+1
|\ \ | | | | | | CutsceneMgr done + use original VB audio + make interiors visible + use hashed model info names a bit
| * | CutsceneMgr done + use original VB audio + make interiors visible + use hashed model info names a bitSergeanur2021-01-111-0/+1
| | |
* | | Merge branch 'miami' into lcsSergeanur2021-01-121-7/+38
|\ \ \ | |/ / |/| / | |/ | | | | | | | | # Conflicts: # src/control/Script.cpp # src/control/Script3.cpp # src/extras/custompipes_d3d9.cpp # src/extras/custompipes_gl.cpp
| * sync with re3Fire-Head2021-01-081-7/+38
| | | | | | | | | | | | | | | | -radardisc shadow fix -fix for the dimension where moon is round -correct radar based on the early gta 3 screenshot -proper scaling based on ps2 gta 3 -ini and debugmenu options
* | MemoryManager of base::Sergeanur2021-01-081-0/+1
|/
* CVarConsoleSergeanur2021-01-021-0/+4
|
* signed/unsigned fixes, and some other fixeserorcun2020-12-251-0/+5
|
* get rid of all PED_SKIN definesaap2020-12-181-2/+0
|
* Use SDL gamepad mapping in environment by @ZLau92, implement @Sergeanur 's idea to use PPSSPP's DB if available, disable DEV() messages by defaulterorcun2020-12-091-1/+7
|
* Xbox message screen, disabled by defaulterorcun2020-11-231-1/+3
|
* Zones saving and loadingSergeanur2020-10-101-0/+40
|
* Fix some sanitizer errors, improve POSIX streamereray orçunus2020-10-081-1/+1
|
* Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixeseray orçunus2020-09-301-0/+3
|
* another clampRoman Masanin2020-09-271-0/+2
|
* Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-08-071-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/RoadBlocks.cpp # src/core/Collision.h # src/core/Pad.cpp # src/core/SurfaceTable.h # src/core/main.cpp # src/core/re3.cpp # src/peds/Population.cpp # src/render/Fluff.cpp # src/render/Shadows.cpp # src/render/Shadows.h # src/render/Sprite2d.cpp # src/weapons/BulletInfo.cpp
| * VU0 collisionaap2020-08-031-0/+10
| |
| * fixed hanim for 64 bitaap2020-07-241-0/+1
| |
| * 64-bit on Windowseray orçunus2020-07-221-0/+4
| |
* | fixed hanim for 64 bitaap2020-07-241-0/+1
| |
* | 64-bit on Windowseray orçunus2020-07-241-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-291-0/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/soundlist.h # src/control/Script.cpp # src/control/ScriptCommands.h # src/core/Cam.cpp # src/core/Camera.cpp # src/core/Camera.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.cpp # src/core/MenuScreens.cpp # src/core/Pad.cpp # src/core/Pad.h # src/core/config.h # src/entities/Entity.cpp # src/render/Credits.cpp # src/render/Fluff.cpp # src/render/Hud.cpp # src/render/MBlur.cpp # src/render/Timecycle.cpp # src/skel/glfw/glfw.cpp # src/skel/win/win.cpp # src/text/Text.cpp
| * Merge branch 'master' into ps2menuFire_Head2020-06-291-4/+4
| |\
| | * FOV fixaap2020-06-211-1/+1
| | |
| * | mips overdoseFire-Head2020-06-271-0/+12
| | |
* | | FOV fixaap2020-06-211-1/+1
| | |
* | | Merge branch 'master' into miamiSergeanur2020-06-071-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/Garages.cpp # src/core/Frontend.cpp # src/peds/PlayerPed.cpp # src/render/Hud.cpp # src/vehicles/Train.cpp
| * | fixed linux savingNikolay Korolev2020-06-061-1/+1
| | |
| * | hanim fixaap2020-06-011-2/+2
| |/
* | hanim fixaap2020-06-011-2/+2
| |
* | Merge branch 'master' into miamiSergeanur2020-05-111-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/AnimBlendAssociation.h # src/animation/AnimBlendClumpData.h # src/animation/AnimManager.h # src/animation/FrameUpdate.cpp # src/control/AutoPilot.h # src/control/PathFind.h # src/core/PlayerInfo.h # src/entities/Building.h # src/entities/Dummy.h # src/entities/Entity.h # src/entities/Physical.h # src/entities/Treadable.h # src/modelinfo/BaseModelInfo.h # src/modelinfo/ClumpModelInfo.cpp # src/modelinfo/ClumpModelInfo.h # src/modelinfo/PedModelInfo.h # src/modelinfo/SimpleModelInfo.h # src/modelinfo/TimeModelInfo.h # src/modelinfo/VehicleModelInfo.h # src/objects/CutsceneHead.h # src/objects/CutsceneObject.h # src/objects/DummyObject.h # src/objects/Object.h # src/peds/DummyPed.h # src/peds/PedIK.cpp # src/rw/VisibilityPlugins.cpp # src/vehicles/Automobile.h # src/vehicles/Boat.h # src/vehicles/Heli.h # src/vehicles/Plane.h # src/vehicles/Train.h # src/vehicles/Vehicle.h
| * Merge pull request #509 from Fire-Head/mastererorcun2020-05-111-0/+2
| |\ | | | | | | OpenAL update
| | * oal wav/mp3 stream updateFire-Head2020-05-071-0/+2
| | |
| * | defined out asserts.bigbossbro082020-05-101-0/+4
| | |
* | | most of animation system done; little stuff here and thereaap2020-05-081-0/+1
|/ /
* / SetPosition, part 1Sergeanur2020-05-021-0/+3
|/
* Merge branch 'master' of github.com:gtamodding/re3aap2020-04-261-7/+0
|\
| * Remove little hackSergeanur2020-04-261-7/+0
| |
* | tried to fix some half-pixel bugsaap2020-04-261-0/+7
|/
* Initial GLFW supporteray orçunus2020-04-261-2/+2
|
* implemented skinned peds, no cutscene hands yetaap2020-04-241-0/+11
|
* Try to build with mingwFilip Gawin2020-04-201-29/+28
|
* Revert "Part one"Filip Gawin2020-04-181-2/+2
| | | | This reverts commit 63951d9b957b30a110f42a03edb4833cbbaf380e.
* Part oneFilip Gawin2020-04-171-2/+2
|
* implemented most of librw wrapperaap2020-04-151-3/+11
|
* Link with RW libsSergeanur2020-04-111-0/+2
|
* Fix sprite vertical scaleSergeanur2020-04-101-2/+0
|
* (PS2) TheGame/main/GameInit/SystemInit, ProcessSlowModeFire-Head2020-04-091-0/+2
|
* Glass doneFire-Head2020-04-011-0/+1
|
* remove include <new> from common.haap2020-03-281-2/+0
|
* removed windows.h for most .cppsaap2020-03-271-0/+15
|
* Fixes for Serge's reviewFilip Gawin2020-03-221-1/+0
|
* ConsoleSergeanur2020-03-221-0/+3
|
* GenericSave complete, still needs some testingWes Hampson2020-03-111-4/+4
|
* Implemented faststrcmp, faststricmp, strcasecmpSergeanur2019-10-301-0/+4
|
* Implement PreloadMissionAudio + small fixesFilip Gawin2019-10-271-1/+1
|
* Fixes for nitpicksFilip Gawin2019-10-261-10/+8
|
* More workFilip Gawin2019-10-261-2/+2
|
* audio7Filip Gawin2019-10-261-4/+4
|
* Fixed save game Load/Save failed assertion on Debug buildSergeanur2019-10-111-1/+1
|
* Added read/write template functions for save data, small Load/Save arguments unificationSergeanur2019-10-081-0/+51
|
* Corona widescreen fixSergeanur2019-10-051-1/+3
|
* CleanupFilip Gawin2019-08-271-2/+2
|
* More more more audioFilip Gawin2019-08-271-5/+5
|
* More audio pedFilip Gawin2019-08-271-5/+4
|
* Merge branch 'master' into masterFire_Head2019-08-151-1/+1
|\
| * CCarCtrl::GenerateOneRandomVehicle!Nikolay Korolev2019-08-061-1/+1
| |
* | CParticleObject done, cDMAudio doneFire-Head2019-08-151-0/+18
|/
* sampman doneFire-Head2019-08-021-0/+1
|
* Merge branch 'master' into masterFire_Head2019-07-241-0/+117
|\
| * shadows doneFire-Head2019-07-241-0/+117
| |
* | ComputeDopplerEffectedFrequencyFilip Gawin2019-07-191-5/+5
| |
* | CAutomobile::ProcessControl doneaap2019-07-181-1/+2
| |
* | testNikolay Korolev2019-07-151-1/+1
| |
* | Partial RunningScript part2Nikolay Korolev2019-07-141-0/+1
|/
* Merge branch 'master' into masterFire_Head2019-07-111-0/+1
|\
| * added wrappers around math functionsaap2019-07-101-0/+1
| |
* | WaterLevel doneFire-Head2019-07-111-0/+1
|/
* the great reorganizationaap2019-07-071-0/+178