Skip to content

Updates

Vulcalien edited this page Oct 15, 2019 · 11 revisions

LuaG Console - Updates

0.6.0

Sprite Editor
New GUI for integrated editor Cartridge files Log System

Other changes
  • Sounds can now be inside a subfolder of 'sfx'
  • Cmd has now 'ctrl+backspace' to delete a word
  • New commands: 'mode', 'files' and 'setup'
Bug Fixes
  • 'maprender' rendering too many tiles

0.5.0

API changes:

  • sound: added sfx_play, sfx_loop and sfx_stop
  • key input: added key_down, key_pressed and key_released
  • map: gettile and settile were renamed; now they are get_tile and set_tile

Running mode: no more 'cmd', 'edit' and 'run' mode.
Now there is 'Dev Mode' and 'User Mode'.

Other changes
  • Cmd has now vertical scroll.
  • Added an icon.
Bug Fixes
  • Console crashes if a text box is empty and the user pressed 'enter'.
  • User can write before console's boot.

0.4.1

Added Death Panels.
Updated Font.

0.4.0

The Console is now Open Source.
Version Updates were stated from here.

Clone this wiki locally