Commit Graph

49021 Commits

Author SHA1 Message Date
Weedy Weed Smoker
9aca90a910
Update version string to 1.7.7 2019-05-22 16:30:12 +07:00
Weedy Weed Smoker
5c7bb3720b
Update version string to 1.7.7 2019-05-22 16:29:42 +07:00
Weedy Weed Smoker
0cd83c9d32
Add Webserver to the iOS9 project 2019-05-22 16:28:47 +07:00
twinaphex
9a4bdf5cea (Mouse/Touch) Core options - touching a core option or pressing
with the left mouse button on it will now show a dropdown
list
2019-05-22 10:54:08 +02:00
twinaphex
8d54a56371 (task_content.c) Cleanups 2019-05-22 10:37:55 +02:00
twinaphex
bae877a465 (task_content.c) Cleanups 2019-05-22 10:27:46 +02:00
twinaphex
ab8f0e73b7 Cleanups 2019-05-22 10:23:34 +02:00
Twinaphex
2390b06755
Merge pull request #8824 from natinusala/master
menu widgets: fine tune progress bar colors
2019-05-22 10:12:35 +02:00
twinaphex
5bcf8bebd0 (task_pl_thumbnail_download) Cleanups 2019-05-22 10:10:04 +02:00
natinusala
c7083fdeac menu widgets: fine tune progress bar colors 2019-05-22 10:06:10 +02:00
twinaphex
d9d1c13612 (task_http.c) Cleanups 2019-05-22 09:55:10 +02:00
twinaphex
e255204158 (task_screenshot.c) Cleanups 2019-05-22 07:40:43 +02:00
Brad Parker
e35eff126a show taskbar progress for scanner 2019-05-22 01:31:55 -04:00
twinaphex
7a7d2303b5 Only show GPU Screenshots if video driver supports viewport read 2019-05-22 07:15:04 +02:00
twinaphex
6aed230930 Reimplement 'Take Screenshot' - if GPU-accelerated viewport screenshots
are not available, resort to raw screenshots instead
2019-05-22 07:08:11 +02:00
Brad Parker
f4346401e2 gong: revert bad cleanup 2019-05-22 01:00:23 -04:00
Brad Parker
9bdacd868e Update CHANGES.md 2019-05-22 00:24:06 -04:00
Brad Parker
21725e484c scanner: skip all databases with incompatible file extensions, whether file is inside an archive or not 2019-05-22 00:21:31 -04:00
twinaphex
a0fcb1b694 (task_image.c) Cleanups 2019-05-22 06:17:08 +02:00
twinaphex
020b714113 Refactor task_screenshot.c 2019-05-22 05:54:35 +02:00
twinaphex
15e7078361 string_list_free - try to be safer 2019-05-22 05:28:41 +02:00
Twinaphex
9c12037c43
Merge pull request #8829 from Dwedit/utf_8_fix_v3
UTF-8 Fix favoring MSVC 2010-2013
2019-05-22 05:23:49 +02:00
twinaphex
ceee15c031 (task_screenshot.c) Cleanup screenshot_dump 2019-05-22 05:23:19 +02:00
twinaphex
bf6e580435 (tasks) Get rid of dependencies 2019-05-22 05:13:01 +02:00
twinaphex
3aef826dee (task_file_transfer.c) Cleanups 2019-05-22 04:56:09 +02:00
twinaphex
0dbcb7b9ca task_image.c - less dependencies 2019-05-22 04:54:54 +02:00
Brad Parker
6154371692 use threads for command-line scanner if available 2019-05-21 22:53:36 -04:00
Brad Parker
f9a8c617ce add pthread for command-line scanner when platform is not windows 2019-05-21 22:41:17 -04:00
twinaphex
6c1310ca06 (database task standalone) Add HAVE_THREADS 2019-05-22 04:28:11 +02:00
twinaphex
138a070ceb (task_content.c) Cleanups - extraction error message was not being
printed
2019-05-22 04:24:44 +02:00
Brad Parker
04110576ea vc2010: Makefile.griffin buildfix 2019-05-21 22:17:20 -04:00
Dwedit
dac332a123 explicitly enter signed chars and avoid undefined behavior 2019-05-21 21:08:13 -05:00
twinaphex
bcb474b3a3 (runahead) Cleanups - create core_free_game_info and move it to
core_impl.c - get rid of free_string_list and just reuse
string_list_free
2019-05-22 04:04:58 +02:00
Dwedit
f8002218cd attempt to fix narrowing char compiler error 2019-05-21 20:56:52 -05:00
Brad Parker
711ea77390 glcore: store GPU device/version string 2019-05-21 21:43:31 -04:00
Dwedit
64a43dd280 Move #pragma code_page(932) into rarch.rc, as #pragma code_page is ignored for included files. Fixes locale problems for Japanese resources. 2019-05-21 20:09:05 -05:00
twinaphex
eed2ea7a99 string_is_empty check is already being done by path_is_valid/file stat
path cb function
2019-05-22 03:05:31 +02:00
twinaphex
32f9b9ab9a (PS4/ORBIS) Move path_is_directory code parts to VFS layer - hope I did
it right
2019-05-22 02:32:22 +02:00
twinaphex
f117d763d6 Create path_stat and use it 2019-05-22 02:21:30 +02:00
Dwedit
1faaf68d9d UTF-8 Fix favoring MSVC 2010-2013.
MSVC 2015 and 2017 projects: Add /utf-8 switch
Makefile.griffin: Add -utf-8 switch to MSVC 2015 builds
Makefile.msvc: Add -utf-8 switch to MSVC 2017 builds
intl/msg_hash files: Added BOM and MSVC 2010-2013 pragmas
menu_cbs.c: Replace Euro character with raw bytes
menu_osk_utf8_pages.h: Replace pragma with MSVC 2010-2013 version range
shaderparamsdialog.cpp: Add BOM and MSVC 2010-2013 pragma
2019-05-21 18:02:25 -05:00
Brad Parker
388a931f95 improve Makefile for standalone scanner 2019-05-21 18:33:07 -04:00
twinaphex
98b7a21c42 (task database standalone) Add 7zip and zlib support 2019-05-22 00:18:25 +02:00
twinaphex
1a1418ccfb (Samples) tasks/database - should work again 2019-05-21 22:38:50 +02:00
twinaphex
9220248c32 Remove double entry 2019-05-21 17:23:28 +02:00
Twinaphex
2e80091ada
Merge pull request #8823 from libretro/revert-8808-xfree86-keycodes
Revert "xfree86_keycodes: Add non-evdev keycodes to fix keyboard input on non-Linux systems with X11."
2019-05-21 17:16:11 +02:00
Twinaphex
8db0e2db7c
Revert "xfree86_keycodes: Add non-evdev keycodes to fix keyboard input on non-Linux systems with X11." 2019-05-21 17:15:59 +02:00
twinaphex
b8d27362e4 Fix C89 issues and avoid usage of ZeroMemory - is just memset 0 2019-05-21 06:08:33 +02:00
twinaphex
d2d4e11169 Fix mistake 2019-05-21 05:43:49 +02:00
twinaphex
b86a9db553 Fix this 2019-05-21 05:37:21 +02:00
twinaphex
154319ba3d Only copy these launch arguments on the first run - by fr500 2019-05-21 05:36:04 +02:00