Menu

FGAddon Commit Log


Commit Date  
[r6822] by deltaecho

DR400-Ecoflyer: Add optional ASI in knots, thanks a lot to Peter (peter.vdgoten on the forum) for a detailed reference image

2022-08-25 06:49:11 Tree
[r6821] by deltaecho

DR400-Ecoflyer: Reorganise effects, replace KI206 and VSI with new instruments from DA40, update TODO, temporarily remove CB tripping logic

2022-08-25 06:47:05 Tree
[r6820] by frougon

PAR: revert to passing an absolute path to 'play-audio-sample'

This works again since today, namely since SG commit 22779ee2c and FG
commit e7594f4687 on 'next' (doing so didn't work between FG commit
8853fded29 dated 2021-07-27, and these commits). Using an absolute path
here has two avantages:

- the add-on will work again with older versions of FlightGear such as
the 2020.3 release (the previous way, added very recently, required
FG commit 60ff405efc from 2022-08-19);

- access using an absolute path is (slightly!) faster than letting
SimGear's ResourceManager iterate over all providers until it finds
the AddonResourceProvider.

2022-08-24 14:23:02 Tree
[r6819] by frougon

ATCChatter: revert to passing an absolute path to 'play-audio-sample'

This works again since today, namely since SG commit 22779ee2c and FG
commit e7594f4687 on 'next' (doing so didn't work between FG commit
8853fded29 dated 2021-07-27, and these commits). Using an absolute path
here has a few avantages:

- the add-on will work again with older versions of FlightGear such as
the 2020.3 release (the previous way, added very recently, required
FG commit 60ff405efc from 2022-08-19);

- in this particular case, this makes the code simpler (because we use
Nasal's directory() function which doesn't know about [addon=...]
resource path prefixes);

- access using an absolute path is (slightly!) faster than letting
SimGear's ResourceManager iterate over all providers until it finds
the AddonResourceProvider.

2022-08-24 13:57:35 Tree
[r6818] by wlbragg

Aerotow Everywhere: v1.6.0 (for PlayeRom)

2022-08-23 16:50:48 Tree
[r6817] by wlbragg

Airspeed-Horsa:Fix key bindings to allow for AI tow plane

2022-08-23 05:51:50 Tree
[r6816] by wlbragg

Aerotow Everywhere:Initial Commit (for PlayeRom)

2022-08-22 20:06:04 Tree
[r6815] by frougon

SpokenGCA: replace settimer() calls with maketimer()

settimer() has been disabled in add-ons since FGData commit
e39ebd79e3505c4a; use maketimer() instead.

2022-08-20 10:53:07 Tree
[r6814] by frougon

ATCChatter: use a single timer object

Instead of creating a new timer object for every sample, create a single
one at module scope and restart() it in nextChatter() with the
appropriate delay.

2022-08-20 10:24:56 Tree
[r6813] by frougon

PAR: replace settimer() calls with maketimer() and make sound work again

- settimer() has been disabled in add-ons since FGData commit
e39ebd79e3505c4a; use maketimer() instead.

- Use addon.resourcePath() to specify the path to the directory
containing the sound files; this allows the add-on to still work on
'next' where fgcommand("play-audio-sample", ...) doesn't work with
absolute paths anymore (this is so since FG commit 8853fded2953959;
see the discussion starting at [1]). This will also work on 2020.3
when SimGear commit 8febf6b9f58e9 and FlightGear commit 60ff405efcc
are cherry-picked to the release/2020.3 branch.

[1] https://sourceforge.net/p/flightgear/mailman/message/37694083/

2022-08-20 09:59:59 Tree
Older >
MongoDB Logo MongoDB