Releases: MegaApuTurkUltra/Scratch-ApuC
Releases · MegaApuTurkUltra/Scratch-ApuC
Release 1.3.5
Minor bugfixes; thinking about OOP support
Release 1.3.4
UI updates; removed LAF in non-swt version (use -uselaf to get it back)
Release 1.3.3
Added non-SWT enabled IDE; tried to fix bug on OSX
Release 1.3.2
Fixed bug that made 1.3.1 unlaunchable
Release 1.3.1
Added hex color support; added Export All to IDE (coming soon to command line compiler); fixed negative number bug
Release 1.2.1
Fixed bugs, added tabs to editor, added buttons to preview.
Release 1.2.0
Added built in math operations; added call stacks for recursion; added advanced doc; fixed bug in length(); removed hideAll; fixed some things in the IDE
Release 1.1.2
Patch (?) for bug in unix-like systems where saving to .sprite2 threw a java.lang.IllegalArgumentException.
Release 1.1
Added
- Ant build script. Building ApuC is now easy
- Splash screen - the IDE takes a few seconds to start up
New ApuC language features
- Return statements! Any user defined function can return a value and ApuC will automatically handle the Scratch implementation
- Changed method definition syntax from
void methodName()todef methodName(). Basically, the keyword is nowdef.
Release 1.0
Initial release