summaryrefslogtreecommitdiffhomepage
path: root/proto-wine
AgeCommit message (Collapse)Author
2020-06-24Only set the wineprefix if not using protonRussell Sim
Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine
2020-06-17Remove qDebug statementRussell Sim
2020-06-17Replace exception handling with error return valueRussell Sim
2020-06-14Implement error handlingRussell Sim
2020-06-14Remove unnecessary variable assignmentRussell Sim
2020-06-14Simplify proton dirfilterRussell Sim
2020-06-14Remove prefx and sort includesRussell Sim
2020-06-13Proton directory discoveryRussell 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-31proto/wine: fix osx sdk build hackStanislaw Halik
2020-05-10proto-wine: remove dead declarationsStanislaw Halik
2020-05-10proto/wine: fix build on newer WineStanislaw Halik
Patch by: @jp7677
2020-03-07fix qprocess race on unixStanislaw Halik
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2020-02-10proto/wine: add Proton 5.0 version numberJens Peters
2020-02-03proto/wine: allow disabling freetrack/npclientStanislaw Halik
Fixes #1042
2020-02-03proto/wine: fix includesStanislaw Halik
2019-10-29proto/wine: add support for setting WINEPREFIXStanislaw Halik
2019-10-29proto/wine: refresh i18nStanislaw Halik
2019-10-29proto/wine: use more common term for steam appidStanislaw Halik
Suggested by: @jp7677
2019-10-28proto/wine: refresh i18nStanislaw Halik
2019-10-28proto/wine: implement more proton knobsStanislaw Halik
Reported by: @jp7677 Issue: #996
2019-10-28proto/wine: actually set environStanislaw Halik
2019-10-28proto/wine: move function prototypesStanislaw Halik
2019-10-28proto/wine: assume HOME exists in environStanislaw Halik
2019-10-28proto/wine: add support for protonStanislaw Halik
2019-09-22proto/wine: add hack for newer gcc versionsStanislaw Halik
2019-09-22api: expose raw data to protocolsStanislaw Halik
Issue: #975
2019-08-01fix clang warningsStanislaw Halik
2019-07-05proto/wine: remove unused headersStanislaw Halik
2019-07-05proto/wine: fix qprocess warningStanislaw Halik
2019-01-16proto/wine: add -mconsoleStanislaw Halik
2019-01-16Revert "compat/shm, proto/wine: remove duplication"Stanislaw Halik
This reverts commit bab093ebbe392927a92ef201fe60344d5c1191dd.
2018-12-25fix buildStanislaw Halik
2018-12-25compat/shm, proto/wine: remove duplicationStanislaw Halik
The X-Plane plugin is next and should build on win32 then.
2018-12-24cruftStanislaw Halik
2018-12-19proto/wine: add warns to winegcc invocationStanislaw Halik
2018-12-12proto/wine: fixesStanislaw 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-27cleanupStanislaw Halik
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-05-28fix build warningsStanislaw Halik
2018-05-27proto/wine: update translationStanislaw Halik
2018-05-23proto/wine: remove obsolete `otr_tr'Stanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-391422146
2018-05-23proto/wine: fix i18nStanislaw Halik
Reported-by: Artem Sobolev cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-390559585
2018-05-22proto/wine: add missing translation stringStanislaw Halik
2018-04-05modules: now use i18nStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2017-12-18plugins: rename check_status -> initializeStanislaw Halik
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly.
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-12-04api: add status check for modulesStanislaw Halik
2017-09-30remove camel caseStanislaw Halik