Commit Graph

22 Commits

Author SHA1 Message Date
e36955d948 partially improved launcher functionnality 2021-06-23 17:14:57 +02:00
9757634881 Updated launcher to allow for character selection 2021-06-23 16:12:09 +02:00
f9043d6deb Fixed launcher failing to start if game.set is absent 2021-06-23 15:03:27 +02:00
8fc483b7e5 Deleted configuration package.
Relocated configuration.Config to launcher.Config.
2021-06-10 15:41:39 +02:00
1f58b184b8 Improved launcher looks. 2021-06-10 15:38:17 +02:00
76bfe1d56e Launcher overhaul. Now capable of setting resolution and fullscreen set. 2021-06-10 15:20:26 +02:00
fba6c50de0 Added partial resolution setting support. 2021-06-10 14:07:06 +02:00
677e4dd013 Settings agnostic to invalid configuation file 2021-06-10 14:02:48 +02:00
4572a1659f Refactored launcher.Settings to use new configuration.Config
Simpler, safer design.
2021-06-10 13:31:36 +02:00
5c54cacae7 un peu de ménage 2021-06-05 21:11:29 +02:00
63a0977dcb Delete package-info.java 2021-06-03 15:40:21 +00:00
eb024153a8 Updated Launcher style (WIP) 2021-06-03 03:47:04 +02:00
6183e39773 Removed FXMLController, gave controller role to Launcher instead 2021-06-03 03:46:38 +02:00
24338e344c Fixed resource not being found by Launcher 2021-06-03 01:53:32 +02:00
85b48c40d4 Massive improvements to launcher
Launcher is now capable of closing itself, launching the engine and  has
a saner launcher.fxml
2021-06-03 00:47:49 +02:00
a88cbebd18 Removed window decorations from launcher
Prevents resizing the window thus renders theme development easier
2021-05-28 01:20:26 +02:00
cd7627d36d Launcher now finds and correctly sets main Scene 2021-05-28 01:15:50 +02:00
4e99b1e115 Added stage attr along with getters and setters to launcher.Settings. 2021-05-28 00:55:12 +02:00
b52bbb506a Added setting file manipulator class to launcher package.
Contains getters, setters, setDefaultSettings method in case of failure
of parseSettings method (currently not implemented).
2021-05-28 00:50:57 +02:00
bf2960f58e Lancement de la fenêtre du launceur
Problématique avec le fxml. Mauvaise version il semblerait ? Fichier à
refaire.
2021-05-27 03:14:20 +02:00
75865640aa Progrès ajout Launcher
Ajout de JavaFX.fxml aux dépendances, aménagement de l'architecture du
launcher pour (launcher étend maintenant Application, Main lance
correctement le Launcher)
2021-05-27 03:02:36 +02:00
9bb39b654c Squelette initial du moteur de jeu 2021-05-03 02:29:11 +02:00