Releases: AverniteDF/luato
Releases · AverniteDF/luato
Release list
Luato v5.1.4.9
Luato v5.1.4.9
Ninth public release of Luato.
🔍 Changes
- Added
luato.window.setBackgroundColorfunction
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~509KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.8
Luato v5.1.4.8
Eighth public release of Luato.
🔍 Changes
- Corrected Luato version number on F10 System Info page
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~509KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.7
Luato v5.1.4.7
Seventh public release of Luato.
🔍 Changes
- Added
luato.fatalfunction
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~509KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.6
Luato v5.1.4.6
Sixth public release of Luato.
🔍 Changes
- Tweaks to F10 System Info page and hero panel in
catacombs.lua
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~509KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.5
Luato v5.1.4.5
Fifth public release of Luato.
🔍 Changes
- Reinstated double-SHIFT down bugfix (anti-virus false positives persisted even when it was removed)
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~509KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.4
Luato v5.1.4.4
Fourth public release of Luato.
🔍 Changes
- Reverted previous double-SHIFT down bugfix because it triggered anti-virus
- Added example app screenshot to release package
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~508KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.3
Luato v5.1.4.3
Third public release of Luato.
🔍 Changes
- Bugfix: Holding both SHIFT keys down no longer causes engine to get stuck in "SHIFT is down" state (note: fix seems to trigger anti-virus)
- Updated Luato Reference Manual
- Tweaked
catacombs.lua: Circle of illumination around hero is now more rounded
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~509KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (
catacombs.lua) - Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.2
Luato v5.1.4.2
Second public release of Luato.
🔍 Changes
- Added return value
max_scrollingtoluato.graphics.wrap - Updated Luato Reference Manual and improved "Example Usage" section
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~508KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (Catacombs Roguelike)
- Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🐛 Known Issues
- None at this time
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU
Luato v5.1.4.1
Luato v5.1.4.1
First public release of Luato.
✨ Features
- Monochromatic 1-bit classic DOS VGA CP437 text rendering
- LuaJIT scripting support
- Lean ~508KB executable
- Pixel-perfect scaling
📦 What's Included
luato.exe- Main executable- Example scripts (Catacombs Roguelike)
- Documentation
🚀 Quick Start
- Extract the ZIP file
- Create a
.luafile with-- MAINSCRIPTas the first line - Place it in the same folder as the executable
- Run
luato.exe
📖 Documentation
🐛 Known Issues
- None at this time
🔧 System Requirements
- Windows 10/11 (64-bit)
- OpenGL 4.3 compatible GPU