| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tiny diff fixes | withmorten | 2021-07-11 | 2 | -2/+1 |
| * | Use original animation names from VCS | Sergeanur | 2021-01-26 | 2 | -340/+364 |
| * | make building with Codewarrior 7 possible | withmorten | 2021-01-21 | 1 | -7/+11 |
| * | anim velocity union | aap | 2021-01-13 | 3 | -17/+19 |
| * | Use original names | Sergeanur | 2021-01-08 | 1 | -2/+2 |
| * | Fix use of strncmp | Sergeanur | 2020-12-25 | 1 | -5/+5 |
| * | option for PC controls | aap | 2020-12-21 | 3 | -0/+26 |
| * | anim fixes | aap | 2020-12-18 | 5 | -40/+44 |
| * | some more GTA_VERSIONs and CGame tidy-up (not much actual memory moving yet) | aap | 2020-12-01 | 4 | -0/+42 |
| * | moved some stuff to MemoryMgr | aap | 2020-11-28 | 2 | -2/+2 |
| * | start using CMemoryHeap | aap | 2020-11-26 | 3 | -2/+14 |
| * | animation compression from PS2 | aap | 2020-11-16 | 5 | -10/+132 |
| * | small fix | Sergeanur | 2020-08-24 | 1 | -1/+1 |
| * | fixed hanim for 64 bit | aap | 2020-07-24 | 3 | -5/+5 |
| * | updated player control names | Nikolay Korolev | 2020-06-21 | 1 | -2/+2 |
| * | Remove magic consts from ms_aAnimAssocDefinitions | Sergeanur | 2020-05-16 | 1 | -25/+28 |
| * | Fix linux warnings | Filip Gawin | 2020-05-12 | 2 | -3/+8 |
| * | Merge pull request #533 from erorcun/master•••Linux build support | erorcun | 2020-05-12 | 2 | -1/+5 |
| |\ | |||||
| | * | Linux build support | eray orçunus | 2020-05-11 | 2 | -1/+5 |
| * | | few fixes | aap | 2020-05-11 | 2 | -9/+41 |
| |/ | |||||
| * | Merge remote-tracking branch 'upstream/master' | bigbossbro08 | 2020-05-10 | 1 | -1/+1 |
| |\ | |||||
| | * | some fixes and cosmetic changes | aap | 2020-05-10 | 1 | -1/+1 |
| * | | Fixed typos and made all assert functions optional | bigbossbro08 | 2020-05-10 | 5 | -12/+7 |
| * | | defined out asserts. | bigbossbro08 | 2020-05-10 | 3 | -0/+9 |
| |/ | |||||
| * | fixes for anims | aap | 2020-05-09 | 1 | -2/+2 |
| * | named anim assoc flags | aap | 2020-05-09 | 2 | -37/+35 |
| * | more small fixes | aap | 2020-05-08 | 7 | -11/+18 |
| * | SetPosition, part 1 | Sergeanur | 2020-05-02 | 1 | -2/+2 |
| * | real names (from LCS) | aap | 2020-04-25 | 1 | -12/+12 |
| * | few fixes | aap | 2020-04-25 | 1 | -0/+6 |
| * | implemented skinned peds, no cutscene hands yet | aap | 2020-04-24 | 6 | -43/+399 |
| * | Crossplatform work continues | eray orçunus | 2020-04-22 | 1 | -2/+1 |
| * | Try to build with mingw | Filip Gawin | 2020-04-20 | 5 | -184/+197 |
| * | Revert "Part one"•••This reverts commit 63951d9b957b30a110f42a03edb4833cbbaf380e. | Filip Gawin | 2020-04-18 | 1 | -13/+7 |
| * | Part one | Filip Gawin | 2020-04-17 | 1 | -7/+13 |
| * | Remove patches | Sergeanur | 2020-04-17 | 10 | -160/+10 |
| * | Merge remote-tracking branch 'Fire-Head/master' into Standalone•••# Conflicts: # src/render/Coronas.cpp | Sergeanur | 2020-04-17 | 2 | -2/+2 |
| |\ | |||||
| | * | rem refs | Fire-Head | 2020-04-17 | 2 | -2/+2 |
| * | | Merge remote-tracking branch 'samler/world' into Standalone | Sergeanur | 2020-04-17 | 1 | -0/+1 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' into world•••# Conflicts: # src/core/World.cpp # src/core/World.h | saml1er | 2020-04-17 | 2 | -2/+2 |
| | |\ | |||||
| | * | | Reverse CWorld | saml1er | 2020-04-16 | 1 | -0/+1 |
| * | | | Some refs removed, little fixes and teleport | eray orçunus | 2020-04-16 | 4 | -38/+38 |
| | |/ |/| | |||||
| * | | More refs removed | Sergeanur | 2020-04-16 | 2 | -2/+2 |
| |/ | |||||
| * | Fix cutscene camera latency | Sergeanur | 2020-04-11 | 1 | -1/+1 |
| * | fix | Nikolay Korolev | 2020-04-10 | 1 | -0/+1 |
| * | Fixing mixed IsCutsceneProcessing and IsRunning | Sergeanur | 2020-04-10 | 2 | -0/+490 |
| * | remove include <new> from common.h | aap | 2020-03-28 | 4 | -13/+24 |
| * | Fixes for Serge's review | Filip Gawin | 2020-03-22 | 1 | -3/+3 |
| * | Frontend, Peds & logic and overflow fixes | eray orçunus | 2019-11-12 | 1 | -1/+1 |
| * | Merge pull request #263 from Sergeanur/strcmp•••Implemented faststrcmp, faststricmp, strcasecmp | erorcun | 2019-11-09 | 3 | -10/+13 |
| |\ | |||||
