Updata to v.0.8.0
Hello Alexie. Thanks for the heads up. I'll try to fix a soon as I can. As for jquery, it is optional and the library should work without it (even though it is flagged as missing by the browser). Thanks.
Thanks Ramiro. That would indeed be a cool effect. But from what I heard, it's not that simple and it is a library in itself (like turnjs). But I'll see if I can incorporate it in a future release.
Update to v0.7.5 (WebGL)
Update to v.0.7.0
@Ramiro You're correct, it just displays the full variable. To display individual array elements, you'd have to patch the code a little. In vncanvas-base.js (around line 286+), look for: // Helper function to search for user variable findVar: function (id) { if (Stage.variables[id] != null) return Stage.variables[id].Value(); return null; }, Replace with the following: // Helper function to search for user variable findVar: function (id) { var ids = id.split(/[\[\]]/g); if (Stage.variables[ids[0]]...
Update to v.0.6.3
Update to v.0.6.2
Pre-release v.0.6.2
Update to v.0.6.1
"TypeError: Config.activeTheme is undefined" on vntemplate.html, also vntemplate invokes vncanvas-0.3 and not vncanvas-0.4
Low Memory Warning on iOS followed by crash
Problem with native Android browser
Animated images for actors, backgrounds
Cannot say the word "true" in actor dialogue
Firefox 20.0.1 seems to break vn-canvas
"Ordinary People" demo cannot be completed in firefox or chrome, also no sound.
"TypeError: Config.activeTheme is undefined" on vntemplate.html, also vntemplate invokes vncanvas-0.3 and not vncanvas-0.4
Firefox unable to load scene as image: "canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored."
Plugin/Attributes and Actors
Update to v.0.6.0
I don't exactly remember, but i think stats are being checked by value. "activeDifficulty"...
I think I found it. In your vnplugins.js, you have: if (variable = value) { ... }...
I'll see if I can find where it is getting wrong values. Btw, i didn't see the need...
Basically, I use the Watch window under the Sources tab. Then I add "Stage.layers[1]"...
Thanks Joshua for trying out vn-canvas. I did a quick check of your plugin and was...
Update for v.0.5.1
Update to v.0.5.0
Bugfix: ignore ', not as white space
Remove unmodified files from versioning
Removed unused files
Bugfix for writer: handling of "ng"
Preliminary writer functions
Initial commit
Update for autotype
Add support for autotype effect