summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2021-08-17Add AUDIO_REFLECTIONS define, fix a bunch of types, fix heli chatter intensitySergeanur
2021-08-16Switch PR & remove X11 part from CMakeListserorcun
2021-08-16Remove not needed entry from configSergeanur
2021-08-15Fix premature .ini saving leading to missing bindingserorcun
2021-08-13Revert "map memory usage high default"erorcun
This reverts commit b7c7c883d7414ef270db10f5ff7cc224a8ac41a4.
2021-08-12map memory usage high defaultwithmorten
2021-08-12Refactor cAudioManager::ProcessActiveQueues, fix doppler effectSergeanur
2021-08-12Replace static_assert with #errorSergeanur
2021-08-12Put more things under ifdefSergeanur
2021-08-09Fix a bunch of CModelInfo::GetModelInfo->GetColModel callsSergeanur
2021-08-09Add sprite to the waypoint markerSergeanur
2021-08-08small fixNikolay Korolev
2021-08-08small refactoringNikolay Korolev
2021-08-02Fix waypoint disappearing after each saveSergeanur
2021-07-31Merge pull request #1251 from Sergeanur/HigherDrawDistSergeanur
Make cars and peds to not despawn when you look away
2021-07-31Merge pull request #1248 from davicr/radar-cutscene-bugfixSergeanur
Fix blip rendering during scripted sequences
2021-07-29CVisibilityPlugins and CRenderer fixesaap
2021-07-26fixwithmorten
2021-07-26Make cars and peds to not despawn when you look awaySergeanur
2021-07-22Properly fix blip rendering during scripted sequencesDavi
Changes conditionals from "DrawBlips" and "ShowRadarTrace", "ShowRadarTraceWithHeight" to allow blips to be rendered during scripted sequences when "MENU_MAP" is enabled.
2021-07-19fix garbage data written in garage save blockwithmorten
2021-07-15Make PS2 VB files work together with PC audio filesSergeanur
2021-07-15Remove stupid castSergeanur
2021-07-13Add Switch controller asset and configurationAdrian Graber
* 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
2021-07-13Replace GTA_SWITCH macro and use GAMEPAD_MENUAdrian Graber
* 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
2021-07-13Enable Gamepad Menu on SwitchAdrian Graber
2021-07-13Add Nintendo Switch initial supportAdrian Graber
2021-07-12Vanilla config for Windows and win-x86 onlywithmorten
2021-07-12fixwithmorten
2021-07-12Reorganize config.hSergeanur
2021-07-12switch out current ini_parser.hpp with pulzed/mINIwithmorten
2021-07-12Merge pull request #1149 from withmorten/saveserorcun
finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES
2021-07-12Unite all sliderserorcun
2021-07-12Add ped and car density slider to menu, remove dumb collision "optimization"erorcun
2021-07-10Merge/sync fixes after threaded audioerorcun
2021-07-10Multi-threaded audio fixeserorcun
2021-07-10Multi-threaded audio streamserorcun
Under MULTITHREADED_AUDIO define.
2021-07-10finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten
2021-07-09add librw defines to vanilla defines undefswithmorten
2021-07-08Use CPad functions to check key states in script loaderSergeanur
2021-07-05Merge pull request #1187 from mssx86/musl_fixerorcun
fix: add missing limits.h includes to enable bulding on musl.
2021-07-03fix previous PED_SKIN commit, add commentswithmorten
2021-07-03disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is ↵withmorten
disabled
2021-07-03Sanitizer fixes 2erorcun
2021-07-01fix: add missing limits.h includes to enable bulding on musl.mssx86
2021-06-30Pause radio when game is pausedSergeanur
2021-06-28rename clamp macro to Clamp to fix compilation with g++11withmorten
2021-06-27Less invasive red tint on Delete Game pageerorcun
2021-06-27Fix map texture leakerorcun
2021-06-26Revert "Revert "Redo ReadSaveBuf + common.h cleanup""withmorten
This reverts commit af7573ddbe38e0aaa485877e7ccb2e704b0f5a7f.