Commit Graph

41544 Commits

Author SHA1 Message Date
GameDragon2k 4f9119d42e Fix conflict 2017-11-23 08:06:33 -05:00
GameDragon2k cfe59bcf2a Cheevos badges 2017-11-23 08:04:54 -05:00
GameDragon2k 63090ae2e4 Simple http request function to download badges. 2017-11-23 08:02:41 -05:00
GameDragon2k 8b9ad28ecb channges to populate and apply badges. 2017-11-23 07:56:47 -05:00
GameDragon2k ec2808685d Add files to handle all cheevos badges. 2017-11-23 07:56:46 -05:00
GameDragon2k 84e80e47df Initial test for badge icon 2017-11-23 07:53:24 -05:00
Justin Weiss 4069ddc926 Expand symlinks in default configuration paths for iOS devices
CFSearchPathForDirectoriesInDomains returns a path in /var, while
getenv(HOME) returns the same path in /private/var. /var is a symlink
to /private/var, but when config is generated, the difference in paths
means they won't be abbreviated correctly.

This change expands symlinks before filling in the default
directories, so those paths will match.
2017-11-22 20:07:27 -08:00
meleu 4318a43ab3
better grammar 2017-11-22 22:34:48 -02:00
orbea e82502f80a qb: Document syntax better. 2017-11-22 15:52:57 -08:00
orbea 8ab308d9dd qb: Honor the --build option.
This makes some distros happy even if it does nothing.
2017-11-22 15:40:15 -08:00
Alcaro f0becad9d9 Document this one's syntax 2017-11-22 23:46:23 +01:00
TotalCaesar659 e72c2bd34a
Making description more concrete and adding Russian translation 2017-11-22 19:04:59 +03:00
meleu 8e0ee72283
cheevos: do not show "0 of 0 cheevos unlocked" msg
**This will happen only if `cheevos_verbose_enable = true`.**

When loading a game tha doesn't have any achievement, instead of showing an OSD message saying "You have 0 of 0 achievements unlocked." just say "This game doesn't have any achievement."

I've just added an `if(cheevos_locals.core.count > 0)` and added indentation. The diff makes it look like it got more changes than it actually got.
2017-11-22 12:56:17 -02:00
Twinaphex d5f950a624
Merge pull request #5740 from theheroGAC/patch-25
small change to translation
2017-11-22 13:08:39 +01:00
Twinaphex d991908ba8
Merge pull request #5741 from orbea/vulkan
Silence -Wunused-function warning.
2017-11-22 13:08:24 +01:00
Twinaphex b35f6a48cb
Merge pull request #5742 from TotalCaesar659/patch-1
Updated Russian translation
2017-11-22 13:08:12 +01:00
Twinaphex 74693e62d3
Merge pull request #5744 from bparker06/x11_icon
x11: add RetroArch logo to window title bar
2017-11-22 13:07:02 +01:00
Brad Parker 20b73cd676 x11: add RetroArch logo to window title bar 2017-11-22 00:01:42 -05:00
Brad Parker 3c975fe6bd add option to force 32-bit compilation on 64-bit compilers 2017-11-21 23:57:20 -05:00
TotalCaesar659 bfe84d3348
Updated Russian translation 2017-11-22 04:14:34 +03:00
orbea e10dd4d95e Silence -Wunused-function warning. 2017-11-21 13:29:46 -08:00
theheroGAC ca1ae5276e
small change to translation 2017-11-21 20:42:46 +01:00
twinaphex c0567266b1 Fix mistake 2017-11-21 19:40:39 +01:00
twinaphex 29b421512a Try to be safer 2017-11-21 19:22:44 +01:00
Twinaphex e8b10d342a
Update CHANGES.md 2017-11-21 16:40:48 +01:00
twinaphex 6f5cad5f59 Bump to version 1.6.9 2017-11-21 16:32:24 +01:00
Twinaphex 3ac298a2ce
Merge pull request #5736 from orbea/exists
qb: Add a function to find executables in the $PATH
2017-11-21 16:29:10 +01:00
Twinaphex 2f7f90ce36
Merge pull request #5738 from Supernature2k/patch-1
Fix https://github.com/libretro/RetroArch/issues/5737
2017-11-21 16:28:59 +01:00
twinaphex 2c7e5f98fc Bump version code 2017-11-21 16:26:45 +01:00
Supernature2k d9afa9170c
Fix https://github.com/libretro/RetroArch/issues/5737
fix issue with network command working only 1 time each
see https://github.com/libretro/RetroArch/issues/5737
2017-11-21 12:04:47 +01:00
orbea b744f2a2c9 qb: Add a function to find executables in the $PATH 2017-11-20 22:06:50 -08:00
Twinaphex d980336a80
Merge pull request #5735 from RobLoach/fix-strdup-char
Fix strdup() memory leak
2017-11-21 04:38:56 +01:00
Twinaphex d36d3e2c89
Update menu_dialog.c 2017-11-21 04:38:38 +01:00
Rob Loach 9e3d6adf6e
Fix coding standard 2017-11-20 18:47:27 -05:00
Rob Loach 25c116e192
Fix strdup() memory leak 2017-11-20 18:46:07 -05:00
Twinaphex f27574b807
Merge pull request #5734 from FayneAldan/patch-1
Move Retrosystem to end
2017-11-20 23:41:12 +01:00
twinaphex 76dadbc603 Try to retain backwards compat. with older ffmpeg versions 2017-11-20 23:38:25 +01:00
Twinaphex 517c7b19f5
Merge pull request #5733 from orbea/ffmpeg_snapshot
Fix build with ffmpeg snapshots.
2017-11-20 23:36:34 +01:00
Fayne Aldan 69212cf7c7
Move Retrosystem to end
Enums shouldn't be reordered
2017-11-20 15:19:36 -07:00
orbea 4f5fc6e4ad Fix build with ffmpeg snapshots.
Fixes https://github.com/libretro/RetroArch/issues/5717
2017-11-20 13:52:53 -08:00
twinaphex ed9cd1a70d MSVC 2005 - buildfix 2017-11-20 17:54:13 +01:00
Twinaphex 61df9b273b
Merge pull request #5731 from fr500/staging
get a proper error
2017-11-20 11:56:35 +01:00
radius e10aee3f1d get a proper error 2017-11-19 21:04:58 -05:00
Twinaphex 7ff25fe732
Merge pull request #5730 from fr500/master
silence coverity warning
2017-11-20 02:02:22 +01:00
Twinaphex 731db6a4be
Merge pull request #5663 from bkoropoff/mame-member
scanner: allow matching archives by member
2017-11-19 23:58:32 +01:00
radius 34934b169c silence coverity warning 2017-11-19 17:34:15 -05:00
Twinaphex 1615a6b538
Merge pull request #5729 from QuarkTheAwesome/wiiu-touch
[WiiU] Add proper DRC touch scaling for non-720p resolutions
2017-11-19 22:54:27 +01:00
Twinaphex ed2db75765
Merge pull request #5727 from fr500/staging
hook up touch callback
2017-11-19 22:53:58 +01:00
radius 4a09dfdb30 fix netplay join with touch 2017-11-19 16:47:34 -05:00
meepingsnesroms 9e3d631824 Fix outdated name of function (libretrodb_tool) 2017-11-19 13:25:17 -08:00