1. 02 Apr, 2015 1 commit
    • Don Gagne's avatar
      Resource restructuring · d5146cd2
      Don Gagne authored
      - All resources are either under src or under resources dirs
      - Removed files top level directory
      - Move flightgear files to top level dir
      d5146cd2
  2. 01 Apr, 2015 1 commit
  3. 29 Mar, 2015 4 commits
  4. 28 Mar, 2015 2 commits
    • Don Gagne's avatar
      Fixed the fixme! · 2d79df2b
      Don Gagne authored
      2d79df2b
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3
  5. 22 Mar, 2015 2 commits
  6. 19 Mar, 2015 2 commits
  7. 13 Mar, 2015 2 commits
  8. 12 Mar, 2015 1 commit
  9. 10 Mar, 2015 1 commit
  10. 05 Mar, 2015 1 commit
  11. 01 Mar, 2015 1 commit
  12. 25 Feb, 2015 1 commit
  13. 20 Feb, 2015 1 commit
  14. 18 Feb, 2015 2 commits
  15. 17 Feb, 2015 1 commit
  16. 14 Feb, 2015 2 commits
    • dogmaphobic's avatar
      Fixing asynchronous issue with link disconnect. · e0d94b4d
      dogmaphobic authored
      I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync.
      While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
      e0d94b4d
    • dogmaphobic's avatar
      Forcing no proxy for UDP connections. · 3fd9497c
      dogmaphobic authored
      This came through google groups and as the change is right where I'd been working, I added it here to avoid collision.
      3fd9497c
  17. 13 Feb, 2015 2 commits
  18. 12 Feb, 2015 1 commit
  19. 09 Feb, 2015 1 commit
    • Bryant's avatar
      Fix setting the baud rate. · 5730af5c
      Bryant authored
      There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
      around the 'is_cdc' variable, as I can't really follow what it's for.
      5730af5c
  20. 26 Dec, 2014 3 commits
  21. 24 Dec, 2014 1 commit
  22. 12 Dec, 2014 1 commit
    • Don Gagne's avatar
      Move UAS and MAVLinkProtocol back to main thread · fc493d75
      Don Gagne authored
      Plus a large number of other changes to allow for orderly shutdown of
      objects without crashes or asserts. This is need for unit tests to
      create/delete global state around every test.
      fc493d75
  23. 11 Dec, 2014 1 commit
  24. 10 Dec, 2014 3 commits
  25. 09 Dec, 2014 2 commits