Skip to content

Releases: MegaApuTurkUltra/Scratch-ApuC

Release 1.3.5

11 Sep 20:16

Choose a tag to compare

Minor bugfixes; thinking about OOP support

Release 1.3.4

05 Sep 19:45

Choose a tag to compare

UI updates; removed LAF in non-swt version (use -uselaf to get it back)

Release 1.3.3

04 Sep 20:09

Choose a tag to compare

Added non-SWT enabled IDE; tried to fix bug on OSX

Release 1.3.2

03 Sep 22:33

Choose a tag to compare

Fixed bug that made 1.3.1 unlaunchable

Release 1.3.1

02 Sep 12:40

Choose a tag to compare

Added hex color support; added Export All to IDE (coming soon to command line compiler); fixed negative number bug

Release 1.2.1

28 Aug 20:27

Choose a tag to compare

Fixed bugs, added tabs to editor, added buttons to preview.

Release 1.2.0

27 Aug 19:47

Choose a tag to compare

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

26 Aug 19:58

Choose a tag to compare

Patch (?) for bug in unix-like systems where saving to .sprite2 threw a java.lang.IllegalArgumentException.

Release 1.1

26 Aug 16:24

Choose a tag to compare

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() to def methodName(). Basically, the keyword is now def.

Release 1.0

25 Aug 18:03

Choose a tag to compare

Initial release