35147 Commits

Author SHA1 Message Date
Brad Parker
416c6fc4e8 add ellipses to indicate a popup window 2016-12-16 22:33:58 -05:00
Brad Parker
58f5302f6f do not zero entire string 2016-12-16 22:31:07 -05:00
Brad Parker
d7741785f9 no need to zero the entire string 2016-12-16 21:17:24 -05:00
Brad Parker
5be688331d add JP translation resource file for windows menu bar 2016-12-16 21:12:26 -05:00
Brad Parker
1d2600f5f3 fix memory corruption with windows file dialogs for load core/content 2016-12-16 21:11:08 -05:00
Brad Parker
c1d9f6c30c revert "add JP translation resource file for windows menu bar" that was added by accident 2016-12-16 19:16:50 -05:00
twinaphex
c739ca016c Add net_http_parse 2016-12-17 00:46:23 +01:00
Brad Parker
996dbc937a add UTF8 BOM and pragma in some files to fix MSVC build errors 2016-12-16 17:19:04 -05:00
Brad Parker
f4adb19758 add JP translation resource file for windows menu bar 2016-12-16 17:01:50 -05:00
Brad Parker
71e8e3434a make "User %d Remote Enable" translatable, update JP translation 2016-12-16 14:57:50 -05:00
Twinaphex
f05863f715 Merge pull request #4255 from GregorR/netplay-frontend-pause-redux
Netplay pause fix redux.
2016-12-16 16:28:05 +01:00
Gregor Richards
1153652ebb Netplay pause fix redux.
We must actually poll input when netplay is paused, or it
just looks stalled. This fixes that. Again.
2016-12-16 10:13:44 -05:00
twinaphex
2153f3f011 Check if autodetect is enabled at beginning of connect task 2016-12-16 15:18:04 +01:00
twinaphex
404e3122bf (Travis CI) Use freeglut3-dev 2016-12-16 14:39:11 +01:00
twinaphex
209305f944 Connect task now sets PID/VID too 2016-12-16 14:02:11 +01:00
twinaphex
c3a9ade051 (menu_filebrowser.c) Cleanup 2016-12-16 13:56:53 +01:00
twinaphex
adcc89012c Cleanups 2016-12-16 13:55:33 +01:00
twinaphex
c9482e07d6 Change filebrowser_parse 2016-12-16 13:44:09 +01:00
twinaphex
1b0389713d (GX) Buildfix 2016-12-16 13:42:41 +01:00
Twinaphex
db1f3c058a (iohidmanager_hid.c) No longer need to include configuration.h now 2016-12-16 12:36:01 +01:00
twinaphex
d9def056e7 The 'connect' task now sets the device name upon completion 2016-12-16 12:33:56 +01:00
twinaphex
62f5b2d3c3 The disconnect task now clears the device name 2016-12-16 12:20:31 +01:00
Twinaphex
5c522c643c Merge pull request #4254 from danzel/fix-joypad-connection
Fix joypad_connection handling of unknown controllers
2016-12-16 12:15:40 +01:00
twinaphex
454d3eba08 (menu_filebrowser.c) Cleanups 2016-12-16 12:15:00 +01:00
twinaphex
e0166a5d68 Add workaround for statically linked RA when RARCH_PATH_CORE is
empty
2016-12-16 11:56:34 +01:00
twinaphex
d82a65089f Checking for retro_init symbol inside libretro.a causes more issues than
it solves - .a file can be either a C++ or C-oriented core, hence we'd
need two consecutive checks, but both just do exit 0 on error
2016-12-16 11:28:57 +01:00
twinaphex
78c251f66b Fixes statically linked ROM loading 2016-12-16 11:20:56 +01:00
twinaphex
e1f9f0bf8e DISPLAYLIST_CORES_SUPPORTED gets its own code separate from
DISPLAYLIST_CORES_COLLECTION_SUPPORTED
2016-12-16 11:10:53 +01:00
twinaphex
cbf26cfa2f Fix statically linked RA again 2016-12-16 10:09:09 +01:00
twinaphex
75334902a2 Cleanups 2016-12-16 09:32:28 +01:00
twinaphex
02e1c141a1 Cleanups 2016-12-16 09:29:43 +01:00
twinaphex
0adeaeaf1e Cleanups 2016-12-16 09:26:45 +01:00
twinaphex
13b807a526 Cleanups - turn new_type into a static variable 2016-12-16 09:24:58 +01:00
twinaphex
879049da70 (menu_filebrowser.c) Remove unneeded header includes 2016-12-16 09:18:39 +01:00
twinaphex
e4e938eb66 Cut down on HAVE_NETWORKING ifdefs 2016-12-16 09:16:46 +01:00
twinaphex
f186583728 Move filebrowser-dependent code to menu_filebrowser.c 2016-12-16 09:07:03 +01:00
twinaphex
17a66067b0 Add menu_filebrowser.c 2016-12-16 08:59:17 +01:00
Dave Leaver
cd5a5c5fd7 iohidmanager_hid: Remove name from adapters when they are disconnected 2016-12-16 20:17:24 +13:00
Dave Leaver
f7c6574b37 Correctly handle adding controllers if we fail to match them to the known pad_map. 2016-12-16 20:16:55 +13:00
Twinaphex
c50520ccd9 Merge pull request #4250 from GregorR/netplay-load-savestate-null
Fix a possible NULL dereference in load_savestate
2016-12-16 08:11:56 +01:00
Brad Parker
d8ae18aa2b update JP translation 2016-12-15 17:21:41 -05:00
Gregor Richards
8c08a5399d Fix a possible NULL dereference in load_savestate
In the unlikely situation that serial_info wasn't provided and the delta
frame wasn't ready (possibly an impossible situation) it previously
would have segfaulted. This fixes that.
2016-12-15 16:19:54 -05:00
twinaphex
ee7787dd52 (task_decompress.c) Don't log this 2016-12-15 21:21:39 +01:00
Twinaphex
b48d896c1e Merge pull request #4249 from joolswills/mali_fbdev_ctx_warning
added stdlib.h - fixes warning with free / system
2016-12-15 20:01:18 +01:00
Jools Wills
4153785130 added stdlib.h - fixes warning with free / system 2016-12-15 18:59:20 +00:00
twinaphex
a5d4032d01 (X11) Cleanups 2016-12-15 12:37:14 +01:00
twinaphex
7c6930b220 (menu_event.c) Cleanups 2016-12-15 12:21:28 +01:00
twinaphex
e4208750c8 (menu_content.c) Cleanups 2016-12-15 12:18:26 +01:00
twinaphex
9a4fe8c56a (dynamic.c) Style nits 2016-12-15 12:11:21 +01:00
twinaphex
a82492a681 Cleanup config_unload_override 2016-12-15 12:07:02 +01:00