Releases: RiftEngine/ModernRiftCore
Releases · RiftEngine/ModernRiftCore
ModernRift v0.1.1-alpha
- 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
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.