34814 Commits

Author SHA1 Message Date
Brad Parker
b69734ce4a more unicode fixes 2016-12-02 23:01:44 -05:00
Brad Parker
d20acaa63d more unicode fixes 2016-12-02 23:00:27 -05:00
Twinaphex
e351407f67 Merge pull request #4137 from GregorR/netplay-discovery
Netplay LAN discovery
2016-12-03 04:57:49 +01:00
Gregor Richards
8993003259 C++ fixes 2016-12-02 22:56:37 -05:00
Gregor Richards
6c516f1de4 Griffin-fying Netplay LAN scanning 2016-12-02 22:54:14 -05:00
Gregor Richards
c9edc87d4a Add NO_NETPLAY_HOSTS_FOUND to labels as well. 2016-12-02 22:52:19 -05:00
Gregor Richards
1f281beea2 Replace "no networks found" message with "no netplay hosts found" 2016-12-02 22:49:56 -05:00
Gregor Richards
b4ec66e34a Move local network scanning out of settings and into Netplay 2016-12-02 22:42:29 -05:00
Gregor Richards
0577749fae Netplay LAN scanning is go! (sort of) 2016-12-02 22:40:26 -05:00
Brad Parker
fcf09f10ef more unicode fixes 2016-12-02 22:12:00 -05:00
Gregor Richards
077d5440ee Allow Netplay to receive a struct netplay_host to connect to rather than
using the configured setting
2016-12-02 21:16:15 -05:00
Brad Parker
cc7bf6b4fa more unicode fixes 2016-12-02 21:11:55 -05:00
Gregor Richards
ba0985de37 Actually report the host port as the Netplay port, not the discovery port 2016-12-02 20:38:55 -05:00
Gregor Richards
3446cf09d6 Actually report discovered hosts back to the caller! 2016-12-02 20:28:22 -05:00
Gregor Richards
4c18cec752 Added Netplay discovery code (not yet in menu) 2016-12-02 19:49:42 -05:00
Gregor Richards
addff325d0 Netplay discovery LAN scanning task (incomplete) 2016-12-02 18:56:29 -05:00
Jean-André Santoni
041fb36531 Merge pull request #4135 from GregorR/netplay-nat-traversal-setting
Fix NAT traversal menu setting
2016-12-02 22:39:15 +01:00
Gregor Richards
d7dbb6cac0 Fix NAT traversal menu setting. 2016-12-02 16:36:46 -05:00
Brad Parker
826afd137c disable unicode until GL context is fixed 2016-12-02 15:34:15 -05:00
Brad Parker
5be05b3f61 Merge branch 'msvc' 2016-12-02 14:36:48 -05:00
Brad Parker
84b65514f2 ok button input should be unsigned 2016-12-02 14:34:29 -05:00
Brad Parker
3b8a81dd31 make existing hard-coded unicode calls switchable back to ansi 2016-12-02 14:34:29 -05:00
Brad Parker
d891f1c90b remove explicit unicode def/undefs 2016-12-02 14:34:29 -05:00
Brad Parker
a109df9271 make existing hard-coded unicode calls switchable back to ansi 2016-12-02 14:15:39 -05:00
Brad Parker
44b95a1602 revert retroarch.cfg 2016-12-02 14:04:11 -05:00
twinaphex
5547b3fa3e Rename some variables in wgl_ctx.cpp and cahnge prefix 'g_' to 'win32_' 2016-12-02 19:58:55 +01:00
Twinaphex
673c0ab626 Merge pull request #4130 from GregorR/netplay-socket-legacy-may-as-well-be-called-no-sockets
More stripping out of NAT traversal for SOCKET_LEGACY
2016-12-02 19:37:46 +01:00
Gregor Richards
a082df0027 More stripping out of NAT traversal for SOCKET_LEGACY 2016-12-02 13:18:35 -05:00
Brad Parker
3846ce1837 build fixes for MSVC, start moving back to TCHAR usage so we can switch unicode on and off 2016-12-02 12:54:39 -05:00
Brad Parker
f64fb911b8 remove explicit unicode def/undefs 2016-12-02 12:46:32 -05:00
Brad Parker
5bd8c096dc revert retroarch.cfg 2016-12-02 12:18:19 -05:00
Brad Parker
0a0cc6494a build fixes for MSVC, start moving back to TCHAR usage so we can switch unicode on and off 2016-12-02 12:15:38 -05:00
twinaphex
8e7d440ed5 (Zarch) Silence Zarch warning 2016-12-02 17:44:35 +01:00
twinaphex
d3151927bf (Emscripten) Buildfix 2016-12-02 17:41:44 +01:00
twinaphex
a9473a71c5 (menu_shader.c) Cleanups 2016-12-02 17:34:40 +01:00
twinaphex
45407f9b52 (shader_glsl.c) Small cleanups 2016-12-02 16:50:08 +01:00
twinaphex
65ba82ca4b (shader_gl_cg.c) Cleanups 2016-12-02 16:45:58 +01:00
twinaphex
4b9571140f Remove two runloop.h includes 2016-12-02 16:07:33 +01:00
twinaphex
5e10dbf348 Move more runloop.h includes 2016-12-02 16:01:06 +01:00
twinaphex
a911c24ba3 Remove runloop.h header includes 2016-12-02 06:26:41 +01:00
twinaphex
642310e08a Remove runloop.h header include from many files 2016-12-02 06:19:27 +01:00
twinaphex
021559a877 Get rid of runloop.h dependencies inside input/ dir 2016-12-02 06:07:45 +01:00
twinaphex
dd5736b273 Turn check_input_driver_block_hotkey into macro 2016-12-02 05:26:37 +01:00
Twinaphex
f77f3ecec4 Merge pull request #4126 from GregorR/netplay-socket-legacy-is-awful-and-i-hate-it
inet_ntoa missing on Vita
2016-12-02 02:49:34 +01:00
Gregor Richards
5739be5594 SOCKET_LEGACY doesn't even necessarily have inet_ntoa, so oh well, no
host for you
2016-12-01 20:40:16 -05:00
twinaphex
f9e72b89e2 (platform_xdk.cpp) Buildfixes 2016-12-02 01:54:28 +01:00
twinaphex
4ee5fcae47 Buildfixes 2016-12-02 01:51:26 +01:00
twinaphex
c3ea6d1385 Add HAVE_D3D9 ifdef 2016-12-02 01:46:16 +01:00
twinaphex
c8ff6d9030 (menu_event.c) Add FIXME and some cleanups 2016-12-02 01:43:43 +01:00
twinaphex
ff2892498e Change flicker_filter_index to unsigned int 2016-12-02 01:16:26 +01:00