32542 Commits

Author SHA1 Message Date
twinaphex
9d7798d52a (configuration.c) Cleanup 2016-09-17 01:40:11 +02:00
twinaphex
7c0ba42c09 driver.c - Cleanups 2016-09-17 00:44:29 +02:00
twinaphex
e3c560014c Turn HAVE_GLES into HAVE_OPENGLES 2016-09-17 00:38:35 +02:00
twinaphex
7e87ba4dcb Dont use HAVE_GLES - turn it into HAVE_OPENGLES 2016-09-17 00:33:42 +02:00
twinaphex
fb8237f1bb Cleanup command_event_save_current_config 2016-09-17 00:28:47 +02:00
twinaphex
4caee1ca5f Get rid of one ifdef 2016-09-17 00:22:55 +02:00
Twinaphex
32ce489eed Get rid of unused variable 2016-09-16 20:35:38 +02:00
twinaphex
d96386cd18 (iOS) Buildfix 2016-09-16 20:34:34 +02:00
twinaphex
955c399386 (ffmpeg_core.c) nits 2016-09-16 19:23:42 +02:00
twinaphex
c4c96aa843 Don't show ffmpeg_fft_ core options when HAVE_OPENGL is not defined 2016-09-16 19:20:45 +02:00
twinaphex
5f6f630818 (ffmpeg core) Cleanup 2016-09-16 19:15:46 +02:00
twinaphex
eac7bcf38f Create unfinished version of matrix_4x4_lookat 2016-09-16 18:27:00 +02:00
twinaphex
ee4c893c07 Update matrix_4x4_projection 2016-09-16 18:03:30 +02:00
twinaphex
6002fd9f2a (shader_vulkan.cpp) Nits 2016-09-16 17:50:57 +02:00
twinaphex
1055938b67 Add vector_4 to Griffin and Makefile.common 2016-09-16 17:46:13 +02:00
twinaphex
028bb38ec5 Add vector_4 2016-09-16 17:45:41 +02:00
twinaphex
99aae8537b Use string_is_equal/stdstring.h 2016-09-16 17:33:18 +02:00
twinaphex
f395e851c4 Use stdstring.h 2016-09-16 17:25:47 +02:00
twinaphex
5698bd489c menu_input_pointer_post_iterate - cleanup 2016-09-16 17:14:41 +02:00
radius
69f8cd1acb (ems) add template for people who want their own self-hosted player
(ems) add readme
2016-09-16 10:04:46 -05:00
Twinaphex
7ac0d84dec Merge pull request #3603 from RobLoach/patch-10
Add EditorConfig support
2016-09-16 16:58:41 +02:00
Twinaphex
1144921e53 Merge pull request #3604 from RobLoach/patch-9
Delete .empty
2016-09-16 16:57:42 +02:00
twinaphex
ef7541261a Move delay struct variables to menu_event as static variables 2016-09-16 16:54:04 +02:00
Rob Loach
85dbd1d2b2 Add EditorConfig support
[EditorConfig](http://editorconfig.org/) will automatically configure text editors and IDEs to RetroArch's coding standards. Helps keeps things to the 3-space tabbing.
2016-09-16 10:44:33 -04:00
twinaphex
125c4f9529 Add menu_event.c 2016-09-16 16:39:30 +02:00
Rob Loach
2462f368e4 Delete .empty
Don't need this file.
2016-09-16 10:36:02 -04:00
twinaphex
b9ba1b2f29 (menu_input.c) Cleanups 2016-09-16 16:26:06 +02:00
twinaphex
2294bcf158 Not sure if this was brought back intentionally; probably not 2016-09-16 14:13:55 +02:00
Twinaphex
6fd5d35600 Merge pull request #3602 from GregorR/netplay-pause-poll
Tell Netplay when the frontend is paused
2016-09-16 13:59:17 +02:00
Gregor Richards
f2058620d3 Tell Netplay when the frontend is paused
The runloop now informs Netplay if it's paused. This currently happens
by polling the pause state every frame, which is ugly, but might be the
only feasible technique.
2016-09-16 07:40:24 -04:00
twinaphex
a55feae619 CXX_BUILD fixes 2016-09-16 13:38:06 +02:00
Twinaphex
e4cf93cff4 Merge pull request #3600 from GregorR/netplay-new-features
New Netplay features
2016-09-16 13:35:12 +02:00
twinaphex
cb17c0f493 Style nits 2016-09-16 13:31:18 +02:00
Twinaphex
ee0cbd4012 Merge pull request #3592 from nguillaumin/dbus-auto
Fixes #2026: Make DBus dependency 'auto' to enable it by default
2016-09-16 13:28:09 +02:00
Twinaphex
ed4e9d5a3c Merge pull request #3601 from hadess/master
X11 screensaver cleanups
2016-09-16 13:27:49 +02:00
Bastien Nocera
5afdd35e54 x11: Only call out to xdg-screensaver when D-Bus failed 2016-09-16 13:03:48 +02:00
Bastien Nocera
a061b4a801 x11: Implement xdg-screensaver uninhibition 2016-09-16 13:03:37 +02:00
twinaphex
9726de615b Fix stray icon 2016-09-16 13:03:26 +02:00
Bastien Nocera
e563bd5512 x11: Flatten D-Bus (un)inhibit functions
Instead of nesting, try to exit as soon as possible in case of errors.
Also make sure to tell the caller whether the call succeeded and a
fallback should be attempted.
2016-09-16 12:59:16 +02:00
twinaphex
574d51d1e0 Cleanups 2016-09-16 12:49:26 +02:00
twinaphex
7060f09948 remove header include 2016-09-16 12:46:34 +02:00
twinaphex
17e78909d5 Cleanups 2016-09-16 12:43:19 +02:00
Bastien Nocera
297c9a8613 x11: Reset dbus_connection global variable on exit
To ensure that the state of the variable is correct. This won't be
needed if X11 is never reinitialised.
2016-09-16 12:34:15 +02:00
Bastien Nocera
6ab7fab326 x11: Lower the severity of D-Bus not being accessible
As there is a fallback through xdg-screensaver, no need to make this any
more important than a log message.
2016-09-16 12:32:22 +02:00
Bastien Nocera
65fa874c3a x11: Rename function fetching the D-Bus connection
You'd expect a "get" function to return the variable in question. This
doesn't, and simply sets a global variable.
2016-09-16 12:32:15 +02:00
radius
247de41ce1 (ems) itch.io, readd log window 2016-09-15 23:19:23 -05:00
Gregor Richards
ad336df709 Reimplemented Netplay spectate mode
Spectate mode is now far more similar to net (normal) mode, and, more
importantly, it works. In addition, spectate mode will not fast-forward
to catch up with the server if it lags too far behind.
2016-09-15 23:06:32 -04:00
Gregor Richards
a42be48638 Don't do Netplay CRCing by default
There are too many buggy cores for Netplay to CRC in the default
configuration, so check_frames=0 by default. check_frames is a "last
resort" option anyway, so shouldn't need to be on by default.
2016-09-15 23:06:32 -04:00
Gregor Richards
4076b14568 Make Netplay flipping deterministic
The receiving side of a player-flip request now does a forced rewind to
assure that any already-computed frames are computed with the players on
the right side.
2016-09-15 23:06:32 -04:00
Gregor Richards
827009d2d3 A few corrections/clarifications in the Netplay README 2016-09-15 23:06:32 -04:00