Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-23 | sync | Nikolay Korolev | 1 | -1/+1 | |
2021-07-17 | render -> renderer (original name) | Sergeanur | 1 | -1/+1 | |
2021-07-17 | render -> renderer (original name) | Sergeanur | 1 | -1/+1 | |
2021-07-13 | Nintendo Switch support | Adrian Graber | 2 | -0/+24 | |
2021-07-13 | Replace GTA_SWITCH macro and use GAMEPAD_MENU | Adrian Graber | 1 | -1/+0 | |
* 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-13 | Add Nintendo Switch initial support | Adrian Graber | 2 | -2/+27 | |
2020-10-09 | .vscode/settings: fix include path | Andrew Udvare | 1 | -0/+14 | |
2020-10-09 | .vscode/c_cpp_properties: add Linux configuration | Andrew Udvare | 1 | -8/+10 | |
2020-10-09 | vscode: add macOS configurations | Andrew Udvare | 3 | -2/+119 | |
2020-10-09 | vscode: Linux: add release configurations | Andrew Udvare | 2 | -12/+44 | |
2020-10-05 | VS Code settings for code and debugging (Linux x64 only) | Andrew Udvare | 3 | -0/+81 | |