Commit Graph

119 Commits

Author SHA1 Message Date
Frank 06f67a833c added new tests for API Endpoints 2026-04-14 21:43:43 +02:00
Frank 22c3b03cb3 Fix All Failing tests
All failing tests are fixed now that makes the refactoring more easy since all tests must pass
2026-04-14 17:32:50 +02:00
Frank f82dc480f7 dynamic registration of routes, model, migrations and initializers. 2026-04-01 14:40:50 +02:00
Frank 4f5029e656 introduced central package registry by package init function 2026-03-16 16:36:47 +01:00
Bardioc26 95f0fc0b7a editing and maintenance and user suggestions
* every user has a right of a username and a display name and has the right to change it
* System information page now shows information about database user count, char count, and database schema version
* more maintenance lists
* show the right values in columns and fields
* move similar from inside of frontend component functions to utility js when used multiple times
* display help on mouse over
* add more than one believe to character
* make char name editable with better char info in headline
* GiT Gifttoleranz value not calculated correctly
* Bump backend to 0.2.3, frontend to 0.2.2
2026-02-03 17:21:43 +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 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 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 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 ba2b52c147 add module, struct and table GameSystem 2026-01-25 22:23:33 +01:00
Frank 43227ec423 Bugfixes GetMiscLookupByKey 2026-01-14 21:58:37 +01:00
Frank 7775170634 moved some basic value lists to database 2026-01-14 18:52:29 +01:00
Frank 5e7acb8099 renamed tables for a name more matching the purpose 2026-01-12 16:36:35 +01:00
Frank f83faad432 move classmapping to DB
LearningPointsData transfered to DataBase
2026-01-12 16:36:35 +01:00
Frank 529d6e2b2b Handle Weaponskill Categories like Skill categories.
got categories from wrong source
fix some tests
2026-01-12 16:36:35 +01:00
Frank 310952c2d1 got categories from wrong source 2026-01-12 16:36:35 +01:00
Frank 183ad58066 category is taken from the link table learning_weaponskill_category_difficulties 2026-01-12 16:36:35 +01:00
Frank 5dad43d734 category is taken from the link table learning_skill_category_difficulties 2026-01-12 16:36:35 +01:00
Frank d436ce8d0d removed Placeholder from skill database
fixed tests in gsmaster
2026-01-12 16:36:35 +01:00
Frank 2dcb4e00fa Export and Import of Game system master data 2026-01-04 23:06:40 +01:00
Frank fe72f794a3 added base value for untrained skills 2026-01-04 11:38:20 +01:00
Frank 96de592352 added base value for untrained skills 2026-01-04 11:38:13 +01:00
Frank 40480bbabe Fixed problem with learn costs 2026-01-03 00:23:25 +01:00
Frank a547d850a2 TestCopyLiveDatabaseToFile now runs
after connection to local MySQL database is working for go tests
2026-01-02 12:07:28 +01:00
Frank 3a7e699507 CalculateStaticFieldsLogic
calculation of Bonus values defence zaubern and other values that depend on base stats
2025-12-27 08:33:42 +01:00
Frank de6c8c1c1b weapons are displayed fine 2025-12-20 00:19:20 +01:00
Frank 92f9e4c27b Defining list length in Template
Test don't care about list lenght
2025-12-19 22:32:43 +01:00
Frank f6f0b334c2 Updated Got to 1.25.5
made spells display correct spell information
2025-12-19 17:04:20 +01:00
Frank d92fb62daa I do not know what changed.
too long ago
2025-12-06 22:43:53 +01:00
Frank 257fb80387 fixing Tests 2025-10-22 10:56:55 +02:00
Frank 8a67bb0cd7 removed missin table from query 2025-10-03 10:06:28 +02:00
Frank d4932719d6 Fixe by database value update 2025-10-03 09:55:13 +02:00
Frank b6ff07e655 whitespace changes 2025-08-30 08:59:45 +02:00