forked from trumank/phosphorus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff3d1c9
commit 642dced
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Sulfurous Changelog | ||
|
||
|
||
Bugfixes: | ||
|
||
* SVGs (vector sprites) now load. (canvg was dropped) | ||
* SVGs render correctly in most cases. (text still doesn't work). | ||
* All sound is supported, doesn't always work in Firefox. (Chrome works) | ||
* Support for touchscreen and mouse on hybrid devices. | ||
* Costume selection emulates Scratch more closely now. | ||
* Sprite does not draw while being dragged. | ||
* UI is visible in fullscreen in Firefox. | ||
* SVGs without content no longer cause problems. | ||
* Loaded SVGs are hidden from DOM. | ||
* Default pen color is set (blue). | ||
|
||
Improvements: | ||
|
||
* Bitmaps render without image smoothing. | ||
* Vector sprites are rendered according to screen resolution, so they never pixelate. | ||
* Bitmaps embedded in SVG also render without image smoothing. | ||
|
||
New Features: | ||
|
||
* Some graphic effects were added: Pixelate, Mosaic, Brightness. | ||
* Adjustable screen size: Package and Embed options allow setting a fixed screen size. | ||
|
||
Planned/Ideas: | ||
|
||
* Add all visual effects. | ||
* Cloud vars, possibly using cookies. | ||
* Networking between projects (like mesh). | ||
* Insertion of custom code in Scratch project. | ||
* Access to rendering options through Scratch project. | ||
* Import/export of local files into Scratch project. | ||
* Compiled Javascript code viewer. | ||
* WebGL rendering. | ||
* Different rendering of speech bubbles. (not in DOM). | ||
* Fix SVG text and font. | ||
* Render lists (show list/hide list). |