1.13
2021-03-13
- New tool Gfx Designer 2.0
- iCloud conflict handling
- Improved support for physical keyboards
- Bugfixes
1.12
2020-10-13
- Added "Program of the Day" widget for iOS 14
- Fixed menu
1.11
2020-09-06
- Added "Go to Error" option to runtime error alerts
- Added option to use small on-screen gamepad
- Added token and ROM statistics to editor
- Added functions: UBOUND, CURSOR.X/Y
- Added command: EXIT
- Increased maximum number of variables and symbols
- Improved error handling
- Optimized background rendering
- Bugfixes
1.10
2020-04-08
- Bigger gamepad buttons (except for 2-player games on small devices)
- Remembers debug mode
- Little bug fixes
1.9
2019-10-12
Finally contains LowRes NX core version 1.0: Several commands were simplified and lots of code examples were added to the included manual.
1.8
2019-08-31
- New app icon
- Energy saving mode: Improved tools
- MUSIC function: Synchronize your program with its music
- Screen recording
- Option to reinstall default programs
- Option to duplicate programs
- Bug fixes
1.7.1
2019-07-13
Fixed BG Designer tool and corrected the manual
Changes in version 1.7:
- Persistent memory to save game states, high scores, etc.
- New math commands and functions: INC, DEC, ADD, ACOS, ASIN, HCOS, HSIN, HTAN
- New memory commands and functions: ROR, ROL, POKEW, POKEL, PEEKW, PEEKL
- Integer RND
- Char Designer: Flip and spin
- LowRes Galaxy 2: Persistent high scores
- Improved user interface
- Bug fixes
1.7
2019-07-03
- Persistent memory to save game states, high scores, etc.
- New math commands and functions: INC, DEC, ADD, ACOS, ASIN, HCOS, HSIN, HTAN
- New memory commands and functions: ROR, ROL, POKEW, POKEL, PEEKW, PEEKL
- Integer RND
- Char Designer: Flip and spin
- LowRes Galaxy 2: Persistent high scores
- Improved user interface
- Bug fixes
1.6
2019-03-26
- Upload your programs easily to the website ("Share With Community" in share menu)
- Run programs from the website directly in the app and save them if you like ("Save To My Programs" in game menu)
- New and updated commands to simplify scrolling of big maps
1.5
2019-02-25
- New dark design and new splash screen
- The app will keep being free and without limitations. But if you like, you can now donate to the developer.
- Two zoom options:
* Zoom In: Maximum game screen size
* Zoom Out: Smaller game screen, never overlapped by gamepad, pixel perfect scaling
- Music for LowRes Galaxy 2
- Edit menu for Sound Composer
1.4
2019-01-16
This update includes some important changes regarding touchscreen 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.
- 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 input
- Arrays and simple variables cannot share names anymore
- WAIT 1 is now the same as WAIT VBL
1.3
2018-12-15
- Create music with the new Sound Composer tool.
- Play music and effects from your program using the new MUSIC and TRACK commands.
- The updated Star Scroller demo includes music now.
- Raster and VBL interrupts are more powerful now.
- Bugfixes
1.2
2018-11-20
- Sound: Create sound effects and instruments with 4 voices, envelope generators and LFOs. Check the app's Help screen for details.
- FSIZE() function to get the size of a file from the virtual disk
- Bug fixes
1.1
2018-06-28
- New 16x16-pixel cell mode for easier creation of tile maps
- Screenshot sharing