Releases: GoMudEngine/GoMud
Releases · GoMudEngine/GoMud
v0.9.1 release
Description
This defines a basic process for including auto-correcting/updating of datafiles etc. when users upgrade to a new binary version.
Changes
- main.go now defines VERSION - this should match release versions
- internal/migration/ code foor migration purposes.
- migration code is invoked in main.go before datafiles etc. are loaded (except for config)
- fixes a small error in training room script
- migration creates a backup of datafiles and restores on any errors
- flag
--versioncan be used when running gomud to display version and quit - version set to
0.9.1
v0.9.0 release
v0.9.0 is in preparation for a 1.0 release, which should include auto-migration tools for incompatible code changes.
release-4ca8a5a
swapping around and to avoid null ptr deref (#389) # Description Addressing issue #388 by swapping around the `addRoomToMemory` and `SaveRoomTemplate` function calls in the `CreateZone` function. ## Changes - Calling `addRoomToMemory` before `SaveRoomTemplate` in `CreateZone`.
release-65f6a74
Addressing a few typos in the deafen command (#386)
v0.0.11-test
action testing:
v0.0.10-test
.10 test
v0.0.8-test
testing actions
release-6ce834d
Removing test style/include font (#385) # Description Quick PR to remove some test style code that was left in.
release-211346d
Removing test style/include font (#385) # Description Quick PR to remove some test style code that was left in.
v0.0.7-test
Back to the discord error message