Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-24 | Only set the wineprefix if not using proton | Russell Sim | |
Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine | |||
2020-06-17 | Remove qDebug statement | Russell Sim | |
2020-06-17 | Replace exception handling with error return value | Russell Sim | |
2020-06-14 | Implement error handling | Russell Sim | |
2020-06-14 | Remove unnecessary variable assignment | Russell Sim | |
2020-06-14 | Simplify proton dirfilter | Russell Sim | |
2020-06-14 | Remove prefx and sort includes | Russell Sim | |
2020-06-13 | Proton directory discovery | Russell Sim | |
Use search paths to find proton wine and the app directory, so that we can support steam installations in multiple locations and 3rd party proton installations. | |||
2020-05-31 | proto/wine: fix osx sdk build hack | Stanislaw Halik | |
2020-05-10 | proto-wine: remove dead declarations | Stanislaw Halik | |
2020-05-10 | proto/wine: fix build on newer Wine | Stanislaw Halik | |
Patch by: @jp7677 | |||
2020-03-07 | fix qprocess race on unix | Stanislaw Halik | |
2020-03-07 | cmake: make install prefix path variables more clear | Stanislaw Halik | |
Pointed out by: @rvt | |||
2020-02-10 | proto/wine: add Proton 5.0 version number | Jens Peters | |
2020-02-03 | proto/wine: allow disabling freetrack/npclient | Stanislaw Halik | |
Fixes #1042 | |||
2020-02-03 | proto/wine: fix includes | Stanislaw Halik | |
2019-10-29 | proto/wine: add support for setting WINEPREFIX | Stanislaw Halik | |
2019-10-29 | proto/wine: refresh i18n | Stanislaw Halik | |
2019-10-29 | proto/wine: use more common term for steam appid | Stanislaw Halik | |
Suggested by: @jp7677 | |||
2019-10-28 | proto/wine: refresh i18n | Stanislaw Halik | |
2019-10-28 | proto/wine: implement more proton knobs | Stanislaw Halik | |
Reported by: @jp7677 Issue: #996 | |||
2019-10-28 | proto/wine: actually set environ | Stanislaw Halik | |
2019-10-28 | proto/wine: move function prototypes | Stanislaw Halik | |
2019-10-28 | proto/wine: assume HOME exists in environ | Stanislaw Halik | |
2019-10-28 | proto/wine: add support for proton | Stanislaw Halik | |
2019-09-22 | proto/wine: add hack for newer gcc versions | Stanislaw Halik | |
2019-09-22 | api: expose raw data to protocols | Stanislaw Halik | |
Issue: #975 | |||
2019-08-01 | fix clang warnings | Stanislaw Halik | |
2019-07-05 | proto/wine: remove unused headers | Stanislaw Halik | |
2019-07-05 | proto/wine: fix qprocess warning | Stanislaw Halik | |
2019-01-16 | proto/wine: add -mconsole | Stanislaw Halik | |
2019-01-16 | Revert "compat/shm, proto/wine: remove duplication" | Stanislaw Halik | |
This reverts commit bab093ebbe392927a92ef201fe60344d5c1191dd. | |||
2018-12-25 | fix build | Stanislaw Halik | |
2018-12-25 | compat/shm, proto/wine: remove duplication | Stanislaw Halik | |
The X-Plane plugin is next and should build on win32 then. | |||
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-19 | proto/wine: add warns to winegcc invocation | Stanislaw Halik | |
2018-12-12 | proto/wine: fixes | Stanislaw Halik | |
- use SDK_WINE boolean - improve logic when building for X-Plane only - rename when building for X-Plane - conditionalize Wine-related stuff - move starting the wrapper to initialize() as it should be done - use more C++17 - update header usage | |||
2018-10-27 | cleanup | Stanislaw Halik | |
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-05-28 | fix build warnings | Stanislaw Halik | |
2018-05-27 | proto/wine: update translation | Stanislaw Halik | |
2018-05-23 | proto/wine: remove obsolete `otr_tr' | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-391422146 | |||
2018-05-23 | proto/wine: fix i18n | Stanislaw Halik | |
Reported-by: Artem Sobolev cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-390559585 | |||
2018-05-22 | proto/wine: add missing translation string | Stanislaw Halik | |
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2017-12-18 | plugins: rename check_status -> initialize | Stanislaw Halik | |
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly. | |||
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-09-30 | remove camel case | Stanislaw Halik | |