Commit Graph

5963 Commits

Author SHA1 Message Date
orbea
3a1daaa4c3 Allow disabling downloading assets in the online updater 2016-08-26 23:38:44 -07:00
Twinaphex
8aeefbb793 Merge pull request #3429 from fr500/overrides
Override saving
2016-08-27 02:18:01 +02:00
Twinaphex
89d0798e68 Merge pull request #3423 from bparker06/utf8
Initial UTF-8 support for rgui/xmb/glui. Enables first 256 codepoints.
2016-08-26 17:27:20 +02:00
radius
671aa0f59c (ovr) add game overrides too 2016-08-26 09:43:29 -05:00
twinaphex
9ef45957d5 Stub out debug logging 2016-08-26 00:47:58 +02:00
Jean-André Santoni
d13c3b53d9 (XMB) Prevent label overlap 2016-08-26 00:28:57 +02:00
radius
1fbeebf8a9 (ovr) add menu items 2016-08-25 00:54:39 -05:00
twinaphex
82fecdbc70 (Vita) silence some warnings 2016-08-24 14:04:22 +02:00
Brad Parker
30e99927d2 undo previous new files and use existing encoding_utf header 2016-08-23 19:16:18 -04:00
Brad Parker
d063cb9283 do not make UTF-8 the default, simplify/centralize the common string functions, make sure rgui/materialui use utf8 strlen when available 2016-08-23 19:00:53 -04:00
Brad Parker
35e67e69e5 Initial utf8 support for rgui/xmb. Only supports first 256 codepoints due to current freetype atlas limitation 2016-08-23 14:49:44 -04:00
Francisco José García García
5bd2364575 (VITA) Fix screenshots and some debug options 2016-08-23 18:17:46 +02:00
Francisco José García García
4221374072 (VITA) Add XMB support 2016-08-23 02:49:53 +02:00
twinaphex
19787792df Buildfix for Zarch 2016-08-21 13:22:24 +02:00
Twinaphex
5182769db8 Merge pull request #3412 from bparker06/master
recursively scan directories for database content, fixes issue #3139
2016-08-21 13:11:29 +02:00
radius
a467e13302 reorder XMB tabs 2016-08-21 00:09:29 -05:00
Brad Parker
cc582db6fb recursively scan directories for database content, fixes issue #3139 2016-08-21 00:59:41 -04:00
Jean-André Santoni
04fb4f6dde (XMB) Allow hiding some tabs 2016-08-18 16:42:39 +02:00
Jean-André Santoni
4228e3dcc3 Revert "Reworked xmb driver to allow tab hiding"
This reverts commit 069a9cbfe6.
2016-08-18 14:06:54 +02:00
Ghost Coder
069a9cbfe6 Reworked xmb driver to allow tab hiding 2016-08-17 11:28:42 -05:00
Alcaro
32a56d2738 Revert "[bugged] Reworked xmb driver to allow tab hiding" 2016-08-17 15:07:17 +02:00
Alcaro
4ce3683333 Fix indentation derp 2016-08-17 13:53:41 +02:00
twinaphex
ff07d3569b Move menu_update_libretro_info to menu_driver.c 2016-08-17 12:51:26 +02:00
Twinaphex
f26044678d Merge pull request #3341 from gitghostcoder/master
[bugged] Reworked xmb driver to allow tab hiding
2016-08-17 09:45:47 +02:00
Ghost Coder
46029bef22 Reworked xmb driver to allow tab hiding 2016-08-06 04:08:21 -05:00
twinaphex
79db520ae8 Silence warning 'unused functions' 2016-08-06 03:05:27 +02:00
twinaphex
444d957978 (PSGL) Fix 32bit color 2016-08-03 17:07:38 +02:00
twinaphex
173a71d8fc Update menu toggle labels 2016-08-02 16:53:08 +02:00
twinaphex
54192cb6d6 Hide 'Disable Composition' for RARCH_MOBILE 2016-08-02 16:33:04 +02:00
twinaphex
f43f23d0af (RARCH_CONSOLE) Don't show User Interface Settings 2016-08-02 16:30:35 +02:00
twinaphex
41c99d6a83 (Menu) don't show wallpaper/boxart settings when RGUI is
selected
2016-08-02 16:27:43 +02:00
twinaphex
a010300d2f Buildfix 2016-08-02 15:46:03 +02:00
twinaphex
eee39ccf8a (Add Content List) Add default 'no entries' if networking and libretrodb support
are both not available
2016-08-02 15:31:09 +02:00
twinaphex
cd14455a51 Don't hide ADD_CONTENT_LIST behind HAVE_LIBRETRODB 2016-08-02 15:26:35 +02:00
twinaphex
fde63e1518 Don't show audio device for RARCH_CONSOLE 2016-08-02 14:06:47 +02:00
twinaphex
21f7447879 Hide suspend screensaver enable for mobiles/consoles 2016-08-02 13:57:54 +02:00
twinaphex
432c23eed8 (D3D) Headers fix pt. 5 2016-08-01 22:23:01 +02:00
Twinaphex
cc17f5b9c3 Correct this 2016-08-01 21:53:40 +02:00
twinaphex
aa2af0b61f Refactor has_set settings 2016-08-01 21:51:23 +02:00
twinaphex
ef7ce5beee Create RARCH_OVERRIDE_SETTING_VERBOSITY 2016-08-01 20:54:16 +02:00
twinaphex
2bcdaf2c57 Create config_overlay_enable_default 2016-08-01 14:14:21 +02:00
twinaphex
a676ce8ffe (libvita2d) Buildfixes 2016-08-01 01:02:26 +02:00
Twinaphex
742bf656dc Merge pull request #3302 from Themaister/master
Vulkan: Mipmapping, LUT in shader support, Mipmapped FBOs, bugfixes
2016-07-31 20:18:21 +02:00
Twinaphex
e93f362427 Merge pull request #3296 from lakkatv/master
(GLUI) Message box improvements
2016-07-31 16:22:03 +02:00
Jean-André Santoni
12fa1c634c (GLUI) Message box improvements 2016-07-31 16:11:47 +02:00
twinaphex
7d7a62b92a Show 'Start Video Processor' item again on main menu 2016-07-31 14:34:18 +02:00
twinaphex
10a9effc1d Silence warnings 2016-07-31 14:29:33 +02:00
twinaphex
77b688ed42 Add HAVE_FFMPEG/HAVE_IMAGEVIEWER ifdefs 2016-07-31 14:22:56 +02:00
Hans-Kristian Arntzen
4e8e79eabd Vulkan: Add mipmapping support. 2016-07-31 13:47:10 +02:00
Twinaphex
c899f4c2ef Merge pull request #3293 from lakkatv/master
(XMB) Display corresponding icons for each history list items
2016-07-31 02:11:26 +02:00
Jean-André Santoni
c2af3325ae (XMB) Display corresponding icons for each history list items 2016-07-31 01:47:58 +02:00
Twinaphex
a739b7e60c Merge pull request #3289 from fr500/master
Per-core & Per-game shader presets #2
2016-07-31 01:42:34 +02:00
Twinaphex
248882c545 Merge pull request #3290 from leiradel/master
fixed unguarded use of XMB_TEXTURE_IMAGES
2016-07-31 01:42:27 +02:00
twinaphex
9211dea6d5 Image/music history playlists should work now too 2016-07-30 23:56:12 +02:00
twinaphex
5aa61dcb15 Successfully pushes movies/music/image files now to proper history list 2016-07-30 23:50:29 +02:00
twinaphex
43a805eb74 Cleanups 2016-07-30 23:18:27 +02:00
Andre Leiradella
2a4de40bab fixed unguarded use of XMB_TEXTURE_IMAGES 2016-07-30 22:17:55 +01:00
twinaphex
3dcc52fd5b Start showing history video playlist 2016-07-30 23:12:17 +02:00
twinaphex
34d654b0f3 Turn menu_displaylist_parse_playlist_history into a generic
function
2016-07-30 23:07:18 +02:00
twinaphex
9e6d771bcf Create menu_displaylist_parse_playlist_history 2016-07-30 23:03:33 +02:00
twinaphex
8b706ad805 Start creating new history files for music/video/image 2016-07-30 22:47:43 +02:00
twinaphex
f803809bb6 (XMB) Add 'Take Screenshot' to 'Images tab' 2016-07-30 19:47:39 +02:00
twinaphex
ee742bdb0a Add this back to Main Menu in case HAVE_FFMPEG is not defined 2016-07-30 19:44:42 +02:00
twinaphex
5beb759865 Move 'Start Video Processor Core' option over to 'Videos' tab 2016-07-30 19:43:33 +02:00
Twinaphex
685c126589 Remove unused variables 2016-07-30 19:31:37 +02:00
Twinaphex
7572924abf Buildfix 2016-07-30 19:30:29 +02:00
twinaphex
1e0a4518de (XMB) Add Music/Movie/Images tabs 2016-07-30 19:29:10 +02:00
twinaphex
821aff99df Start adding extra enums 2016-07-30 19:12:56 +02:00
radius
0536906e63 add setting for auto shader presets 2016-07-30 11:16:42 -05:00
radius
0b395a5505 add message to save as option too 2016-07-30 11:16:42 -05:00
radius
9fdaa8b98b fix messages 2016-07-30 11:16:42 -05:00
radius
a464d3672a Add options to save per-core/game shaders 2016-07-30 11:16:42 -05:00
twinaphex
e477555991 Get rid of hacky per-core config - this and config overrides
was mutually exclusive, so time to cut the fat
2016-07-30 16:49:04 +02:00
twinaphex
70388e66d6 Hide Logging Settings and Core Settings when 'Show Advanced Settings'
is disabled
2016-07-30 12:43:03 +02:00
twinaphex
3efdfb8ba7 Add help message for FILE_TYPE_DIRECTORY 2016-07-30 01:36:09 +02:00
twinaphex
ac9b3194a5 Create config_get_active_core_path_ptr 2016-07-29 22:52:37 +02:00
Twinaphex
410d97dfb0 Remove unused variable 2016-07-29 01:41:22 +02:00
twinaphex
a625bf51ef Set core type to CORE_TYPE_VIDEO_PROCESSOR 2016-07-28 20:41:51 +02:00
twinaphex
4f617071db Add Start Video Processor menu entry 2016-07-28 20:35:05 +02:00
twinaphex
b9aa9a6b1e Fix namespace conflicts 2016-07-27 21:28:33 +02:00
twinaphex
cca2724f52 Add help messages 2016-07-27 21:01:39 +02:00
twinaphex
67e4514e9d add help messages 2016-07-27 20:47:54 +02:00
twinaphex
95cfa33629 Add more help messages 2016-07-27 16:49:13 +02:00
twinaphex
02dcbce602 Add more help messages 2016-07-27 16:37:28 +02:00
Jean-André Santoni
53689babb3 (GLUI) Display a rectangle behind the info messages 2016-07-26 21:36:41 +02:00
Jean-André Santoni
34c0b6a29c (GLUI) Fix help messages vertical centering 2016-07-26 21:12:34 +02:00
Jean-André Santoni
68fd31a0f7 (GLUI) Align help messages to the left, in a centered box 2016-07-26 21:10:43 +02:00
twinaphex
8cd59822e8 Start adding fallback help messages for file types 2016-07-26 15:12:20 +02:00
twinaphex
e9b3b9c30b Use config_get_active_core_path_size 2016-07-26 14:32:18 +02:00
twinaphex
3da2b1b0b0 Get rid of one HAVE_COMPRESSION ifdef 2016-07-26 14:27:54 +02:00
twinaphex
001d0a1d62 Fix 'Load Core' again 2016-07-26 12:08:04 +02:00
twinaphex
d47d62f737 Don't show Restart RetroArch on PS3 right now 2016-07-26 11:25:04 +02:00
twinaphex
6d1f35d579 Cannot edit these entries yet, so just hide them for now 2016-07-26 10:37:35 +02:00
twinaphex
8b364bc611 Add help message for 'Parent directory' 2016-07-26 10:35:53 +02:00
twinaphex
df4cea8257 Add help messages for general images 2016-07-26 10:24:20 +02:00
twinaphex
0b497837fb Add more help messages for music/movie files 2016-07-26 10:16:53 +02:00
twinaphex
821d51f2f5 Add help message for directories 2016-07-26 09:58:08 +02:00
twinaphex
1113a6de46 parse_generic - Gpo through variable 2016-07-26 09:54:16 +02:00
twinaphex
246855ff97 Add MENU_ENUM_LABEL_FILE_BROWSER_SELECT_CORE_FROM_COLLECTION 2016-07-26 09:28:06 +02:00
twinaphex
f360084790 Add help message for libretro cores 2016-07-26 09:21:07 +02:00