| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix debug teleport | Nikolay Korolev | 2021-08-26 | 1 | -8/+9 |
| * | fixed debug teleport | Nikolay Korolev | 2021-08-26 | 2 | -3/+5 |
| * | Refactor cPedComments | Sergeanur | 2021-08-25 | 1 | -1/+0 |
| * | Audio: refactoring, type fixes, renaming cAudioManager fields | Sergeanur | 2021-08-25 | 1 | -1/+1 |
| * | Merge branch 'master' into miami•••# 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 | Sergeanur | 2021-08-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Audio enhancements:•••* 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 | Sergeanur | 2021-08-24 | 1 | -1/+2 |
| | * | Adjust plane free cam values for sparks to be visible in Dodo | erorcun | 2021-08-23 | 1 | -1/+1 |
| | * | Make ped comments update position and volume | Sergeanur | 2021-08-23 | 1 | -0/+1 |
| | * | Fix map teleport Z coordinate | erorcun | 2021-08-21 | 1 | -1/+1 |
| | * | Add AUDIO_REFLECTIONS define, fix a bunch of types, fix heli chatter intensity | Sergeanur | 2021-08-17 | 3 | -0/+9 |
| | * | Switch PR & remove X11 part from CMakeLists | erorcun | 2021-08-16 | 7 | -9/+67 |
| | |\ | |||||
| | | * | Add Switch controller asset and configuration•••* Add GXT string for the Nintendo Switch Controller * Add frontend and button textures for Nintendo Switch controllers * Fix wrong #ifndef when hiding screen resolution option on GTA_HANDHELD | Adrian Graber | 2021-07-13 | 4 | -2/+37 |
| | | * | Replace GTA_SWITCH macro and use GAMEPAD_MENU•••* 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 | Adrian Graber | 2021-07-13 | 3 | -9/+25 |
| | | * | Enable Gamepad Menu on Switch | Adrian Graber | 2021-07-13 | 1 | -1/+1 |
| | | * | Add Nintendo Switch initial support | Adrian Graber | 2021-07-13 | 3 | -4/+11 |
| * | | | Audio enhancements:•••* 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 | Sergeanur | 2021-08-24 | 1 | -1/+2 |
| * | | | Make ped comments update position and volume + fix cPedComments::Process | Sergeanur | 2021-08-23 | 1 | -1/+2 |
| * | | | Cam: Fix can't look to right on BEHINDCAR | erorcun | 2021-08-22 | 1 | -1/+1 |
| * | | | Add AUDIO_REVERB define | Sergeanur | 2021-08-19 | 1 | -0/+2 |
| * | | | Port audio changes from master | Sergeanur | 2021-08-18 | 1 | -0/+2 |
| * | | | Merge branch 'master' into miami•••# Conflicts: # src/audio/AudioCollision.cpp # src/audio/AudioLogic.cpp # src/audio/AudioManager.cpp # src/audio/AudioManager.h # src/audio/sampman.h # src/audio/sampman_miles.cpp # src/core/Frontend.cpp # src/core/MenuScreens.cpp # src/core/MenuScreensCustom.cpp # src/core/common.h # src/core/config.h # src/vehicles/Automobile.cpp | Sergeanur | 2021-08-16 | 2 | -1/+5 |
| |\| | | |||||
| | * | | Remove not needed entry from config | Sergeanur | 2021-08-16 | 1 | -1/+0 |
| | * | | Fix premature .ini saving leading to missing bindings | erorcun | 2021-08-15 | 1 | -3/+0 |
| | * | | Revert "map memory usage high default"•••This reverts commit b7c7c883d7414ef270db10f5ff7cc224a8ac41a4. | erorcun | 2021-08-13 | 1 | -1/+1 |
| | * | | map memory usage high default | withmorten | 2021-08-12 | 1 | -1/+1 |
| | * | | Refactor cAudioManager::ProcessActiveQueues, fix doppler effect | Sergeanur | 2021-08-12 | 1 | -0/+2 |
| | * | | Replace static_assert with #error | Sergeanur | 2021-08-12 | 1 | -2/+2 |
| | * | | Put more things under ifdef | Sergeanur | 2021-08-12 | 5 | -1/+19 |
| | * | | Fix a bunch of CModelInfo::GetModelInfo->GetColModel calls | Sergeanur | 2021-08-09 | 2 | -6/+6 |
| | * | | Add sprite to the waypoint marker | Sergeanur | 2021-08-09 | 2 | -5/+58 |
| * | | | Remove not needed entry from config | Sergeanur | 2021-08-16 | 1 | -1/+0 |
| * | | | All the sliders, unite | erorcun | 2021-08-15 | 1 | -2/+2 |
| * | | | Fix premature .ini saving leading to missing bindings | erorcun | 2021-08-15 | 1 | -3/+0 |
| * | | | Switch PR & remove X11 part from CMakeLists | erorcun | 2021-08-14 | 7 | -7/+78 |
| |\ \ \ | |||||
| | * | | | Nintendo Switch support | Adrian Graber | 2021-07-13 | 7 | -7/+78 |
| * | | | | ginput script | Nikolay Korolev | 2021-08-14 | 1 | -0/+1 |
| * | | | | Revert "map memory usage high default"•••This reverts commit 81c6c5e47acc9d4c43a631b3b24ae627855f2e5b. | erorcun | 2021-08-13 | 1 | -1/+1 |
| * | | | | map memory usage high default | withmorten | 2021-08-12 | 1 | -1/+1 |
| * | | | | Sync audio changes from master | Sergeanur | 2021-08-12 | 5 | -1/+33 |
| * | | | | Waypoint text fix | Sergeanur | 2021-08-12 | 1 | -0/+5 |
| * | | | | mission retry fix | Nikolay Korolev | 2021-08-12 | 2 | -3/+21 |
| * | | | | Fix a bunch of CModelInfo::GetModelInfo->GetColModel calls | Sergeanur | 2021-08-11 | 2 | -6/+6 |
| * | | | | Add sprite to the waypoint marker | Sergeanur | 2021-08-11 | 2 | -5/+61 |
| * | | | | Fix | Sergeanur | 2021-08-08 | 2 | -2/+2 |
| * | | | | Sync fix from miami | Sergeanur | 2021-08-08 | 1 | -0/+7 |
| * | | | | merge | Nikolay Korolev | 2021-08-08 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | small fix | Nikolay Korolev | 2021-08-08 | 1 | -2/+2 |
| * | | | | merge | Nikolay Korolev | 2021-08-08 | 1 | -3/+3 |
| |\| | | | |||||
| | * | | | small refactoring | Nikolay Korolev | 2021-08-08 | 1 | -3/+3 |
| * | | | | merge | Nikolay Korolev | 2021-08-08 | 9 | -8/+16 |
| |\| | | | |||||
