Dominique Merle
318a2a0934
fix: ResourceLoader can't cast to MajorityJudgmentPoll
...
The app works without the cast, anyway…
A cast would be nice, but it's not compulsory.
Release date is closing on us!
3 years ago
Dominique Merle
ed39d4ce05
feat: add a Resume button to the main menu
...
It's not usable yet, but it's here…
Waiting…
…
In the shadows…
…
…
Silently.
3 years ago
Dominique Merle
4e5e7c040f
feat: provide a button to close a poll
...
That button can be hidden with F1.
3 years ago
Dominique Merle
9cc7636793
feat: allow alignment with window bottom
...
This will help on Android, where the results are hidden by SMS notifications.
3 years ago
Dominique Merle
28f8cc3355
feat: add the AndroidSmsProvider
3 years ago
Dominique Merle
b8aece2940
feat: add the window size to the general settings
...
We could also leverage override.cfg of Godot
for basic settings like this one. (or the clear color)
3 years ago
Dominique Merle
9db0ec27ee
feat: add a Demo provider, useful for demos
3 years ago
Dominique Merle
57b9bac4a2
fix: Config is utterly broken
3 years ago
Dominique Merle
a1e2094a32
feat: centralize provider collection
...
Would love some auto-discovery of providers,
and some automatic settings form generation.
3 years ago
Dominique Merle
5b12cd85e2
feat: store configuration, and add more hints
3 years ago
Dominique Merle
e5cb86068d
feat: enable the provider pattern, with a demo provider
...
So far it's working quite well,
and it is rather pleasant to code.
There are no safeguards whatsoever for now.
They will come along with their tests :3
3 years ago
Dominique Merle
4e05835e81
feat: implement an unordered but animated version of the linear results
...
The data is a dummy, waiting to be connected to a provider like Twitch.
We also need to sort the profiles, and animate the sort ;)
The GUI elements will probably need more work as well (like clipping, etc.)
3 years ago
Dominique Merle
323a5fc345
feat: add a form to configure the settings
3 years ago
Dominique Merle
6f0cd52098
chore: review the ConfigResource
3 years ago
Dominique Merle
3a28f6ee00
feat: add config and scene change capabilities to the main App
3 years ago
Dominique Merle
339d26f5e0
feat: add the project configuration, and prepare settings
...
We're going to try out Resource for settings, instead of ini.
3 years ago