Skip to content

redtamarin-sdk v0.4.1

Latest
Compare
Choose a tag to compare
@zwetan zwetan released this 04 Feb 01:18
· 10 commits to master since this release

Redtamarin 0.4.1

2016-02-02 (close enough :p)

see Install the Redtamarin SDK

UPDATE
Mac OS X and Linux deb packages have been updated
redtamarin-sdk_0.4.1_darwin-i386.deb
redtamarin-sdk_0.4.1-1_darwin-i386.deb
redtamarin-sdk_0.4.1_darwin-amd64.deb
redtamarin-sdk_0.4.1-1_darwin-amd64.deb
redtamarin-sdk_0.4.1_i386.deb
redtamarin-sdk_0.4.1-1_i386.deb
redtamarin-sdk_0.4.1_amd64.deb
redtamarin-sdk_0.4.1-1_amd64.deb
reason: wrong redbean packaged

new features

  • easy installation with
    .deb packages distribution
    for Windows, Mac OS X and Linux
  • a Windows installer to setup a
    sane POSIX environment
  • new standalone projector
  • redtamarin command-line tool
  • as3shebang shell script interpreter
  • improved asdoc and resulting HTML
  • a lot more Wiki documentation
  • new AVMGLUE definitions
    flash.system.Security
  • new RNLIB definitions
    shell.Environment
    shell.OperatingSystem
    shell.HardwareInformation
    shell.ShellType
    shell.Cygwin
  • new CLIB definitions
    in C.*: argc, argv, environ
    in C.conio.*: set_binary_mode()
    in C.stdio.*: fcopy()
    in C.unistd.*: which()
    in C.sys.stat.*: mkdirp()

bug fixed