TIC-80 tiny computer 0.70.1
Pre-release
Pre-release
CHANGELOG
version 0.70.1 (https://github.com/nesbox/TIC-80/milestone/23?closed=1)
0.70.1
- added own touch keyboard on Android
- added alternative tiny font, you can use it in the Code Editor or in the API
- added Wren language support http://wren.io (thank you @RudenkoArts)
- added Fennel language support https://fennel-lang.org (thank you @technomancy)
- added
eval
command (thank you @technomancy) - added CRT monitor effect, use F6 to enable/disable it (works on every platform supported OpenGL)
- removed
VSYNC
support, usingdelay
instead, so TIC should work on monitors > 60Hz without sound desync - added stack trace on an error (thank you @jahodfra)
- fixed selection flipping in the Sprite Editor (thank you @frenetic)
- use
CTRL+PGUP/PGDN
to switch modes (thank you @technomancy) - added
Quit TIC-80
to the game menu - added
-uiscale
command line argument (UI_SCALE
in the config) - added menu to
build.sh
script (thank you @matimati433) - added Travis Continuous Integration service
- fixed UV errors, clipping and some improvements in
textri
api (thank you MonstersGoBoom) - fixed error on startup in Firefox
- SDL2 lib extracted as a separated entity
you can review full changelog here https://github.com/nesbox/TIC-80/milestone/23?closed=1
Thanks all for the support and Pull Requests.
PS.
I hope next update will be released earlier than a half year :)