doodle/pkg/scripting
Noah 38614ee280 Tighten Doodad JavaScript API, User Documentation
* Tightens up the surface area of API methods available to the
  JavaScript VMs for doodads. Variables and functions are carefully
  passed in one-by-one so the doodad script can only access intended
  functions and not snoop on undocumented APIs.
* Wrote tons of user documentation for Doodad Scripts: documented the
  full surface area of the exposed JavaScript API now that the surface
  area is known and limited.
* Early WIP code for the Campaign JSON
2020-04-21 23:50:45 -07:00
..
events.go Fix Two-State Blocks & Collision Detection 2020-01-02 17:58:22 -08:00
js_api.go Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00
pubsub.go Fix Two-State Blocks & Collision Detection 2020-01-02 17:58:22 -08:00
scripting.go Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -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