Welcome to Fractal Forums

Fractal Software => Synthclipse => Topic started by: _revers_ on March 21, 2015, 09:46:49 AM




Title: Synthclipse 0.9.14 released.
Post by: _revers_ on March 21, 2015, 09:46:49 AM
Synthclipse 0.9.14 released. Downloads. (http://sourceforge.net/projects/synthclipse/files/synthclipse-0.9.14/)

Changelog:
   - Added "Rebuild upon save" feature (http://synthclipse.sourceforge.net/img/new/0.9.14/rebuild-upon-save.png) - quick rebuild without reinitializing Uniform Controls View, triggered after save
   - Added "Reset group" buttons to the Uniform Controls View (http://synthclipse.sourceforge.net/img/new/0.9.14/reset-group.png) and redesigned group headers
   - Added "Go to file" menu in the Uniform Controls View (http://synthclipse.sourceforge.net/img/new/0.9.14/go-to-file-menu.png)
   - Fixed and improved Fragmentarium importer (http://synthclipse.sourceforge.net/img/new/0.9.14/fragmentarium-importer.png) (now all included files are automatically imported).
   - Fixed java.lang.StackOverflowError while recording
   - Fixed run configuration bug: now if shader file is deleted, its run configuration is deleted as well.
   - Removed some error message duplication
   - Improved shader error message printing in JSX scripts
   - JSX API: Added new class - Arrays - for converting JavaScript arrays to Java arrays and buffers (http://synthclipse.sourceforge.net/scripting/api/index.html?org/synthclipse/scripting/core/JSArrays.html)
      The class also contains some useful methods for creating and printing Java arrays
   - JSX API: Added new functions:
      - gl.deleteBuffer() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/gl/GLProxyBase.html#deleteBuffer-int-)
      - gl.deleteTexture() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/gl/GLProxyBase.html#deleteTexture-int-)
      - gl.deleteFramebuffer() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/gl/GLProxyBase.html#deleteFramebuffer-int-)
      - gl.deleteVertexArray() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/gl/GLProxyBase.html#deleteVertexArray-int-)
      - gl.deleteRenderbuffer() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/gl/GLProxyBase.html#deleteRenderbuffer-int-)

(http://synthclipse.sourceforge.net/img/new/0.9.14/fragmentarium-importer.png)
   
(http://synthclipse.sourceforge.net/img/new/0.9.14/rebuild-upon-save.png)

(http://synthclipse.sourceforge.net/img/new/0.9.14/reset-group.png)

(http://synthclipse.sourceforge.net/img/new/0.9.14/go-to-file-menu.png)