Releases: justindujardin/angular-rpg
Releases · justindujardin/angular-rpg
v0.3.5
v0.3.4
v0.3.3
0.3.3 (2022-11-27)
Bug Fixes
- ci: disable chrome background throttle for tests (e70f2b2)
- combat: only one player can use the same item (0d866df)
- items: apply item effects in combat instead of static heal(30) (08062c7)
Features
- license: add attribution for OpenGameArt sprites (d7e416a)
Reverts
- Revert "refactor(combat): remove CombatActionBehavior.select" (23b4510)
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2022-11-07)
Bug Fixes
- combat: combat specific drop items were not awarded (91fdad8)
- combat: CombatEnemyComponent null error on unload (1c11a60)
- crypt: remove unpassable tile from exit (75c89e2)
- store: issue where selling would sell all you inventory (ff6458e)
- testing: allow autoplay without interaction for karma (9b2b078)
- tile: issue where setSprite ignored frame parameter (c904cae)
Features
- audio: require using explicit file extension (c7c6e67)
- combat: async act and preloading for actions (7982793)
- components: async data preloading for animated (174870e)
- testing: add app.testing.ts helpers (53cbfa2)
- testing: add combat.testing.ts helpers (4593a12)
- testing: random/fixed combat encounter mocks (0f4252e)
BREAKING CHANGES
- audio: You used to be able to specify sound files without an extension, and the audio loader would try all the supported extensions to find the right one. This made more network requests, and left 404 errors in the console for the invalid extensions.