summaryrefslogtreecommitdiffstats
path: root/src/core/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mergeNikolay Korolev2021-08-291-1/+0
|\
| * Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-08-291-1/+0
| |\ | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioManager.cpp # src/core/Radar.cpp
| | * Refactor cPedCommentsSergeanur2021-08-251-1/+0
| | |
* | | script revision p1Nikolay Korolev2021-08-291-0/+2
|/ /
* | Merge branch 'miami' into lcsSergeanur2021-08-251-2/+4
|\| | | | | | | | | | | | | # Conflicts: # premake5.lua # src/audio/AudioLogic.cpp # src/audio/AudioManager.cpp
| * Audio: refactoring, type fixes, renaming cAudioManager fieldsSergeanur2021-08-251-1/+1
| |
| * Merge branch 'master' into miamiSergeanur2021-08-241-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/build-switch.yml # .vscode/settings.json # CMakeLists.txt # README.md # cmake/nx/NXFunctions.cmake # gamefiles/TEXT/american.gxt # gamefiles/TEXT/french.gxt # gamefiles/TEXT/german.gxt # gamefiles/TEXT/italian.gxt # gamefiles/TEXT/polish.gxt # gamefiles/TEXT/russian.gxt # gamefiles/TEXT/spanish.gxt # gamefiles/models/frontend_nsw.txd # gamefiles/models/nswbtns.txd # res/images/logo.svg # res/images/logo_1024.png # res/images/logo_256.jpg # src/CMakeLists.txt # src/audio/AudioCollision.cpp # src/audio/AudioLogic.cpp # src/audio/AudioManager.cpp # src/audio/AudioManager.h # src/audio/MusicManager.cpp # src/audio/PolRadio.cpp # src/audio/PolRadio.h # src/audio/sampman_miles.cpp # src/audio/sampman_oal.cpp # src/control/CarCtrl.cpp # src/core/ControllerConfig.cpp # src/core/Frontend.cpp # src/core/Frontend.h # src/core/MenuScreens.cpp # src/core/MenuScreensCustom.cpp # src/core/common.h # src/core/config.h # src/peds/Ped.cpp # src/peds/PedAI.cpp # src/peds/PedFight.cpp # src/peds/PlayerPed.cpp # src/peds/PlayerPed.h # src/skel/crossplatform.cpp # src/skel/glfw/glfw.cpp # src/weapons/Weapon.cpp # utils/gxt/polish.txt # utils/gxt/russian.txt
| | * Audio enhancements:Sergeanur2021-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | * redo high fps fix * make releasing vehicle sounds attach to entities * fix bug with reusing audio entity that is still being used * use time scale to modify sound speed
| | * Make ped comments update position and volumeSergeanur2021-08-231-0/+1
| | |
| | * Add AUDIO_REFLECTIONS define, fix a bunch of types, fix heli chatter intensitySergeanur2021-08-171-0/+5
| | |
| | * Switch PR & remove X11 part from CMakeListserorcun2021-08-161-3/+18
| | |\
| | | * Replace GTA_SWITCH macro and use GAMEPAD_MENUAdrian Graber2021-07-131-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace GTA_SWITCH macro with __SWITCH__ for platform specific stuff and GTA_HANDHELD for the rest (which could be used by other ports) * Use GAMEPAD_MENU on GTA_HANDHELD, which will replace the usual controller setup (which contains some useless features for handhelds) * Fix some identation inconsistencies * Disable PC_PLAYER_CONTROLS on GTA_HANDHELD builds
| | | * Enable Gamepad Menu on SwitchAdrian Graber2021-07-131-1/+1
| | | |
| | | * Add Nintendo Switch initial supportAdrian Graber2021-07-131-2/+7
| | | |
| | * | Remove not needed entry from configSergeanur2021-08-161-1/+0
| | | |
| | * | Replace static_assert with #errorSergeanur2021-08-121-2/+2
| | | |
| | * | Put more things under ifdefSergeanur2021-08-121-0/+10
| | | |
| | * | Merge pull request #1251 from Sergeanur/HigherDrawDistSergeanur2021-07-311-0/+4
| | |\ \ | | | | | | | | | | Make cars and peds to not despawn when you look away
| | | * | Make cars and peds to not despawn when you look awaySergeanur2021-07-261-0/+4
| | | | |
| | * | | fixwithmorten2021-07-261-1/+1
| | |/ /
| | * | fix garbage data written in garage save blockwithmorten2021-07-191-1/+1
| | | |
| | * | Make PS2 VB files work together with PC audio filesSergeanur2021-07-151-1/+1
| | |/
| | * Vanilla config for Windows and win-x86 onlywithmorten2021-07-121-0/+4
| | |
| | * fixwithmorten2021-07-121-1/+1
| | |
| | * Reorganize config.hSergeanur2021-07-121-131/+50
| | |
| | * Merge pull request #1149 from withmorten/saveserorcun2021-07-121-1/+3
| | |\ | | | | | | | | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES
| | | * finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-101-1/+3
| | | |
| | * | Add ped and car density slider to menu, remove dumb collision "optimization"erorcun2021-07-111-0/+2
| | | |
| | * | Merge/sync fixes after threaded audioerorcun2021-07-101-2/+5
| | | |
| | * | Multi-threaded audio fixeserorcun2021-07-101-1/+2
| | | |
| | * | Multi-threaded audio streamserorcun2021-07-101-0/+1
| | |/ | | | | | | | | | Under MULTITHREADED_AUDIO define.
| | * add librw defines to vanilla defines undefswithmorten2021-07-091-0/+5
| | |
| | * fix previous PED_SKIN commit, add commentswithmorten2021-07-031-3/+3
| | |
| | * disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is disabledwithmorten2021-07-031-0/+6
| | |
| | * Pause radio when game is pausedSergeanur2021-06-301-0/+1
| | |
| | * add no-git-hash option to premakewithmorten2021-06-251-1/+2
| | |
| | * Undef PS2_AUDIO_CHANNELS for SQUEEZE_PERFORMANCE and VANILLA_DEFINESSergeanur2021-06-241-0/+2
| | |
| | * Increase the number of audio channels to PS2 count and some small audio fixesSergeanur2021-06-241-1/+1
| | |
| | * add NoMovies ini option, rename gDrawVersionText, always save ini after loadingwithmorten2021-02-181-1/+2
| | |
| | * Disable RANDOMSPLASH only if loading screen is disabledSergeanur2021-02-131-1/+5
| | |
| | * Disable RANDOMSPLASHSergeanur2021-02-131-1/+1
| | |
| | * Cmake version for hashFilip Gawin2021-02-121-2/+2
| | |
| | * Remove version text, add toggleable debug info(with commit hash!)erorcun2021-02-121-1/+5
| | |
| | * Don't show menu map and new languages if gamefiles isn't copiederorcun2021-02-071-1/+1
| | |
| | * Detect joystick menu for XInputerorcun2021-02-051-2/+2
| | |
| | * Merge pull request #1019 from Sergeanur/ControllerMenu2Sergeanur2021-02-031-0/+6
| | |\ | | | | | | | | Controller menu
| | | * Add undefSergeanur2021-02-031-0/+1
| | | |
| | | * Controller menuSergeanur2021-02-031-0/+5
| | | |
| | * | no advanced script log when log level is 0withmorten2021-02-021-0/+4
| | |/
| | * Clean up POSIX streaming codeerorcun2021-01-271-2/+9
| | |
| | * enable default resolution for vanilla defineswithmorten2021-01-231-1/+1
| | |
| | * VANILLA_BUILD fixeswithmorten2021-01-231-1/+4
| | |
| | * get rid of unsupported LIBRW in config.hwithmorten2021-01-221-4/+0
| | |
| | * fix RW33 build, undef ANISOTROPIC_FILTERING for vanilla buildwithmorten2021-01-221-0/+1
| | |
| | * fixed anisotropic filtering; updated librwaap2021-01-211-0/+1
| | |
| | * codewarrior: finishing toucheswithmorten2021-01-211-5/+4
| | |
| | * make building with Codewarrior 7 possiblewithmorten2021-01-211-1/+96
| | |
| | * Fix build without FIX_BUGS, divide to 0 fixeserorcun2021-01-131-1/+5
| | |
| | * Merge pull request #909 from Fire-Head/masterFire_Head2021-01-081-0/+4
| | |\ | | | | | | | | Sprite Scaling Option
| | | * bb .ini hello definesFire-Head2021-01-081-0/+4
| | | |
| | * | Make opus available alongside other formatsSergeanur2021-01-071-1/+13
| | | |
| | * | minor refactoringNikolay Korolev2021-01-071-0/+5
| | | |
| | * | Implementing our own WAV decoder to replace SndFileSergeanur2021-01-061-0/+1
| | | |
| | * | first version of new rendereraap2021-01-051-0/+1
| | | |
| | * | Port nerf of rain particles from miamiFilip Gawin2021-01-041-0/+1
| | | |
| | * | Overhaul and enable cache for openal buildFilip Gawin2021-01-011-3/+1
| | |/
| | * Enable BIND_VEHICLE_FIREWEAPON with gta3.set size checkSergeanur2020-12-281-1/+1
| | |
| | * make screendrops independent of neo.txd; enable new rendering by defaultaap2020-12-261-6/+3
| | |
| | * Merge pull request #886 from erorcun/mastererorcun2020-12-241-0/+2
| | |\ | | | | | | | | Radio scroll to prev. station & radio off text
| | | * Radio scroll to prev. station & radio off texterorcun2020-12-151-0/+2
| | | |
| | * | option for PC controlsaap2020-12-211-0/+1
| | | |
| | * | disabled PS2_HUD by defaulterorcun2020-12-201-1/+1
| | | |
| | * | Merge branch 'master' of https://github.com/GTAmodding/re3Fire-Head2020-12-191-1/+1
| | |\ \
| | * \ \ Merge branch 'master' of https://github.com/GTAmodding/re3Fire-Head2020-12-071-27/+80
| | |\ \ \ | | | | |/ | | | |/|
| | * | | ps2 hud, restore original codeFire-Head2020-12-071-1/+2
| | | | |
| * | | | Audio enhancements:Sergeanur2021-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo high fps fix * make releasing vehicle sounds attach to entities * fix bug with reusing audio entity that is still being used * use time scale to modify sound speed
| * | | | Make ped comments update position and volume + fix cPedComments::ProcessSergeanur2021-08-231-1/+2
| | | | |
* | | | | Merge branch 'miami' into lcsSergeanur2021-08-191-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/audio/AudioLogic.cpp # src/audio/sampman_miles.cpp # src/audio/sampman_oal.cpp
| * | | | Add AUDIO_REVERB defineSergeanur2021-08-191-0/+2
| | | | |
| * | | | Port audio changes from masterSergeanur2021-08-181-0/+2
| | | | |
* | | | | Merge branch 'miami' into lcsSergeanur2021-08-161-1/+0
|\| | | |
| * | | | Remove not needed entry from configSergeanur2021-08-161-1/+0
| | | | |
* | | | | Merge branch 'miami' into lcsSergeanur2021-08-161-3/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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/AudioLogic.cpp # src/core/config.h # src/vehicles/Automobile.cpp # utils/gxt/american.txt # utils/gxt/french.txt # utils/gxt/german.txt # utils/gxt/italian.txt # utils/gxt/spanish.txt
| * | | | Switch PR & remove X11 part from CMakeListserorcun2021-08-141-3/+18
| |\ \ \ \
| | * | | | Nintendo Switch supportAdrian Graber2021-07-131-3/+18
| | | | | |
* | | | | | merge miamiNikolay Korolev2021-08-141-0/+1
|\| | | | |
| * | | | | ginput scriptNikolay Korolev2021-08-141-0/+1
| | | | | |
* | | | | | Merge branch 'miami' into lcsSergeanur2021-08-121-0/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/sampman.h # src/audio/sampman_miles.cpp # src/core/Radar.cpp # src/core/config.h
| * | | | | Sync audio changes from masterSergeanur2021-08-121-1/+11
| | | | | |
* | | | | | mergeNikolay Korolev2021-08-081-0/+1
|\| | | | |
| * | | | | Merge remote-tracking branch 'upstream/miami' into miamiNikolay Korolev2021-08-031-1/+2
| |\ \ \ \ \
| | * | | | | Add ped and car density slider to menu, remove dumb collision "optimization"erorcun2021-08-011-1/+2
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/miami' into miamiNikolay Korolev2021-08-011-0/+4
| |\| | | | |
| * | | | | | mission replayNikolay Korolev2021-08-011-3/+11
| | | | | | |
* | | | | | | mission replayNikolay Korolev2021-08-071-1/+9
| | | | | | |
* | | | | | | Merge branch 'miami' into lcsSergeanur2021-07-311-0/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/CarCtrl.cpp # src/modelinfo/MloModelInfo.cpp # src/modelinfo/MloModelInfo.h # src/renderer/Renderer.cpp # src/rw/VisibilityPlugins.cpp # src/rw/VisibilityPlugins.h
| * | | | | | Make cars and peds to not despawn when you look awaySergeanur2021-07-311-0/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/CarCtrl.cpp # src/core/config.h # src/peds/Population.cpp
| * / / / / Make PS2 VB files work together with PC audio filesSergeanur2021-07-151-1/+1
| |/ / / /
* | | | | CVisibilityPlugins, CRenderer, some fixesaap2021-07-291-0/+5
| | | | |
* | | | | low effort save supportNikolay Korolev2021-07-251-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-07-171-2/+7
|\ \ \ \ \
| * | | | | Merge branch 'miami' into lcsSergeanur2021-07-141-2/+7
| |\| | | |
| | * | | | disable USE_CUTSCENE_SHADOW_FOR_PED if COMPATIBLE_SAVES isn't definedwithmorten2021-07-131-1/+6
| | | | | |
| | * | | | Enable cutscene shadowsSergeanur2021-07-131-1/+1
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-07-131-0/+4
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/miami' into lcswithmorten2021-07-121-0/+4
| |\| | | |
| | * | | | Vanilla config for Windows and win-x86 onlywithmorten2021-07-121-0/+4
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-07-121-131/+57
|\| | | | |
| * | | | | Merge branch 'miami' into lcsSergeanur2021-07-121-131/+57
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| | * | | | Reorganize config.hSergeanur2021-07-121-128/+52
| | | | | |
| | * | | | Merge pull request #1150 from withmorten/miami-saveserorcun2021-07-121-1/+3
| | |\ \ \ \ | | | | | | | | | | | | | | miami: finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES
| | | * | | | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-101-1/+3
| | | | | | |
* | | | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-07-111-0/+5
|\| | | | | |
| * | | | | | Merge branch 'miami' into lcsSergeanur2021-07-101-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # utils/gxt/german.txt
| | * | | | | add librw defines to vanilla defines undefswithmorten2021-07-091-0/+5
| | |/ / / /
* | | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-07-021-0/+1
|\| | | | |
| * | | | | Merge branch 'miami' into lcsSergeanur2021-06-301-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/CarCtrl.cpp # src/control/Script4.cpp # src/core/Frontend.cpp
| | * | | | Pause radio when game is pausedSergeanur2021-06-301-0/+1
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-06-271-0/+2
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-06-271-0/+2
| |\| | | |
| | * | | | Multi-threaded audio fixeserorcun2021-06-261-1/+2
| | | | | |
| | * | | | Merge pull request #1151 from erorcun/miamierorcun2021-06-261-0/+1
| | |\ \ \ \ | | | | | | | | | | | | | | Multi-threaded audio streams on OAL
| | | * | | | Multi-threaded audio streamserorcun2021-06-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Under MULTITHREADED_AUDIO define.
* | | | | | | Merge remote-tracking branch 'upstream/lcs' into lcsNikolay Korolev2021-06-261-1/+2
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-06-261-1/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # premake5.lua # src/render/Particle.cpp
| | * | | | | add no-git-hash option to premakewithmorten2021-06-251-1/+2
| | |/ / / /
* | | | | | syncNikolay Korolev2021-06-251-18/+43
|\| | | | |
| * | | | | Merge remote-tracking branch 'GitHub/miami' into lcsSergeanur2021-06-241-2/+0
| |\| | | |
| | * | | | Frontend fixSergeanur2021-06-241-2/+0
| | | | | |
| | * | | | Undef PS2_AUDIO_CHANNELS for SQUEEZE_PERFORMANCE and VANILLA_DEFINESSergeanur2021-06-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/config.h
| | * | | | Increase the number of audio channels to PS2 count and some small audio fixesSergeanur2021-06-241-1/+1
| | | | | |
| * | | | | FixesSergeanur2021-06-241-1/+1
| | | | | |
| * | | | | Undef PS2_AUDIO_CHANNELS for SQUEEZE_PERFORMANCE and VANILLA_DEFINESSergeanur2021-06-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/config.h
| * | | | | Increase the number of audio channels to PS2 count and some small audio fixesSergeanur2021-06-241-1/+1
| | | | | |
| * | | | | Original pool sizesSergeanur2021-06-241-4/+4
| | | | | |
| * | | | | Fix engine sounds, player and male01 ped commentsSergeanur2021-06-241-2/+2
| | | | | |
| * | | | | Merge branch 'miami' into lcsSergeanur2021-02-261-1/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # premake5.lua # src/audio/MusicManager.cpp # src/core/main.cpp # src/core/re3.cpp # src/extras/postfx.cpp # src/render/Font.cpp
| | * | | | add NoMovies ini option, rename gDrawVersionText, always save ini after loadingwithmorten2021-02-181-1/+2
| | | | | |
| | * | | | Add russian supportSergeanur2021-02-181-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-8/+33
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| | * | | | Cmake version for hashFilip Gawin2021-02-121-2/+2
| | | | | |
| | * | | | Remove version text, add toggleable debug info(with commit hash!)erorcun2021-02-121-0/+4
| | | | | |
| | * | | | Enable BIND_VEHICLE_FIREWEAPONSergeanur2021-02-111-1/+1
| | | | | |
| | * | | | Add undefSergeanur2021-02-101-0/+1
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/miami' into VC/ControllerMenuSergeanur2021-02-101-2/+2
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/miami: fix clouds Use our synonyms for attack anims again Detect joystick menu for XInput reorganize shaders; use modulate flag; update librw fix generic.txd crash Use original animation names from VCS # Conflicts: # src/core/MenuScreensCustom.cpp
| | | * | | | Detect joystick menu for XInputerorcun2021-02-071-2/+2
| | | | | | |
| | * | | | | Controller menuSergeanur2021-02-101-0/+3
| | |/ / / /
| | * | | | add missing ASCII_STRCMP stuffwithmorten2021-02-041-0/+6
| | | | | |
| | * | | | no advanced script log when log level is 0withmorten2021-02-021-0/+4
| | | | | |
| | * | | | Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off texterorcun2021-02-011-1/+5
| | | | | |
| | * | | | Clean up POSIX streaming codeerorcun2021-01-271-4/+7
| | | | | |
* | | | | | ferriesNikolay Korolev2021-02-071-1/+3
|/ / / / /
* | | | | Merge branch 'lcs' into lcsFire_Head2021-01-251-2/+89
|\ \ \ \ \
| * | | | | Merge branch 'miami' into lcsSergeanur2021-01-251-0/+87
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-0/+87
| | | | | |
| * | | | | Enable GTA_BRIDGESergeanur2021-01-231-1/+1
| | | | | |
| * | | | | fixNikolay Korolev2021-01-221-1/+1
| | | | | |
| * | | | | Reenable PS2_AUDIO_PATHSSergeanur2021-01-221-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-221-11/+11
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/miami: fix config.h small premake fix
| | * | | | fix config.hwithmorten2021-01-221-11/+11
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-221-10/+10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| | * | | | m_nWantedLevel -> GetWantedLevel()withmorten2021-01-221-11/+11
| | | | | |
* | | | | | configFire-Head2021-01-251-0/+1
|/ / / / /
* | | | | Merge pull request #963 from Nick007J/lcsaap2021-01-221-1/+2
|\ \ \ \ \ | | | | | | | | | | | | all LCS script commands
| * \ \ \ \ Merge branch 'lcs-dev' into lcsNikolay Korolev2021-01-201-1/+1
| |\ \ \ \ \
| | * | | | | script fixesNikolay Korolev2021-01-201-1/+1
| | | | | | |
| | * | | | | script fullNikolay Korolev2021-01-181-2/+3
| | | | | | |
| * | | | | | fixNikolay Korolev2021-01-181-1/+1
| | | | | | |
| * | | | | | syncNikolay Korolev2021-01-181-2/+3
| |/ / / / /
* | | | | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-221-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | | | | | | * origin/miami: fuck bletch fixed anisotropic filtering; updated librw fix
| * | | | fixed anisotropic filtering; updated librwaap2021-01-211-0/+1
| | | | |
* | | | | Merge branch 'miami' into lcsSergeanur2021-01-131-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * miami: Fix backface culling of cutscene objects more renames anim velocity union rename m_vehEnterType -> m_vehDoor Port cmake improvements to miami some loose ends move TODO to Readme Fix build without FIX_BUGS, divide to 0 fixes
| * | | | Fix build without FIX_BUGS, divide to 0 fixeserorcun2021-01-131-1/+5
| | | | |
* | | | | Merge pull request #948 from Sergeanur/lcsPR/CutsceneMgrSergeanur2021-01-121-1/+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-1/+1
| | | | | |
* | | | | | Merge branch 'miami' into lcsSergeanur2021-01-121-0/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/Script.cpp # src/control/Script3.cpp # src/extras/custompipes_d3d9.cpp # src/extras/custompipes_gl.cpp
| * | | | | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamiFire-Head2021-01-081-2/+1
| |\ \ \ \ \
| * | | | | | sync with re3Fire-Head2021-01-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
* | | | | | | Merge branch 'lcs-dev' into lcsNikolay Korolev2021-01-111-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | script3.cppNikolay Korolev2021-01-111-1/+1
| | | | | | |
* | | | | | | of courseNikolay Korolev2021-01-111-1/+1
|/ / / / / /
* | | | | | script2Nikolay Korolev2021-01-111-1/+1
| | | | | |
* | | | | | fixNikolay Korolev2021-01-091-1/+1
| | | | | |
* | | | | | more scriptNikolay Korolev2021-01-091-2/+2
| | | | | |
* | | | | | fixNikolay Korolev2021-01-081-1/+1
| | | | | |
* | | | | | Merge branch 'lcs' into lcs-devNikolay Korolev2021-01-081-2/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'miami' into lcsSergeanur2021-01-081-2/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | # Conflicts: # src/render/Timecycle.cpp
| | * | | | | Add multisamplingSergeanur2021-01-081-2/+1
| | |/ / / /
| * | | | | Enable trainsSergeanur2021-01-081-0/+2
| | | | | |
* | | | | | lcs script modeNikolay Korolev2021-01-081-1/+1
|/ / / / /
* | | | | PC controls and iconSergeanur2021-01-081-1/+1
| | | | |
* | | | | fix phonesaap2021-01-081-1/+1
| | | | |
* | | | | Merge branch 'miami' into lcsSergeanur2021-01-081-1/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * miami: wtf fix small cleanup Fix gOneShotCol Fix garage messages position Fix font on green screen counter Add MPG123_QUIET to mp3 files Make opus available alongside other formats Fix pickup text Fix char in stats Add missing GXT line fail minor refactoring Fix 16KHz track GET_WHEELIE_STATS fix Cleanup and fixes for new decoders Fixes for CVbFile Small fixes for new wav decoder Remove fastmath from premake's config Implementing our own WAV decoder to replace SndFile
| * | | | Make opus available alongside other formatsSergeanur2021-01-071-1/+13
| | | | |
| * | | | minor refactoringNikolay Korolev2021-01-071-0/+5
| | | | |
| * | | | Implementing our own WAV decoder to replace SndFileSergeanur2021-01-061-0/+1
| | | | |
* | | | | timecycle; some renderingaap2021-01-081-1/+1
| | | | |
* | | | | first commit for LCSaap2021-01-081-20/+20
|/ / / /
* | | | NO_ISLAND_LOADING ported from re3Sergeanur2020-12-271-1/+1
| | | |
* | | | make screendrops independent of neo.txd; enable new rendering by defaultaap2020-12-261-8/+5
| | | |
* | | | option for PC controlsaap2020-12-211-0/+1
| | | |
* | | | push/pop memidsaap2020-12-211-1/+1
| | | |
* | | | Merge branch 'miami' of github.com:GTAmodding/re3 into miamiaap2020-12-191-2/+6
|\ \ \ \
| * | | | fixesNikolay Korolev2020-12-191-4/+0
| | | | |
| * | | | merge attemptNikolay Korolev2020-12-191-2/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use scrolling if GRAPHICS_MENU_OPTIONS not defined, like miamierorcun2020-12-161-1/+1
| | | |/ | | |/|
| | * | more PS2 stuff; memory movement doneaap2020-12-031-5/+5
| | | |
| | * | fast fixNikolay Korolev2020-12-021-1/+1
| | | |
| | * | added GTA_SCENE_EDITNikolay Korolev2020-12-021-0/+1
| | | |
| | * | Add GTA_REPLAYSergeanur2020-12-011-0/+1
| | | |
| | * | GTA_VERSION define and some config.h cleanupaap2020-11-291-8/+18
| | | |
| | * | Make texture conversion work a bit fasterSergeanur2020-11-281-0/+1
| | | |
| | * | Add multisampling to librwSergeanur2020-11-281-1/+0
| | | |
| | * | Merge pull request #823 from aap/masteraap2020-11-221-0/+8
| | |\ \ | | | | | | | | | | Neo screen droplets
| | | * | neo screen dropletsaap2020-11-191-0/+8
| | | | |
| | * | | no script loggingNikolay2020-11-211-1/+1
| | |/ /
| | * | Infamous XBOX subtitle outlineerorcun2020-11-191-0/+1
| | | |
| | * | Merge pull request #820 from withmorten/mission-switchererorcun2020-11-171-0/+5
| | |\ \ | | | | | | | | | | add mission switcher from miami
| | | * | add mission switcher from miamiwithmorten2020-11-161-0/+5
| | | | |
| | * | | animation compression from PS2aap2020-11-161-0/+1
| | | | |
| | * | | move config.h define to CUSTOM_FRONTEND_OPTIONSwithmorten2020-11-161-1/+1
| | | | |
| | * | | Merge branch 'upstream/master'withmorten2020-11-151-11/+16
| | |\| |
| | | * | Fix build without CFO, NO_ISLAND_LOADING, save postfx/pipeline multserorcun2020-11-071-11/+14
| | | | |
| | | * | Allow to handle larger files via 64bit variablesFilip Gawin2020-11-061-0/+2
| | | | |
| | * | | add bInvertLook4Pad from VC (doesn't get saved yet)withmorten2020-11-051-0/+1
| | |/ /
| | * | Button iconsSergeanur2020-11-051-0/+1
| | | |
| | * | Merge pull request #795 from withmorten/masteraap2020-11-051-0/+2
| | |\ \ | | | | | | | | | | enable static runtime for all windows builds; fast floating point for x86/x64 builds; no sized dealloc for windows builds
| | | * | add ifdef LIBRW guard for pipelines and colourfilterwithmorten2020-11-011-0/+2
| | | | |
| | * | | Merge pull request #792 from withmorten/masteraap2020-10-311-4/+21
| | |\| | | | | |/ | | |/| fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL ...
| | | * NO_MOVIES and DEBUGMENU not for MASTERwithmorten2020-10-291-2/+3
| | | |
| | | * fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL, add extra defines for menu and game version textwithmorten2020-10-291-4/+20
| | | |
| | * | few more fixes to last commitaap2020-10-291-2/+2
| | | |
| | * | implemented extra model flags for backface culling and alpha test from mobileaap2020-10-291-0/+3
| | |/
* | / anim compressionaap2020-12-181-0/+5
|/ /
* | get rid of all PED_SKIN definesaap2020-12-181-1/+0
| |
* | little cleanup and synch on templates and configaap2020-12-181-11/+15
| |
* | Enable our Linux joystick handlingerorcun2020-12-141-1/+1
| |
* | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamierorcun2020-12-091-0/+6
|\ \
| * | script from other platforms and unused commandsNikolay Korolev2020-12-051-0/+6
| | |
* | | Frontend cleanup, .INI, CFO, scrollable pageserorcun2020-12-091-15/+19
|/ /
* | Add GTA_REPLAYSergeanur2020-12-011-0/+1
| | | | | | | | | | | | # Conflicts: # src/control/Replay.cpp # src/control/Replay.h
* | Make texture conversion work a bit fasterSergeanur2020-12-011-0/+1
| | | | | | | | | | # Conflicts: # src/core/config.h
* | Xbox message screen, disabled by defaulterorcun2020-11-231-0/+1
| |
* | neo screen dropletsaap2020-11-191-0/+8
| |
* | Frontend: Stats, Map, Audio inputs, Radio selectorerorcun2020-11-171-1/+1
| |
* | urgh, merge and changes to RW layer in one commit.aap2020-11-111-0/+2
|\ \
| * | Merge pull request #795 from withmorten/masteraap2020-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | enable static runtime for all windows builds; fast floating point for x86/x64 builds; no sized dealloc for windows builds # Conflicts: # premake5.lua # src/core/config.h
* | | new LCS-style rendereraap2020-11-031-0/+1
|/ /
* | Merge pull request #792 from withmorten/masteraap2020-10-311-4/+20
| | | | | | | | | | | | fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL ... # Conflicts: # src/core/Frontend.cpp
* | foobar!aap2020-10-311-1/+1
| |
* | couple of fixes and cleanupaap2020-10-311-1/+1
| |
* | Disable loading screenSergeanur2020-10-301-1/+1
| |
* | ObjectDataSergeanur2020-10-231-1/+1
| |
* | Radar, WaterCannon, win/glfw skelseray orçunus2020-10-171-2/+0
| |
* | Merge branch 'miami' of https://github.com/GTAmodding/re3 into neweray orçunus2020-10-121-2/+3
|\ \
| * \ Merge pull request #753 from majesticCoding/miamierorcun2020-10-121-0/+1
| |\ \ | | | | | | | | CWaterCreatures
| | * | CWaterCreaturesmajestic2020-10-081-0/+1
| | | |
| * | | Fix forgotten wanted/busted texteray orçunus2020-10-121-1/+0
| | | |
| * | | Merge pull request #758 from erorcun/miamierorcun2020-10-121-1/+2
| |\ \ \ | | | | | | | | | | Hud, Fire, OnscreenBlaBla
| | * | | Hud, Fire, OnscreenBlaBlaeray orçunus2020-10-121-1/+2
| | |/ /
* | / / SampleManagereray orçunus2020-10-121-2/+0
|/ / /
* | | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-10-111-1/+4
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # gamefiles/TEXT/american.gxt # premake5.lua # src/audio/MusicManager.cpp # src/control/Darkel.cpp # src/control/Script.cpp # src/core/FileLoader.cpp # src/core/Frontend.cpp # src/core/Game.cpp # src/core/Streaming.cpp # src/core/config.h # src/core/re3.cpp # src/extras/frontendoption.cpp # src/extras/frontendoption.h # src/render/Hud.cpp # src/skel/glfw/glfw.cpp # src/vehicles/CarGen.cpp # src/vehicles/Vehicle.cpp # src/weapons/WeaponInfo.cpp # utils/gxt/american.txt
| * Load and write our settings in re3.ini & fixeseray orçunus2020-10-021-3/+4
| |
| * Fixes, mouse AUX buttons, joystick detect menueray orçunus2020-09-301-0/+3
| |
| * Fixes: PS2/PS2-like menu, Hud, new sliding text founderay orçunus2020-09-271-1/+1
| |
| * Fixeseray orçunus2020-09-271-2/+2
| |
| * new frontend customizationeray orçunus2020-08-241-1/+1
| |
| * Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcuneray orçunus2020-08-241-0/+1
| |\
| * | Revert "remove CFO"eray orçunus2020-08-191-0/+1
| | | | | | | | | | | | This reverts commit 0418ba597bc53d08d0244188f4623ebadfdd2876.
* | | better flying cars, some refractoring and fixesRoman Masanin2020-10-011-1/+1
| | |
* | | Restore All Cars are Heli cheateray orçunus2020-09-291-3/+2
| | |
* | | wall climb cheat from LCSNikolay Korolev2020-09-111-0/+1
| | |
* | | CGame done, Peds, fixeseray orçunus2020-08-301-1/+0
| | |
* | | Merge branch 'master' into miamiSergeanur2020-08-241-0/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/CutsceneMgr.cpp # src/audio/AudioLogic.cpp # src/audio/soundlist.h # src/core/ControllerConfig.cpp # src/core/ControllerConfig.h # src/core/Streaming.cpp # src/peds/PedChat.cpp # src/render/Weather.cpp # src/rw/TexRead.cpp # src/vehicles/Automobile.cpp # src/vehicles/Boat.cpp
| * | accidentally enabled extended stuff....aap2020-08-231-2/+2
| | |
| * | weather fixesaap2020-08-231-2/+2
| | |
| * | Add VEHICLE_FIREWEAPON (disabled by default)Sergeanur2020-08-201-0/+1
| |/
| * Merge branch 'master' of github.com:gtamodding/re3aap2020-08-181-3/+9
| |\
| * | neo pipelinesaap2020-08-181-1/+3
| | |
* | | CStreaming done, hopefullyaap2020-08-201-0/+1
| | |
* | | rw stuff done & other small thingsaap2020-08-201-5/+5
| | |
* | | Merge remote-tracking branch 'origin/miami' into miamiSergeanur2020-08-191-0/+1
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # src/core/config.h
| * | | neo pipelines; postfx fixaap2020-08-191-0/+1
| | | |
* | | | Merge branch 'master' into miamiSergeanur2020-08-191-2/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # gamefiles/TEXT/american.gxt # src/control/Garages.cpp # src/control/Record.cpp # src/control/Script.cpp # src/core/Collision.cpp # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.cpp # src/core/MenuScreens.cpp # src/core/Streaming.cpp # src/core/config.h # src/core/re3.cpp # src/modelinfo/ModelInfo.cpp # src/render/Renderer.cpp # src/save/GenericGameStorage.cpp # utils/gxt/american.txt
| * | remove CFOeray orçunus2020-08-161-1/+0
| | |
| * | Island loading and PS2 alpha test added to optionsSergeanur2020-08-161-1/+1
| | |
| * | Graphics menu + MSAASergeanur2020-08-161-1/+8
| |/
| * extended postfx and sniper hud fixaap2020-08-131-0/+1
| |
* | implemented extended postfxaap2020-08-111-0/+1
| |
* | static shadows fix, cutscene shadows switchesFire-Head2020-08-081-0/+3
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-08-071-2/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Merge pull request #675 from erorcun/masteraap2020-08-071-1/+10
| |\ | | | | | | Squeeze performance option, minor fixes
| | * Squeeze performance option, minor fixeseray orçunus2020-08-031-1/+10
| | | | | | | | | | | | Fixes are already in miami
| * | VU0 collisionaap2020-08-031-1/+5
| |/
* | CEscalators donemajestic2020-08-041-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-07-291-1/+1
|\|
| * rename shitaap2020-07-291-1/+1
| |
* | Merge branch 'master' into miamiSergeanur2020-07-291-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Dual pass rendering for RW 3.3Sergeanur2020-07-291-0/+1
| |
| * collision fixesaap2020-07-271-0/+1
| |
| * Disable cache for openal for nowFilip Gawin2020-07-251-0/+2
| |
| * Add ps2 audio pathsSergeanur2020-07-231-0/+1
| |
* | CCollision done and fixesaap2020-07-271-1/+2
| |
* | Merge pull request #656 from erorcun/miamierorcun2020-07-221-1/+0
|\ \ | | | | | | Peds, Hud, CFO 1/2, fixes - including zone names
| * | Peds, Hud, CFO 1/2, fixes - including zone nameseray orçunus2020-07-221-1/+0
| | |
* | | made NPC heli rotors rotateaap2020-07-211-1/+1
|/ /
* | Merge pull request #650 from majesticCoding/miamiaap2020-07-201-0/+1
|\ \ | | | | | | COcclusion done, I hope
| * | cosmetic fixesmajestic2020-07-201-0/+1
| | |
* | | Merge branch 'master' into miamiSergeanur2020-07-171-0/+3
|\ \ \ | | |/ | |/| | | | | | | | | | # Conflicts: # src/control/Record.cpp # src/vehicles/Automobile.cpp
| * | Add audio cache for faster initializationSergeanur2020-07-171-0/+3
| | |
* | | Merge branch 'master' into miamiSergeanur2020-07-131-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/CarAI.cpp # src/control/Phones.cpp # src/control/Phones.h # src/control/Record.cpp # src/control/Restart.cpp # src/control/Script.cpp # src/core/Collision.cpp # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.h # src/core/Streaming.cpp # src/core/TempColModels.cpp # src/core/Wanted.cpp # src/core/Zones.cpp # src/core/config.h # src/core/main.cpp # src/core/re3.cpp # src/entities/Entity.cpp # src/entities/Physical.cpp # src/extras/frontendoption.cpp # src/modelinfo/ModelInfo.cpp # src/modelinfo/PedModelInfo.cpp # src/peds/CivilianPed.cpp # src/peds/CopPed.cpp # src/peds/EmergencyPed.cpp # src/peds/Ped.cpp # src/peds/Ped.h # src/peds/Population.cpp # src/render/Renderer.cpp # src/save/GenericGameStorage.cpp # src/skel/win/win.cpp # src/vehicles/Automobile.cpp # src/vehicles/Boat.cpp # src/vehicles/Boat.h # src/vehicles/Vehicle.cpp
| * | Add cutscene borders switch to the menuSergeanur2020-07-111-0/+1
| | |
| * | enable island loading for noweray orçunus2020-07-101-1/+1
| | |
| * | Disable loading screenSergeanur2020-07-091-1/+2
| | |
| * | Remove island loadingSergeanur2020-07-091-0/+1
| | |
| * | reenabled script loggingNikolay Korolev2020-07-031-1/+1
| | |
| * | Disable VC_PED_PORTS, better cancellable car enter, weapon and cops fixeseray orçunus2020-07-021-1/+1
| | |
| * | Restored beta police system(disabled), fixes from miami, debug info for CFO crash (#639)erorcun2020-07-011-2/+2
| | |
* | | Frontend: Stats, Briefs, gta_vc.set, slider ranges, fixeseray orçunus2020-07-061-1/+0
| |/ |/|
* | fixes from master, menu helper texteray orçunus2020-07-041-1/+1
| |
* | script logging for miamiNikolay Korolev2020-07-011-1/+1
| |
* | cleanupaap2020-06-291-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-291-6/+20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * menu fixesFire-Head2020-06-291-9/+18
| |
| * script logging fixesNikolay Korolev2020-06-281-0/+4
| |
| * script loggingNikolay Korolev2020-06-211-0/+2
| |
| * some PS2 cam code; fix for arrest camaap2020-06-201-0/+1
| |
* | CWanted, anim fix, ped objs renaming, remove III beta featureseray orçunus2020-06-221-1/+0
| |
* | Peds, mission switcher & fixeseray orçunus2020-06-141-2/+1
| |
* | script fixNikolay Korolev2020-06-131-1/+1
| |
* | miamification of some audio structsSergeanur2020-06-081-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-031-2/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/control/GameLogic.cpp # src/control/PathFind.cpp # src/control/RoadBlocks.cpp # src/control/Script.cpp # src/control/Script.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/MenuScreens.cpp # src/core/TempColModels.cpp # src/core/config.h # src/core/re3.cpp # src/modelinfo/SimpleModelInfo.cpp # src/modelinfo/VehicleModelInfo.cpp # src/modelinfo/VehicleModelInfo.h # src/render/Skidmarks.h # src/render/WaterLevel.cpp # src/save/GenericGameStorage.h # src/vehicles/Automobile.cpp # src/vehicles/Automobile.h # src/vehicles/DamageManager.cpp # src/vehicles/Vehicle.cpp # src/vehicles/Vehicle.h
| * Add files via uploadrollschuh22822020-05-291-2/+2
| |
| * config reorganizationeray orçunus2020-05-281-4/+5
| |
| * Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcuneray orçunus2020-05-281-0/+2
| |\
| | * mission replayNikolay Korolev2020-05-261-0/+2
| | |
| * | Frontend customization functions, freecam toggle, minor thingseray orçunus2020-05-281-0/+1
| |/
* | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamieray orçunus2020-06-011-2/+2
|\ \
| * \ Merge branch 'miami' of github.com:GTAmodding/re3 into miamiaap2020-06-011-1/+4
| |\ \
| * | | gahhhaap2020-05-311-1/+1
| | | |
| * | | some CAutomobileaap2020-05-311-1/+1
| | | |
* | | | DrawStandardMenus, VC menu array and minor fixeseray orçunus2020-06-011-11/+16
| |/ / |/| |
* | | game logicNikolay Korolev2020-05-311-1/+3
| | |
* | | roadblocksNikolay Korolev2020-05-301-0/+1
|/ /
* | seagulls, shipsFire-Head2020-05-271-1/+2
| |
* | VC WaterFire-Head2020-05-271-0/+2
| |
* | VC CParticle doneFire-Head2020-05-271-1/+1
| |
* | Merge remote-tracking branch 'upstream/miami' into miamiNikolay Korolev2020-05-231-5/+0
|\ \
| * | Merge branch 'master' into miamiSergeanur2020-05-231-5/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/control/Script.cpp # src/core/SurfaceTable.cpp # src/core/config.h # src/entities/Physical.cpp # src/entities/Physical.h # src/objects/Object.h # src/skel/skeleton.h # src/vehicles/Vehicle.h
| | * OpenAL configsSergeanur2020-05-221-5/+0
| | |
| | * little cleanup of handlingmgraap2020-05-191-2/+0
| | |
* | | set piecesNikolay Korolev2020-05-231-0/+2
|/ /
* | Merge pull request #574 from Xinerki/miamierorcun2020-05-221-0/+3
|\ \ | | | | | | many additions
| * | make reloadables optionalXinerki2020-05-211-0/+3
| | |
* | | VC CMenuManager struct, ctor etc.eray orçunus2020-05-221-1/+0
|/ /
* | Fixes for melees and various thingseray orçunus2020-05-201-1/+1
| |
* | HandlingMgraap2020-05-191-2/+0
| |
* | finished CFileLoader; some COcclusion stubsaap2020-05-191-0/+2
| |
* | CTextSergeanur2020-05-181-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-05-121-4/+7
|\| | | | | | | | | | | | | | | | | # Conflicts: # premake5.lua # src/core/ZoneCull.cpp # src/core/Zones.cpp # src/objects/CutsceneHead.cpp # src/render/Clouds.cpp
| * Linux build supporteray orçunus2020-05-111-4/+7
| |
* | Merge pull request #535 from Nick007J/miamiaap2020-05-111-1/+1
|\ \ | | | | | | garages, carctrl, script
| * \ sync with upstreamNikolay Korolev2020-05-111-1/+2
| |\ \
| * | | garages + scriptNikolay Korolev2020-05-111-1/+1
| | | |
* | | | Merge branch 'miami' of github.com:GTAmodding/re3 into miamiaap2020-05-111-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into miamiSergeanur2020-05-111-1/+2
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-1/+2
| | |\ | | | | | | | | OpenAL update
| | | * openal-soft addedFire-Head2020-05-041-2/+2
| | | |
| | | * oal updFire-Head2020-05-041-1/+2
| | | |
* | | | CVisibilityPluginsaap2020-05-111-1/+3
|/ / /
* | | Merge branch 'master' into miamiSergeanur2020-05-101-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/AnimManager.cpp # src/control/CarCtrl.cpp # src/control/Curves.cpp # src/core/templates.h
| * | Place debug menu under ifdefSergeanur2020-05-091-0/+1
| | |
| * | more small fixesaap2020-05-081-0/+3
| | |
| * | Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULLSergeanur2020-05-051-6/+0
| | |
* | | peds starting to workaap2020-05-091-2/+2
| | |
* | | most of animation system done; little stuff here and thereaap2020-05-081-0/+3
| | |
* | | CBaseModelInfo doneaap2020-05-071-3/+3
| | |
* | | VC vehicles just barely working nowaap2020-05-071-1/+1
| | |
* | | checked some of streaming for VC changesaap2020-05-061-3/+3
| | |
* | | new zone stuffaap2020-05-061-6/+5
| | |
* | | implemented most of timecycle and mbluraap2020-05-061-1/+1
| | |
* | | getting the vice city map to workaap2020-05-051-1/+1
| | |
* | | some miami limitsaap2020-05-051-18/+17
| | |
* | | cleaned up MIAMI ifdefsaap2020-05-051-22/+0
| | |
* | | Revert "Remove Miami stuff"Sergeanur2020-05-051-0/+17
|/ / | | | | | | This reverts commit 9960c411933f9a804eb5f6840d75ad00fd255252.
* | Remove Miami stuffSergeanur2020-05-051-17/+0
| |
* | implemented most of streamed collisions and big buildingsaap2020-05-051-0/+6
| |
* | GTA_ZONECULL defineaap2020-05-031-0/+1
| |
* | GTA_BRIDGE and GTA_TRAIN definesaap2020-05-031-0/+5
| |
* | implemented most of vice city path systemaap2020-05-031-0/+11
| |
* | Merge pull request #504 from Sergeanur/PadInputSwitchSergeanur2020-05-021-0/+1
|\ \ | | | | | | Switching pad modes and cheats when player is switching between controller and kb&m
| * | Switching pad modes and cheats when player is switching between controller and kb&mSergeanur2020-05-021-0/+1
| | |
* | | Revert "Disable PED_SKIN for now"Sergeanur2020-05-021-1/+1
| | | | | | | | | | | | This reverts commit d51bf48dcd5756a4c81e8faf61f495c02684c209.
* | | Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-05-021-1/+1
|\| |
| * | Disable PED_SKIN for nowSergeanur2020-05-021-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-05-011-0/+1
|\| |
| * | implemented improved video modes for win.cppaap2020-04-291-0/+1
| |/
* | Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-04-271-1/+1
|\|
| * little support for gl3 textures; txd.img enabled againaap2020-04-271-1/+1
| |
* | sync with upstreamNikolay Korolev2020-04-261-0/+2
|\|
| * Merge pull request #489 from Nick007J/masterNikolay Korolev2020-04-261-0/+2
| |\ | | | | | | 1.1 patch stuff + flying controls
| * | A few fixesSergeanur2020-04-261-1/+3
| | |
| * | Initial GLFW supporteray orçunus2020-04-261-1/+1
| | |
* | | pools compatibilityNikolay Korolev2020-04-261-0/+2
| |/ |/|
* | helis done + cheatsNikolay Korolev2020-04-251-0/+2
|/
* implemented skinned peds, no cutscene hands yetaap2020-04-241-0/+1
|
* ps2 particles, sampman oal startedFire-Head2020-04-231-0/+5
|
* camerapickup ps2 codeFire-Head2020-04-201-0/+1
|
* beta OddJob(unique jump etc) sliding textFire-Head2020-04-201-0/+1
|
* Struct cleanup, various fixes, enable PS2 randeray orçunus2020-04-191-1/+1
|
* Hide Vehicle/Zone name during Wasted/Busted...gennariarmando2020-04-181-0/+1
| | | | Fixed little mistake in my latest commit.
* rem refsFire-Head2020-04-171-0/+1
|
* Increase alpha entity list capacity for wide screenSergeanur2020-04-161-1/+2
|
* first fake RW implementation workingaap2020-04-161-0/+1
|
* Default native resolution mode and small camera fixesSergeanur2020-04-151-0/+1
|
* CPacManPickupsSergeanur2020-04-131-0/+1
|
* Frontend fixes + triangle for back as defaulteray orçunus2020-04-121-1/+4
|
* Merge remote-tracking branch 'Fire-Head/master'Sergeanur2020-04-091-0/+1
|\ | | | | | | | | # Conflicts: # src/core/Radar.cpp
| * PS2 Cheats, restored R*namesFire-Head2020-04-091-0/+1
| |
* | Merge pull request #390 from Sergeanur/Explosionaap2020-04-091-1/+3
|\ \ | | | | | | Finished CExplosion
| * | Finished CExplosionSergeanur2020-04-091-1/+3
| |/
* / implemented CSkidmarksaap2020-04-081-0/+1
|/
* Merge pull request #385 from aap/masteraap2020-04-081-0/+3
|\ | | | | implemented CRubbish, CShinyTexts, CBrightLights, CMotionBlurStreaks, CSpecialFX
| * finished CMotionBlurStreaks, CSpecialFXaap2020-04-071-0/+1
| |
| * implemented CRubbishaap2020-04-071-0/+1
| |
| * implemented CShinyTextsaap2020-04-071-0/+1
| |
* | Menu maperay orçunus2020-04-071-1/+1
|/
* Merge pull request #379 from erorcun/erorcunaap2020-04-061-0/+1
|\ | | | | Frontend (last-3)
| * Frontend (last-3)eray orçunus2020-04-041-0/+1
| |
* | Merge branch 'master' into garages_devNikolay Korolev2020-04-061-1/+1
|\ \
| * \ Merge pull request #378 from aap/masteraap2020-04-051-1/+1
| |\ \ | | |/ | |/| finished CCamera
| | * CCamera fixesaap2020-04-031-1/+1
| | |
* | | Merge branch 'master' into garages_devNikolay Korolev2020-04-051-0/+2
|\| |
| * | Merge pull request #377 from Fire-Head/masteraap2020-04-031-0/+2
| |\ \ | | |/ | |/| Glass
| | * Glass doneFire-Head2020-04-011-0/+2
| | |
* | | cranes initNikolay Korolev2020-04-051-1/+3
|/ /
* | timebarsSergeanur2020-03-311-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into MoreLanguagesSergeanur2020-03-301-0/+5
|\|
| * Merge pull request #366 from Nick007J/masteraap2020-03-291-0/+2
| |\ | | | | | | Garage part 1
| | * merge with upstreamNikolay Korolev2020-03-291-0/+2
| | |\
| | * \ Merge branch 'master' into garages_devNikolay Korolev2020-03-281-2/+8
| | |\ \
| | * | | garages part 1Nikolay Korolev2020-03-281-0/+2
| | | | |
| * | | | Merge pull request #369 from erorcun/erorcunerorcun2020-03-291-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | | CShotInfo, CWanted done, Frontend fix
| | * | | CShotInfo, CWanted done, Frontend fixeray orçunus2020-03-291-0/+1
| | | |/ | | |/|
| * / | rotating FollowPed cam (disabled by default for now)aap2020-03-291-0/+2
| |/ /
* / / Add russian lang supportSergeanur2020-03-301-0/+1
|/ /
* | XInputSergeanur2020-03-271-0/+1
| |
* | Merge pull request #357 from aap/masteraap2020-03-271-0/+2
|\ \ | | | | | | Finished CCam; various smaller things
| * | Finished CCam; various smaller thingsaap2020-03-271-0/+2
| |/
* / CCopPed 2 and fixeseray orçunus2020-03-261-2/+5
|/
* merge with upstreamNikolay Korolev2020-03-221-6/+17
|\
| * Fixes for reviewFilip Gawin2020-03-221-0/+11
| |
| * Implement ProcessGarages + small cleanupFilip Gawin2020-03-221-5/+7
| |
* | CGame::InitialiseNikolay Korolev2020-03-221-0/+4
|/
* bullet traces fixesNikolay Korolev2020-03-221-0/+1
|
* ProcessButtonPresses and fixeseray orçunus2020-03-211-0/+1
|
* replay bug fixes, script bug fixNikolay Korolev2020-03-151-0/+4
|
* mergeNikolay Korolev2020-02-221-0/+2
|\
| * CPopulation 1eray orçunus2020-02-171-0/+2
| |
* | script 1000-1154Nikolay Korolev2020-02-161-0/+2
|/
* MLO, XtraCompsModelInfo, MovingThing, SolidSergeanur2020-01-201-0/+3
|
* FixesSergeanur2020-01-121-0/+1
|
* CPlayerPed & CMenuManager (#286)erorcun2020-01-071-2/+3
| | | Make Frontend great again!
* script 800-899Nikolay Korolev2020-01-031-0/+1
|
* CCivilianPed done & restore peds running to phoneeray orçunus2019-11-261-0/+2
|
* Readme revision (#268)erorcun2019-11-061-5/+5
|
* Renderer fixeseray orçunus2019-11-031-0/+3
|
* Full C3dMarkersSergeanur2019-10-171-0/+1
|
* Added read/write template functions for save data, small Load/Save arguments unificationSergeanur2019-10-081-0/+1
|
* Pedseray orçunus2019-10-061-2/+3
|
* Fixeseray orçunus2019-10-051-4/+2
|
* Triangular radar blipsSergeanur2019-10-051-1/+4
|
* CDarkel, walkaround fixeray orçunus2019-10-051-2/+17
|
* CPickupsSergeanur2019-10-031-1/+6
|
* Added missed config.hSergeanur2019-10-031-0/+1
|
* Fixes & pedseray orçunus2019-10-031-1/+0
|
* Added CUTSCENEDIRSIZE to Config enum and CUTSCENENAMESIZE macroSergeanur2019-09-281-0/+1
|
* Peds, ProcessObjective and fixeseray orçunus2019-09-261-1/+2
|
* CCarCtrlNikolay Korolev2019-09-151-0/+3
|
* Merge pull request #204 from erorcun/erorcunaap2019-09-121-0/+1
|\ | | | | World and Peds
| * World and Pedseray orçunus2019-09-121-0/+1
| |
* | ccarctrlNikolay Korolev2019-09-111-1/+4
|/
* Fix and cancellable car entereray orçunus2019-09-051-0/+1
|
* AnimViewer messages, Particle fix, Pedseray orçunus2019-08-171-0/+1
|
* finished CPathFindaap2019-08-091-0/+6
|
* Merge pull request #178 from Fire-Head/masteraap2019-08-021-0/+2
|\ | | | | sampman done
| * Merge branch 'master' of github.com:Fire-Head/re3Fire-Head2019-08-021-2/+4
| |\
| * | sampman doneFire-Head2019-08-021-0/+2
| | |
* | | implemented CPlaneaap2019-07-311-0/+1
| |/ |/|
* | cargen + some scriptNikolay Korolev2019-07-271-0/+2
| |
* | fixed dinputaap2019-07-251-2/+2
|/
* Merge branch 'master' into masterFire_Head2019-07-241-1/+2
|\
| * shadows doneFire-Head2019-07-241-1/+2
| |
* | more CWanted; added CEventListaap2019-07-121-0/+1
|/
* more CAutomobileaap2019-07-081-0/+2
|
* IntoTheScripts!Nikolay Korolev2019-07-071-0/+1
|
* the great reorganizationaap2019-07-071-0/+116