Skip to content

Releases: GoMudEngine/GoMud

master

27 Jul 21:20
318b781
Compare
Choose a tag to compare
Miscellaneous small bugs reported (#421)

# Description

PR to capture fixing small bugs reported/discovered.

# Changes
* Fixing a bug where splitting room descriptions that already have line breaks causes duplication of line data.
* Webclient crops left side of text when in iframe (not present in /webclient-pure). This should fix it.

# Links
* https://github.com/GoMudEngine/GoMud/issues/418
* https://github.com/GoMudEngine/GoMud/issues/422

# Screenshots

## Description test

<img width="422" height="122" alt="image" src="https://github.com/user-attachments/assets/a388174e-b605-421d-acb6-ad0e700e77e0" />

v0.9.1 release

25 Jun 22:43
4539dd0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
action testing:

v0.0.10-test

15 May 23:11
v0.0.10-test
f363034
Compare
Choose a tag to compare
.10 test

v0.0.8-test

15 May 02:44
v0.0.8-test
8c0a197
Compare
Choose a tag to compare
testing actions

release-6ce834d

15 May 03:58
211346d
Compare
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
Compare
Choose a tag to compare
Removing test style/include font (#385)

# Description

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