Commit Graph

40254 Commits

Author SHA1 Message Date
orbea
b9a866326a qb: Remove poorly defined test behavior. 2017-10-24 19:01:36 -07:00
orbea
08dcac4b02 qb: Remove redundant variables. 2017-10-24 15:39:19 -07:00
orbea
e12d203a76 qb: Avoid using 'true' which could be a binary on some systems. 2017-10-24 12:43:40 -07:00
Twinaphex
9503edce82 Merge pull request #5602 from orbea/alignment
Fix alignment in ../configure --help
2017-10-24 21:39:38 +02:00
Twinaphex
e8abc1c0f0 Merge pull request #5601 from gingerbeardman/patch-2
revert last change that stopped 3DS nightly builds
2017-10-24 21:39:28 +02:00
orbea
8884190154 qb: Print config options first in ./configure --help. 2017-10-24 09:24:56 -07:00
orbea
86bb116625 qb: Fix alignment in ./configure --help. 2017-10-24 09:24:56 -07:00
Matt Sephton
5173be8cc6 revert file 2017-10-24 17:11:49 +01:00
Twinaphex
cd942f1faa Merge pull request #5600 from orbea/Qt
qb: Add a description for the Qt wrapper in ./configure --help
2017-10-24 13:58:40 +02:00
Twinaphex
c2a5296ee3 Merge pull request #5599 from orbea/tr
qb: Use POSIX character classes instead of character ranges.
2017-10-24 13:58:30 +02:00
orbea
affe1932a8 qb: Add a description for the Qt wrapper in ./configure --help 2017-10-23 23:32:01 -07:00
orbea
2b939ab40b qb: Use POSIX character classes instead of character ranges. 2017-10-23 21:48:37 -07:00
Brad Parker
11ff3ddd4b travis/mingw: i686 not x86-64 2017-10-24 00:39:00 -04:00
Brad Parker
3098b5e3df gdi: fix uninitialized usage warning 2017-10-24 00:37:50 -04:00
Brad Parker
20850a7f92 travis: add mingw build targets 2017-10-24 00:37:31 -04:00
Brad Parker
3f27e5d7bb CXX_BUILD fix 2017-10-23 21:48:38 -04:00
Twinaphex
0731bbb81c Merge pull request #5593 from orbea/pdksh
qb: Explicitly set variables as a single command.
2017-10-24 02:09:32 +02:00
orbea
6ead9a09a1 qb: Explicitly set variables as a single command. 2017-10-23 16:19:16 -07:00
hyarsan
f9b105d30f Translation update (#5592)
* Translation update

* I fixed it now

* Really this time I think.

* I thought that I just changed it?
2017-10-23 17:38:59 -04:00
Twinaphex
86ff1995b3 Merge pull request #5591 from orbea/cli
Fix regressions from commit 538d51553c.
2017-10-23 15:23:41 +02:00
orbea
33eb1f9e28 Fix regressions from commit 538d51553c. 2017-10-23 05:39:54 -07:00
Twinaphex
03803d1be4 Merge pull request #5587 from leiradel/master
More refactoring
2017-10-23 06:18:32 +02:00
Twinaphex
c1543e6219 Merge pull request #5588 from hyarsan/master
Fixed some inconsistent messages asking for things
2017-10-23 06:18:21 +02:00
hyarsan
5a1555c91c Fixed some more inconsistent messages asking for things 2017-10-22 23:21:07 +02:00
hyarsan
e2749ee426 Fixed some inconsistent messages asking for things 2017-10-22 22:25:55 +02:00
Andre Leiradella
9ee28f0f24 Moved all cheevos_cond_t related stuff to their own files 2017-10-22 19:42:15 +01:00
Andre Leiradella
db1b53fd21 Fixed CID 178160: Uninitialized variables (UNINIT) 2017-10-22 18:02:15 +01:00
Twinaphex
108c4a3127 Merge pull request #5584 from orbea/cleanup
qb: Clean up.
2017-10-22 18:28:50 +02:00
Twinaphex
85f8823d05 Merge pull request #5583 from orbea/cli
When starting content from the cli open the quick menu.
2017-10-22 18:28:33 +02:00
Twinaphex
9279c33711 Merge pull request #5586 from leiradel/master
Moved all cheevos_var_t related stuff to their own files
2017-10-22 18:26:09 +02:00
Andre Leiradella
ee6841e80f Add cheevos/var.c to griffin.c 2017-10-22 17:20:50 +01:00
Andre Leiradella
cd918390bb Moved all cheevos_var_t related stuff to their own files 2017-10-22 17:11:23 +01:00
orbea
538d51553c When starting content from the cli open the quick menu.
Fix https://github.com/libretro/RetroArch/issues/5554
2017-10-22 08:07:37 -07:00
orbea
008a87c1ae qb: Clean up. 2017-10-22 07:44:14 -07:00
Twinaphex
24d2cafbdf Merge pull request #5570 from leiradel/master
Added a different code path to calculate the hash for Atari Lynx ROMs
2017-10-22 16:11:41 +02:00
Twinaphex
9c128cd2ea Merge pull request #5582 from hyarsan/master
Translation update
2017-10-22 16:00:48 +02:00
Twinaphex
3427c03aba Merge pull request #5578 from orbea/cleanup
qb: Clean up.
2017-10-22 16:00:41 +02:00
Twinaphex
50685a0101 Merge pull request #5577 from orbea/etc
Don't install retroarch.cfg to /etc if --prefix is not set to /usr*
2017-10-22 16:00:33 +02:00
Twinaphex
db7c05edd5 Merge pull request #5579 from orbea/reset
Return to content when Reset is used.
2017-10-22 16:00:17 +02:00
hyarsan
182dec7802 Translation update 2017-10-22 14:49:54 +02:00
Andre Leiradella
83f6e70bfa Removed commas from the last enumerations values 2017-10-22 11:51:39 +01:00
orbea
565701b197 Return to content when Reset is used.
Fix https://github.com/libretro/RetroArch/issues/4805
2017-10-22 02:26:47 -07:00
orbea
7c6dc0c8a7 qb: Clean up Darwin tests. 2017-10-21 22:58:15 -07:00
orbea
72d189da96 qb: Clean up. 2017-10-21 22:11:15 -07:00
orbea
5438eb1c6e If the --global-config-dir is not defined and --prefix is not set to /usr* add it to the --global-config-dir. 2017-10-21 21:33:18 -07:00
Twinaphex
2fa74c997b Merge pull request #5575 from orbea/networking
Fix --disable-networking.
2017-10-22 05:38:04 +02:00
twinaphex
8072dab6fe Clean this up 2017-10-22 05:24:57 +02:00
twinaphex
d203e4dc9c video_shader_driver_resolve_parameters - fix crash at startup with
MSVC
2017-10-22 05:21:31 +02:00
twinaphex
bb051f185b MSVC/C89 buildfixes 2017-10-22 05:13:22 +02:00
orbea
f1192ca8ac Fix --disable-networking.
Fixes https://github.com/libretro/RetroArch/issues/2663.
2017-10-21 19:22:14 -07:00