Thread: WebJCS
View Single Post
djazz djazz's Avatar

JCF Member

Joined: Feb 2009

Posts: 257

djazz is OFF DA CHARTdjazz is OFF DA CHARTdjazz is OFF DA CHART

Aug 22, 2011, 09:32 PM
djazz is offline
Reply With Quote
A new stable version (1.1) of WebJCS has been released!

Some new features:
  • Level and tileset loading now runs on the main thread instead of it's own. This is much faster because it don't have to send the level/tileset data back and forth.
  • I created a colorpicker and with it you can change the standard blue backgrounds to your own.
  • Layer properties should be fully working.
  • You can clear a layer by pressing the [x] button.
  • Scrollbars have been tweaked, should now work as you expect them to
  • I tried to change the layout from flexible box model to tables, but failed. It is now using JavaScript to calculate the sizes of tileset, layer, anims and parallax view when resizing or when draging the anim/parallax toolbars.
  • The events are now stored in a separate array (same as the one in data2). Before, events were stored in each tile, and those could be drawn on other layers or get overwritten.

Enjoy
__________________
WebJCS 2 (new and in progress)
WebJCS 1 (old but complete)
SGIP Simple Games in Progress list
Level Packer v2 - With a GUI!
PHP Tileset Compiler

Last edited by djazz; Aug 22, 2011 at 10:37 PM.