Commit Graph

33074 Commits

Author SHA1 Message Date
twinaphex d53d1faad5 Use string_is_empty 2016-09-30 09:00:04 +02:00
twinaphex 91170722e6 Try to silence Coverity warning 2016-09-30 08:58:57 +02:00
twinaphex 4d76503efd Move around global variable 2016-09-30 08:56:14 +02:00
twinaphex b3dd8cd72b Fix non-HAVE_DYNAMIC 2016-09-30 08:54:52 +02:00
twinaphex 967a463bc7 configuration.c - cleanup 2016-09-30 08:27:26 +02:00
twinaphex 13cf804a70 Fix signed/unsigned mismatch warnings 2016-09-30 08:23:24 +02:00
twinaphex b73d183c44 (Win32) Buildfix 2016-09-30 08:19:36 +02:00
twinaphex da64bb0f0d (ui_cocoa) Cleanup main loop 2016-09-30 08:17:18 +02:00
twinaphex 9d3d466092 Simplify main loops 2016-09-30 08:15:21 +02:00
twinaphex 55efca9b23 Cleanups 2016-09-30 07:49:15 +02:00
twinaphex 973ec601f0 Remove header include from runloop.h 2016-09-30 07:46:58 +02:00
twinaphex fe3281e05d Add record dirs to dirs.c 2016-09-30 07:45:04 +02:00
twinaphex 0e3fbb615e Create path_get_ptr 2016-09-30 07:33:08 +02:00
twinaphex bd77ac145b (paths.c) Cleanups 2016-09-30 07:27:10 +02:00
twinaphex ab7bc7755e Create dir_get_ptr 2016-09-30 07:21:33 +02:00
twinaphex d973e528f6 Create dir_set 2016-09-30 07:15:30 +02:00
twinaphex db3738babb Create dir_get 2016-09-30 07:11:52 +02:00
twinaphex fa469c4dcc Create dir_is_empty 2016-09-30 07:06:27 +02:00
twinaphex d7d49c36c7 Create dir_clear 2016-09-30 07:02:23 +02:00
twinaphex 28a96fbb05 Update GX/WIn32 builds 2016-09-30 06:39:47 +02:00
twinaphex 3a7e9a7052 Move path settings to paths.c 2016-09-30 06:33:57 +02:00
twinaphex 00a1e3716a Create path server and add to paths.c 2016-09-30 06:22:56 +02:00
twinaphex 6ee7b733aa Move global->name to paths.c 2016-09-30 06:11:11 +02:00
twinaphex 1266c0609a Create path_is_empty 2016-09-30 04:43:16 +02:00
twinaphex 228886062b Create path_clear 2016-09-30 04:31:19 +02:00
twinaphex 1cf45d785f Turn path_set_names into static function 2016-09-30 04:19:57 +02:00
Twinaphex 5d717427c1 Merge pull request #3695 from GregorR/netplay-no-savestates-fix-deux
Somewhat fixing support for savestateless cores
2016-09-30 04:01:47 +02:00
twinaphex 7787475361 Relocate samples/utils 2016-09-30 02:49:10 +02:00
Gregor Richards f710303a40 Somewhat fixing support for savestateless cores
Without early saves we couldn't properly detect savestateless cores. We
still can't, really, but we can at least EVENTUALLY detect this
condition. netplay_net has been fixed to do so.
2016-09-29 20:48:39 -04:00
Twinaphex 721a04b71c Merge pull request #3693 from GregorR/netplay-default-delay-frames
Set delay_frames to 16 by default
2016-09-30 02:29:05 +02:00
Gregor Richards 7ab1f420d9 Set delay_frames to 16 by default. 2016-09-29 20:20:07 -04:00
Twinaphex 9392fca26a Merge pull request #3692 from GregorR/netplay-spectato-fix-deux
Fix spectator mode to work with the late-serialization workaround
2016-09-30 00:08:34 +02:00
Gregor Richards 5b62fbb355 Fix spectator mode to work with the late-serialization workaround 2016-09-29 17:28:01 -04:00
aliaspider 86d3e982ba add missing #ifdef HAVE_NETWORKING around core_set_netplay_callbacks() 2016-09-29 22:10:21 +01:00
Twinaphex 03215a831f Merge pull request #3690 from aliaspider/master
(3DS) add experimental font and menu_display drivers.
2016-09-29 21:33:08 +02:00
twinaphex 2c4da47bfd Move udp-test.c file around 2016-09-29 21:31:03 +02:00
twinaphex a1c2036769 Create samples/file/nbio 2016-09-29 21:28:56 +02:00
twinaphex 17ded1a9ac Move net/test to samples/net/test 2016-09-29 21:27:26 +02:00
aliaspider afd5e85a31 (3DS) add experimental font and menu_display drivers. 2016-09-29 20:14:12 +01:00
twinaphex e98b55fe3f Group some ifdefs together 2016-09-29 21:10:35 +02:00
twinaphex 9384875ab0 Don't use HAVE_NETPLAY any more 2016-09-29 21:07:10 +02:00
twinaphex c42deb4cd3 (cheevos.c) Further cleanups 2016-09-29 20:38:52 +02:00
twinaphex 9d439622c0 (cheevos.c) Cleanups 2016-09-29 20:35:26 +02:00
twinaphex 35c2c11a91 (frontend_salamander.c) Cleanup 2016-09-29 20:18:45 +02:00
twinaphex 190c417350 Remove stub function 2016-09-29 20:14:26 +02:00
twinaphex da5d43974a netplay_data is a void pointer no more 2016-09-29 20:11:46 +02:00
Twinaphex 19121dbee3 Merge pull request #3688 from GregorR/netplay-menu
Netplay menu
2016-09-29 19:36:13 +02:00
Brad Parker 54165bf7fb media cannot be a directory 2016-09-29 13:34:39 -04:00
Gregor Richards 5dba982cae All Netplay menu options are now internationalizable. 2016-09-29 13:24:56 -04:00
twinaphex d6b9c4f17a Prevent some Coverity warnings 2016-09-29 19:24:18 +02:00