doodle/pkg/scripting
Noah 1105d9312a Updater: Better SemVer version checks for updates
* Instead of a simple "cur. ver != latest ver" check, parse the Major,
  Minor and Patch components and do a detailed check.
* So a x.x.1 release could be made for a specific platform that had a
  bad build, and it won't mind when it sees the latest version is the
  older x.x.0 build that other platforms had working fine.
2021-07-11 14:09:18 -07:00
..
events.go Settings Window + Bugfix 2021-06-19 22:14:41 -07:00
js_api.go Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
pubsub.go Fix Two-State Blocks & Collision Detection 2020-01-02 17:58:22 -08:00
scripting.go Updater: Better SemVer version checks for updates 2021-07-11 14:09:18 -07:00
supervisor_events.go Level Exit Doodad 2019-07-02 15:24:46 -07:00
timers.go Script Timers, Multiple Doodad Frames 2019-04-18 18:15:05 -07:00
vm.go Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00