Releases: Volte6/GoMud
Releases · Volte6/GoMud
release-755e77b
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
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
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
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
Adding make targets for unit tests and coverage report
release-5d391d3
adding write permission to github workflow