34679 Commits

Author SHA1 Message Date
Jean-André Santoni
f41e420b44 Unhardcode more strings 2016-12-01 00:49:48 +01:00
Jean-André Santoni
1f1a8eec89 New message 'no networks found' 2016-12-01 00:35:20 +01:00
twinaphex
3f0a418311 Fix Emscripten build 2016-11-30 19:21:21 +01:00
Twinaphex
99c7d6aeea Merge pull request #4110 from GregorR/natt-miniupnpc-2.0
Support for both MiniUPNPC 2.0 and MiniUPNPC < 2.0
2016-11-30 17:44:08 +01:00
Twinaphex
d26905389b Cleanup 2016-11-30 17:38:14 +01:00
twinaphex
981cbf93c9 Add task_wifi to Griffin 2016-11-30 17:37:42 +01:00
Gregor Richards
ef65f6c57a Support for both MiniUPNPC 2.0 and MiniUPNPC < 2.0
MiniUPNPC 2.0 was a backwards-incompatible change (as .0s tend to be)
but configure detects them the same. This adds support for the changed
functions.
2016-11-30 10:48:11 -05:00
radius
5cf668c302 set the option as false by default for the time being 2016-11-30 10:29:34 -05:00
Twinaphex
12b17a8319 Merge pull request #4109 from libretro/async-wifi
Async wifi
2016-11-30 16:10:32 +01:00
Twinaphex
bb499b70be Merge pull request #4104 from GregorR/natt
NAT traversal
2016-11-30 16:09:53 +01:00
Brad Parker
3ac51389bb dinput: catch null pointer 2016-11-30 02:07:29 -05:00
Andrés Suárez
2ea6c6bcfe Merge pull request #4105 from fr500/master
Firmware checking improvements
2016-11-30 00:31:43 -05:00
Andrés Suárez
153b879a6e Merge pull request #4108 from GregorR/netplay-ipv6
Fix Netplay IPv6 support
2016-11-30 00:31:05 -05:00
Gregor Richards
b3ababce9a Fix Netplay IPv6 support 2016-11-30 00:25:16 -05:00
aliaspider
cffd17efea Merge pull request #4106 from vgmoose/master
(WiiU) put current git hash in meta.xml
2016-11-30 05:55:43 +01:00
vgmoose
87344328fe
(WiiU) put current git hash in meta.xml 2016-11-29 23:52:48 -05:00
radius
7f62fee375 fix close content after loading has been blocked 2016-11-29 23:46:07 -05:00
Gregor Richards
b1f9ef6073 Since I've allocated net_ifinfo, I'd better free it in all returns 2016-11-29 23:31:35 -05:00
Gregor Richards
8e5e760773 Remove accidentally-left debug printf 2016-11-29 23:30:12 -05:00
Gregor Richards
0b13f7dc4a Tpyo in griffin include of net_natt 2016-11-29 23:26:53 -05:00
radius
2e7821e337 add a toggle to the firmware check so it can be overruled 2016-11-29 23:22:22 -05:00
twinaphex
ce2fbbdbe2 (hid_joypad.c) Prevent null pointer dereferences 2016-11-30 05:12:28 +01:00
Gregor Richards
2522f68870 C++ fixes 2016-11-29 23:10:19 -05:00
Gregor Richards
025993231f Use net_ifinfo how it's intended (?) to be used 2016-11-29 23:08:48 -05:00
Gregor Richards
c342c103ae Always get numeric host/ports instead of names. 2016-11-29 23:08:26 -05:00
Twinaphex
7197be5a0d (OSX) Prevent crash 2016-11-30 05:07:08 +01:00
twinaphex
d3e4c1278a Add whitespace 2016-11-30 05:00:04 +01:00
Gregor Richards
42da0a0184 NAT traversal in Netplay
For the time being, if NAT traversal is successful it simply announces
it as an OSD message. In the future it will be used to inform a
matchmaking server of the public port.

This patch also included minor fixes to the NAT traversal implementation
to make the select it demands actually doable.
2016-11-29 22:59:46 -05:00
twinaphex
7d4b159fe9 Typo fix 2016-11-30 04:35:16 +01:00
Twinaphex
17dc79a002 Buildfixes/silence unused variable warnings 2016-11-30 04:32:59 +01:00
Twinaphex
a39503b2e1 Merge pull request #4103 from fr500/master
better firmware prescence checking
2016-11-30 04:29:36 +01:00
radius
4f760352f4 don't show the message for ten seconds 2016-11-29 22:23:15 -05:00
radius
1b3789edde better firmware checking 2016-11-29 22:21:44 -05:00
Gregor Richards
48240c2806 Adding Netplay NAT traversal option (but not implementation yet) 2016-11-29 22:18:37 -05:00
Gregor Richards
50ec1bc9cd Add NAT traversal code to griffin 2016-11-29 21:16:25 -05:00
Gregor Richards
8f61e2b978 Spacing correction (three spaces, not four) 2016-11-29 21:16:04 -05:00
Gregor Richards
da406c3abb Adding copyright headers and support for specifying protocol (TCP/UDP) 2016-11-29 21:09:47 -05:00
Gregor Richards
65355994b3 NAT traversal
Adding NAT traveral interface to libretro-common, with (currently) a
backend support MiniUPNPC. Sensible future backends would be libupnp and
a direct implementation of PCP/NAT-PMP.
2016-11-29 21:00:53 -05:00
aliaspider
01bc910607 Merge pull request #4102 from FIX94/master
(WiiU) properly set audio offset before starting playback
2016-11-30 02:41:09 +01:00
FIX94
df956efd43 (WiiU) properly set audio offset before starting playback 2016-11-30 02:37:42 +01:00
Brad Parker
367dea6723 unicode-ify a couple other windows files, start changing function names to W version explicitly 2016-11-29 20:32:24 -05:00
Jean-André Santoni
99ab41be4a Don't use structs in global_t. Also simplifies the async wifi code. 2016-11-30 01:21:21 +01:00
Jean-André Santoni
bb7a96e9a8 Async Wi-Fi scan 2016-11-30 00:18:27 +01:00
Brad Parker
dc99713a9b create unicode window on Windows 2016-11-29 14:34:37 -05:00
Brad Parker
187e1fc71b use wide fopen() on windows 2016-11-29 14:34:36 -05:00
Brad Parker
8adafa9249 use UTF8/16 conversion functions instead of codepage ones 2016-11-29 14:34:36 -05:00
Brad Parker
495deae31b still not working 2016-11-29 14:34:36 -05:00
Brad Parker
cd9d09d1f3 use unicode versions of windows functions 2016-11-29 14:34:35 -05:00
Alcaro
53549646af Merge pull request #4095 from diegoviola/master
Fix typo
2016-11-29 14:26:48 +01:00
Diego Viola
59c99a59e7 Fix typo 2016-11-29 11:23:43 -02:00