uberwald
57ddea957a
fix: traits dans les jets et édition du niveau de trait
...
Release Creation / build (release) Successful in 45s
- partial-common-roll-dialog.hbs, confront-dialog.hbs: utiliser trait.id
(pas trait._id) pour matcher rollData.traits construit dans ecryme-actor.js
Fix: jet silencieux quand un trait était sélectionné (value=undefined ->
getTrait(undefined) -> TypeError avant création du message de chat)
- ecryme-config.js: traitLevel utilise des clés 1/2/3 (pas -3..+3) pour
matcher le NumberField level (initial:1, min:1) du DataModel trait.js.
Fix: le niveau revient sur -3 à l'édition car String(2) ne matchait pas '+2'
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
14.1.7
2026-08-17 22:43:36 +02:00
uberwald
4743cc7b4a
fix: utiliser skill.value dans les formules de jets (pas skill.max)
...
Release Creation / build (release) Successful in 1m7s
- computeRollFormula, computeResults, confrontations utilisent la valeur actuelle
- skill.max sert uniquement de plafond et d'affichage
14.1.5
14.1.6
2026-07-24 09:27:11 +02:00
uberwald
adbbb8ffa8
Fix release number
2026-07-24 09:18:26 +02:00
uberwald
31e2561797
feat: separate skill value/max (transcendence pool vs level)
...
Release Creation / build (release) Successful in 58s
- skill.value = spendable transcendence pool (editable select)
- skill.max = max level (locked by default, unlock btn)
- computeRollFormula/computeResults/confront use skill.max
- clamp transcendence spend to skill.value
- resetTranscendence button in Bio&Notes
- v14 compat: duplicate→deepClone, mergeObject→spread, socket fixes
- Dialog v1 removed, DragDrop dedup, await fixes
14.1.4
2026-07-24 09:00:26 +02:00
uberwald
8c79e6f0ba
PUsh all v14 Stuff
Release Creation / build (release) Successful in 2m11s
14.1.3
2026-07-21 23:58:37 +02:00
uberwald
55a3c694db
fix: translate specialisation compendium sub-folders (skills) via Babele
2026-07-21 23:40:05 +02:00
uberwald
85c970869c
feat: add Foundry publish step to release workflow
2026-07-21 23:14:20 +02:00
uberwald
97f1f999b1
fix: spleen/ideal name fills available width, remove item-filler spacer
2026-07-21 22:39:26 +02:00
uberwald
06c1beabe0
fix: i18n audit - fix typos, add missing keys, align fr/en
2026-07-21 22:35:26 +02:00
uberwald
3ac589d411
PUsh all v14 Stuff
Release Creation / build (release) Successful in 42s
14.1.2
2026-07-21 22:22:57 +02:00
uberwald
f4d7b99497
PUsh all v14 Stuff
2026-07-21 22:22:44 +02:00
uberwald
92b2a5ef5e
fix: build CSS from LESS in CI before zipping release
Release Creation / build (release) Successful in 41s
14.1.1
2026-07-21 22:19:19 +02:00
uberwald
3b621d2af7
chore: remove stale migration docs, fix release zip ref to LICENSE.md
Release Creation / build (release) Successful in 31s
14.1.0
2026-07-21 22:02:04 +02:00
uberwald
31b22fad68
fix: replace gitea.com release action with direct API upload
2026-07-21 22:01:32 +02:00
uberwald
f08a741708
fix: add https:// prefix to Gitea release action refs
Release Creation / build (release) Failing after 30s
2026-07-21 21:58:55 +02:00
uberwald
f49d9e2cf4
PUsh all v14 Stuff
Release Creation / build (release) Failing after 30s
2026-07-21 21:45:06 +02:00
uberwald
6ae99aadb0
Fix v14 migration issues
Release Creation / build (release) Successful in 45s
14.0.1
2026-05-25 23:08:58 +02:00
uberwald
c1a9bfbb04
Corrections CSS diverses
2026-05-10 18:37:58 +02:00
uberwald
0fec217528
Foundryv14 migration
Release Creation / build (release) Successful in 46s
14.0.0
2026-04-01 22:25:32 +02:00
uberwald
1d95628a23
Migration vers datamodels
Release Creation / build (release) Successful in 46s
13.0.5
2026-02-26 13:52:52 +01:00
uberwald
4a65bee2dc
Migration vers datamodels
2026-02-26 13:52:21 +01:00
uberwald
497c687eb8
Migration vers datamodels
2026-02-26 13:45:24 +01:00
uberwald
b0c6b2a3e8
Migration vers datamodels
2026-02-26 13:33:28 +01:00
uberwald
055d853171
Ajout des app v2 et refont du CSS
2026-02-26 11:08:14 +01:00
uberwald
f1ab04bf32
Migration vers datamodels
2026-02-25 15:49:55 +01:00
uberwald
64eb40abfb
Migration vers datamodels
2026-02-24 18:31:28 +01:00
uberwald and Copilot
b5b1d2ca24
Remove invalid DataModels - keep only template.json types
...
Removed DataModels that are NOT in template.json types array:
- scar, annency-item, boheme, contact, confrontation
Only valid Item types are: equipment, weapon, trait, specialization, maneuver
Only valid Actor types are: pc, npc, annency
Updated:
- modules/models/_module.js
- modules/ecryme-main.js (CONFIG.Item.dataModels)
- system.json (documentTypes)
- modules/models/README.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-02-18 18:40:58 +01:00
uberwald and Copilot
5ce0059f1b
Add documentTypes section to system.json for DataModels
...
Declare all Actor and Item types with their HTML fields.
Required for Foundry VTT v13 with DataModels.
Actor types: pc, npc, annency
Item types: equipment, weapon, trait, specialization, maneuver, scar, annency, boheme, contact, confrontation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-02-18 11:44:00 +01:00
uberwald and Copilot
76a5afc79e
Fix buildSkillConfig to work with DataModels
...
Replace game.data.template.Actor reference with hardcoded skill structure.
With DataModels, template.json is no longer used at runtime.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-02-18 11:35:46 +01:00
uberwald and Copilot
f130f24a23
Migration complète vers DataModels Foundry VTT
...
- Ajout de 14 DataModels (10 Items + 3 Acteurs)
* Items: equipment, weapon, trait, specialization, maneuver, scar, annency, boheme, contact, confrontation
* Acteurs: pc, npc, annency
- Corrections d'initialisation
* Ordre d'initialisation corrigé (CONFIG.dataModels avant game.system)
* Import dynamique des DataModels pour éviter timing issues
* Helper functions pour éviter réutilisation de champs
- Documentation complète
* AUDIT_DATAMODELS.md: Rapport d'audit complet (85+ champs vérifiés)
* MIGRATION_DATAMODELS.md: Guide de migration
* FIX_INIT_ERROR.md: Résolution des erreurs
* BABELE_ERROR_ANALYSIS.md: Analyse erreur Babele
* RESUME_MIGRATION.md: Résumé complet
* modules/models/README.md: Documentation des DataModels
- template.json marqué comme DEPRECATED
- changelog.md mis à jour
Note: Erreur Babele/LibWrapper non résolue (problème de module externe)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-02-18 11:32:29 +01:00
uberwald
e47ad95a38
Fix FR translatrion with babele
fvtt-ecryme-v13.0.4
2026-02-18 00:08:07 +01:00
uberwald
fc386487e8
Fix FR translatrion with babele
2026-02-17 23:38:06 +01:00
uberwald
bda88c067e
Release with specific message
fvtt-ecryme-v13.0.3
2025-10-17 22:50:39 +02:00
uberwald
4003e0e42b
Release with specific message
2025-10-17 22:50:04 +02:00
uberwald
a6d811bcda
Sync message
2025-10-17 15:32:44 +02:00
uberwald
94eb637637
Sync message
2025-10-17 15:32:22 +02:00
uberwald
8c58367cdc
Sync message
2025-10-17 15:31:53 +02:00
uberwald
c439ca978c
Update internal system with dynamic message
2025-10-17 15:17:04 +02:00
uberwald
ffe1144f2a
Update internal system with dynamic message
2025-10-17 15:16:00 +02:00
uberwald
38ef07d17b
Update internal system with dynamic message
2025-10-17 15:15:03 +02:00
uberwald
a8cc2dce4b
Update internal system with dynamic message
2025-10-17 15:14:29 +02:00
uberwald
0fadd0783c
Update internal system with dynamic message
2025-10-17 15:12:19 +02:00
uberwald
a55a038d32
Update internal system with dynamic message
2025-10-17 15:01:42 +02:00
uberwald
d012f78881
Update internal system with dynamic message
2025-10-17 14:59:37 +02:00
uberwald
01e13da234
Correction sur application tokens acteurs
fvtt-ecryme-v13.0.2
2025-10-17 00:33:24 +02:00
uberwald
bc09b5050d
Correction sur application tokens acteurs
2025-10-17 00:32:42 +02:00
uberwald
d68001b376
Fix token/actor
fvtt-ecryme-v13.0.1
2025-10-02 22:53:09 +02:00
uberwald
6b22dade9c
Foundry v13 migration
fvtt-ecryme-v13.0.0
2025-05-01 23:27:51 +02:00
uberwald
965fc02eb3
Foundry v13 migration
2025-05-01 23:23:29 +02:00
uberwald
0ef689bf1b
Fix specialization again
fvtt-ecryme-v12.0.3
2025-03-11 23:47:08 +01:00