Frank
|
c82ec0aa23
|
Import CSV files with Spells into gsm_spells
|
2025-08-21 00:08:49 +02:00 |
|
Frank
|
08cd214372
|
Import CSV files with Spells into gsm_spells
|
2025-08-20 23:51:29 +02:00 |
|
Frank
|
83286c8627
|
WIP Char create get skills
und Docker stuff für Production deployment
|
2025-08-14 23:25:01 +02:00 |
|
Frank
|
db9f209c66
|
Doku Charaktererstellung
|
2025-08-13 23:52:48 +02:00 |
|
Frank
|
3cb548c752
|
Save and restore session data
|
2025-08-13 23:47:27 +02:00 |
|
Frank
|
93167f162c
|
Komplexe berechnungen am Frontend und backend
|
2025-08-13 11:40:06 +02:00 |
|
Frank
|
99dcfb57be
|
Passwort und Reset Passwort tests added empty lines
|
2025-08-13 08:38:53 +02:00 |
|
Frank
|
68922033ea
|
Passwort und Reset Passwort tests
|
2025-08-13 08:37:53 +02:00 |
|
Frank
|
9b7059884b
|
Reset Passwort funktioniert
|
2025-08-13 08:28:47 +02:00 |
|
Frank
|
b7f22c2d5e
|
Transfer from SQLite to MariaDB
|
2025-08-12 22:20:49 +02:00 |
|
Frank
|
c8813306af
|
Add MariaDB und phpMyadmin to the docker compose
|
2025-08-12 22:09:15 +02:00 |
|
Frank
|
4df7376e33
|
logging, environment und Datenbank connection
|
2025-08-11 07:46:53 +02:00 |
|
Frank
|
8874084a07
|
Charakter creation bugfixing
|
2025-08-10 22:26:07 +02:00 |
|
Frank
|
358ca0fffc
|
testdatenbank im develop env laden
|
2025-08-10 21:13:09 +02:00 |
|
Frank
|
84158683cd
|
Set Test environment in tests
|
2025-08-10 21:01:18 +02:00 |
|
Frank
|
1880051165
|
Logging auf console eingebaut
|
2025-08-10 20:19:30 +02:00 |
|
Frank
|
61c89fc964
|
CharacterCreationSession into DB
|
2025-08-10 06:53:03 +02:00 |
|
Frank
|
644778f6a8
|
Glaubensrichtungen aus der Datenbank
|
2025-08-09 06:46:16 +02:00 |
|
Frank
|
802848599e
|
Create session daten aus und in Datenbank
|
2025-08-08 22:37:55 +02:00 |
|
Frank
|
d539796283
|
CreateSessions aus characterlist ausgegliedert
common functions un utils.js ausgelagert
|
2025-08-08 12:20:28 +02:00 |
|
Frank
|
dc0e23a48c
|
Charakter erstellung in 5 schritten
spätere Fortsetzung soll bis zu 14 Tage lang möglich sein. Rückwärts navigation durch die einzelenen Schritte sollen möglich sein
|
2025-08-08 06:39:46 +02:00 |
|
Frank
|
ec445a891b
|
go mod tidy
|
2025-08-08 06:37:24 +02:00 |
|
Frank
|
9b04ea8451
|
Lernen funktioniert.
evtl. sind die Lernkosten für Salze und Runenstäbe noch nicht korrekt
|
2025-08-08 06:35:11 +02:00 |
|
Frank
|
32a740146b
|
Hinzufügen zur Lernliste
|
2025-08-07 10:23:49 +02:00 |
|
Frank
|
c8ab5616de
|
Lernkosten Zauber
|
2025-08-07 09:41:51 +02:00 |
|
Frank
|
60b95a9a7a
|
Spell Learn Dialog Anzeige funktioniert
|
2025-08-06 23:05:59 +02:00 |
|
Frank
|
8f465f0095
|
Spell learnicht auf neues system umgestellt
muss noch getestet werden
|
2025-08-05 21:29:00 +02:00 |
|
Frank
|
5bfc43ae9b
|
Learnskill auf new system umgestellt
|
2025-08-05 21:12:03 +02:00 |
|
Frank
|
0d4fe65229
|
moved AuditLogEntry to models
|
2025-08-05 21:09:48 +02:00 |
|
Frank
|
700a174cf1
|
ImproveSkill nutzt nur noc das neue Lernkosten System
|
2025-08-02 07:15:27 +02:00 |
|
Frank
|
ff456d1af8
|
deprecation warnung hinzugefügt
in der Hoffnung das der Cluade Agent das sieht und beachtet
|
2025-08-01 13:53:10 +02:00 |
|
Frank
|
2897e25fe5
|
Noch mehr Namensanpassungen
|
2025-08-01 07:19:02 +02:00 |
|
Frank
|
d40eb44af5
|
renamed functions to *Old
renamed all funktions to *Old where static methos of the old learning system are used
|
2025-08-01 06:27:38 +02:00 |
|
Frank
|
f1f2b01248
|
route available-spells-new
|
2025-07-31 22:49:46 +02:00 |
|
Frank
|
6157f926ce
|
Fertigkeiten werden zum Lernen angezeigt
|
2025-07-31 13:43:29 +02:00 |
|
Frank
|
591e1c4bb2
|
neuer Endpunkt available-skills-new verwenden
Nun als POST mit requestData = {
char_id: this.character.id,
name: '', // Wird für jede Fertigkeit einzeln gesetzt
current_level: 0,
target_level: 1,
type: 'skill',
action: 'learn',
use_pp: 0,
use_gold: 0,
reward: this.rewardType || 'default'
}
|
2025-07-31 11:01:32 +02:00 |
|
Frank
|
2a956e114a
|
neue Funktion GetAvailableSkillsNewSystem
Nutzt das neue Lernsystem
|
2025-07-31 10:28:35 +02:00 |
|
Frank
|
a41fe0df0d
|
SelectSkills mit zusätzlichem Feld als filter
|
2025-07-31 10:27:18 +02:00 |
|
Frank
|
395e569a6d
|
Neuen Endpunkt für Lernkosten benutzen
|
2025-07-30 14:32:44 +02:00 |
|
Frank
|
f1ebdf83ca
|
removed compiler warnings
|
2025-07-30 14:28:18 +02:00 |
|
Frank
|
9f81a5522b
|
naming test
|
2025-07-30 14:25:45 +02:00 |
|
Frank
|
29fa2ca9d1
|
added Tests
cannot find Beeinflussen
|
2025-07-30 13:30:08 +02:00 |
|
Frank
|
c4416008b1
|
Old PP used | New PP used added to test
|
2025-07-30 13:23:35 +02:00 |
|
Frank
|
224727425b
|
whitespace changed
|
2025-07-30 11:10:30 +02:00 |
|
Frank
|
9126bd9f78
|
Lernkosten altes SysLernkosten vergleich bugfixing
|
2025-07-30 11:09:21 +02:00 |
|
Frank
|
ee253bc3d8
|
neues Lernsystem aktualisiert
|
2025-07-30 08:20:58 +02:00 |
|
Frank
|
ae387eea0e
|
entferne Lookuplist aus den Datenstrukturen
|
2025-07-30 05:40:13 +02:00 |
|
Frank
|
61de8e4a6a
|
Lernkosten aus DB
|
2025-07-29 23:29:12 +02:00 |
|
Frank
|
808cf83cdc
|
umbenannt zur besseren Erkennung desfunktion
|
2025-07-29 19:28:12 +02:00 |
|
Frank
|
77b074902f
|
Neues LearncostSystem initialisiert
|
2025-07-29 19:21:58 +02:00 |
|