Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | x-plane: fix memset discarding qualifiers | Stanislaw Halik | |
2018-07-24 | x-plane: cleanup, reformat | Stanislaw Halik | |
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 | rename macro | Sven Kocksch | |
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-08-23 | x-plane-plugin: fix build | 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-17 | x-plane-plugin: set default visibility. remove linker script. | Stanislaw Halik | |
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 | |
2013-09-14 | X-Plane: remove dead code | Stanislaw Halik | |
2013-07-18 | Fix Linux bitrot | Stanislaw Halik | |
2013-04-25 | Don't convert the same value to degrees twice in a row. | Stanislaw Halik | |
2013-04-25 | Unbreak X-Plane plugin | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |