| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ps2 fix | Nikolay Korolev | 2021-08-29 | 2 | -0/+4 |
| * | fix PS2 script | Nikolay Korolev | 2021-08-29 | 3 | -1/+5 |
| * | fix | Nikolay Korolev | 2021-08-20 | 1 | -2/+2 |
| * | small refactoring | Nikolay Korolev | 2021-08-20 | 1 | -8/+10 |
| * | bruh | Nikolay Korolev | 2021-08-15 | 1 | -1/+1 |
| * | actual fix | Nikolay Korolev | 2021-08-15 | 1 | -0/+7 |
| * | lil fix | Nikolay Korolev | 2021-08-15 | 1 | -1/+4 |
| * | Fix a bunch of CModelInfo::GetModelInfo->GetColModel calls | Sergeanur | 2021-08-09 | 4 | -6/+6 |
| * | Revert "small fix"•••This reverts commit bd9658443381d91dd0bb1ded544617f2f0e3f1e0. | Nikolay Korolev | 2021-08-08 | 1 | -5/+6 |
| * | small fix | Nikolay Korolev | 2021-08-08 | 1 | -6/+5 |
| * | small fix | Nikolay Korolev | 2021-08-08 | 2 | -2/+2 |
| * | small refactoring | Nikolay Korolev | 2021-08-08 | 5 | -38/+59 |
| * | sync | Nikolay Korolev | 2021-08-01 | 1 | -1/+4 |
| |\ | |||||
| | * | Make cars and peds to not despawn when you look away | Sergeanur | 2021-07-26 | 1 | -1/+4 |
| | * | fix garbage data written in garage save block | withmorten | 2021-07-19 | 1 | -0/+3 |
| | * | Merge pull request #1217 from Nopey/master•••Fix debug script loader crashing missions | withmorten | 2021-07-15 | 3 | -13/+20 |
| | |\ | |||||
| | | * | Fix Cheat menu debug script loader | Magnus Larsen | 2021-07-10 | 1 | -0/+4 |
| | | * | Fix debug script loader crashing missions•••* open_script is now exposed in Script.h, perhaps it should be namespaced as a static method on CTheScripts? I'm unsure what is preferred. * I've moved the joypad code out of open_script to prevent buttons held down at mission load time from changing the scriptToLoad. | Magnus Larsen | 2021-07-10 | 3 | -13/+16 |
| * | | | move debug script stuff to a separate file | Nikolay Korolev | 2021-08-01 | 3 | -1405/+1462 |
| * | | | sync | Nikolay Korolev | 2021-07-24 | 4 | -13/+23 |
| |/ / | |||||
| * | | Merge pull request #1149 from withmorten/saves•••finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES | erorcun | 2021-07-12 | 6 | -79/+230 |
| |\ \ | |||||
| | * | | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES | withmorten | 2021-07-10 | 6 | -79/+230 |
| | |/ | |||||
| * / | Add ped and car density slider to menu, remove dumb collision "optimization" | erorcun | 2021-07-12 | 1 | -1/+1 |
| |/ | |||||
| * | Use CPad functions to check key states in script loader | Sergeanur | 2021-07-08 | 1 | -9/+4 |
| * | fix macro redefinition warnings on win-glfw build | withmorten | 2021-07-08 | 1 | -1/+2 |
| * | Refactor OnscreenTimer | Sergeanur | 2021-07-02 | 1 | -59/+63 |
| * | rename clamp macro to Clamp to fix compilation with g++11 | withmorten | 2021-06-28 | 2 | -18/+18 |
| * | Revert "Revert "Redo ReadSaveBuf + common.h cleanup""•••This reverts commit af7573ddbe38e0aaa485877e7ccb2e704b0f5a7f. | withmorten | 2021-06-26 | 6 | -98/+119 |
| * | Revert "Redo ReadSaveBuf + common.h cleanup"•••This reverts commit 2b67aba94cb6448fb24c869559465eddf2bad069. | erorcun | 2021-06-26 | 6 | -119/+98 |
| * | Redo ReadSaveBuf + common.h cleanup | Sergeanur | 2021-06-25 | 6 | -98/+119 |
| * | Fix some timer calls | Sergeanur | 2021-06-24 | 1 | -1/+1 |
| * | Fix sin & cos calls | Sergeanur | 2021-06-24 | 3 | -8/+8 |
| * | Use bool8 in audio code | Sergeanur | 2021-06-24 | 3 | -4/+4 |
| * | small RoadBlock fix | Sergeanur | 2021-06-24 | 1 | -3/+1 |
| * | Use some GetMatrix/SetMatrix logic based on SA + CutsceneHead fix | Sergeanur | 2021-06-24 | 3 | -13/+25 |
| * | nil -> false | withmorten | 2021-02-19 | 1 | -1/+1 |
| * | add debug render groups | aap | 2021-02-18 | 1 | -0/+4 |
| * | fix | Nikolay Korolev | 2021-02-03 | 2 | -6/+6 |
| * | Fix compilation | Sergeanur | 2021-02-03 | 1 | -1/+1 |
| * | Merge pull request #1001 from Sergeanur/animNames•••Use original animation names from VCS | Sergeanur | 2021-02-03 | 7 | -21/+21 |
| |\ | |||||
| | * | Use original animation names from VCS | Sergeanur | 2021-01-26 | 7 | -21/+21 |
| * | | Revert "First batch of fixes (CallAndMessage)"•••This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe. | Filip Gawin | 2021-01-31 | 4 | -26/+7 |
| * | | First batch of fixes (CallAndMessage) | Filip Gawin | 2021-01-31 | 4 | -7/+26 |
| * | | Some regular fixes and UB fixes | erorcun | 2021-01-29 | 1 | -0/+8 |
| * | | fix | Nikolay Korolev | 2021-01-28 | 1 | -0/+1 |
| |/ | |||||
| * | another backport | Nikolay Korolev | 2021-01-23 | 1 | -0/+2 |
| * | added some missing functions | Nikolay Korolev | 2021-01-23 | 2 | -0/+45 |
| * | Peds reporting to phone changes for GTA3D | erorcun | 2021-01-22 | 1 | -1/+0 |
| * | m_nWantedLevel -> GetWantedLevel() | withmorten | 2021-01-22 | 7 | -29/+29 |
| * | codewarrior: finishing touches | withmorten | 2021-01-21 | 3 | -7/+7 |
