summaryrefslogtreecommitdiffhomepage
path: root/logic/work.cpp
AgeCommit message (Collapse)Author
2018-07-14fix buildStanislaw Halik
2018-07-08modernize onlyStanislaw Halik
2018-04-05i18n: provide for non-QObject classesStanislaw Halik
See compat/tr.hpp for comment.
2018-03-12logic/work: fix held center raceStanislaw Halik
2018-03-10logic/pipeline: implement held centerStanislaw Halik
Requested by: CAHEK on the Russian IL-2 Sturmovik forum
2018-02-16logic/pipeline: simplifyStanislaw Halik
The pipeline code is hard to understand for programmers due to the practice of putting all logic into a single function. Split it up into logical components. This needs more testing and bug reports. It's a big change with possibly many regressions all over the place. Issue: #688
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-10many: get rid of trailing type specifiersStanislaw Halik
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-10-21logic/tracker: rename to pipelineStanislaw Halik
Could use a better name.
2017-10-08logic: add extension supportStanislaw Halik
It's missing a dialog and testing.
2017-09-25logic: remove camel caseStanislaw Halik
2017-05-10get rid of the silly mem -> shared_ptr aliasStanislaw Halik
2017-02-23fix build errors on LinuxStanislaw Halik
2017-02-23logic, gui: move selected-libraries to struct workStanislaw Halik
2017-02-18gui, logic: allow for two keybindings for each functionStanislaw Halik
Also, remove "disable reltrans while held" cause it's too specific.
2016-11-05modules: make more strings translatableStanislaw Halik
2016-09-08tracklogging: begone file selector gui. Now a file select dialog will pop up ↵DaMichel
when the tracker starts.
2016-09-06gui, logic: add shortcut for "translation compensation off while held"Stanislaw Halik
Requested-by: @Sone989 Issue: #440
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.