Skip to content

Tags: mchekin/rpg

Tags

v0.41.0

Toggle v0.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from mchekin/dockerize-the-app

Dockerize the application

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from mchekin/basic-character-store-management

Basic character store management

v0.39.1

Toggle v0.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump voyager version from 1.2 to 1.3.1 (#60)

* Bump voyager version from 1.2 to 1.3.1

* undelete composer.lock

v0.39.0

Toggle v0.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.38.0

Toggle v0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.37.1

Toggle v0.37.1's commit message
Fixing expectations on ItemServiceTest.

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.36.1

Toggle v0.36.1's commit message
Fixing the Statistics class.

v0.36.0

Toggle v0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Moving both entities and value objects under Domain. (#56)

v0.35.0

Toggle v0.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactoring Modules structure (#55)