Skip to content

Tags: jsteinbeck/WebStory-Engine

Tags

0.3.7

Toggle 0.3.7's commit message
Updated changelog.

0.3.6

Toggle 0.3.6's commit message
V0.3.6: Fixed: Textbox set text before triggering fade effect.

0.3.5

Toggle 0.3.5's commit message
Merge branch '0.3' of https://github.com/jsteinbeck/WebStory-Engine i…

…nto 0.3

0.3.4

Toggle 0.3.4's commit message
Added a changelog file.

0.3.3

Toggle 0.3.3's commit message
Increased version number to 0.3.3.

0.3.2

Toggle 0.3.2's commit message
Fixed bug: <var> in <choice> ignored ifvar attribute.

0.3.1

Toggle 0.3.1's commit message
Changed example story to use HTML directly.

v0.3.1-rc

Toggle v0.3.1-rc's commit message
Fixed bug in Audio, made Interpreter more robust:

- When no currentIndex was set on an Audio asset, loading would fail.
- Added try-catch to Interpreter.prototype.restoreSaveGame() so that
  when there's an error in an asset's restore() method, other assets
  will still load thereafter.