aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add radio off textSergeanur2021-01-311-2/+2
|
* Revert "First batch of fixes (CallAndMessage)"Filip Gawin2021-01-3115-139/+49
| | | | This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
* First batch of fixes (CallAndMessage)Filip Gawin2021-01-3115-49/+139
|
* fix reallocshfil2021-01-311-1/+1
|
* renderer fix from miamiwithmorten2021-01-312-0/+8
|
* Merge branch 'master' of https://github.com/GTAmodding/re3erorcun2021-01-292-3/+15
|\
| * add NewRenderer ini read/writewithmorten2021-01-291-0/+6
| |
| * CdStreamPosix fixeserorcun2021-01-291-3/+9
| |
* | Some regular fixes and UB fixeserorcun2021-01-295-6/+19
|/
* fixNikolay Korolev2021-01-281-0/+1
|
* fixed uninitialized nearclipaap2021-01-281-0/+3
|
* fix some little UBaap2021-01-281-1/+6
|
* Use previous naming & fix LineOfSightSectorList tooerorcun2021-01-281-6/+6
|
* Fix some Collision NaN/inf'serorcun2021-01-282-6/+23
|
* Fix texture conversion boxGaryOderNichts2021-01-271-0/+1
|
* Attempt to fix input delays on GLFWerorcun2021-01-271-2/+1
|
* Clean up POSIX streaming codeerorcun2021-01-276-45/+94
|
* Fix doubles in ZoneCullSergeanur2021-01-261-60/+60
|
* Support pads without L2-R2, add commentserorcun2021-01-251-11/+20
|
* modelinfo fixesaap2021-01-243-6/+5
|
* Add cmake option for sanitizersshfil2021-01-241-0/+15
|
* Ped: car enter anim. fixerorcun2021-01-241-4/+4
|
* Fix out of bound binding orderserorcun2021-01-241-2/+5
|
* Fix CCollision::DistToLineshfil2021-01-241-6/+6
|
* enable default resolution for vanilla defineswithmorten2021-01-231-1/+1
|
* whitespace fixwithmorten2021-01-231-2/+0
|
* another backportNikolay Korolev2021-01-231-0/+2
|
* use ARRAY_SIZENikolay Korolev2021-01-231-1/+1
|
* added some missing functionsNikolay Korolev2021-01-232-0/+45
|
* VANILLA_BUILD fixeswithmorten2021-01-231-1/+4
|
* get rid of unsupported LIBRW in config.hwithmorten2021-01-221-4/+0
|
* fix tabs in crossplatformwithmorten2021-01-221-5/+5
|
* Peds reporting to phone changes for GTA3Derorcun2021-01-222-7/+5
|
* No more resetting bindings for joypad, create .ini at the first start, ↵erorcun2021-01-228-85/+132
| | | | joystick hotplug for Linux
* fixwithmorten2021-01-221-1/+1
|
* small fix regarding codewarrior and AUDIO_MSSwithmorten2021-01-222-2/+4
|
* fix RW33 build, undef ANISOTROPIC_FILTERING for vanilla buildwithmorten2021-01-221-0/+1
|
* fixFilip Gawin2021-01-221-1/+1
|
* Better output for validating size assertFilip Gawin2021-01-221-2/+5
|
* m_nWantedLevel -> GetWantedLevel()withmorten2021-01-2217-42/+43
|
* free cam fixeswithmorten2021-01-211-2/+6
|
* how the hell did that happen?aap2021-01-211-1/+1
|
* fixed anisotropic filtering; updated librwaap2021-01-215-1/+32
|
* Merge pull request #968 from withmorten/cwwithmorten2021-01-2137-261/+450
|\ | | | | make building with Codewarrior 7 possible
| * codewarrior: finishing toucheswithmorten2021-01-219-22/+18
| |
| * Merge remote-tracking branch 'upstream/master' into cwwithmorten2021-01-2114-314/+382
| |\
| * | make building with Codewarrior 7 possiblewithmorten2021-01-2140-273/+466
| | |
* | | enable screenshots for librwaap2021-01-212-0/+8
| |/ |/|
* | fixed savingNikolay Korolev2021-01-201-1/+1
| |
* | Merge pull request #971 from Sergeanur/PoolFlagsSergeanur2021-01-203-31/+50
|\ \ | | | | | | Get rid of bitfields in CPool