Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rachids/rpg

Tags

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 (mchekin#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 (mchekin#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. (mchekin#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 (mchekin#55)

v0.34.0

Toggle v0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removing Voyager migrations. (mchekin#53)

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing Message box character limit counter. (mchekin#52)

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reads directly with Eloquent (mchekin#51)

* No Domain reads: Character display through Eloquent.

* No Domain reads: Using Eloquent model for Character read operations.

* No Domain reads: Removing ContainsModel trait.

* Refactoring battle turn creation.

# Conflicts:
#	app/Modules/Battle/Domain/Entities/BattleRound.php

* Refactoring Battle generation.

# Conflicts:
#	app/Modules/Battle/Domain/Entities/Battle.php

* Refactoring Battle generation.

# Conflicts:
#	app/Modules/Battle/Domain/Entities/Battle.php

v0.31.1

Toggle v0.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing Application name display. (mchekin#50)