Frank
d38cfd6973
import UserID was not read correctly
2026-02-02 15:04:05 +01:00
Frank
592e822b98
Bump version to 0.2.1
2026-02-02 13:43:18 +01:00
Frank
d3812ee565
Testing Ownership
2026-02-02 13:12:51 +01:00
Frank
5b8c83f972
UI to share user to other users
2026-02-01 23:23:53 +01:00
Frank
9bf36599fb
remove edit elements if user is not owner
2026-02-01 22:48:07 +01:00
Frank
321339861f
Now we can share a char to other users
...
only in DB no UI yet
2026-02-01 21:32:48 +01:00
Frank
5152600ea3
User can change a character from private to public and back
2026-02-01 20:55:44 +01:00
Frank
d2d0d874d7
Bump version to 0.2.0
2026-02-01 17:08:01 +01:00
Frank
c8aa805bcf
removed more strings
2026-02-01 17:00:40 +01:00
Frank
66bbfd901a
removed more strings
...
fixed issue with skill level display
2026-02-01 16:46:57 +01:00
Frank
e1a146e03f
renamed models.SkillImprovementCost2 to models.SkillImprovementCost
2026-02-01 13:33:04 +01:00
Frank
39659bcb3e
New test TestCalculateSkillImproveCostNewSystem in chain of learning system
...
Updated learning_skill_category_difficulties to match rule set
removed SkillImprovementCost replaced by SkillImprovementCost2
2026-02-01 13:21:16 +01:00
Frank
3297c408d2
New test TestGetSkillCategoryAndDifficultyNewSystem in chain of learning system
...
Updated learning_skill_category_difficulties to match rule set
2026-01-31 08:36:47 +01:00
Frank
7ef9b2f17a
New test TestCalculateSpellLearnCostNewSystem in chain of learning system
2026-01-30 15:17:33 +01:00
Frank
fb5b061bf4
removed more ocurences of "midgard"
...
Now all ocurences of "midgard" are for queriing values and ensure a gamesystem is set to narrow down the queries by gamesystem(id)
2026-01-29 10:05:07 +01:00
Frank
3db3bab7bd
removed more ocurences of "midgard"
2026-01-29 09:49:36 +01:00
Frank
558c5735be
removed all ocurences of GameSystem: "midgard"
2026-01-29 09:14:33 +01:00
Frank
dc5b3c3944
added data migration
...
and old GameSystem field to misc table to be able to handle all tables in the same procedure.
2026-01-29 08:04:38 +01:00
Frank
c2de8a5d7d
added GameSystemID to Char
...
I am curious if this is enough
2026-01-28 23:00:20 +01:00
Frank
0424f2da00
added GameSystemID to SpellLevelLECost, SkillLearningInfo, SpellLearningInfo
2026-01-28 22:40:44 +01:00
Frank
6af44fa557
added GameSystemID to LearnCost
2026-01-28 22:18:05 +01:00
Frank
f8c1be3b99
added GameSystemID to Equipment, Weapon, Container and Transportation
2026-01-28 22:05:11 +01:00
Frank
a44d8c0431
renamed file
2026-01-28 21:57:16 +01:00
Frank
3e20348bd3
should have fixedtests
...
but found that some tests are real rubbish
2026-01-28 21:29:53 +01:00
Frank
e0128c0388
added GamSystemId to Skill and therefor to WeaponSkill
2026-01-28 09:20:55 +01:00
Frank
b564052c17
added GamSystemId to Spell
2026-01-28 08:51:35 +01:00
Frank
61ea083b1d
added GamSystemId to MiscLookup
2026-01-28 07:44:17 +01:00
Frank
34c6e31200
optomization in getting game system
2026-01-28 05:39:51 +01:00
Frank
c77f5202b6
fix failing tests in package character
2026-01-27 09:12:09 +01:00
Frank
05867a93aa
added Tests for changing gsmaster.Believe
2026-01-27 08:19:18 +01:00
Frank
65d301542e
added structs functions
2026-01-25 22:41:20 +01:00
Frank
b6cfcc196b
added migration data and copyMariaDBToSQLite
2026-01-25 22:38:22 +01:00
Frank
ba2b52c147
add module, struct and table GameSystem
2026-01-25 22:23:33 +01:00
Frank
e79067b39f
changed string Bamort to BaMoRT
2026-01-25 21:57:58 +01:00
Frank
5112090718
Create database version tracking
2026-01-25 21:34:25 +01:00
Frank
1834a4fafa
deduplicate Code
2026-01-25 21:19:53 +01:00
Frank
03708efd0a
fixed frontend building warnings
2026-01-25 16:18:32 +01:00
Frank
02a7feeff9
check in test for correct userid
2026-01-24 15:16:42 +01:00
Frank
6bc4442ec0
UserID was not set during Import. Thats whyall imported chars are ssigned to userid 1. Because this is default
2026-01-24 00:05:02 +01:00
Frank
fc18212f43
Bump backend to 0.1.37, frontend to 0.1.29
2026-01-15 06:39:55 +01:00
Frank
c18be276d1
Bump backend to 0.1.36, frontend to 0.1.28
2026-01-14 22:25:55 +01:00
Frank
15662d845a
added MiscLookup to the export import
2026-01-14 22:14:23 +01:00
Frank
f4691a7947
remove sqlite DB Backup
2026-01-14 22:03:15 +01:00
Frank
43227ec423
Bugfixes GetMiscLookupByKey
2026-01-14 21:58:37 +01:00
Frank
c0a4b656d4
created GetMiscLookupByKey
...
for values we do not want hard coded but that are not worth its own struct
2026-01-14 21:13:25 +01:00
Frank
7775170634
moved some basic value lists to database
2026-01-14 18:52:29 +01:00
Frank
73ebe6f00d
Bugfix
...
some fields (Gender, SocialClass, Herkunft, ResistenzKoerper, ResistenzGeist, Abwehr, Zaubern, Raufen) from the character generation process where not tranfered to the saved character
2026-01-14 16:48:32 +01:00
Frank
c9aec1df03
Profile and Logout moved into a user menu
2026-01-14 16:14:42 +01:00
Frank
4e58a3b4bc
added language setting to the users profile
2026-01-14 15:35:51 +01:00
Frank
4972816c75
Added new pages
2026-01-13 23:34:35 +01:00