Skip to content

Commit

Permalink
feat: ability for player to to change maps (#127)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* chore: prepare for 0.4.0 release

* feat: update maps for map exits

* feat: add map exits json

* chore(deps): update dependencies

* feat: add basic map change possibility detection

* chore(docs): add documentation for using map exits

* chore(docs): update changelog for v0.3.2

* feat: map change functionality working

* chore: set version to 0.3.2

* chore: set version to 0.3.2

* feat: broadcast player position updates regardless of map

This fixes in a simple way the issue with players not disappearing on other players screens after changing map or dying on another map. However, it is not efficient or scalable, need to fix properly in future.

* chore(docs): added test cases for map change feature
  • Loading branch information
pbellchambers authored Apr 9, 2023
1 parent 384aba1 commit 237f781
Show file tree
Hide file tree
Showing 30 changed files with 422 additions and 103 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 🧰 Maintenance
- .

## [v0.3.2]
### 🚀 Features and Improvements
- player can now change maps when standing on map exit locations by pressing 'm'

### 🐛 Bug Fixes
- graphical glitch showing caret after window resize resolved by dependency update

### 🧰 Maintenance
- dependencies updated

## [v0.3.1]
### 🚀 Features and Improvements
- server now backs up the world every 60 seconds
Expand Down Expand Up @@ -142,7 +152,8 @@ The monsters update!
### 🚀 Features and Improvements
- first version of working code

[Unreleased]: https://github.com/pbellchambers/rustyhack-mmo/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/pbellchambers/rustyhack-mmo/compare/v0.3.2...HEAD
[v0.3.2]: https://github.com/pbellchambers/rustyhack-mmo/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/pbellchambers/rustyhack-mmo/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/pbellchambers/rustyhack-mmo/compare/v0.2.2...v0.3.0
[v0.2.2]: https://github.com/pbellchambers/rustyhack-mmo/compare/v0.2.1...v0.2.2
Expand Down
Loading

0 comments on commit 237f781

Please sign in to comment.