Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-24 | add -fPIC in cmake | Stanislaw Halik | |
2018-12-24 | cmake, modules: fix project language logic errors | Stanislaw Halik | |
2018-12-12 | x-plane: fix memset discarding qualifiers | Stanislaw Halik | |
2018-12-08 | cruft | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-07-24 | x-plane: cleanup, reformat | Stanislaw Halik | |
2018-02-12 | cmake: remove otr_prop() | Stanislaw Halik | |
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX. | |||
2018-01-14 | Fix XPluginEnable | Philipp Ringler | |
This fixes the plugin loading in an undefined state. See https://forums.x-plane.org/index.php?/forums/topic/138529-psa-check-your-int-xpluginenable-function-definition/ for more information | |||
2017-12-18 | compat, x-plane: get rid of attribute unused macro | Stanislaw Halik | |
2017-10-27 | x-plane: fix buffer overflow | Stanislaw Halik | |
Also, mismatched lock/release and bad logic | |||
2017-09-30 | remove camel case | Stanislaw Halik | |
2017-06-22 | misc irrelevant | Stanislaw Halik | |
2017-05-17 | head roll | Sven Kocksch | |
only set view if tracking is running | |||
2017-05-16 | Merge https://github.com/opentrack/opentrack into unstable | kocsv | |
merge from upstream | |||
2017-05-16 | rename macro | Sven Kocksch | |
2017-05-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-02-23 | add empty .ts files for qxt-mini, x-plane-plugin | Stanislaw Halik | |
2016-12-28 | x-plane-plugin: fix typo, it was always built | Stanislaw Halik | |
2016-09-18 | add missing copyright terms | Stanislaw Halik | |
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well. | |||
2016-09-16 | x-plane-plugin: fix ldflags logic for clang | Stanislaw Halik | |
2016-08-23 | x-plane-plugin: fix build | Stanislaw Halik | |
2016-08-23 | cmake: refactor boilerplate for projects | Stanislaw Halik | |
Don't rely on a macro that shouldn't be necessary. The information "opentrack_boilerplate" retrieves is now factored out to be easily available to projects themselves. opentrack_boilerplate can now also build executables. When appropriate, target properties are now concatenated rather than replaced. | |||
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-07 | cmake: get rid of duplicate includes | Stanislaw Halik | |
2016-07-06 | proto-wine, x-plane-plugin: fix install prefix | Stanislaw Halik | |
2016-06-16 | all: split "api" into "api" and "logic" | Stanislaw Halik | |
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough. | |||
2016-05-23 | cmake/x-plane-plugin: remove typo var name. enough to check for cxx | Stanislaw Halik | |
2016-05-17 | x-plane-plugin: set default visibility. remove linker script. | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-20 | x-plane: ignore diagnostic | Stanislaw Halik | |
2015-07-02 | Reinit the offsets when re-enabling the plugin | Ennio Barbaro | |
2015-07-02 | Added enable/disable plugin command. | Ennio Barbaro | |
2015-07-02 | Use XPLMRegisterFlightLoopCallback instead of XPLMRegisterDrawCallback | Ennio Barbaro | |
2014-09-24 | unbreak hopefully | Stanislaw Halik | |
2014-09-24 | no need for pragma here | Stanislaw Halik | |
Revert part of ae8f78bf5e9096b44e700b1b2e1e4edc03a0b93d | |||
2014-09-22 | style only | Stanislaw Halik | |
2013-11-30 | untested merge from compat, hopefully fix osx | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-30 | fix x-plane crashing on exit | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-30 | fix bitrot shm name | Stanislaw Halik | |
Reported-by: runningman84 Issue: github issue #10 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-30 | use proper origin | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-30 | update plugin. now using radians in shm | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | all except 3rdparty-maintained stuff pass -Wall -Wextra -pedantic | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | reformat | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-09-19 | xpl: pass -Wall -pedantic in gnuc89 | Stanislaw Halik | |
2013-09-19 | xpl: dead code. mmap(2) (void*)-1 on failure | Stanislaw Halik | |
2013-09-17 | xpl: rename user-visible data following fork | Stanislaw Halik | |
2013-09-14 | Don't leak any memory, ever (?) | Stanislaw Halik | |
2013-09-14 | Even more dead code | Stanislaw Halik | |
2013-09-14 | Play nice with IDE analysis | Stanislaw Halik | |