Andrew Eikum
f1bcabfdee
update dxvk
2018-09-07 08:11:23 -05:00
kisak-valve
25ace9e2ca
Delete whitelist_template.md
2018-09-06 16:16:40 -04:00
kisak-valve
abd4289762
Delete feature_template.md
2018-09-06 16:16:19 -04:00
kisak-valve
d92e695fe0
Delete compatibility_template.md
2018-09-06 16:15:47 -04:00
kisak-valve
309d3be8fc
Delete feature_request.md
2018-09-06 16:15:16 -04:00
kisak-valve
8db83c48cd
Update issue templates
2018-09-06 16:11:40 -04:00
kisak-valve
2a3f853011
Rename ISSUE_TEMPLATE/compatibility_template.md to .github/ISSUE_TEMPLATE/compatibility_template.md
2018-09-06 15:56:23 -04:00
Andrew Eikum
1f46ac29ec
ISSUE_TEMPLATE: Couple small tweaks
2018-09-06 14:22:37 -05:00
Christian Lanig
09ddbd4f94
Add template for feature requests
2018-09-06 14:22:37 -05:00
Christian Lanig
37a1e5819e
Add template for compatibility issues
2018-09-06 14:22:36 -05:00
Christian Lanig
77fc192c16
Add template for whitelist requests
2018-09-06 14:22:36 -05:00
Ben Abbott
a1daf93306
Remove requirement for Steam Client Beta.
2018-09-06 14:22:36 -05:00
LArrowHead
27a83e3315
Fix basic grammatical issues
2018-09-06 14:22:36 -05:00
Andrew Eikum
58ec0b8b97
lsteamclient: Fix order of overloaded methods in vtable
...
msvc++ groups overloaded methods and places them in reverse order of
declaration in the vtable.
2018-09-06 14:22:36 -05:00
Andrew Eikum
dea349153f
proton: Fix dumping byte string to JSON on python3
2018-09-06 14:22:36 -05:00
Pierre-Loup A. Griffais
0c7144c32c
Update PREREQS.md
2018-08-31 14:14:22 -07:00
Pierre-Loup A. Griffais
05a78906af
Update PREREQS.md
2018-08-31 14:13:21 -07:00
Andrew Eikum
7ec30ff731
Update CHANGELOG
2018-08-30 13:38:52 -05:00
Pierre-Loup A. Griffais
5c8fafec6c
Update CHANGELOG.md
2018-08-30 11:31:05 -07:00
Andrew Eikum
8a5b8ece45
update wine
2018-08-29 09:24:41 -05:00
Andrew Eikum
5286f43fda
proton: Call python3 explicitly on Linux
...
Frustratingly, Ubuntu ships no python binary by default, only python3,
so we can't just call python and expect it to work. This will fail on
distros that don't ship python3, but them's the breaks.
2018-08-29 09:24:41 -05:00
Andrew Eikum
59b018c19d
update wine
2018-08-28 10:52:20 -05:00
AsciiWolf
7081022403
proton: Fix typo
2018-08-27 08:57:09 -05:00
Adrian Torres
f9b5a08495
Make debug scripts dump dir configurable
...
If PROTON_DUMP_DEBUG_COMMANDS is set, the directory where
the debug scripts will be dumped to can be defined with
the env variable / setting PROTON_DEBUG_DIR.
This commit also lets users set PROTON_DUMP_DEBUG_COMMANDS
in user_settings.py, which didn't work previously because
the variable was being fetched from os.environ instead of env.
Closes #511
2018-08-27 08:56:06 -05:00
Krish De Souza
b0e4ddf8e3
Minor linting fixes to build_proton.sh
...
--Added double quotes around various variables to avoid globbing and word splitting.
--Removed use of legacy basetick and replaced with $()
--Avoid use of -a and -o and replaced with || and && which are more preferred.
Suggestions and fixes were recommended by shellcheck.
2018-08-27 08:49:57 -05:00
kisak-valve
022a24fc2c
Make env variables more new user friendly
2018-08-24 21:13:19 -04:00
Pierre-Loup A. Griffais
ee6a4771ea
Create CHANGELOG.md
2018-08-24 17:35:19 -07:00
Andrew Eikum
e7c4d12f8d
proton: Fix byte string comparison
2018-08-24 13:48:57 -05:00
Andrew Eikum
9428857077
Merge pull request #237 from Gravemind/fix-build-wine32-typo
...
build_proton: Fix build wine32 typo
2018-08-24 11:55:48 -05:00
Andrew Eikum
46967e3bda
update dxvk to v0.70
2018-08-24 11:32:20 -05:00
Andrew Eikum
094a2047d3
update wine
2018-08-24 11:32:17 -05:00
Andrew Eikum
088c88b745
Merge remote-tracking branch 'MayeulC/python3' into proton_3.7
2018-08-24 11:19:10 -05:00
Mayeul Cantan
0f80f2f52c
Import print_function from __future__ for python compatibility
...
This alters the behaviour of python2's print statement to be compatible
with python3's print function. While not strictly necessary for now,
this might help future compatibility.
Thanks to Seppo Yli-Olli (@nanonyme) for suggesting this.
2018-08-24 09:28:52 +02:00
Andrew Eikum
a7b3740655
README: Tweak runtime config override wording
2018-08-23 11:30:05 -05:00
Andrew Eikum
3c7b887dcc
update wine
2018-08-23 11:30:05 -05:00
tcarrio
0d9ec29b5e
build_proton.sh: Use available cores for job count.
2018-08-23 11:29:56 -05:00
Andrew Eikum
fa8f06efaf
proton: Move debug scripts to /tmp/proton_$USER/
...
To avoid conflicts between multiple Unix accounts.
2018-08-23 11:29:56 -05:00
Andrew Eikum
1b9d405d14
proton: Only dump debug scripts when requested
2018-08-23 11:29:54 -05:00
Andrew Eikum
af9eb02401
proton: Dump some default logging if PROTON_LOG is set
2018-08-23 11:29:54 -05:00
Andrew Eikum
8dc036b298
proton: Drop WINEARCH from environment
2018-08-23 11:29:49 -05:00
Andrew Eikum
10012eee17
proton: Fix null deref
2018-08-23 09:43:12 -05:00
Andrew Eikum
4d127190a6
proton: Fix for broken 64-bit-only prefix shipped 20180822
2018-08-23 09:10:15 -05:00
Mayeul Cantan
9c3667c083
Make proton, gen_wrapper and user_settings python scripts version-agnostic
2018-08-23 14:24:39 +02:00
Sebastian Wick
2863402e9e
move proton from python2.7 to python3
2018-08-23 12:05:35 +02:00
Gravemind
ad5527f70b
build_proton: Fix build wine32 typo
...
`./build_proton.sh --build wine32` was building wine64 instead of
wine32.
2018-08-23 10:27:19 +02:00
Pierre-Loup A. Griffais
5aed286761
build_proton.sh: configure DXVK release-ness differently
...
To avoid a bug in meson where it apparently ignores configure commands from
scripts.
https://github.com/ValveSoftware/Proton/issues/192
2018-08-22 18:25:28 -07:00
Pierre-Loup A. Griffais
e16787046b
Update freetype2 submodule remote to point to something I can actually clone.
2018-08-22 18:24:19 -07:00
Andrew Eikum
2f298deccf
Merge pull request #36 from chrisballinger/patch-1
...
Add macOS dependencies to README
2018-08-22 10:08:43 -05:00
Andrew Eikum
59e86e0321
Merge pull request #96 from nanonyme/hashbang-sanitizing
...
Hashbang sanitizing
2018-08-22 10:01:27 -05:00
Jeremy White
ac9b82c3c7
Merge pull request #20 from tcarrio/runtime-options-update
...
Runtime config suggestion for specific game options
2018-08-22 09:24:06 -05:00