Tags: mchekin/rpg
Tags
Bump symfony/http-foundation from 4.4.1 to 4.4.7 (#59) Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.4.1 to 4.4.7. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](symfony/http-foundation@v4.4.1...v4.4.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refactoring inventory implementation (#58) * Converting isEquipped to Status and adding ItemPrice to Item. * Moving Inventory from Character to Equipment module. * Fixing ItemServiceTest * Moving equipItem, unEquipItem addItemToInventory to InventoryService * Refactoring Equipment management - adding intermediate inventory_item pivot table. - adding Inventory-aware InventoryItem domain object. * Adding barryvdh/laravel-debugbar Debug Bar.
Refactoring id management to objects (#57) * Using Repository::nextIdentity() and BattleId in Battle generation. * Using Repository::nextIdentity() and CharacterId for handling character id. * Using Repository::nextIdentity(), ItemId and ItemPrototypeId for handling Item and ItemPrototype. * Using Repository::nextIdentity(), ImageId for handling Image + fixing ItemId and ItemPrototypeId handling. * Using Repository::nextIdentity(), MessageId for handling Messages. * Using Repository::nextIdentity() during Seeding. * Using Repository::nextIdentity() for Location id generation.