- 09 Jun, 2014 1 commit
-
-
Bruno Coudoin authored
Now we trig the play of the voice letter after the completion of the message 'click on letter'. Before there was a fixed 1500ms but the message is of variable length depending on the locale. Extended GCAudio with the signals Error and Done.
-
- 07 Jun, 2014 1 commit
-
-
Bruno Coudoin authored
Added the error signal in GCAudio to let the caller catch it.
-
- 01 Jun, 2014 1 commit
-
-
Holger Kaelberer authored
-
- 12 May, 2014 1 commit
-
-
Bruno Coudoin authored
It makes QtCreator to recognize our class in the editor. Tested on desktop and android the qrc: reference is not needed.
-
- 02 May, 2014 1 commit
-
-
Bruno Coudoin authored
-
- 01 May, 2014 1 commit
-
-
Bruno Coudoin authored
- now all images are svg - auto detect if we are a carriage or a cloud - better graphical effects
-
- 30 Apr, 2014 1 commit
-
-
Holger Kaelberer authored
-
- 20 Apr, 2014 1 commit
-
-
Johnny Jazeix authored
First version of KConfig handling. Audio is replaced by GCAudio (enables or not the audio), config is saved (only work for audio), a first config tab
-
- 13 Apr, 2014 1 commit
-
-
Johnny Jazeix authored
First version of KConfig handling. Audio is replaced by GCAudio (enables or not the audio), config is saved (only work for audio), a first config tab
-
- 06 Apr, 2014 1 commit
-
-
Bruno Coudoin authored
-
- 18 Mar, 2014 2 commits
-
-
Holger Kaelberer authored
-
Holger Kaelberer authored
-
- 12 Mar, 2014 2 commits
-
-
Holger Kaelberer authored
-
Holger Kaelberer authored
Answers and questions are loaded from a levels file to allow for non-latin tasks. Names of levels files are expected in the form levels-<locale>.json and must contain valid json describing the levels (cf. the contained default levels-en.json). Non-default levels files are supposed to live in some to-be-defined datapath directory (for now faked). Upon loading through a File object JSON syntax and basic payload checks are performed. If they fail we fall back to the packaged default file: levels-en.json
-
- 09 Mar, 2014 1 commit
-
-
Holger Kaelberer authored
ToDo / Open Issues: - Sound with qrc source schemes not working on Linux (see https://bugreports.qt-project.org/browse/QTBUG-36e724). - No voices sounds (on linux) unless symlinked manually. - "fx"/sound settings faked by getSettings(), need settings integration. - No scaling on Linux because ApplicationInfo.ratio is never updated. - Levels are statically initialized. Allow to initialize from file (for non-latin locales), probably needs file IO support from C++. - Flicking the train on Android can be improved.
-