Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Releases: ClobberXD/hud_notify

v1.1.1

21 Dec 13:30
Compare
Choose a tag to compare

Changelog

  • Added check to ensure player exists before calling upon hud_remove (#1)

v1.1

17 Sep 07:35
Compare
Choose a tag to compare

Changelog

  • Numerous improvements and fixes. Here are the major ones:
    • Separated chat-command def from the HUD management code
    • minetest.after has been removed in favour of a lightweight globalstep.
  • Added support for server-wide notifications.
    • Global notifications can be sent to all online players using /notify_all <msg>

First release (v1.0)

28 May 06:47
Compare
Choose a tag to compare
Fixed potential crash due to player leave

Prevents crash if player leaves before minetest.after() is finished