railroad, Timer removed, Hint feature added

Authored by iamutkarshtiwari on Mar 15 2017, 7:39 PM.

Description

railroad, Timer removed, Hint feature added

Details

Committed
iamutkarshtiwariMar 15 2017, 7:39 PM
Parents
R2:db24d77f4c6e: railroad, bugs fixed, temporarily mouse disabled on win
Branches
Unknown
Tags
Unknown
Restricted Application added a subscriber: jjazeix. ยท View Herald TranscriptMar 15 2017, 7:40 PM

There is a bug: when you click on reload button at the beginning (so the wagons are not yet displayed below), then click on the top wagons, there are not removed (causing the answer to already be there).
Same if you click on reload while the bonus flower appears.
If you click on reload and change level, the level is not reinitialized and you still have the hint.
If you click on reload twice, it should switch to the mode where you can choose wagons.
If you click on reload, then wait the wagon to start, click again on reload, the wagon stops (you should switch to the mode where you can choose wagons).

/src/activities/railroad/Railroad.qml
23

not needed, you can remove it (in fact, on some systems, it's not installed and the activity won't start)

82

missing qsTr()

387

you need to replace 'reload' button by 'hint'

jjazeix added inline comments.Apr 4 2017, 8:31 PM
/src/activities/railroad/railroad.js
133

flag is not a good variable name