1. 11 Jul, 2019 1 commit
  2. 07 Jun, 2019 1 commit
  3. 20 May, 2019 1 commit
  4. 01 May, 2019 1 commit
  5. 29 Apr, 2019 1 commit
  6. 24 Apr, 2019 1 commit
  7. 22 Apr, 2019 1 commit
  8. 19 Apr, 2019 3 commits
    • Don Gagne's avatar
      · ae4d5f6e
      Don Gagne authored
      Fix double tile download error reporting
      ae4d5f6e
    • Don Gagne's avatar
      · e660ccce
      Don Gagne authored
      Prevent double reporting of tile download errors
      e660ccce
    • Don Gagne's avatar
      · c49b88a0
      Don Gagne authored
      Offline Maps: Allow custom build settings overrides
      c49b88a0
  9. 11 Apr, 2019 1 commit
  10. 10 Apr, 2019 1 commit
  11. 05 Apr, 2019 2 commits
  12. 07 Feb, 2019 1 commit
    • Don Gagne's avatar
      · eb0b6c05
      Don Gagne authored
      Store correct tile set counts for image and elevation sets.
      eb0b6c05
  13. 11 Nov, 2018 2 commits
  14. 24 Oct, 2018 1 commit
  15. 23 Oct, 2018 1 commit
  16. 03 Aug, 2018 1 commit
    • Don Gagne's avatar
      · 67244fdd
      Don Gagne authored
      Bump terrain tile version due to format change
      67244fdd
  17. 02 Aug, 2018 1 commit
    • Don Gagne's avatar
      · 72b4fb07
      Don Gagne authored
      Wrap text
      72b4fb07
  18. 28 Jul, 2018 2 commits
  19. 21 Jun, 2018 1 commit
  20. 20 Jun, 2018 1 commit
  21. 16 Jun, 2018 1 commit
    • DonLakeFlyer's avatar
      Import/Export fixes · 5ee584a5
      DonLakeFlyer authored
      * Export should always be enabled since you can export default tile set
      * Fix Select All/None problem
      5ee584a5
  22. 07 Jun, 2018 1 commit
  23. 17 Apr, 2018 1 commit
  24. 16 Apr, 2018 3 commits
  25. 12 Apr, 2018 1 commit
  26. 08 Apr, 2018 1 commit
  27. 21 Mar, 2018 1 commit
  28. 19 Mar, 2018 2 commits
  29. 16 Mar, 2018 1 commit
  30. 21 Feb, 2018 1 commit
    • Gus Grubba's avatar
      Create a "Dead Mouse Area" control to eat mouse events underneath desired... · 60fbc492
      Gus Grubba authored
      Create a "Dead Mouse Area" control to eat mouse events underneath desired area. This is to prevent mouse events from leaking through controls underneath the area.
      Replace original "NoMouseThroughRectangle" as this is more versatile.
      Prevent mouse through events from leaking underneath the Fly View tool strip.
      60fbc492
  31. 06 Feb, 2018 1 commit
  32. 12 Jan, 2018 1 commit
    • Gus Grubba's avatar
      Fixed an issue when importing a tile set that already exists would cause an... · 1db0adaf
      Gus Grubba authored
      Fixed an issue when importing a tile set that already exists would cause an error. When an imported set has a same name, it is renamed so the name is unique. The original logic had an error and was allowing the "new" set to be added with the same name, which would cause an error. In addition, if a new tile set brings no new unique tiles, it is now ignored.
      Fixed an issue where the progress was based on the total number of incoming tiles but this total can change if a given tile already exists in the database (it is not added).
      1db0adaf