summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/ftnoir_protocol_wine.h
AgeCommit message (Collapse)Author
2019-10-29proto/wine: add support for setting WINEPREFIXStanislaw Halik
2019-10-28proto/wine: implement more proton knobsStanislaw Halik
Reported by: @jp7677 Issue: #996
2019-10-28proto/wine: add support for protonStanislaw Halik
2019-09-22api: expose raw data to protocolsStanislaw Halik
Issue: #975
2019-01-16Revert "compat/shm, proto/wine: remove duplication"Stanislaw Halik
This reverts commit bab093ebbe392927a92ef201fe60344d5c1191dd.
2018-12-25compat/shm, proto/wine: remove duplicationStanislaw Halik
The X-Plane plugin is next and should build on win32 then.
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-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-05-28fix build warningsStanislaw Halik
2018-05-23proto/wine: remove obsolete `otr_tr'Stanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-391422146
2018-05-22proto/wine: add missing translation stringStanislaw Halik
2018-04-05modules: now use i18nStanislaw Halik
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-04api: add status check for modulesStanislaw Halik
2017-09-30remove camel caseStanislaw Halik
2016-11-04modules: make names uniqueStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2015-10-30also rename protocol -> protoStanislaw Halik