Twinaphex
e51cfce8e3
Merge pull request #4666 from diablodiab/android-mouse-support
...
Android input driver mouse support fixes
2017-02-19 03:01:44 +01:00
Diablodiab
2cbd1898e8
Android input driver mouse support fixes:
...
- Fix bug with cursor moving down to the right
- Remove handling of "copy" and "thread" input states simplifying the driver
2017-02-19 02:57:28 +01:00
bparker06
0231585d06
Merge pull request #4665 from fr500/master
...
fix #4663
2017-02-18 20:41:58 -05:00
radius
e980577531
fix #4663
2017-02-18 20:10:37 -05:00
twinaphex
d1aff197b9
Cleanup netplay_lan_scan_callback
2017-02-18 22:12:41 +01:00
twinaphex
5576115389
Make natt_open_port a static function
2017-02-18 22:03:02 +01:00
twinaphex
e6ee2527e5
Add filestream_get_size/filestream_set_size
2017-02-18 02:21:33 +01:00
twinaphex
e9524f1b95
Add filestream_get_ext
2017-02-18 02:16:40 +01:00
Twinaphex
acb20e2d28
Merge pull request #4658 from mcrisostomo/master
...
New translation file
2017-02-18 00:27:56 +01:00
Twinaphex
cd3a58224f
Merge pull request #4659 from aliaspider/master
...
(WiiU) use the TV resolution instead of the gamepad resolution for
2017-02-18 00:27:36 +01:00
mcrisostomo
cb1aab93db
New file
...
Added new file containing the portuguese translation of RetroArch texts
2017-02-17 11:12:42 -03:00
mcrisostomo
85478b8fc8
Reversing previous commit
2017-02-17 11:11:29 -03:00
aliaspider
461d6ed3e0
(WiiU) use the TV resolution instead of the gamepad resolution for
...
viewport settings. fixes #4655
2017-02-17 15:06:48 +01:00
mcrisostomo
5a74bbb0b3
New translation file
...
Added new file containing the portuguese translation of RetroArch texts
2017-02-17 11:01:20 -03:00
twinaphex
7a5ed7cc65
Add filestream_flush and use filestream interface for tasks/task_save.c
2017-02-17 03:03:18 +01:00
twinaphex
4964892e59
(movie.c) Simplify code
2017-02-17 02:53:40 +01:00
twinaphex
ba4d57ba70
(movie.c) Cleanups
2017-02-17 02:37:12 +01:00
Twinaphex
7030c64bde
Merge pull request #4656 from GregorR/ranetplayer
...
Adding ranetplayer netplay regression testing tool
2017-02-17 02:07:33 +01:00
Gregor Richards
0955667f0d
Adding ranetplayer netplay regression testing tool
2017-02-16 19:59:40 -05:00
Twinaphex
5974acc3c7
Merge pull request #4653 from diablodiab/android-mouse-support
...
Android input driver - add middle mouse button and lightgun support
2017-02-17 01:21:55 +01:00
Twinaphex
139d2d65d7
Merge pull request #4654 from GregorR/netplay-start-as-spectator
...
Re-adding the option to start in spectator mode
2017-02-17 01:21:45 +01:00
Gregor Richards
816d7786ac
Re-adding the option to start in spectator mode
...
This used to be a configuration option because spectator mode and "net"
mode were incompatible. When the ability to switch between player and
spectator was added, the configuration option was removed, since it was
no longer a mode toggle. This re-adds it, mainly so that I can use it to
implement regression tests.
2017-02-16 19:17:06 -05:00
Diablodiab
47d5242dd7
Add middle mouse button support to Android input driver
...
Add lightgun support to Android input driver
2017-02-16 21:52:52 +01:00
Andrés
8114ce70d2
Merge pull request #4650 from fr500/master
...
Better console behavior
2017-02-15 23:59:51 -05:00
radius
742e45c6eb
attach to console if present, spawn our own otherwise
2017-02-15 22:25:17 -05:00
radius
4db257c104
allow console to work again
2017-02-15 21:09:27 -05:00
Brad Parker
abc7da4c87
miniupnpc: fix include dir for linux, fix setsockopt warning on windows
2017-02-15 20:23:12 -05:00
twinaphex
5d8c191df7
Cleanup
2017-02-16 01:30:50 +01:00
twinaphex
91f2cd0b95
Fix this up
2017-02-16 01:10:45 +01:00
neville
4b63ef3123
(OSX PPC) MiniUPNPC support
2017-02-16 01:09:39 +01:00
Twinaphex
c6502e9f2d
Can't set this to 'yes' by default - certain platforms wouldn't
...
have this library
2017-02-16 01:06:06 +01:00
twinaphex
da5966d474
Bake this in for default targets
2017-02-16 01:00:43 +01:00
twinaphex
b3d71320bc
Add miniupnpc to Android
2017-02-16 00:59:32 +01:00
Twinaphex
18f614ef8a
Add MiniUPNPC to iOS build
2017-02-16 00:57:18 +01:00
Twinaphex
5f78d0594c
Enable MiniUPNPC for OSX
2017-02-16 00:50:47 +01:00
Twinaphex
417cf09967
Merge branch 'master' of https://github.com/libretro/RetroArch
2017-02-16 00:45:36 +01:00
Twinaphex
a51b751814
Merge pull request #4648 from leiradel/master
...
Fix for when net_http_get returns NET_HTTP_GET_OK but a NULL body
2017-02-16 00:38:36 +01:00
Twinaphex
37b2ebfcaa
Merge pull request #4649 from fr500/master
...
Check if this string is null before trying to copy it
2017-02-16 00:36:27 +01:00
radius
14c1d48c66
update changelog
2017-02-15 18:26:18 -05:00
radius
f00dd6f7c4
update changelog & copyright
2017-02-15 18:25:21 -05:00
radius
3a6c7b96fd
prevent null check
2017-02-15 18:15:42 -05:00
Andre Leiradella
1b2685949a
Fix for when net_http_get returns NET_HTTP_GET_OK but a NULL body
2017-02-15 21:30:47 +00:00
Twinaphex
37baccab99
Merge pull request #4647 from GregorR/netplay-reset
...
Support for reset in netplay
2017-02-15 21:40:42 +01:00
twinaphex
db4b757843
Add missing file
2017-02-15 21:06:16 +01:00
twinaphex
cd1b95220a
Add miniupnpc dependency which can be optionally compiled in
2017-02-15 21:03:57 +01:00
Gregor Richards
4c1abfaa71
Support for reset in netplay
...
This patch transfers core_reset across netplay. Resets effectively
worked before thanks to check_frames, but this makes resets work even
without check_frames, and in particular should allow resets to force
sync in savestateless cores, bringing them one step closer to actually
being usable by non-experts.
2017-02-15 14:40:37 -05:00
Twinaphex
d0b29f3d8e
Merge pull request #4646 from dankcushions/patch-1
...
Change to advanced settings: auto_remaps_enable & auto_overrides_enable
2017-02-15 18:59:43 +01:00
dankcushions
6309b21252
Change to advanced settings: auto_remaps_enable & auto_overrides_enable
...
There seems to be no reason to show these options as they default to true and there's no reason to disable them unless you were debugging something (and even then...)
Maybe even remove the option entirely?
2017-02-15 15:15:09 +00:00
twinaphex
8da9acd1fe
Rename variable
2017-02-15 12:03:25 +01:00
Twinaphex
f84b6e9020
Merge pull request #4645 from fr500/master
...
Fix #4644
2017-02-15 11:49:45 +01:00