Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto-detect X11 dependency | erorcun | 2021-08-16 | 1 | -0/+16 |
| | |||||
* | Switch PR & remove X11 part from CMakeLists | erorcun | 2021-08-16 | 1 | -5/+17 |
|\ | |||||
| * | Finish cmake stuff for Switch build | Adrian Graber | 2021-07-13 | 1 | -24/+1 |
| | | | | | | | | | | * SDL2 for OpenAL not needed anymore * Add re3_platform_target function and use that instead of manually building NRO | ||||
| * | Move assets to dedicated folder and redefine GLFW mappings for Switch | Adrian Graber | 2021-07-13 | 1 | -1/+1 |
| | | |||||
| * | Fix WINDOWS -> WIN32 on cmake | Adrian Graber | 2021-07-13 | 1 | -1/+1 |
| | | |||||
| * | cmake: fix OpenAL on Switch + using X11 on Linux | Anonymous Maarten | 2021-07-13 | 1 | -4/+12 |
| | | |||||
| * | Replace GTA_SWITCH macro and use GAMEPAD_MENU | Adrian Graber | 2021-07-13 | 1 | -4/+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 | ||||
| * | Add Nintendo Switch initial support | Adrian Graber | 2021-07-13 | 1 | -2/+38 |
|/ | |||||
* | fix the fix (and another fix) | withmorten | 2021-07-11 | 1 | -1/+1 |
| | |||||
* | add no-git-hash option to premake | withmorten | 2021-06-25 | 1 | -0/+1 |
| | |||||
* | Cmake version for hash | Filip Gawin | 2021-02-12 | 1 | -1/+6 |
| | |||||
* | Add cmake option for sanitizers | shfil | 2021-01-24 | 1 | -0/+15 |
| | |||||
* | Make cmake files more generic | Filip Gawin | 2021-01-13 | 1 | -34/+34 |
| | |||||
* | conan: build re3 + librw with RelWithDebInfo build_type | Anonymous Maarten | 2021-01-11 | 1 | -0/+3 |
| | |||||
* | cmake: install files ready for copying in game folder | Anonymous Maarten | 2021-01-11 | 1 | -8/+6 |
| | |||||
* | cmake: add resource (settings windows icon) | Anonymous Maarten | 2021-01-11 | 1 | -2/+5 |
| | |||||
* | cmake: opus is now optional + libsndfile only when using openal | Anonymous Maarten | 2021-01-11 | 1 | -3/+7 |
| | |||||
* | cmake: search for miles import library | Anonymous Maarten | 2021-01-11 | 1 | -0/+9 |
| | |||||
* | cmake: use openal/opusfile/mpg123/libsndfile correctly | Anonymous Maarten | 2021-01-11 | 1 | -1/+7 |
| | |||||
* | audio: only use #pragma comment(lib, "xxx.lib") on MSVC | Anonymous Maarten | 2021-01-11 | 1 | -0/+1 |
| | |||||
* | cmake: null audio is not possible + add cmake opus support | Anonymous Maarten | 2021-01-11 | 1 | -23/+30 |
| | |||||
* | cmake: make librw non-vendorable + rename Findmpg123 + create targets for dependencies | Anonymous Maarten | 2021-01-11 | 1 | -51/+28 |
| | |||||
* | Make collision code placement more like original (+ small fixes) | Sergeanur | 2020-11-15 | 1 | -0/+1 |
| | |||||
* | Add basic support for cmake on linux | Filip Gawin | 2020-11-02 | 1 | -0/+112 |