summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch PR & remove X11 part from CMakeListserorcun2021-08-161-0/+20
|\
| * Add Switch controller asset and configurationAdrian Graber2021-07-131-0/+20
| | | | | | | | | | | | * 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
* | Fix premature .ini saving leading to missing bindingserorcun2021-08-151-3/+0
| |
* | Revert "map memory usage high default"erorcun2021-08-121-1/+1
| | | | | | | | This reverts commit b7c7c883d7414ef270db10f5ff7cc224a8ac41a4.
* | map memory usage high defaultwithmorten2021-08-121-1/+1
| |
* | Put more things under ifdefSergeanur2021-08-121-1/+1
| |
* | small fixNikolay Korolev2021-08-081-2/+2
| |
* | small refactoringNikolay Korolev2021-08-081-3/+3
|/
* Add ped and car density slider to menu, remove dumb collision "optimization"erorcun2021-07-111-31/+67
|
* Use CPad functions to check key states in script loaderSergeanur2021-07-081-15/+2
|
* rename clamp macro to Clamp to fix compilation with g++11withmorten2021-06-281-10/+10
|
* Less invasive red tint on Delete Game pageerorcun2021-06-271-34/+5
|
* Fix map texture leakerorcun2021-06-261-1/+3
|
* Fix premature CTimer callsSergeanur2021-06-261-0/+6
|
* Remove frameTime, fix pause mode timerSergeanur2021-06-241-17/+3
|
* Use bool8 in audio codeSergeanur2021-06-241-17/+17
|
* add NoMovies ini option, rename gDrawVersionText, always save ini after loadingwithmorten2021-02-181-4/+3
|
* Fix endless vibration in pause menuSergeanur2021-02-171-0/+3
|
* Fix mistakeSteve Wills2021-02-161-1/+1
|
* Put fix behind ifdefSteve Wills2021-02-161-0/+4
|
* Fix seg fault when configuring controllerSteve Wills2021-02-141-1/+1
| | | | Since controllerAction can be -2 (line 2105)
* Fix setup 4 textsSergeanur2021-02-111-4/+4
|
* Don't show menu map and new languages if gamefiles isn't copiederorcun2021-02-071-0/+6
|
* Controller menuSergeanur2021-02-031-0/+401
|
* No more resetting bindings for joypad, create .ini at the first start, joystick hotplug for Linuxerorcun2021-01-221-8/+10
|
* make building with Codewarrior 7 possiblewithmorten2021-01-211-0/+2
|
* Store all settings in .INIerorcun2021-01-171-16/+45
|
* Includes overhaul, fix some compiler warningserorcun2021-01-171-13/+1
|
* Merge pull request #909 from Fire-Head/masterFire_Head2021-01-081-6/+22
|\ | | | | Sprite Scaling Option
| * remakeFire-Head2021-01-051-4/+0
| |
| * gxt key, default valueFire-Head2020-12-291-5/+12
| |
| * Merge pull request #1 from GTAmodding/masterFire_Head2020-12-291-8/+35
| |\ | | | | | | update
| * | Sprite Scaling optionFire-Head2020-12-291-2/+15
| | |
* | | Frontend: disable windowed mode selector in gameerorcun2021-01-031-0/+7
| |/ |/|
* | just toggle waypointerorcun2020-12-271-1/+1
| |
* | move cfo populate func.erorcun2020-12-271-7/+1
| |
* | Dynamically add pipelines options, only if neo.txd existserorcun2020-12-271-0/+7
| |
* | Fix default mouse invert setting, vert. mouse sensitivity, set aspect ratio auto as defaulterorcun2020-12-271-0/+26
| |
* | Fix use of strncmpSergeanur2020-12-251-7/+7
|/
* Merge branch 'master' of github.com:GTAmodding/re3aap2020-12-211-1/+1
|\
| * Fix character encodingshfil2020-12-211-1/+1
| |
* | option for PC controlsaap2020-12-211-0/+4
|/
* fixes to last HUD commitserorcun2020-12-201-0/+1
|
* Merge branch 'master' of https://github.com/GTAmodding/re3Fire-Head2020-12-191-325/+392
|\
| * Sync Frontend with miami 3/3erorcun2020-12-151-59/+48
| |
| * Sync Frontend, Peds with miami 2erorcun2020-12-121-54/+46
| |
| * Sync Frontend with miami 1erorcun2020-12-091-117/+112
| |
| * Sync Stats page style with miami - and a little veh. cam. fixerorcun2020-12-091-95/+146
| |
| * Red delete menu backgrounderorcun2020-12-081-0/+40
| |
* | scalingFire-Head2020-12-191-0/+1
|/
* GTA_VERSION define and some config.h cleanupaap2020-11-291-7/+7
|
* add debug script hotkeyaap2020-11-291-0/+10
|
* Fix mouse lock/high-dpi 2erorcun2020-11-161-2/+5
|
* Fix mouse lock/high-dpierorcun2020-11-161-1/+8
|
* Frontend: Scroll for All, some care for PS2-like menuerorcun2020-11-101-365/+435
| | | | | 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
* Font: Hud: Use orig. text dimensions, fix right-align calculationserorcun2020-11-091-8/+18
|
* Revert "Font: Fix text dimensions"erorcun2020-11-081-5/+5
| | | | This reverts commit 6729de49b16da9a1be3c95b146ba053bf214c91c.
* Fix build without CFO, NO_ISLAND_LOADING, save postfx/pipeline multserorcun2020-11-071-110/+0
|
* Merge pull request #789 from erorcun/mastererorcun2020-11-021-183/+117
|\ | | | | rewrite CFO + postfx/pipeline options
| * rewrite CFO + postfx/pipeline optionserorcun2020-10-281-183/+117
| |
* | fix draw menu version text ifdef locationwithmorten2020-10-291-1/+1
| |
* | fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL, add extra defines for menu and game version textwithmorten2020-10-291-0/+2
|/
* Font: Fix text dimensionserorcun2020-10-251-5/+5
|
* Load and write our settings in re3.ini & fixeseray orçunus2020-10-021-29/+8
|
* Fixes, mouse AUX buttons, joystick detect menueray orçunus2020-09-301-3/+18
|
* Fixes: PS2/PS2-like menu, Hud, new sliding text founderay orçunus2020-09-271-29/+60
|
* Fixeseray orçunus2020-09-271-8/+26
|
* CFO fixeseray orçunus2020-08-251-32/+32
|
* new frontend customizationeray orçunus2020-08-241-410/+306
|
* Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcuneray orçunus2020-08-241-1/+5
|\
| * Add VEHICLE_FIREWEAPON (disabled by default)Sergeanur2020-08-201-1/+5
| |
* | Revert "remove CFO"eray orçunus2020-08-191-1/+149
|/ | | | This reverts commit 0418ba597bc53d08d0244188f4623ebadfdd2876.
* remove CFOeray orçunus2020-08-161-149/+1
|
* Island loading and PS2 alpha test added to optionsSergeanur2020-08-161-0/+183
|
* Graphics menu + MSAASergeanur2020-08-161-9/+206
|
* 64-bit on Windowseray orçunus2020-07-221-1/+1
|
* Fixes from miamieray orçunus2020-07-201-9/+9
|
* Add cutscene borders switch to the menuSergeanur2020-07-111-0/+10
|
* Bettah car enter canceling, fix CFO crash, ped objs. renamingeray orçunus2020-07-031-1/+0
|
* Re-enable console for debugging frontenderay orçunus2020-07-031-3/+3
|
* Restored beta police system(disabled), fixes from miami, debug info for CFO crash (#639)erorcun2020-07-011-3/+9
|
* Merge branch 'master' into ps2menuFire_Head2020-06-291-156/+297
|\
| * Revert "FONT_BANK renamed to FONT_STANDARD"Fire-Head2020-06-071-16/+16
| | | | | | | | This reverts commit 552205dfbaea70628df56a4966d269a81a97d28e.
| * FONT_BANK renamed to FONT_STANDARDSergeanur2020-06-071-16/+16
| |
| * fixes, mostly from miamieray orçunus2020-06-041-76/+78
| |
| * fix fix fixeray orçunus2020-05-291-2/+8
| |
| * fix fixeray orçunus2020-05-291-8/+8
| |
| * frontend options fixeray orçunus2020-05-291-8/+20
| |
| * theoretically fix linux builderay orçunus2020-05-281-6/+6
| |
| * Detect R and start game on menueray orçunus2020-05-281-0/+21
| |
| * Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcuneray orçunus2020-05-281-0/+19
| |\
| | * mission replayNikolay Korolev2020-05-261-0/+19
| | |
| * | Frontend customization functions, freecam toggle, minor thingseray orçunus2020-05-281-73/+154
| |/
* / mips overdoseFire-Head2020-06-271-0/+3
|/
* Fix linux warningsFilip Gawin2020-05-121-1/+2
|
* Linux build supporteray orçunus2020-05-111-13/+28
|
* Menu map fixes and resizable window on GLFWeray orçunus2020-05-091-5/+32
|
* Fix number of unique jumps in stat menuSergeanur2020-05-021-4/+4
|
* Screen mode selector and persistent map target fixeray orçunus2020-05-011-0/+40
|
* Merge branch 'master' of github.com:gtamodding/re3aap2020-04-301-4/+34
|\
| * Jap fixesSergeanur2020-04-301-4/+34
| |
* | implemented improved video modes for win.cppaap2020-04-291-0/+25
|/
* Merge pull request #495 from Sergeanur/MoreLanguagesaap2020-04-291-41/+58
|\ | | | | Japanese support
| * FixesSergeanur2020-04-271-41/+49
| |
| * Merge branch 'master' into MoreLanguagesSergeanur2020-04-261-143/+157
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * | More japaneseSergeanur2020-04-151-25/+25
| | |
| * | Merge branch 'master' into MoreLanguagesSergeanur2020-04-141-562/+2469
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * \ \ Merge remote-tracking branch 'origin/master' into MoreLanguagesSergeanur2020-04-051-4/+4
| |\ \ \
| * | | | JapaneseSergeanur2020-04-051-10/+19
| | | | |
* | | | | Merge pull request #489 from Nick007J/masterNikolay Korolev2020-04-261-1/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | | 1.1 patch stuff + flying controls
| * | | | Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-04-211-9/+9
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master'Nikolay Korolev2020-04-201-0/+13
| |\ \ \ \ \
| * | | | | | 1.1 patch stuffNikolay Korolev2020-04-191-1/+22
| | | | | | |
* | | | | | | Initial GLFW supporteray orçunus2020-04-261-5/+19
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #477 from ShFil119/mingwshfil2020-04-201-9/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Try to make code working on more platforms
| * | | | | Try to build with mingwFilip Gawin2020-04-201-9/+9
| |/ / / /
* / / / / Add polish lang supportFire-Head2020-04-191-0/+13
|/ / / /
* | | | slider fixeray orçunus2020-04-181-3/+2
| | | |
* | | | Merge pull request #472 from gennariarmando/mastererorcun2020-04-181-3/+5
|\ \ \ \ | | | | | | | | | | Hide Vehicle/Zone name during Wasted/Busted...
| * | | | Hide Vehicle/Zone name during Wasted/Busted...gennariarmando2020-04-181-3/+5
| | | | | | | | | | | | | | | | | | | | Fixed little mistake in my latest commit.
* | | | | Vc ped ports and Frontend fixeseray orçunus2020-04-181-6/+4
|/ / / /
* | | | Changed extraOffset value.gennariarmando2020-04-181-1/+1
| | | |
* | | | Merge pull request #464 from gennariarmando/mastererorcun2020-04-181-30/+30
|\ \ \ \ | | | | | | | | | | Fixed menu radio icons.
| * | | | Fixed menu radio icons.gennariarmando2020-04-181-36/+39
| | | | |
* | | | | bug fixesNikolay Korolev2020-04-181-1/+2
| | | | |
* | | | | Various fixeseray orçunus2020-04-181-6/+9
|/ / / /
* | | | Remove patchesSergeanur2020-04-171-19/+1
| | | |
* | | | rem refsFire-Head2020-04-171-1/+1
| | | |
* | | | Various fixeseray orçunus2020-04-161-0/+1
| | | |
* | | | Many fixes and cleanuperay orçunus2020-04-151-63/+64
| |_|/ |/| |
* | | Some cleanup erorcun2020-04-141-26/+25
| | |
* | | CFileLoader last funcs and Frontend cleanuperay orçunus2020-04-131-28/+36
| | |
* | | Frontend fixes + triangle for back as defaulteray orçunus2020-04-121-37/+52
| | |
* | | CMenuManager done and CHud fixeseray orçunus2020-04-111-504/+1185
| | |
* | | (PS2) TheGame/main/GameInit/SystemInit, ProcessSlowModeFire-Head2020-04-091-5/+5
| | |
* | | Menu map changeseray orçunus2020-04-071-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | - new texture by AG - map now centers when zoomed out too much - background darkened a bit - mouse wheel up/down switched - cross add target on gamepad - LeftStickY inverted
* | | Menu maperay orçunus2020-04-071-5/+214
| | |
* | | fixed typoaap2020-04-061-4/+4
| | |
* | | Merge pull request #379 from erorcun/erorcunaap2020-04-061-57/+1032
|\ \ \ | |_|/ |/| | Frontend (last-3)
| * | Frontend (last-3)eray orçunus2020-04-041-57/+1032
| |/
* / CCamera fixesaap2020-04-031-4/+4
|/
* timebarsSergeanur2020-03-311-0/+5
|
* Merge pull request #373 from erorcun/erorcunaap2020-03-311-4/+3
|\ | | | | Mouse free cam for peds&cars (under FREE_CAM)
| * Mouse free cam for peds&cars (under FREE_CAM)eray orçunus2020-03-311-4/+3
| |
* | Merge remote-tracking branch 'origin/master' into MoreLanguagesSergeanur2020-03-301-14/+33
|\|
| * Merge pull request #369 from erorcun/erorcunerorcun2020-03-291-10/+33
| |\ | | | | | | CShotInfo, CWanted done, Frontend fix
| | * CShotInfo, CWanted done, Frontend fixeray orçunus2020-03-291-10/+33
| | |
| * | Wrappers cleanupSergeanur2020-03-291-4/+0
| |/
* / Add russian lang supportSergeanur2020-03-301-0/+24
|/
* CCopPed done and #include cleanuperay orçunus2020-03-281-11/+10
|
* CCopPed 2 and fixeseray orçunus2020-03-261-114/+154
|
* ProcessButtonPresses and fixeseray orçunus2020-03-211-608/+1583
|
* merge with upstreamNikolay Korolev2020-03-011-71/+69
|\
| * CPopulation 3 and fixeseray orçunus2020-02-271-71/+69
| |
* | some changesNikolay Korolev2020-02-231-2/+2
|/
* CPlayerPed doneeray orçunus2020-02-131-1/+1
|
* Fixed wrong slot indexing in FrontendSergeanur2020-01-311-1/+1
|
* saveSergeanur2020-01-271-17/+14
|
* Fix invert mouse on/offSergeanur2020-01-261-1/+1
|
* Fixes 2eray orçunus2020-01-111-1/+1
|
* Fixeseray orçunus2020-01-101-14/+19
|
* CPlayerPed & CMenuManager (#286)erorcun2020-01-071-586/+507
| | | Make Frontend great again!
* Frontend, Peds & logic and overflow fixeseray orçunus2019-11-121-302/+456
|
* Fixed settings loading, added TopLineEmptyFileSergeanur2019-10-301-3/+3
|
* Merge branch 'master' into masterFire_Head2019-10-271-1/+1
|\
| * ControllerConfig doneFire-Head2019-10-271-1/+1
| | | | | | | | Fix Cam enum
* | A bit more enums for ChangeMusicModeSergeanur2019-10-261-2/+2
| |
* | Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicModeSergeanur2019-10-261-2/+1
|/
* Fixing typo for cursor coordsSergeanur2019-10-071-1/+1
|
* PlayerSkinSergeanur2019-09-281-1/+1
|
* CleanupFilip Gawin2019-08-271-1/+1
|
* More more more audioFilip Gawin2019-08-271-3/+3
|
* CleanupFilip Gawin2019-08-271-1/+1
|
* More audio pedFilip Gawin2019-08-271-1/+1
|
* started making frontend accurate to gameaap2019-07-141-339/+338
|
* Frontend fixes._AG2019-07-111-219/+224
| | | | Fix #125 #119 #105 #98 #54.
* tried to fix CMenuManager::Process but still issuesaap2019-07-101-56/+60
|
* fixed some stuff in frontend, badly broke others; disabled reversed frontend for the momentaap2019-07-101-198/+261
|
* More frontend inputs._AG2019-07-101-80/+256
|
* more CAutomobileaap2019-07-081-4/+4
|
* the great reorganizationaap2019-07-071-0/+2353