Skip to content

Releases: Volte6/GoMud

release-755e77b

06 Jan 07:02
755e77b
Compare
Choose a tag to compare
Corpses (#208)

# Changes
* Config options added to enable Corpses and a custom decay time for corpses, with a message to room of decaying
* When mobs/players die, they drop corpses behind
* Customized description when looking at corpses
* `bury` command to force clean-up corpses
* unit tests

release-fb37a62

04 Jan 21:10
fb37a62
Compare
Choose a tag to compare
Guides (#205)

# Changes

* Moved scripting guides to `_datafiles/guides`
* Added community provided guides 
* Fleshed out several sections
* Fixed paths that were bad
* Updated some guides that were obviously out of date with changes that have occured over the past year

release-8bb9ec4

04 Jan 23:24
8bb9ec4
Compare
Choose a tag to compare
Unit Tests for util.go

# Changes
* Added unit tests for `util.go` (96.2% code coverage)
* Some code adjustments/fixes to support better unit testing of functions
* Some code fixes to bad logic that was found

release-167cb90

04 Jan 21:37
167cb90
Compare
Choose a tag to compare
feat: Add test runner to all pull requests against master (#204)

This PR adds a new ci/cd workflow that runs when a PR is made against master.

You will (likely) want to enable a few repository options in github to ensure this isn't bypassed, but it's up to you:

- Branch protection on master which requires a PR to merge
- CI/CD must pass before merging a PR

release-1253aa7

04 Jan 21:35
Compare
Choose a tag to compare
Adding make targets for unit tests and coverage report

release-5d391d3

03 Jan 18:36
Compare
Choose a tag to compare
adding write permission to github workflow