TUDelft CNS ATM Bluesky Versions Save

The open source air traffic simulator

2023.11.22

5 months ago

Additions and fixes in this version:

  • New turn logic for drone simulation
  • Fix ctrl-zoom
  • Fix hidpi fonts in windows
  • Fix startup crash caused by Qt5 QApplication constructor change
  • Fix file dialog issue
  • Fix NumPy issues in Route
  • Added option to delete previously defined custom waypoints

2022.12.22

1 year ago

Bugfix release: Fixed bug where opening file dialog would crash BlueSky on Linux/Windows with PyQt6.

2022.12.21

1 year ago
  • Syntax check by AT command adapted to cope with command without argument types
  • VNAV descent mode now accounts for turndist in case of small altitude changes and large course deviations to make VNAV more robust for small vehicles.
  • Relocation of plugins to inside bluesky package (bluesky.plugins)
  • change vmax to actual speed fpor calculation dx to turnspd
  • Fixed importlib resource access problems for python versions < 3.10
  • Miscellaneous small fixes and edits

2022.9.19

1 year ago
  • BlueSky pypi package split into three packages: a source package (bluesky-simulator) and two data packages (bluesky-guidata and bluesky-simdata). Since BlueSky's data is big, but only changes rarely, putting it in separate packages saves pypi space and reduces download size for version updates of the code.
  • Reduced size of source package.
  • BlueSky resource access updated to provide multi-path access. When running from package, the $home/bluesky folder can now be used to provide additional data (plugins, scenarios, ...), or override package data (e.g., alternative navigation data). This works if the same folder structure is used (correct folders are created when bluesky is run for the first time)
  • Fix backward compatibility with Python < 3.9 (using importlib_resources)

2022.9.18

1 year ago
  • BlueSky pypi package split into three packages: a source package (bluesky-simulator) and two data packages (bluesky-guidata and bluesky-simdata). Since BlueSky's data is big, but only changes rarely, putting it in separate packages saves pypi space and reduces download size for version updates of the code.
  • Reduced size of source package.
  • BlueSky resource access updated to provide multi-path access. When running from package, the $home/bluesky folder can now be used to provide additional data (plugins, scenarios, ...), or override package data (e.g., alternative navigation data). This works if the same folder structure is used (correct folders are created when bluesky is run for the first time)

2022.7.19

1 year ago

Changes since last version (2022.5.27)

  • Revised path handling for bluesky data and configuration files
  • Fixes to TiledMap for HighDPI screens
  • Fixes to geofence plugin
  • CAS/Mach speed now correctly represented in gui
  • Added possibility for file importer plugins
  • Misc fixes

2022.5.27

1 year ago

Configured pip packaging

20170323

7 years ago

20161201

7 years ago

20161108

7 years ago