doodle/pkg/native
Noah 653184b8f8 JavaScript Exception Catcher UI
* Add an exception catcher that pops open a UI window showing errors that
  occur in doodad scripts during gameplay.
* Shows a preview of the header of the error (character wrapped) with a
  Copy button to copy the full raw text to clipboard for inspection.
* Buttons to dismiss the modal once or stop any further errors from
  opening during this gameplay session (until next restart).
* Add developer shell commands to test the exception catcher:
  - 'throw <message>' to throw a custom message.
  - 'throw2' to stress test a "long" message.
  - 'throw3' to throw a realistic message copied from an actual error.
* Scripting engine: console.log() and friends will now insert the script
  VM's name in front of its messages (the filename + actor ID).
2022-09-24 21:58:01 -07:00
..
browser.go Rename Go module 2022-09-24 15:17:25 -07:00
browser_wasm.go App rename + macOS Build Fixes 2021-05-02 12:06:34 -07:00
doc.go Add app version/update check to the Main Scene 2020-01-01 17:50:15 -08:00
engine_sdl.go JavaScript Exception Catcher UI 2022-09-24 21:58:01 -07:00
engine_wasm.go JavaScript Exception Catcher UI 2022-09-24 21:58:01 -07:00
file_dialog_fallback.go Rename Go module 2022-09-24 15:17:25 -07:00
file_dialog_native.go WIP Publish Dialog + UI Improvements 2021-06-10 22:36:22 -07:00
file_dialogs.go Custom Wallpapers for Levels 2021-06-06 18:59:04 -07:00