32778 Commits

Author SHA1 Message Date
Gregor Richards
42f8ed4338 Support for Netplay reconnection
In net server mode, when the client disconnects, the server now returns
to listening mode, in anticipation of the client reconnecting.
2016-09-21 22:37:43 -04:00
twinaphex
af46e81080 Hide Wifi settings if null wifi driver selected 2016-09-22 04:19:31 +02:00
twinaphex
9b93f1b520 (Wifi) show 'no settings' found when selecting wifi settings
if null driver is selected
2016-09-22 04:18:10 +02:00
twinaphex
7dc297edfc (GLSM) Prevent warning 2016-09-22 04:09:10 +02:00
twinaphex
017bf34d71 Prevent null pointer dereference defect 2016-09-22 03:59:02 +02:00
twinaphex
ca4086622a (Griffin) Buildfix 2016-09-22 03:29:04 +02:00
twinaphex
1bad39131a Add wifi files to Griffin 2016-09-22 03:28:06 +02:00
radius
5f9a54af56 Add Glupen 2016-09-21 19:20:44 -05:00
Jean-André Santoni
4440b58cbe Now able to display a list of ssid 2016-09-22 02:03:10 +02:00
Jean-André Santoni
d1ae577811 Start building the ssid list 2016-09-22 02:03:05 +02:00
Jean-André Santoni
850c4beac3 Add a WiFi setting group 2016-09-22 02:03:01 +02:00
Jean-André Santoni
acf34990fc Expose the wifi driver scan callback 2016-09-22 02:02:57 +02:00
Jean-André Santoni
36fb1ffcdf WiFi driver: add scan callback 2016-09-22 02:02:52 +02:00
Jean-André Santoni
39be71e4ad Correctly save and load WiFi driver from the config file 2016-09-22 02:02:47 +02:00
Jean-André Santoni
c45058d3ae Start adding a WiFi driver 2016-09-22 02:02:43 +02:00
Twinaphex
719533cf50 Merge pull request #3630 from GregorR/netplay-connect-late
Support for late connection to Netplay host mode
2016-09-22 01:45:43 +02:00
twinaphex
cc11244307 Fix memory leak 2016-09-22 00:58:29 +02:00
Gregor Richards
4b370cf55e Re-add TCP_NODELAY in host mode. 2016-09-21 17:31:19 -04:00
Gregor Richards
c2d9e7a538 Support for late connection to Netplay host mode
This changes netplay host mode's behavior in net (normal) mode from
immediately blocking to waiting for a connection while allowing the game
to run, like spectator mode.
2016-09-21 17:26:02 -04:00
Andrés Suárez
32017c3cae Update index.html 2016-09-21 15:37:52 -05:00
Andrés Suárez
9fd7ecb668 Merge pull request #3629 from loganmc10/master
Fix emscripten async and add glupen64
2016-09-21 15:27:28 -05:00
Logan McNaughton
f0204a8b5d Fix emscripten async and add glupen64 2016-09-21 14:10:05 -06:00
Alcaro
4ceb53207f Merge pull request #3628 from GregorR/network-send-blocking-fix
Fix socket_send_all_blocking to fail on errors not related to blocking
2016-09-21 20:09:35 +02:00
Gregor Richards
b0672e47ae Fix socket_send_all_blocking to fail on errors not related to blocking 2016-09-21 14:01:25 -04:00
twinaphex
8831d19008 Rename GLES_LIBS/GLES_CFLAGS to OPENGLES_LIBS/OPENGLES_CFLAGS 2016-09-21 12:45:31 +02:00
twinaphex
3cbc03b675 (libretro-common/utils) Buildfix 2016-09-21 12:35:38 +02:00
twinaphex
84d8d97ea5 Update libretro-common/utils 2016-09-21 12:33:42 +02:00
twinaphex
b548362869 Use encoding_crc32 2016-09-21 12:31:40 +02:00
Twinaphex
e00ed7f209 Merge pull request #3625 from GregorR/netplay-remove-bsv
Removing now-unused BSV-related functions from Netplay
2016-09-21 04:36:34 +02:00
Gregor Richards
851cd0fe6e Removing now-unused BSV-related functions from Netplay 2016-09-20 22:32:23 -04:00
twinaphex
99d24d9954 Cleanup 2016-09-21 04:19:59 +02:00
twinaphex
0ec5d9aba7 Simplify task_content.c 2016-09-21 04:09:24 +02:00
twinaphex
7edc0d9ee9 Simplify load_content_into_memory 2016-09-21 04:03:31 +02:00
twinaphex
0672051b37 (Vita) Get rid of matrix helper functions - not needed 2016-09-21 03:44:55 +02:00
Twinaphex
4d49bb44f2 (OSX) Buildfix 2016-09-21 02:30:21 +02:00
twinaphex
55517dbc12 Prevent warning 2016-09-21 02:17:32 +02:00
twinaphex
dbf6d9331f (rpng_encode.c) Use encoding_crc32 2016-09-21 02:16:56 +02:00
Brad Parker
b7735520f2 fix scanning of archive files 2016-09-20 15:40:29 -04:00
Twinaphex
4c414f0a99 Merge pull request #3624 from libretro/coverity_scan
Coverity scan
2016-09-20 21:13:01 +02:00
twinaphex
8a9c1dd6f7 Merge branch 'master' of https://github.com/libretro/RetroArch into coverity_scan 2016-09-20 21:12:14 +02:00
twinaphex
d17de78fb3 Try to solve coverity issue ID 112920 2016-09-20 21:07:41 +02:00
Brad Parker
6ac73c5655 use generic crc32 to scan files with 2016-09-20 13:34:56 -04:00
twinaphex
8095fa9ff8 Try to fix plethora of resource leaks 2016-09-20 16:32:33 +02:00
twinaphex
d81f40a9e1 Remove double free 2016-09-20 16:30:08 +02:00
twinaphex
1a55721c78 Fix some high-priority Coverity-catched defects 2016-09-20 16:10:27 +02:00
twinaphex
b3f50a3758 Prevent uninitialized scalar variable 2016-09-20 15:56:47 +02:00
Twinaphex
a69b958a1f Merge pull request #3623 from frangarcj/master
(VITA) New font renderer with stb by default
2016-09-20 13:22:59 +02:00
frangarcj
608d13c321 (VITA) Add some default fonts 2016-09-20 10:58:14 +02:00
twinaphex
8b67551799 Turn dump_to_file_desprate into static function 2016-09-20 04:08:55 +02:00
twinaphex
0c86536bdc task_image.c - get rid of ifdefs 2016-09-20 04:05:16 +02:00