Commit Graph

60 Commits

Author SHA1 Message Date
Adrien Ufferte 2349cad126 Better language validation 2026-02-23 10:09:30 +01:00
Adrien Ufferte f3e3d4bfcd Upgrade Godot version to 4.6 2026-01-27 14:52:22 +01:00
Adrien Ufferte 9657af3e05 Add even more logs 2025-12-09 17:05:48 +01:00
Adrien Ufferte af19f88a06 Merge pull request #129 from Excello-Recherche-Education/logs-nomenclature
Log nomenclature corrections
2025-11-24 14:12:16 +01:00
Adrien Ufferte 1b14da080e New logic flow 2025-11-21 16:06:48 +01:00
Adrien Ufferte 7c101bd19c Log nomenclature corrections 2025-11-18 10:23:26 +01:00
Adrien Ufferte 6721ac49ae bugfix 2025-10-23 10:46:40 +02:00
Adrien Ufferte ee35e352b6 Upgrade godot from 4.4.1 to 4.5 2025-09-18 15:26:44 +02:00
Adrien Ufferte 1738590e30 Merge branch '2.1.6' into nomenclature-pass 2025-09-11 16:36:24 +02:00
Adrien Ufferte b1630b5d1f Ensure "and" and "or" will stay compatible if Godot stops support for classical symbols in GDScript 2025-09-09 09:21:17 +02:00
Adrien Ufferte 787d4d089c Nomenclatures corrections 2025-09-05 15:55:48 +02:00
Adrien Ufferte 178a0f811e Add more error management 2025-08-13 10:22:54 +02:00
Adrien Ufferte b9cbccab5e Add error management in important functions 2025-08-13 09:51:41 +02:00
Adrien Ufferte d27e50a124 Add logger trace for enhancing debug 2025-08-11 16:19:29 +02:00
Adrien Ufferte ed06c087b0 Spelling mistake 2025-07-11 15:05:14 +02:00
Adrien Ufferte 1269b8a997 Cleaning 2025-07-08 17:02:25 +02:00
Adrien Ufferte 95bb43f0a4 Recursive delete directory 2025-07-08 16:52:10 +02:00
Adrien Ufferte a5e50e3206 delete_dir 2025-07-08 15:53:41 +02:00
Adrien Ufferte 59e66efdb3 Clean warnings 2025-07-02 09:32:24 +02:00
Adrien Ufferte 4115c16588 Clean and debug 2025-06-20 14:31:24 +02:00
Adrien Ufferte ab8efbcbf3 Cleaning 2025-06-18 16:43:00 +02:00
Adrien Ufferte c01a38625f Clean code naming convention V2 2025-06-09 12:22:43 +02:00
Adrien Ufferte 24d094d01b Auto sync every 5 minutes of play 2025-06-06 16:07:37 +02:00
Adrien Ufferte 42ed8d4340 Rename assets snake_case v5 2025-06-06 14:04:55 +02:00
Adrien Ufferte ade9a527f3 Files names snake_case 2025-06-05 16:43:52 +02:00
Adrien Ufferte 50f6b4335a Data Synchronization in bulk
+ Allow connecting/playing offline
+ Clean asset name nomenclature
+ Debug asset name nomenclature when loading files
2025-06-05 11:18:22 +02:00
Adrien Ufferte 655f17e016 Restore possibility to play offline if language resources are already available locally + Clean ServerManager 2025-05-21 11:36:55 +02:00
Adrien Ufferte 5899591de1 Add new explicit error messages and clean localization file 2025-05-21 09:11:27 +02:00
Adrien Ufferte 3234a072e0 Allow user to edit device of student 2025-05-19 11:56:53 +02:00
Adrien Ufferte 0bfead86e0 Ensure proper initialization of all Arrays and Dictionaries 2025-05-05 10:52:37 +02:00
Adrien Ufferte 0cfe83778c Clean and hard-typing 2025-04-30 09:25:36 +02:00
Adrien Ufferte ae7b3cfeca Cleaning 2025-04-28 09:04:21 +02:00
Adrien Ufferte dacc818683 Using new log system everywhere 2025-04-25 15:19:12 +02:00
Adrien Ufferte be8497d6be Debug add_device in TeacherSettings 2025-04-25 13:51:40 +02:00
Adrien Ufferte 25824032c6 Some cleaning 2025-04-24 13:13:56 +02:00
Adrien Ufferte d2ebf7483a Change all fonts of project to use Kalulu-Mulish 2025-04-24 11:31:48 +02:00
Adrien Ufferte bf4b1666e6 Hard-typing 2025-04-23 16:59:42 +02:00
Adrien Ufferte 1b90e9f432 Debug empty language folder and/or rename problems 2025-04-23 11:19:46 +02:00
Adrien Ufferte c2b35d030a Upgrade Godot to 4.4.1 - stable 2025-04-09 16:56:40 +02:00
Dylan Sarrazyn ec1e6fade7 Fixes the gardens animation when completing a lesson. 2025-01-28 15:20:38 +01:00
Dylan Sarrazyn c36f44749c Revamp of the login screen and the device selection. 2024-12-05 12:35:29 +01:00
Dylan Sarrazyn 2a92f1bd97 Adds the delete inexistants students saves to the UserDataManager. Cleanup unused functions. Re-add the add student button to the settings and connect it with the back-end. 2024-11-27 16:35:26 +01:00
Dylan Sarrazyn 90aa74a55f Update the users configuration on the package downloader screen. 2024-11-26 16:35:04 +01:00
Dylan Sarrazyn cdb5c3a4cc Integrate the new functions of the server-side API to the ServerManager. 2024-11-21 12:10:07 +01:00
Dylan Sarrazyn d45e1fe95c Fixes a bug with the animation when a minigame is won not showing up. Decrease speed of turtles. Adds turtles speeches to the prof tool. 2024-11-07 11:45:21 +01:00
Dylan Sarrazyn 9d5b2dd4c5 Fixes the register recap step. Blocks the access on the main screen when not logged in without internet. Adds popups on the main screen and the package downloader screen 2024-11-06 16:57:00 +01:00
Dylan Sarrazyn ac4ae00a99 Code cleanup. Removes Godot warnings. Removes unused import functions from the Database. 2024-10-22 17:21:42 +02:00
Dylan Sarrazyn c7cce82872 Fully integrate the versionning of the language packs in the app. Handles offline users with an already downloaded pack. Updates the package downloader scene. 2024-10-02 13:22:24 +02:00
Dylan Sarrazyn afbc572217 Reworks package downloader to integrate the versionning of the files. 2024-10-01 16:50:30 +02:00
Dylan Sarrazyn cc14f6ed61 Fix a bug with the end of lesson animation not showing up in the gardens 2024-09-24 15:40:09 +02:00