Skip to content

Releases: RiftEngine/ModernRiftCore

ModernRift v0.1.1-alpha

25 Feb 20:11
246540d

Choose a tag to compare

Pre-release
  • Ignore whitespace at the end of commands
  • Make commands case-insensitive
  • Add delayed messages
  • Add auto-sending message that doesn’t require calling SendMessages() and implement into Game
  • [Backend] reverse order of prompt and Update():
    • Send message “update” (triggers prompt)
    • Call Update() function

ModernRift v0.0.1-alpha

28 Dec 02:41

Choose a tag to compare

Pre-release

This is the initial release of ModernRift. It has not been tested to the extent I would have hoped for, but there are no critical bugs that I am aware of.

To install it, follow the directions in ModernRiftExamples

A more detailed guide will be created soon.