Skip to content

4.0.0

Compare
Choose a tag to compare
@nickavv nickavv released this 03 May 18:08
· 15 commits to master since this release

rt-shell 4.0.0 is a major release with new features and bug-fixes!

Features

  • Deferred execution - Scripts can now be marked as deferred, and will be queued up and run when the shell is closed.
  • Saved history - You can now configure rt-shell to save your command history and output to disk, and it will be re-loaded when the game runs again.
  • Background images - rt-shell's customizability gets even better, 9-slice sprites can now be set as the background for the main console and the autosuggest window. Now rt-shell can blend in with your game even better than ever.
  • Mouse Argument Suggestions - Script arguments can now be marked to provide suggestions based on the mouse cursor! Use the mouse to pick X/Y coordinates to input into a script, or to select an instance or object type by clicking on it!
  • Home and End - The Home and End keys on the keyboard now function equivalently to Meta-A and Meta-E, allowing you to quickly jump the start and end of the console string respectively

Bug Fixes

  • Fixed a crash when trying to cycle backwards through suggestions when there were no suggestions
  • Fixed a bug causing the suggest window to not be drawn at the correct horizontal location