summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vanilla config for Windows and win-x86 onlywithmorten2021-07-121-0/+4
* fixwithmorten2021-07-121-1/+1
* Reorganize config.hSergeanur2021-07-121-131/+50
* switch out current ini_parser.hpp with pulzed/mINIwithmorten2021-07-123-382/+821
* Merge pull request #1149 from withmorten/saves•••finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESerorcun2021-07-1225-159/+1161
|\
| * finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-1025-159/+1161
* | Unite all sliderserorcun2021-07-121-2/+2
* | Add ped and car density slider to menu, remove dumb collision "optimization"erorcun2021-07-1211-50/+157
* | fix the fix (and another fix)withmorten2021-07-112-2/+2
* | tiny diff fixeswithmorten2021-07-113-3/+3
* | Physical: division by zero fixerorcun2021-07-101-0/+4
* | Merge/sync fixes after threaded audioerorcun2021-07-102-2/+7
* | Remove waiting for stream closure in multi-thread audioerorcun2021-07-103-20/+23
* | Multi-threaded audio fixeserorcun2021-07-104-119/+113
* | Multi-threaded audio streams•••Under MULTITHREADED_AUDIO define. erorcun2021-07-104-95/+559
|/
* fix jittery cars at 15fpswithmorten2021-07-091-3/+4
* add librw defines to vanilla defines undefswithmorten2021-07-091-0/+5
* Use CPad functions to check key states in script loaderSergeanur2021-07-082-24/+6
* fix macro redefinition warnings on win-glfw buildwithmorten2021-07-082-1/+3
* fix sampman_null buildwithmorten2021-07-071-5/+5
* Merge pull request #1187 from mssx86/musl_fix•••fix: add missing limits.h includes to enable bulding on musl.erorcun2021-07-052-0/+2
|\
| * fix: add missing limits.h includes to enable bulding on musl.mssx862021-07-012-0/+2
* | Fix overflow in audio codeSergeanur2021-07-031-1/+1
* | fix previous PED_SKIN commit, add commentswithmorten2021-07-031-3/+3
* | disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is dis...withmorten2021-07-031-0/+6
* | Remove redundant part of 'Sanitizer fixes 2'erorcun2021-07-031-10/+2
* | Sanitizer fixes 2erorcun2021-07-034-14/+27
* | Peds: Efforts to find the reason of crashes on GCC 7.5.0•••* Prevent deleted peds to be in nearPeds list (was always needed, might be unrelated to crashes) * Add asserts to nearPeds and PedIK ctor (crash reasons) * Shouldn't fix reported crashes since they were caused by null peds. erorcun2021-07-033-4/+30
* | Sanitizer fixeserorcun2021-07-033-9/+9
* | Refactor OnscreenTimerSergeanur2021-07-021-59/+63
* | fix compilation when ctype.h is includedwithmorten2021-07-011-9/+9
|/
* zero out work_buff before writing padding in savewithmorten2021-07-011-0/+5
* Pause radio when game is pausedSergeanur2021-06-302-1/+17
* fix some string sizes to be MAX_PATHwithmorten2021-06-302-0/+8
* Fix MP3 finding stack crasherorcun2021-06-282-99/+48
* rename clamp macro to Clamp to fix compilation with g++11withmorten2021-06-2831-116/+116
* Less invasive red tint on Delete Game pageerorcun2021-06-271-34/+5
* Revert "Use PS2-y global names on SampMan"•••We know that they changed all those names on PC. This reverts commit 091a65996ef9eba0dfeb49508927ebb521c0f15b. erorcun2021-06-276-273/+273
* Use PS2-y global names on SampManerorcun2021-06-276-273/+273
* Fix map texture leakerorcun2021-06-271-1/+3
* fix WriteSaveHeaderwithmorten2021-06-261-8/+8
* Revert "Revert "Redo ReadSaveBuf + common.h cleanup""•••This reverts commit af7573ddbe38e0aaa485877e7ccb2e704b0f5a7f. withmorten2021-06-2626-337/+398
* fix screenshot name spacewithmorten2021-06-261-1/+1
* Fix premature CTimer callsSergeanur2021-06-261-0/+6
* Small timer fixSergeanur2021-06-261-3/+4
* Pool fixes•••Mostly for Linux erorcun2021-06-2616-49/+71
* Revert "Redo ReadSaveBuf + common.h cleanup"•••This reverts commit 2b67aba94cb6448fb24c869559465eddf2bad069. erorcun2021-06-2626-398/+337
* Merge pull request #1147 from withmorten/githash•••add no-git-hash option to premakewithmorten2021-06-252-1/+3
|\
| * add no-git-hash option to premakewithmorten2021-06-252-1/+3
* | Redo ReadSaveBuf + common.h cleanupSergeanur2021-06-2526-337/+398
|/