1. 02 Aug, 2016 7 commits
  2. 01 Aug, 2016 12 commits
  3. 31 Jul, 2016 4 commits
  4. 30 Jul, 2016 1 commit
  5. 29 Jul, 2016 1 commit
  6. 28 Jul, 2016 11 commits
  7. 27 Jul, 2016 4 commits
    • dogmaphobic's avatar
      Fixes to iOS App Store build. · 133d6da2
      dogmaphobic authored
      133d6da2
    • Don Gagne's avatar
      Merge pull request #3863 from birchera/compute_hover_cruise_distance · 8563f08b
      Don Gagne authored
      [Mission stats] Compute distance & time
      8563f08b
    • Don Gagne's avatar
      Merge pull request #3865 from DonLakeFlyer/GridLinesWidth · ea8fa1b2
      Don Gagne authored
      Wider grid lines to see turnaround better
      ea8fa1b2
    • Kelly Steich's avatar
      total mission stats computation · c10431fe
      Kelly Steich authored
      first iteration of mission stats calculation (dist and maxTelem)
      
      add survey item distance to mission distance
      
      remove unused calculations from _calcHomeDist
      
      added correct calculation of missionMaxTelemetry when there is a complex item
      
      use speed to compute mission time according to vehicle type
      
      started implementation of hover and cruise distance
      
      corrected typos
      
      added logic
      
      prevent survey from crasing
      
      added checks for vtol
      
      rearrange logic
      
      added primitive check for landing
      
      rearranged checks
      
      new arrangement
      
      added logic for transition
      
      fix for small bugs
      
      add check for mission speed larger than 0
      
      remove already existinh check
      
      reduce code a bit
      
      clean up
      c10431fe