Menu

FGAddon Commit Log


Commit Date  
[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
[r6812] by frougon

ATCChatter: use the AddonResourceProvider for 'play-audio-sample'

Indirectly use the [addon=...] special syntax (that makes the SimGear
ResourceManager go through the AddonResourceProvider) in order to specify the
files fed to the 'play-audio-sample' FGCommand. This makes the add-on work
again: since FG commit 8853fded29539593, it wasn't possible anymore to use
'play-audio-sample' with an absolute path (the SimGear ResourceManager may be
changed in the future to allow absolute paths that can be validated for read
access; see the discussion around [1]).

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

2022-08-20 06:47:11 Tree
[r6811] by frougon

ATCChatter: replace remaining print() with logprint() and bump version number

2022-08-18 09:00:47 Tree
[r6810] by frougon

CanvasDrawDev: replace remaining printlog() uses with logprint()

2022-08-18 08:52:47 Tree
[r6809] by wlbragg

Mission Generator:Loop alert sound

2022-08-18 02:19:10 Tree
[r6808] by wlbragg

Mission Generator:Settimer no longer supported

2022-08-18 00:26:03 Tree
[r6807] by frougon

CanvasDrawDev: use logprint() instead of the now-broken printlog()

2022-08-17 21:08:35 Tree
Older >
MongoDB Logo MongoDB