38430 Commits

Author SHA1 Message Date
gouchi
71efef723b Update CHANGES.md 2017-06-01 12:43:27 +02:00
twinaphex
25a89c3ff1 Update CHANGES.md 2017-06-01 05:26:44 +02:00
twinaphex
1056027d4d Bump up version code to 54 2017-06-01 03:49:51 +02:00
twinaphex
f14473fd23 (PS3) Add HAVE_STB_VORBIS v1.6.0 2017-06-01 01:25:41 +02:00
twinaphex
69ab4b6137 Remove HAVE_RLAUNCH 2017-06-01 01:24:46 +02:00
twinaphex
6bf867330f (Android) Add -DHAVE_STB_VORBIS 2017-06-01 01:17:47 +02:00
twinaphex
f085e69939 (OSX/iOS) Add HAVE_STB_VORBIS 2017-06-01 01:16:26 +02:00
Conn
17d0037bd5 xmb: enable menu transparency support when emulation is paused
Allow xmb menu driver transparency when "Pause when menu activated" is enabled (default setting).
This is also the default behaviour of the rgui driver and is helpful for users to preview
video/shader changes on the fly.

Issues fixed:

gfx/video_driver: enable menu transparency only when game is loaded (as a loaded core can display
                  black or corrupt image)
gfx/video_driver: don't clobber cached frame (fixes missing background on full screen toggle)
menu/drivers/xmb: ensure transparency is applied when game is loaded and no shader pipeline active.
menu/menu_driver: explicitly apply transparency only for existing textures (i.e. wallpapers), to
                  avoid background of cores with no content yet loaded mixing with wallpaper.
2017-05-31 23:45:16 +01:00
Twinaphex
03160ed3fc Merge pull request #5005 from libretro/revert-4985-master
Revert "xmb: allow transparency when emulation paused"
2017-06-01 00:28:01 +02:00
Twinaphex
1be1386161 Revert "xmb: allow transparency when emulation paused" 2017-06-01 00:27:44 +02:00
twinaphex
cc1954b4ac Add 'Filter by current core' 2017-06-01 00:25:13 +02:00
Twinaphex
973600ab30 Merge pull request #4999 from fr500/master
prevent these tasks to run more than once on shutdown
2017-05-31 14:11:03 +02:00
radius
f2a8b11ef7 prevent these tasks to run more than once on shutdown 2017-05-31 00:34:01 -05:00
twinaphex
558181e7dd (jsonsax_full.c) Silence some warnings 2017-05-31 04:23:28 +02:00
Twinaphex
6be03843e3 Merge pull request #4997 from hizzlekizzle/master
update Cg menu ribbon for additive blending
2017-05-31 03:16:49 +02:00
hizzlekizzle
ba2cf008c6 update Cg menu ribbon for additive blending
Fixes solid white ribbon.
2017-05-30 20:13:58 -05:00
twinaphex
6b638cae8b prevent uninitialized variable 2017-05-31 02:21:43 +02:00
twinaphex
37283185c9 (setting_list.c) Cleanups 2017-05-31 02:00:38 +02:00
twinaphex
b13dc7415c (audio_driver.c) Audio mixer - Plug another memory leak 2017-05-31 01:23:20 +02:00
Twinaphex
7053a74d3f Merge pull request #4995 from casdevel/winraw
Add missing keymaps
2017-05-31 00:38:36 +02:00
Zoran Vuckovic
a47ab76500 Add missing keymaps 2017-05-31 00:35:28 +02:00
Twinaphex
ecbd921668 Merge pull request #4992 from casdevel/winraw
Fix keyboard key translation issue
2017-05-30 23:57:51 +02:00
twinaphex
659668749c Use string_is_equal here 2017-05-30 23:50:02 +02:00
Zoran Vuckovic
32d4e740ce Fix keyboard key translation issue 2017-05-30 22:59:31 +02:00
twinaphex
1af6d8a59f Add audio_mixer_find_index - and attempt to plug memleaks 2017-05-30 22:34:18 +02:00
Twinaphex
b46c78f391 Merge pull request #4991 from casdevel/winraw
Remove unused code
2017-05-30 21:43:09 +02:00
Zoran Vuckovic
8c9e72aec1 Remove unused code 2017-05-30 21:05:55 +02:00
twinaphex
a6dc4430ba Change this to string_is_equal 2017-05-30 18:54:10 +02:00
twinaphex
bc7427732c Buildfix 2017-05-30 16:57:29 +02:00
twinaphex
eb8b31df3c Silence some Coverity warnings 2017-05-30 16:44:19 +02:00
Twinaphex
dabbaee7b9 Merge pull request #4989 from Tatsuya79/patch-1
Hide load message when saving state.
2017-05-30 15:08:01 +02:00
Tatsuya79
1df9766491 Hide load message when saving state.
fix https://github.com/libretro/RetroArch/issues/4460
2017-05-30 14:07:04 +02:00
Jean-André Santoni
c4b2feb811 Merge pull request #4985 from psyke83/master
xmb: allow transparency when emulation paused
2017-05-30 08:11:35 +02:00
twinaphex
fd64b158ac Add audio_mixer_play_stop_cb initial impl. 2017-05-30 06:29:19 +02:00
twinaphex
70d906c176 (audio mixer) Add default stop_cb which decrements audio mixer idx value 2017-05-30 06:03:36 +02:00
Twinaphex
b6c0688f41 Merge pull request #4987 from fr500/master
start fixing bsv recording
2017-05-30 05:50:54 +02:00
Zoran Vuckovic
451db1fac5 Add multiple mice support 2017-05-30 05:50:38 +02:00
radius
6d6309aaf0 start fixing bsv recording 2017-05-29 22:49:12 -05:00
twinaphex
c83d72d589 Buildfix for Python 2017-05-30 04:11:04 +02:00
twinaphex
46806e7204 Bake out stdin_stream.c 2017-05-30 03:00:11 +02:00
twinaphex
c5fe9f4252 Build warning fix 2017-05-30 02:58:59 +02:00
twinaphex
eeff3b87e8 Turn this into #elif defined(_WIN32) 2017-05-30 02:55:29 +02:00
Brad Parker
78a0711bff XMB: prevent null pointer dereference with GDI driver 2017-05-29 20:35:33 -04:00
twinaphex
3d4d9b09cf Comment this out 2017-05-30 01:47:49 +02:00
twinaphex
449483206f Revert "New attempt to fix memory leaks of struct retro_system_info"
This reverts commit a1d3dd69dd51ba21b07e9fb96cd1a7d05f435974.
2017-05-30 01:44:49 +02:00
Conn
57503051ea xmb: allow transparency when emulation paused
Allow xmb menu driver transparency when "Pause when menu activated" is enabled (default setting).
This is also the default behaviour of the rgui driver and is helpful for users to preview
video/shader changes on the fly.
2017-05-29 23:49:40 +01:00
Twinaphex
0066fe8065 Merge pull request #4982 from arakerlu/fix_video_driver_translate_coord_viewport
Fix scaling bug in video_driver_translate_coord_viewport()
2017-05-29 23:53:41 +02:00
Arto Vainiolehto
766e4f5110 Fix scaling bug in video_driver_translate_coord_viewport()
- now scaled_x and height are correctly calculated, using viewports's width and height, respectively, as the scaling factor
-- previously the scaling factor was the screen's width/height, which meant that if screen and viewport had different bounds, scaled_x/scaled_y were incorrectly calculated
2017-05-30 00:00:56 +03:00
twinaphex
691fa0a31d Remove the diff 2017-05-29 22:24:43 +02:00
twinaphex
a1d3dd69dd New attempt to fix memory leaks of struct retro_system_info
char variables
2017-05-29 22:24:10 +02:00