-
Notifications
You must be signed in to change notification settings - Fork 2
Updates
Vulcalien edited this page Dec 26, 2019
·
11 revisions
New GUI for map editor
Shell's command history
Other changes
- Paths are now relative to jar file
- '.cartridge-info' file inside cartridge
- Updated shell's rendering
Bug Fixes
- Sprite Editor's color palette not selecting the correct color
- Editor saves many time even if clicked once
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
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.
Added Death Panels.
Updated Font.
The Console is now Open Source.
Version Updates were stated from here.