Deathgarden_Rebirth-Rewrite/dist/app/Models/Game
2025-06-14 19:15:52 +02:00
..
Inbox Small hotfix for when saving an inbox message. the default value in the $attributes array in the model for a json field should not be an array, but a string. 2024-08-06 21:59:04 +02:00
Matchmaking Optimize matchmaking changes 2025-06-14 19:15:52 +02:00
Messages Added 'Enabled' value to game news to enable and disable them individually. 2024-03-23 05:23:14 +01:00
Moderation Added Report admin Tool with frontend to handle Player Reports. Similar to the Chat Message handling. 2024-07-28 21:50:59 +02:00
CatalogItem.php Added Signature challenges and Picked challenges to the Database and changed all relations to reflect this. 2024-02-28 03:20:51 +01:00
Challenge.php Fixed Catalog item Prestige reard and reward item tables and import using only the catalog item id as id, so we could not differentiate between the prestige levels. 2024-02-28 13:06:56 +01:00
CharacterData.php Removed the Equipped_bonuses table because players cannot change their passives anyway. Now the equipped passives are retrieved directly from the config. 2024-11-17 13:30:45 +01:00
PickedChallenge.php Added Signature challenges and Picked challenges to the Database and changed all relations to reflect this. 2024-02-28 03:20:51 +01:00
PrestigeReward.php Fixed Catalog item Prestige reard and reward item tables and import using only the catalog item id as id, so we could not differentiate between the prestige levels. 2024-02-28 13:06:56 +01:00
PrestigeRewardItem.php Added Importer to import the catalog from Shaggy into the Database for future use for the other endpoints like managing inventory and stuff. 2024-02-18 18:52:43 +01:00
QuitterState.php Small fixes for handling strike refreshing and a case of endless loop when refreshing strikes to the lumit. 2024-08-09 00:01:25 +02:00
TimedChallenge.php Added rewards logic to execute challenge progression batch for timed challenges. 2024-12-17 10:58:33 +01:00