Skip to content

Releases: skiselkov/X-RAAS2

X-RAAS 2.0.1a (embeddable version for aircraft developers)

01 Mar 18:37
Compare
Choose a tag to compare

DO NOT download this unless you are developing aircraft models for X-Plane! This plugin will not work as a stand-alone X-Plane plugin.

This version of X-RAAS is designed for embedding into aircraft by developers who wish to ship X-RAAS integrated into their aircraft model. It is a fully functional version of the plugin for Windows, Mac and Linux, 32- and 64-bit on all platforms and works on both X-Plane 10 and X-Plane 11.
Since the plugin is meant for embedding into aircraft "plugins" folders, the documentation is shipped in a separate ZIP archive. To facilitate integration, see AvionicsIntegrationGuide.pdf in this archive. This document will explain everything that integration with X-RAAS can do for you. You are encouraged to distributed the UserManual.pdf from the documentation archive as part of your aircraft's documentation package.

X-RAAS 2.0.1

20 Feb 23:00
Compare
Choose a tag to compare

This is a bugfix release that addresses an assertion failure when reading a broken apt.dat with duplicate runway entries with reversed runway end IDs.

X-RAAS 2.0.0

19 Feb 14:45
Compare
Choose a tag to compare

This is the second major release of X-RAAS and the first major release of the complete rewrite, X-RAAS 2.

Version 2.0, release candidate 5

08 Jan 20:18
Compare
Choose a tag to compare
Pre-release

Changes:

  • Implemented RIFF format dumping.
  • Relaxed WAV fmt header length check requirement to cope with weirder WAV files.
  • Corrected duplicate image caption.
  • Removed superfluous part of a sentence talking about CFIT.
  • Corrected runway alignment heading threshold in docs.
  • Added Pascal Reichel to tester list.

Version 2.0, release candidate 4

02 Jan 01:46
Compare
Choose a tag to compare
Pre-release

Changes:

  • Rewritten documentation in pdfTeX to obtain more consistent formatting.
  • Added lots more error checking and reporting to the OpenAL integration to check for all kinds of weird underlying OpenAL errors.

Version 2.0, release candidate 3

24 Dec 21:05
Compare
Choose a tag to compare
Pre-release

Changes:

  • Implemented parsing of APPCH procedures to extract the runway GPA.
  • Removed guessing at the TCH & GPA by scanning the location of GS antennas.
  • Documented all the new options in the PDF and the sample config file.
  • Included sample config in distribution package.
  • Added the auto_disable_notify option to the config GUI.
  • Switched from '--' to '#' for comments in the config file. The legacy '--' combo is retained for backwards compatibility.

Version 2.0, Release candidate 2

16 Dec 13:33
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed regression when enabling use_tts would crash the sim on attempting to emit an annunciation.

Version 2.0, Release candidate 1

13 Dec 19:22
Compare
Choose a tag to compare
Pre-release

Changes:

  • Added harder detection of malformed VGSI entries.
  • Made GS antenna elevation always be equal to the threshold elevation for auto-computation purposes (avoids strange behaviors for GS antennas with bad elevation values).
  • Fixed error when the cache was manually removed and subsequently the user used the menu entry to recreate it.
  • Fixed incorrect cache location in gui.c after it has been moved to Output/caches.
  • Bumped cache version to regenerate caches using newly hardened algorithm.

Version 2.0, second beta release

12 Dec 13:10
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed assertion failure when an invalid runway ID is detected in an apt.dat.
  • Hardened parsers to perform much more validation of the scenery database.
  • Bumped X-RAAS cache version number to force cache rebuild using new algorithm.
  • Implemented auto-translation of US runway numbers in scenery database.
  • Implemented stripping of 'T' from earth_nav.dat files referencing runways using true heading numbers (e.g. "08T" at BGTL).

Version 2.0, first beta release

04 Dec 13:15
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed incorrect conditional when computing PAPI/VASI correspondence to runways in X-Plane 11.
  • Switched to OSX ABI 10.6 to support all platforms which X-Plane 10 ran on.
  • Code formatting and style fixes.