Commit Graph

42639 Commits

Author SHA1 Message Date
twinaphex
6738d64546 Cleanups 2018-02-11 16:45:40 +01:00
twinaphex
2d8623fa10 Cleanup unused variable 2018-02-11 16:42:53 +01:00
twinaphex
ce2fb1770b Some further cleanups 2018-02-11 16:20:05 +01:00
twinaphex
d4bd06545f Small cleanups to menu_shader.c 2018-02-11 16:18:44 +01:00
twinaphex
02ae733b27 Try to fix console builds 2018-02-11 16:13:58 +01:00
Twinaphex
6ccb9aa00d
Merge pull request #6283 from BlueKore/master
Updated the locales
2018-02-11 15:57:30 +01:00
Diogo Barros
8c95a5731a
Merge branch 'master' into master 2018-02-11 12:59:44 +00:00
Diogo Barros
1a3b137d9d
Update msg_hash_pt_pt.c 2018-02-11 12:16:26 +00:00
Diogo Barros
8c785fa689
Update msg_hash_pt_pt.h 2018-02-11 12:14:53 +00:00
Twinaphex
4d1090dc53
Merge pull request #6281 from bparker06/decorations
add menu setting to toggle window decorations
2018-02-11 05:56:15 +01:00
Brad Parker
43aa977a91 add menu setting to toggle window decorations 2018-02-10 23:46:09 -05:00
Twinaphex
ef84300de0
Merge pull request #6276 from orbea/docdir
qb: Add --docdir
2018-02-11 02:39:34 +01:00
Twinaphex
d8257f4817
Merge pull request #6279 from aliaspider/master
(D3D12) slang shaders support.
2018-02-11 02:00:46 +01:00
aliaspider
37bebb5b65 (D3D12) slang shaders support. 2018-02-11 00:00:20 +01:00
twinaphex
febfc18f0b Silence warning 2018-02-10 23:28:35 +01:00
twinaphex
8b1f8b8ae2 (Utils) fix builds 2018-02-10 23:20:34 +01:00
twinaphex
b31779c588 (D3D8/9) Don't do allocation for this struct 2018-02-10 22:27:38 +01:00
twinaphex
b45b1b3e55 (D3D8) Refactor texture loading to no longer be thread-unsafe 2018-02-10 21:36:40 +01:00
twinaphex
49bea666ff (D3D9 Cg) Buildfix 2018-02-10 21:23:15 +01:00
twinaphex
b141c37fe9 Get rid of set_mvp function in D3D9 renderchain driver - use
one common set_mvp function instead
2018-02-10 21:21:09 +01:00
twinaphex
843a7f200c (D3D9) Make video texture load functions thread-safe 2018-02-10 21:13:24 +01:00
Brad Parker
a8af4ee8c6 use 64-bit ftell on mingw also 2018-02-10 13:19:24 -05:00
orbea
85e4f5d94d qb: Add --docdir
By default 'make install' will now install the following 2-3 files
to $(DESTDIR)$(SHARE_DIR)/doc/retroarch which by default is
/usr/local/share/doc/retroarch.

COPYING
README.md

and if media/assets exists it will install:

media/assets/COPYING to COPYING.assets

Users will be able to configure this install path with.

./configure --docdir=PATH

For example:

./configure --docdir=/usr/doc/RetroArch-1.7.0
2018-02-10 08:55:54 -08:00
Twinaphex
da0e2e6a51
Merge pull request #6259 from orbea/configure
qb: Add --bindir and --mandir.
2018-02-10 16:23:02 +01:00
Twinaphex
1f3e1baeb6
Merge pull request #6273 from fr500/master
Fix #6272
2018-02-10 01:49:16 +01:00
radius
1bfea60c2d fix whitespace 2018-02-09 19:44:42 -05:00
radius
31b99e2b01 Fix #6272 2018-02-09 19:42:48 -05:00
Twinaphex
01d659a4a3
Merge pull request #6269 from bparker06/ftell
use 64-bit ftell() on Windows where available
2018-02-09 22:34:51 +01:00
Brad Parker
40e9416c6c use 64-bit ftell on Windows where available 2018-02-09 13:33:03 -05:00
Brad Parker
b5d2782833 C89 buildfix 2018-02-09 13:31:00 -05:00
Brad Parker
bfb71f0694 C89 buildfix 2018-02-09 13:27:18 -05:00
Twinaphex
875ab9378d
Merge pull request #6267 from aliaspider/master
restore some changes made in previous commit.
2018-02-09 18:13:13 +01:00
aliaspider
a8ee5f6c44 restore some changes made in 9dc597cf6c. 2018-02-09 16:59:48 +01:00
Twinaphex
ecc6c60ed2
Merge pull request #6266 from aliaspider/master
(D3D12) add a compute shader for mipmap generation.
2018-02-09 16:39:44 +01:00
aliaspider
e11209ac79 (D3D12) precompute alpha before scaling when generating mipmaps. 2018-02-09 16:33:08 +01:00
Andrés
a5be56dd77
Merge pull request #6263 from fr500/master
Fix #6255
2018-02-09 10:02:54 -05:00
aliaspider
6fe379d978 (D3D12) add a compute shader for mipmap generation. 2018-02-09 14:57:07 +01:00
Brad Parker
aaf35f53f8 fill_pathname_parent_dir_name: return failure if path has no slash 2018-02-08 23:19:12 -05:00
radius
42f88a8239 Revert "Fix 'Append Disk Image'"
Reverting this truly fixes disk image append

¯\_(ツ)_/¯

This reverts commit 366c73f429.
2018-02-08 22:30:51 -05:00
Andrés
42e93f3197 restore missing code pieces of my last PR (#6261) 2018-02-08 22:24:18 -05:00
Brad Parker
09ad30f9de fix stack-use-after-scope ASAN error 2018-02-08 22:09:27 -05:00
twinaphex
9dc597cf6c Undo all menu hash related changes - was causing more harm
than good - apologies to radius since we now have to recode
his shader changes PR
2018-02-09 01:51:37 +01:00
orbea
72ff4c4d44 qb: Add --bindir and --mandir.
This also deprecates --with-bin_dir and --with-man_dir.
2018-02-08 12:01:28 -08:00
Twinaphex
8e33b35b09
Merge pull request #6257 from aliaspider/master
(D3D11/12) fix dialogbox / gradient.
2018-02-08 20:54:05 +01:00
Brad Parker
1923ec11a9 platform_unix: remove HAVE_NETWORKING requirement 2018-02-08 11:44:26 -05:00
aliaspider
97813b9722 (D3D11/12) fix dialogbox / gradient. 2018-02-08 17:11:24 +01:00
Twinaphex
2a211f90cf
Merge pull request #6253 from ramiro/small-translations-fmt-fix
Fixed mismatching *printf fmt spec in translations.
2018-02-08 14:46:58 +01:00
Ramiro Morales
30e24a0bee Fixed mismatching *printf fmt spec in translations. 2018-02-08 07:40:02 -03:00
Twinaphex
f2c9e754a9
Update CHANGES.md 2018-02-08 05:53:32 +01:00
Twinaphex
103c8c3939
Merge pull request #6237 from orbea/datarootdir
qb: Add --datarootdir to configure.
2018-02-08 05:47:18 +01:00