Releases: timoinutilis/lowres-nx
Releases · timoinutilis/lowres-nx
v1.2
v1.1
- Added ClockworkPi GameShell support
- Added zoom modes
- Added volume setting
- Added functions: UBOUND, CURSOR.X/Y
- Added command: EXIT
- Increased maximum number of variables and symbols
- Improved error handling
- Optimized background rendering
- Bugfixes
v1.0
- Added programming examples to the manual
- Simplified commands for attributes (sprites, cells, text, etc.)
- New commands TINT and BG TINT
- Replaced some potentially misleading error messages with "Syntax Error"
- Made float and integer division the same priority
- Updated included programs for new commands
- Added user hint for ended programs
- Bug fixes
Beta v0.16
- New app icon
- Energy saving mode: Improved tools
- MUSIC function: Synchronize your program with its music
- Bug fixes
This was supposed to be version 1.0, but I decided to make some more changes.
Beta v0.15.1
- Re-uploaded the macOS archive: Now includes the actual application!
Version 0.15.1:
- Fixed BG Designer and corrected manual
Changes in version 0.15:
- Added user hints for boot intro and input
- Implemented persistent RAM
- Added POKEW, POKEL, PEEKW, PEEKL
- Added INC, DEC, ADD, ROR, ROL, ACOS, ASIN, HCOS, HSIN, HTAN
- Added integer RND
- Bug fixes
- LowRes Galaxy 2: Added persistent highscore
- Char Designer 1.4: Added flip and spin
- BG Designer 1.4: Checks file formats
Beta v0.15
- Added user hints for boot intro and input
- Implemented persistent RAM
- Added POKEW, POKEL, PEEKW, PEEKL
- Added INC, DEC, ADD, ROR, ROL, ACOS, ASIN, HCOS, HSIN, HTAN
- Added integer RND
- Bug fixes
- LowRes Galaxy 2: Added persistent highscore
- Char Designer 1.4: Added flip and spin
- BG Designer 1.4: Checks file formats
Beta v0.13
- Added audio filter with lower volume
- Hides mouse in fullscreen if not required
- Added MCELL commands and functions
- BUTTON function: made n parameter optional to check both buttons
- Most BG commands wrap their co-ordinates now
- Sound Composer: Added edit menus and new speed command
- LowRes Galaxy 2: Added music
Beta v0.11
This update includes some important changes regarding touchscreen/mouse input. Existing programs may need adjustments to work again. From now on the programming language and the memory map is stable, future changes will be designed to keep compatibility with this version.
- Keyboard support for Sound Composer and BG Designer
- Programs cannot change between gamepad and touchscreen input anymore. This limitation was added for a better user experience.
- New layout and illustrations for manual
- TOUCHSCREEN command to activate touchscreen/mouse input
- New keyboard mode "optional"
- Arrays and simple variables cannot share names anymore
- WAIT 1 is now the same as WAIT VBL
- Restricted gamepad input to physically possible directions
- Support for UTF8 filenames on Windows
Beta v0.10
- Added Sound Composer tool
- Added commands MUSIC and TRACK
- Raster and VBL interrupts don't have a fix CPU cycle limit anymore, but result in black scanlines when exceeding it
- Increased token limit to 16K
Beta v0.9
- Configurable tools menu
- Screenshots
- Improved usability
- Updated designer tools