Releases: lunarc3/MMBasic_cardputer
Releases · lunarc3/MMBasic_cardputer
Release list
1.0.2
1.0.2 Release Notes
Turtle Graphics
The turtle implementation should now be complete (please let me know if you encounter any bugs).
New Features (mostly aligned with the picomite implementation)
ARCBEGIN FILL/END FILLSET XSET Y
Bug Fixes in turtle
- Cursor‑related issues
TDRAWLINETARC- Scanline logic, as well as
TFORWARDandTGOTO– re‑synced with the picomite codebase SET‑related commands
Additional Changes
New Commands
FIXCHOICEBOUND
Bug Fixes
- Fixed a potential bug in
REMline handling. - Fixed an issue related to
TMATCH(also addressed side effects affectingPEN,CURSOR,FILL, andSET).