| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Switch controller asset and configuration•••* Add GXT string for the Nintendo Switch Controller
* Add frontend and button textures for Nintendo Switch controllers
* Fix wrong #ifndef when hiding screen resolution option on GTA_HANDHELD
| Adrian Graber | 2021-07-13 | 1 | -0/+1 |
| * | Add ped and car density slider to menu, remove dumb collision "optimization" | erorcun | 2021-07-12 | 1 | -1/+28 |
| * | Don't show menu map and new languages if gamefiles isn't copied | erorcun | 2021-02-07 | 1 | -2/+2 |
| * | Detect joystick menu for XInput | erorcun | 2021-02-05 | 1 | -1/+1 |
| * | Controller menu | Sergeanur | 2021-02-03 | 1 | -0/+16 |
| * | Store all settings in .INI | erorcun | 2021-01-17 | 1 | -2/+5 |
| * | Frontend: disable windowed mode selector in game | erorcun | 2021-01-03 | 1 | -1/+3 |
| * | Use scrolling if GRAPHICS_MENU_OPTIONS not defined, like miami | erorcun | 2020-12-16 | 1 | -2/+0 |
| * | Sync Frontend with miami 3/3 | erorcun | 2020-12-16 | 1 | -6/+7 |
| * | Sync Frontend with miami 1 | erorcun | 2020-12-09 | 1 | -2/+0 |
| * | Frontend: Scroll for All, some care for PS2-like menu•••Don't show Back button on PS2-like menu
Removed PS2-style reversed fade-in, because it was a hack and taking too much space
| erorcun | 2020-11-10 | 1 | -0/+1 |
| * | Font: Hud: Use orig. text dimensions, fix right-align calculations | erorcun | 2020-11-10 | 1 | -1/+0 |
| * | Fix build without CFO, NO_ISLAND_LOADING, save postfx/pipeline mults | erorcun | 2020-11-07 | 1 | -7/+3 |
| * | rewrite CFO + postfx/pipeline options | erorcun | 2020-10-28 | 1 | -13/+102 |
| * | new frontend customization | eray orçunus | 2020-08-25 | 1 | -29/+19 |
| * | Revert "remove CFO"•••This reverts commit 0418ba597bc53d08d0244188f4623ebadfdd2876.
| eray orçunus | 2020-08-19 | 1 | -1/+4 |
| * | Island loading cleanup and fix | Sergeanur | 2020-08-19 | 1 | -0/+6 |
| * | remove CFO | eray orçunus | 2020-08-16 | 1 | -4/+1 |
| * | Island loading and PS2 alpha test added to options | Sergeanur | 2020-08-16 | 1 | -0/+18 |
| * | Graphics menu + MSAA | Sergeanur | 2020-08-16 | 1 | -1/+21 |
| * | Fixes from miami | eray orçunus | 2020-07-20 | 1 | -1/+1 |
| * | Add cutscene borders switch to the menu | Sergeanur | 2020-07-11 | 1 | -0/+4 |
| * | Merge branch 'master' into ps2menu | Fire_Head | 2020-06-29 | 1 | -12/+15 |
| |\ |
|
| | * | fixes, mostly from miami | eray orçunus | 2020-06-04 | 1 | -1/+1 |
| | * | remove inlining attempts + reload frontend options for real | eray orçunus | 2020-05-28 | 1 | -7/+8 |
| | * | theoretically fix linux build | eray orçunus | 2020-05-28 | 1 | -6/+6 |
| | * | Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcun | eray orçunus | 2020-05-28 | 1 | -1/+5 |
| | |\ |
|
| | | * | mission replay | Nikolay Korolev | 2020-05-27 | 1 | -1/+5 |
| | * | | Frontend customization functions, freecam toggle, minor things | eray orçunus | 2020-05-28 | 1 | -10/+7 |
| | |/ |
|
| * / | mips overdose | Fire-Head | 2020-06-28 | 1 | -14/+17 |
| |/ |
|
| * | Fix linux warnings | Filip Gawin | 2020-05-12 | 1 | -1/+1 |
| * | Linux build support | eray orçunus | 2020-05-11 | 1 | -1/+0 |
| * | Fixed typos and made all assert functions optional | bigbossbro08 | 2020-05-10 | 1 | -1/+1 |
| * | Remove Miami stuff | Sergeanur | 2020-05-05 | 1 | -4/+0 |
| * | implemented most of streamed collisions and big buildings | aap | 2020-05-05 | 1 | -0/+4 |
| * | Screen mode selector and persistent map target fix | eray orçunus | 2020-05-01 | 1 | -0/+4 |
| * | implemented improved video modes for win.cpp | aap | 2020-04-29 | 1 | -0/+10 |
| * | Merge pull request #495 from Sergeanur/MoreLanguages•••Japanese support | aap | 2020-04-29 | 1 | -0/+2 |
| |\ |
|
| | * | Merge branch 'master' into MoreLanguages•••# Conflicts:
# src/core/Frontend.cpp
# src/core/MenuScreens.h
# src/render/Font.cpp
# src/render/Font.h
# src/text/Messages.cpp
# src/text/Text.cpp
| Sergeanur | 2020-04-26 | 1 | -10/+15 |
| | |\ |
|
| | * \ | Merge branch 'master' into MoreLanguages•••# Conflicts:
# src/core/Frontend.cpp
# src/render/Font.cpp
# src/render/Hud.cpp
# src/render/Hud.h
# src/text/Messages.cpp
# src/text/Text.cpp
| Sergeanur | 2020-04-15 | 1 | -88/+165 |
| | |\ \ |
|
| | * \ \ | Merge remote-tracking branch 'origin/master' into MoreLanguages | Sergeanur | 2020-04-05 | 1 | -1/+1 |
| | |\ \ \ |
|
| | * | | | | Japanese | Sergeanur | 2020-04-05 | 1 | -0/+2 |
| * | | | | | Merge remote-tracking branch 'upstream/master' | Nikolay Korolev | 2020-04-21 | 1 | -1/+1 |
| |\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | | Merge pull request #477 from ShFil119/mingw•••Try to make code working on more platforms | shfil | 2020-04-20 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | Try to build with mingw | Filip Gawin | 2020-04-20 | 1 | -1/+1 |
| * | | | | | | Merge remote-tracking branch 'upstream/master' | Nikolay Korolev | 2020-04-20 | 1 | -0/+2 |
| |\| | | | | |
|
| | * | | | | | Add polish lang support | Fire-Head | 2020-04-19 | 1 | -0/+2 |
| | |/ / / / |
|
| * | | | | | fixes | Nikolay Korolev | 2020-04-20 | 1 | -1/+1 |
| * | | | | | 1.1 patch stuff | Nikolay Korolev | 2020-04-19 | 1 | -0/+1 |
| |/ / / / |
|
| * | | | | Fixed menu radio icons. | gennariarmando | 2020-04-18 | 1 | -8/+5 |