52 Commits

Author SHA1 Message Date
Adrien Ufferte e7c4405a82 Add FUNDING.yml 2026-07-07 10:23:28 +02:00
Adrien Ufferte c6f7ef833d Cleaning 2026-04-17 10:10:58 +02:00
Adrien Ufferte e169f066ac Clean github checks 2026-04-17 09:35:06 +02:00
Adrien Ufferte 08005b8347 Add line spacing in release description 2026-03-24 15:35:00 +01:00
Adrien Ufferte 939d8ea835 Add macOS release 2026-03-24 14:45:37 +01:00
Adrien Ufferte c488958bc5 Add release instructions 2026-03-24 14:36:16 +01:00
Adrien Ufferte 8d6d8b1052 Prevent godot from creating .import files in android folder 2026-03-24 14:24:54 +01:00
Adrien Ufferte 3c02c7f37d Clean android .import files after each android build 2026-03-24 14:17:34 +01:00
Adrien Ufferte 1f6f23b942 Separate jobs for each platforms 2026-03-24 14:11:18 +01:00
Adrien Ufferte 449b738cba Clean .import files 2026-03-24 14:08:01 +01:00
Adrien Ufferte 555bda0782 Fix keystore for each preset 2026-03-24 14:02:19 +01:00
Adrien Ufferte 3a61daf9b5 Fix android build debug keystore 2026-03-24 13:55:12 +01:00
Adrien Ufferte 07c901d955 Fix godot version in android template 2026-03-24 13:47:12 +01:00
Adrien Ufferte b7a822108c Fix godot version in android template 2026-03-24 13:35:07 +01:00
Adrien Ufferte 1e83351ca3 Find template folder 2026-03-24 13:01:13 +01:00
Adrien Ufferte 3802641b02 Fix release action 2026-03-24 11:48:33 +01:00
Adrien Ufferte c0fb1d97bf Force godot to quit after installing the android template 2026-03-24 10:03:48 +01:00
Adrien Ufferte 3454e703b6 Fix job order to import project before installing android build template 2026-03-24 09:46:35 +01:00
Adrien Ufferte 846d1cfecd Fix github action for android release 2026-03-24 09:39:02 +01:00
Adrien Ufferte c50f9903cf Import missing binaries for building 2026-03-24 09:24:32 +01:00
Adrien Ufferte f2de3216dc Fix missing version number 2026-03-24 09:11:38 +01:00
Adrien Ufferte 4b45cb10e3 Auto-export android, linux and windows 2026-03-24 09:08:54 +01:00
Adrien Ufferte 1846940181 Check translations 2026-02-13 10:30:11 +01:00
Adrien Ufferte 28925d08c1 Include subfolders for tests 2026-01-29 11:30:51 +01:00
Adrien Ufferte 0e6318e312 Add workflow to execute tests in PR 2026-01-29 11:30:51 +01:00
Adrien Ufferte 787d4d089c Nomenclatures corrections 2025-09-05 15:55:48 +02:00
Adrien Ufferte 8e383b9e3b Optimized parameter parsing by appending characters to a list and joining once, improving performance on long strings
Added strict delimiter handling and empty-parameter filtering to catch unbalanced expressions and discard blank entries
2025-08-22 13:50:53 +02:00
Adrien Ufferte 946427a896 Handle quotes and debug stripping of last element 2025-08-21 08:51:29 +02:00
Adrien Ufferte 01f7c2b9c7 Improve auto tests by handling nested structures 2025-08-21 08:51:29 +02:00
Adrien Ufferte 560ea352e9 Remove temp folders and local-only folders from the file-naming check 2025-08-18 13:47:51 +02:00
Adrien Ufferte f55ddd0319 Add folder exception since the sub-folders of script-templates must be the same as the names of the nodes, which follow the PascalCase convention, and not the snake_case convention 2025-08-11 11:43:07 +02:00
Adrien Ufferte 6204d5b700 Make workflow scripts easier to read by avoiding variable names not explicit 2025-07-04 16:27:48 +02:00
Adrien Ufferte 35733b8b18 Enhance workflow error messages 2025-06-10 20:24:29 +02:00
Adrien Ufferte d05dacc14f Improve workflow failure comments 2025-06-10 17:26:21 +02:00
Adrien Ufferte 810354a7fd Add single-char variable check workflow 2025-06-09 23:35:49 +02:00
Adrien Ufferte f06ec70998 Fix param parsing in GD nomenclature check 2025-06-09 21:34:11 +02:00
Adrien Ufferte bcfd0a85d3 Allow underscore prefixed constants 2025-06-09 21:25:31 +02:00
Adrien Ufferte 7d87e05df5 Print issue count before list 2025-06-09 20:42:45 +02:00
Adrien Ufferte f79f14ccf5 check args 2025-06-09 20:42:45 +02:00
Adrien Ufferte fc76388a3e Detect loop variables in naming check 2025-06-09 20:42:45 +02:00
Adrien Ufferte 56b784b8e0 Add total issue count to naming check 2025-06-09 20:42:45 +02:00
Adrien Ufferte 244d79c4af Improve GDScript naming error messages 2025-06-09 20:42:45 +02:00
Adrien Ufferte f732a5e4f2 Add GDScript naming convention check 2025-06-09 20:42:45 +02:00
Adrien Ufferte 4fc699affa Rename workflow to file naming convention 2025-06-06 14:07:51 +02:00
Adrien Ufferte ffa4f91941 Show count of invalid names 2025-06-06 14:07:44 +02:00
Adrien Ufferte 02cc37b233 Skip hidden directories in naming lint 2025-06-06 14:07:38 +02:00
Adrien Ufferte 611871af0a Extend file naming linter 2025-06-06 14:07:33 +02:00
Adrien Ufferte 8397fb9e7f Rename linter workflow and script 2025-06-06 14:07:27 +02:00
Adrien Ufferte 9b942ab178 Extend script naming linter to scenes 2025-06-06 14:07:22 +02:00
Adrien Ufferte 73bea0cb89 Update script naming linter 2025-06-06 14:07:16 +02:00