Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2013-10-29 | remove dead code | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-19 | Fix proto/filter dtor not being called | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct | |||
2013-10-17 | fix win32 build breakage | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-09-17 | simconnect: don't redefine internal constant | Stanislaw Halik | |
2013-09-15 | Make every tracker/protocol/filter dialog modal | Stanislaw Halik | |
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash. | |||
2013-09-15 | Fix mingw-w64 cross-compile from Linux | Stanislaw Halik | |
Case-sensitivity and MSVC-isms bite again. | |||
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-09-13 | Remove per-file version history. Be careful not to touch copyright information. | Stanislaw Halik | |
2013-07-06 | Prevent handle leak in error path | Stanislaw Halik | |
2013-07-05 | Robustify SimConnect protocol | Stanislaw Halik | |
- No longer leaks library handle/address space - Use an activation context instead of hardcoding probable DLL filenames | |||
2013-06-27 | Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusion | Stanislaw Halik | |
Requested-by: mm0zct | |||
2013-06-06 | Remove dead code | Stanislaw Halik | |
2013-04-29 | cleanup | Stanislaw Halik | |
2013-04-29 | rename to opentrack | Stanislaw Halik | |
2013-04-29 | Correct prototypes | Stanislaw Halik | |
2013-04-27 | Implement game name in the UI, lost previously due to refactoring. | Stanislaw Halik | |
2013-04-26 | Cleanup: don't inherit from UI class since it's a member too | Stanislaw Halik | |
2013-04-13 | Don't use axes as class/struct members. Use an array instead, and iterate ↵ | Stanislaw Halik | |
over them where applicable. | |||
2013-04-09 | Fix SimConnect (thanks Wim) | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |
2013-04-02 | merge continues | Stanislaw Halik | |
2013-03-22 | Remove .bat files, actually finish rename this time | Stanislaw Halik | |
2013-03-22 | finish rename | Stanislaw Halik | |
2013-03-22 | Remove VS solutions | Stanislaw Halik | |
2013-03-22 | Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!! | Stanislaw Halik | |
.git/config: [core] ignorecase = false |