Commit Graph

25315 Commits

Author SHA1 Message Date
twinaphex
a1226004f5 Revert "Don't render menu if unfocused - reimplement this"
This reverts commit ce7ec0681b.
2015-11-28 03:05:37 +01:00
twinaphex
ce7ec0681b Don't render menu if unfocused - reimplement this 2015-11-28 03:03:26 +01:00
radius
6c2e3061c1 add network gamepad support to android builds 2015-11-27 21:00:50 -05:00
radius
35b36ce2c7 fix label 2015-11-27 20:59:10 -05:00
twinaphex
a3c34a7813 Cleanups 2015-11-28 02:31:19 +01:00
twinaphex
0bce3a9cec Rename some more input_config functions 2015-11-28 02:26:57 +01:00
twinaphex
a6ccc188a8 Rename input_common.c to input_config.c 2015-11-28 02:22:58 +01:00
Twinaphex
bbe9927eea Merge pull request #2488 from heuripedes/master
(gl) Fix invalid enum error
2015-11-28 02:13:46 +01:00
twinaphex
70d782b94a Rename functions to fit input_config_ naming convention 2015-11-28 02:13:27 +01:00
twinaphex
28e035ec6b Move functiosn around 2015-11-28 02:09:11 +01:00
twinaphex
f4b61bd164 Make one static function 2015-11-28 02:05:15 +01:00
Higor Eurípedes
9bc10fef7a (gl) Fix invalid enum error 2015-11-27 21:53:31 -03:00
Twinaphex
406107f1aa (iOS) Fix warning 2015-11-28 01:50:19 +01:00
Twinaphex
565b5d19c9 (iOS) Buildfix 2015-11-28 01:49:18 +01:00
Andrés
32223fa1ba Merge pull request #2485 from fr500/master
set a default port
2015-11-27 19:33:15 -05:00
Twinaphex
fedae36d9b Merge pull request #2487 from heuripedes/master
(gl) Add checks for full npot support
2015-11-28 01:31:38 +01:00
Higor Eurípedes
428bc30a61 (gl) Add checks for full npot support 2015-11-27 21:21:23 -03:00
radius
2b6f7f0647 sleep to avoid flodding the host 2015-11-27 19:01:06 -05:00
twinaphex
7ca0d74005 Don't expose struct in header anymore 2015-11-28 00:59:47 +01:00
twinaphex
0b0b3431b0 Go through input bind map wrapper functions 2015-11-28 00:57:57 +01:00
twinaphex
0ca0bd182b Don't expose input_bind_map outside anymore 2015-11-28 00:51:33 +01:00
twinaphex
1f5b121505 Create input_get_bind_map_base 2015-11-28 00:44:34 +01:00
radius
2ccfdb3f4d set a default port 2015-11-27 18:43:39 -05:00
twinaphex
222b9a2113 Fix CXX_BUILD 2015-11-28 00:40:11 +01:00
twinaphex
9f7afa0862 Some C89_BUILD buildfixes 2015-11-28 00:36:22 +01:00
twinaphex
265e36a5d0 Some CXX_BUILD buildfixes 2015-11-28 00:33:01 +01:00
Twinaphex
51c7ba760c Merge pull request #2484 from fr500/udp-remote
UDP remote gamepad
2015-11-28 00:28:34 +01:00
radius
9312b1fe33 merge with upstream 2015-11-27 18:20:35 -05:00
twinaphex
133b4754a4 (iOS) Buildfix 2015-11-28 00:17:36 +01:00
twinaphex
99ca95a100 (Android) Buildfix 2015-11-28 00:16:31 +01:00
radius
ced2131027 basic remote gamepad test program 2015-11-27 18:15:42 -05:00
radius
d8badc2ad8 enable polling the remote gamepads 2015-11-27 18:15:41 -05:00
radius
7f84c3aeec complete basic implementation of an UDP receiver for retropad,
it expects a char* which is then converted to an integer
representing the pressed buttons
2015-11-27 18:08:57 -05:00
radius
fe9700ebda add input polling code 2015-11-27 18:08:56 -05:00
radius
d5e56c7561 fix the settings for each player 2015-11-27 18:08:55 -05:00
radius
9af42f8f1f only open socket for the configure max_users 2015-11-27 18:08:54 -05:00
radius
7d8b13372d add GUI representation for the settings 2015-11-27 18:08:53 -05:00
radius
ac1695e7fd open different sockets per-user 2015-11-27 18:08:52 -05:00
radius
ef3a07c515 save network gamepad settings 2015-11-27 18:08:50 -05:00
radius
4e39df6d6d save stdin and network commands properly 2015-11-27 18:08:48 -05:00
radius
f2fc978722 add settings for network gamepads for each user 2015-11-27 18:08:46 -05:00
radius
06a06fee94 add settings for network gamepads for each user 2015-11-27 18:08:44 -05:00
radius
07291710ef fix nit 2015-11-27 18:08:43 -05:00
radius
5313dd318f add remote driver files 2015-11-27 18:08:41 -05:00
radius
1296768d47 add stub driver for network gamepad 2015-11-27 18:08:39 -05:00
radius
9fb3fe6216 add defines for udp gamepad 2015-11-27 18:08:35 -05:00
Twinaphex
5c44d58ba9 Merge pull request #2483 from heuripedes/master
(griffin) Add task_decompress.c
2015-11-27 23:54:54 +01:00
Higor Eurípedes
607e403981 (griffin) Add task_decompress.c 2015-11-27 19:54:19 -03:00
Twinaphex
818f82ee1f Merge pull request #2482 from heuripedes/master
Implement background zip extraction for core/content download
2015-11-27 23:51:53 +01:00
Higor Eurípedes
3feff47a01 (menu) Use the new decompress task in the downloader 2015-11-27 19:48:09 -03:00