Commit Graph

75 Commits

Author SHA1 Message Date
Adrien Ufferte 30c1a9863f Optimization global 2026-06-11 11:16:03 +02:00
Adrien Ufferte 9d518d038f Sparks fx now appears correctly on the "first" video button of look and learn. 2026-04-23 10:36:35 +02:00
Adrien Ufferte f79aa14ab4 New back button system 2026-03-02 10:14:57 +01:00
Adrien Ufferte 3fc75176ac Look and learn (and rename) 2026-02-26 12:11:03 +01:00
Adrien Ufferte 4146d2d83d New assets and rename 2026-02-26 12:03:40 +01:00
Adrien Ufferte 8ccc15dd29 Remove useless functions 2026-02-23 16:20:01 +01:00
Adrien Ufferte cfeec1e2f2 Workaround for warnings for autoloads of class instead of scripts 2026-02-03 11:52:00 +01:00
Adrien Ufferte f3e3d4bfcd Upgrade Godot version to 4.6 2026-01-27 14:52:22 +01:00
Adrien Ufferte adc39c7347 Clean useless newlines 2026-01-19 13:37:38 +01:00
Adrien Ufferte 3b93025870 Add logs in tracing sequence 2025-12-17 11:50:59 +01:00
Adrien Ufferte 2ae24addfd Add logs in look_and_learn 2025-12-16 11:19:42 +01:00
Adrien Ufferte c1c42562dc Added explicit closing of tracing CSV files and reused the resolved file path when loading tracing data
And cleaned useless newlines
2025-12-16 11:17:17 +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 7c101bd19c Log nomenclature corrections 2025-11-18 10:23:26 +01:00
Adrien Ufferte 1ffb26fb56 cleaning visible logic 2025-11-13 11:40:50 +01:00
Adrien Ufferte 52fbd9497d Hide video player when finished 2025-10-23 11:12:09 +02:00
Adrien Ufferte 843342617d Reimport all files with Godot 4.5 2025-09-23 10:13:56 +02:00
Adrien Ufferte ee35e352b6 Upgrade godot from 4.4.1 to 4.5 2025-09-18 15:26:44 +02:00
Adrien Ufferte 787d4d089c Nomenclatures corrections 2025-09-05 15:55:48 +02:00
Adrien Ufferte 18bf6a800c Using String.join method for better clarity 2025-08-18 09:08:23 +02:00
Adrien Ufferte 54bbccc9fb Correction of confusion between FileAccess and DirAccess 2025-08-13 14:52:13 +02:00
Adrien Ufferte b9cbccab5e Add error management in important functions 2025-08-13 09:51:41 +02:00
Adrien Ufferte ecb4cb3c57 Use range() to ensure compatibility with previous (and future ?) GDScript versions (again, this time in all scripts found) 2025-07-11 15:05:14 +02:00
Adrien Ufferte deda564993 Clean & debug 2025-06-24 15:52:19 +02:00
Adrien Ufferte 47b9e643ae Clean and debug 2025-06-24 08:56:55 +02:00
Adrien Ufferte e936c58f37 Cleaning double spaces 2025-06-23 09:10:18 +02:00
Adrien Ufferte 510004e0a7 correction for missing variable 2025-06-14 17:29:24 +02:00
Adrien Ufferte a400cc37a5 Clean code to avoid variables with 1 char name, and some other cleaning (hard-tying, commenting etc...) 2025-06-10 10:55:57 +02:00
Adrien Ufferte beb04e5cc2 Clean code naming convention V4 2025-06-09 19:48:18 +02:00
Adrien Ufferte c01a38625f Clean code naming convention V2 2025-06-09 12:22:43 +02:00
Adrien Ufferte 8e90e9f5ef Clean code naming convention 2025-06-08 23:36:19 +02:00
Adrien Ufferte 42ed8d4340 Rename assets snake_case v5 2025-06-06 14:04:55 +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 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 97fb4ec523 Cleaning and strong-typing 2025-04-28 14:45:19 +02:00
Adrien Ufferte f63986b9f6 Debug look_and_learn: missing content is only skipping this content and not more 2025-04-28 10:17:00 +02:00
Adrien Ufferte dacc818683 Using new log system everywhere 2025-04-25 15:19:12 +02:00
Adrien Ufferte d2ebf7483a Change all fonts of project to use Kalulu-Mulish 2025-04-24 11:31:48 +02:00
Adrien Ufferte e5cdf4bc8f Cleaning, typing, renaming 2025-04-22 08:54:55 +02:00
Adrien Ufferte c2b35d030a Upgrade Godot to 4.4.1 - stable 2025-04-09 16:56:40 +02:00
Adrien Ufferte d72df3a5c6 Prevent crash when GP list is empty for a lesson in look_and_learn 2025-04-09 16:16:11 +02:00
Adrien Ufferte d663b1fca8 Remove all 160 warnings 2025-04-04 09:47:39 +02:00
Dylan Sarrazyn 4217f020db Updates gardens screen animation. Updates teacher settings. 2025-02-24 16:48:19 +01:00
Dylan Sarrazyn c449b469af Updates the export configuration for the prof tool. Parakeets are clickable earlier during the right answer animation. The animation of repeat button has been disabled. Tracing will use uppercase first then lowercase. Look And Learn now show the right title at the top. 2025-01-27 14:37:27 +01:00
Dylan Sarrazyn fb3867102e Updates the LookAndLearn scene to show the GP on top instead of inside the button. Fixes a bug that would try to play an image/sound without sound. 2024-11-19 17:13:45 +01:00
Dylan Sarrazyn 0a8a591dd4 Update the gardens screen to adapt to the number of lessons. Adds a help label to the login screen for the settings. 2024-10-30 16:39:21 +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 f3e8276a2c Update the lesson unlocks in the teacher settings. Improve the tracing of the look and learn. Fix a bug in the words minigame
Updates teacher settings. Removes Android folder
2024-10-01 10:00:28 +02:00
Dylan Sarrazyn 225942864d Updates package downloader. Fix a bug in the tracing manager that showed letters without tracing data. 2024-09-11 10:02:31 +02:00