]> git.mxchange.org Git - flightgear.git/commit
First draft of work by Alexander Kappes to add dynamically driven menu entries to...
authordaveluff <daveluff>
Thu, 13 Feb 2003 12:05:19 +0000 (12:05 +0000)
committerdaveluff <daveluff>
Thu, 13 Feb 2003 12:05:19 +0000 (12:05 +0000)
commit5dbf38c2739b66edc7ad93050d2229536d8f517f
tree84dac910c0a00c401c9ad045fdf52aefc4ea3971
parent2412c3a3348e3c940ad0678a57bfa1d03a5911e8
First draft of work by Alexander Kappes to add dynamically driven menu entries to the pop-up ATC dialog, parsing of text input to the ATC system and parameterised transmissions where the speech of a transmission is derived from the intent based on data files potentially allowing users to specify different phrases for each voice instead of being hard-coded.  This is a work in progress.
src/ATC/ATCDialog.cxx [new file with mode: 0644]
src/ATC/ATCDialog.hxx [new file with mode: 0644]
src/ATC/transmission.cxx [new file with mode: 0644]
src/ATC/transmission.hxx [new file with mode: 0644]
src/ATC/transmissionlist.cxx [new file with mode: 0644]
src/ATC/transmissionlist.hxx [new file with mode: 0644]