Skip to content

Releases: GoMudEngine/GoMud

v0.9.1 release

25 Jun 22:43
4539dd0

Choose a tag to compare

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 --version can be used when running gomud to display version and quit
  • version set to 0.9.1

v0.9.0 release

19 Jun 19:24
44284cf

Choose a tag to compare

v0.9.0 is in preparation for a 1.0 release, which should include auto-migration tools for incompatible code changes.

release-4ca8a5a

19 May 17:26
4ca8a5a

Choose a tag to compare

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

16 May 13:58
65f6a74

Choose a tag to compare

Addressing a few typos in the deafen command (#386)

v0.0.11-test

15 May 23:21
v0.0.11-test
a0a7bbc

Choose a tag to compare

action testing:

v0.0.10-test

15 May 23:11
v0.0.10-test
f363034

Choose a tag to compare

.10 test

v0.0.8-test

15 May 02:44
v0.0.8-test
8c0a197

Choose a tag to compare

testing actions

release-6ce834d

15 May 03:58
211346d

Choose a tag to compare

Removing test style/include font (#385)

# Description

Quick PR to remove some test style code that was left in.

release-211346d

15 May 04:00
211346d

Choose a tag to compare

Removing test style/include font (#385)

# Description

Quick PR to remove some test style code that was left in.

v0.0.7-test

14 May 17:31

Choose a tag to compare

Back to the discord error message