Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | facetracknoir update license | Stanislaw Halik | |
@V4Friend agreed to change license to non-copyleft. I thank him for this. | |||
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-16 | Revert "try to fix FSX stutter while FSX has focus"opentrack-2.3-rc14 | Stanislaw Halik | |
This reverts commit ab47eac174db02710a7fa6c194e00c31cef755a4. | |||
2015-07-12 | simconnect: no need to include simconnect sdk | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-08 | try to fix FSX stutter while FSX has focus | Stanislaw Halik | |
As reported in #174 FSX has issues with calldispatch in steam edition. Attempt setting high process priority. | |||
2015-07-06 | simconnect: guard GNUC pragma | Stanislaw Halik | |
2015-07-06 | simconnect: use event handle without calldispatch in a loop | Stanislaw Halik | |
We aren't supposed to calldispatch in a loop, since it locks up FSX. Use calldispatch only if FSX signals us that an event has been received. This might fix slowness reported in #174. | |||
2015-07-06 | simconnect: don't set affinity, only meant for trackers | Stanislaw Halik | |
2015-07-06 | simconnect: get rid of redundant logic | Stanislaw Halik | |
2015-07-06 | simconnect: don't sleep while exiting | Stanislaw Halik | |
2015-07-06 | simconnect: increase timer precision just to be safe | Stanislaw Halik | |
2015-07-05 | simconnect: allow operating after restarting fsx | Stanislaw Halik | |
2015-07-05 | simconnect: nix enums | Stanislaw Halik | |
2015-07-05 | sc: yaw was flipped | Stanislaw Halik | |
2015-07-05 | sc: oops, actctx always failed | Stanislaw Halik | |
2015-07-05 | simconnect: don't hook on too many events | Stanislaw Halik | |
2015-07-05 | simconnect: use affinity | Stanislaw Halik | |
2015-07-05 | simconnect: we can make qlibrary non-static, no crashes | Stanislaw Halik | |
2015-07-03 | sc: try fix load failure logic | Stanislaw Halik | |
2015-07-03 | simconnect: try set camera without event notification | Stanislaw Halik | |
2015-07-03 | simconnect: don't race against initializationopentrack-2.3-rc13 | Stanislaw Halik | |
Issue: #174 | |||
2015-07-03 | simconnect: prevent crash with no .dll | Stanislaw Halik | |
2015-07-03 | maybe fix simconnect lag | Stanislaw Halik | |
2015-07-03 | fix MSVC, now runs | Stanislaw Halik | |
2015-07-03 | try fix MSVC | Stanislaw Halik | |
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | build breakage | Stanislaw Halik | |
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
2014-10-14 | update options api | Stanislaw Halik | |
2014-09-24 | CRLF -> LF conversion .git/index removal | Stanislaw Halik | |
Forgot to do it earlier, hence trash commits in recent days | |||
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | virtual function misuse (don't create needless VPTR all over) | Stanislaw Halik | |
2014-09-22 | win32: all plugins in Windows binary distro updated to new api | Stanislaw Halik | |
2014-09-22 | nix spurious warning | Stanislaw Halik | |
2014-09-18 | -Wall -Wextra, no functional changes | Stanislaw Halik | |
2014-08-30 | remove MSVC support | Stanislaw Halik | |
Leave as-is to avoid unconditionally assuming GNU extensions and ABI | |||
2014-08-30 | remove capt obvious comments | Stanislaw Halik | |
2014-07-27 | Finish rename for all platforms | Stanislaw Halik | |
2014-01-15 | make all tracker/protocol/filter dialogs non-modal | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-03 | Fix FSX manifest. Ouch! | Stanislaw Halik | |
2013-12-31 | sc: settings framework | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-29 | sc: correct manifest | Stanislaw Halik | |
2013-12-28 | simconnect: allow for multiple manifest attempts | Stanislaw Halik | |
2013-11-10 | fix warning | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> |