Commit Graph

40237 Commits

Author SHA1 Message Date
Twinaphex
d075074703 Merge pull request #5542 from bparker06/wraparound_left
allow wraparound of settings when pressing left key for int and float types
2017-10-12 23:13:30 +02:00
Brad Parker
4a68904733 allow wraparound of settings when pressing left key for int and float types 2017-10-12 17:12:20 -04:00
rz5
677229d541 (video driver) Style nit 2017-10-12 19:59:20 +01:00
Twinaphex
aa6301e0d6 Merge pull request #5541 from bparker06/osd_text_color
add menu settings for OSD text color
2017-10-12 20:30:59 +02:00
Brad Parker
256bde3478 add menu settings for OSD text color 2017-10-12 14:26:17 -04:00
Alcaro
79155f7301 We don't need THAT much whitespace 2017-10-12 19:06:37 +02:00
rz5
24c1ad72ce (video driver) If we can't set flag data, do it later
Currently, there is at least one instance where video_context_driver_set_flags() is called when current_video_context.set_flags is set to NULL (see #5538). To solve this, we create 2 new global variables - one to store flag data and the other to symbolize we deferred setting flag data.
This way, the next time we do get_flags(), we first check if we have anything stored first.

Should fix #5538
2017-10-12 17:38:07 +01:00
Twinaphex
01f8e4e74f Merge pull request #5539 from Brunnis/master
XMB: Fix playlist entry graphic update issue when all system tabs except Main Menu are disabled
2017-10-12 14:08:38 +02:00
Twinaphex
81a5b6c2c2 Merge pull request #5535 from RobLoach/fix/RobLoach/remove-GL_SCISSOR_TEST
Fix background rendering when resizing window
2017-10-12 10:02:25 +02:00
Twinaphex
8708906f15 Merge pull request #5537 from bkoropoff/double-free
task_save: fix double-free
2017-10-12 10:01:42 +02:00
Brunnis
a87cf6d2e7 Fix issue in XMB where playlist entry graphic wouldn't update when scrolling through the first playlist tab, if all system tabs except the Main Menu tab were disabled. 2017-10-12 09:49:59 +02:00
Brian Koropoff
20aa59249c task_save: fix double-free 2017-10-11 21:26:26 -07:00
Andrés
f1453b6696 Merge pull request #5536 from fr500/master
move scissor test to nuklear driver exclusively
2017-10-11 22:49:12 -05:00
radius
840e772b16 move scissor test to nuklear driver exclusively 2017-10-11 22:48:13 -05:00
Rob Loach
1b856f7a1e
Fix background rendering
Removes the use of GL_SCISSOR_TEST in the GL display driver.

Fixes #5534
2017-10-11 21:30:57 -04:00
twinaphex
c68db61188 Silence more Clang warnings 2017-10-11 22:49:13 +02:00
twinaphex
7cf1793801 Silence some static code analysis warnings 2017-10-11 21:46:18 +02:00
Twinaphex
cadc4f56a3 Merge pull request #5530 from lucianposton/fix-compilation
Fix build by removing settings var from ifdef
2017-10-11 17:29:13 +02:00
Twinaphex
d5c2279502 Merge pull request #5531 from Brunnis/kiosk-mode-setting
Implemented new Kiosk Mode setting which hides all configuration related settings/tabs in XMB
2017-10-11 17:29:00 +02:00
Twinaphex
59cabfe80f Merge pull request #5454 from rz5/master
Prevent crashes caused by loading shaders in incompatible contexts
2017-10-11 17:25:25 +02:00
Brunnis
cc3d2b0084 Merge branch 'master' into kiosk-mode-setting 2017-10-11 11:40:05 +02:00
Brunnis
39619d1245 Implemented new Kiosk Mode setting which hides all configuration related settings/tabs in XMB. 2017-10-11 11:30:53 +02:00
Lucian Poston
69a18324c0 Remove settings from ifdef 2017-10-11 02:12:21 -07:00
Twinaphex
8b7b85ad82 Merge pull request #5524 from fr500/master
update nuklear.h & fix window clipping
2017-10-11 08:01:36 +02:00
radius
5ccdc8811c update nuklear.h
fix window clipping
remove dead code
2017-10-10 18:08:53 -05:00
Brad Parker
ab45670738 update JP translation 2017-10-10 17:33:02 -04:00
Twinaphex
eb3d8c8804 Merge pull request #5527 from bparker06/osd_background
Add a configurable background color to OSD messages
2017-10-10 22:14:06 +02:00
Brad Parker
fff3e225d2 comments 2017-10-10 15:28:29 -04:00
Brad Parker
b6fef15457 update CHANGES.md and add JP translation for OSD background color settings 2017-10-10 15:24:34 -04:00
Brad Parker
072b347c0f fix OSD background alignment with non-default X/Y positions 2017-10-10 15:16:58 -04:00
Brad Parker
a4bc1c9768 add menu options for OSD background color 2017-10-10 14:53:32 -04:00
Brad Parker
7aadb0ee13 allow transparency for OSD background 2017-10-10 14:00:49 -04:00
Brad Parker
f156f7cd94 initial working OSD background color (only when content not loaded) 2017-10-09 23:30:11 -04:00
Brad Parker
a153ed0b42 testing 2017-10-09 21:19:32 -04:00
Twinaphex
576583c9fb Merge pull request #5522 from Brunnis/quick-menu-show-hide-options
New settings for showing/hiding Quick Menu options
2017-10-09 13:45:31 +02:00
Mikael Brunnhede
fd07c57ed5 Fixed merge issue. 2017-10-09 12:30:36 +02:00
Brunnis
b1a6753976 Merge branch 'master' into quick-menu-show-hide-options 2017-10-09 12:05:04 +02:00
Mikael Brunnhede
c7da6e1ca8 Fix issue with "Information" option being hidden when launching content. 2017-10-09 11:21:10 +02:00
Mikael Brunnhede
1053a4e38f Implemented setting for showing/hiding the "Information" option in the Quick Menu. 2017-10-09 11:16:04 +02:00
Mikael Brunnhede
6f8201d398 Implemented setting for showing/hiding the "Save Game Overrides" option in the Quick Menu. 2017-10-09 10:53:58 +02:00
Mikael Brunnhede
3f1dd895da Implemented setting for showing/hiding the "Save Core Overrides" option in the Quick Menu. 2017-10-09 10:44:37 +02:00
Mikael Brunnhede
b7654dac7e Implemented setting for showing/hiding the "Shaders" option in the Quick Menu. 2017-10-09 10:30:25 +02:00
Mikael Brunnhede
a64683ba34 Implemented setting for showing/hiding the "Cheats" option in the Quick Menu. 2017-10-09 10:17:15 +02:00
Mikael Brunnhede
d5a802e4a8 Implemented setting for showing/hiding the "Controls" option in the Quick Menu. 2017-10-09 10:05:32 +02:00
Mikael Brunnhede
d25916cacf Implemented setting for showing/hiding the "Options" option in the Quick Menu. 2017-10-09 09:56:27 +02:00
Mikael Brunnhede
9356c326e0 Implemented setting for showing/hiding the "Add to Favorites" option in the Quick Menu. 2017-10-09 09:46:42 +02:00
Mikael Brunnhede
db0e0f443a Implemented setting for showing/hiding the options for undoing save/load state in the Quick Menu. 2017-10-09 09:30:53 +02:00
Mikael Brunnhede
b402b4a6cd Implemented setting for showing/hiding the save/load state related options in the Quick Menu. 2017-10-09 09:13:00 +02:00
Mikael Brunnhede
e286c5dda2 Implemented new settings menu view: User Interface -> Views -> Quick Menu.
Implemented setting for showing/hiding the "Take Screenshot" option in the Quick Menu.
2017-10-09 08:14:52 +02:00
Twinaphex
affd56f293 Merge pull request #5515 from casdevel/winraw-lightgun
Add lightgun device capability
2017-10-09 02:42:09 +02:00