doodle/pkg
Noah 1a8a5eb94b Polish and bugfixes
- Fix a memory sharing bug in the Giant Screenshot feature.
- Main Menu to eagerload chunks in the background to make scrolling less
  jittery. No time for a loadscreen!
- Extra script debugging: names/IDs of doodads are shown when they send
  messages to one another.
- Level Properties: you can edit the Bounded max width/height values for
  the level.

Doodad changes:

- Buttons: fix a timing bug and keep better track of who is stepping on it,
  only popping up when all colliders have left. The effect: they pop up
  immediately (not after 200ms) and are more reliable.
- Keys: zero-qty keys will no longer put themselves into the inventory of
  characters who already have one except for the player character. So
  the Thief will not steal them if she already has the key.

Added to the JavaScript API:

* time.Hour, time.Minute, time.Second, time.Millisecond, time.Microsecond
2021-10-09 20:45:38 -07:00
..
balance Various minor tweaks and changes 2021-10-07 20:50:24 -07:00
branding Update changelog for upcoming 0.9.0 2021-10-07 21:26:39 -07:00
campaign Go 1.16 embed instead of go-bindata 2021-07-13 18:04:25 -07:00
collision Polish and bugfixes 2021-10-09 20:45:38 -07:00
doodads Polish and bugfixes 2021-10-09 20:45:38 -07:00
drawtool Brush Pattern Textures 2021-06-09 22:36:32 -07:00
enum Code Layout Refactor 2019-04-09 17:35:44 -07:00
filesystem Go 1.16 embed instead of go-bindata 2021-07-13 18:04:25 -07:00
keybind Various minor tweaks and changes 2021-10-07 20:50:24 -07:00
level Polish and bugfixes 2021-10-09 20:45:38 -07:00
license Diverge Free vs. Paid Features 2021-06-16 22:35:01 -07:00
log Switch github.com/kirsle/golog to git.kirsle.net/go/log 2019-12-22 18:34:31 -08:00
modal Checkpoint Flag & Retry from Checkpoint 2021-08-15 20:17:53 -07:00
native WIP Publish Dialog + UI Improvements 2021-06-10 22:36:22 -07:00
pattern Loading Screen 2021-07-18 21:19:52 -07:00
physics Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
scripting Polish and bugfixes 2021-10-09 20:45:38 -07:00
shmem Changelog and Prepare v0.5.0 for Release 2021-03-31 19:16:33 -07:00
sound WIP Game Settings Window, WASM Fixes, Sound FX 2020-09-01 20:54:58 -07:00
sprites Stabilize Load Screen by Deferring SDL2 Calls 2021-07-19 17:14:00 -07:00
uix Polish and bugfixes 2021-10-09 20:45:38 -07:00
updater Updater: Better SemVer version checks for updates 2021-07-11 14:09:18 -07:00
usercfg Actor Zoom + Experimental Settings GUI 2021-09-11 21:18:22 -07:00
userdir Giant Screenshot Feature 2021-10-03 17:21:17 -07:00
wallpaper Giant Screenshot Feature 2021-10-03 17:21:17 -07:00
wasm WASM: Store User Files in localStorage 2019-06-27 15:59:18 -07:00
windows Polish and bugfixes 2021-10-09 20:45:38 -07:00
cheats.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
commands.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
config.go Go 1.16 embed instead of go-bindata 2021-07-13 18:04:25 -07:00
doodle.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
editor_scene.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
editor_scene_debug.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
editor_ui.go Various minor tweaks and changes 2021-10-07 20:50:24 -07:00
editor_ui_doodad.go Zoom Improvements 2021-09-12 15:27:37 -07:00
editor_ui_menubar.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
editor_ui_palette.go Settings Window + Bugfix 2021-06-19 22:14:41 -07:00
editor_ui_popups.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
editor_ui_toolbar.go Settings Window + Bugfix 2021-06-19 22:14:41 -07:00
fps.go Collision Box Updates 2021-06-02 20:50:28 -07:00
guitest_scene.go The Window Manager Update 2020-04-06 23:21:17 -07:00
main_scene.go Polish and bugfixes 2021-10-09 20:45:38 -07:00
menu_scene.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
play_inventory.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
play_scene.go Polish and bugfixes 2021-10-09 20:45:38 -07:00
play_scene_touch.go Adjust Gravity and Prevent Moonwalking 2021-10-07 18:49:09 -07:00
scene.go Doodads: Crumbly Floor, Start Flag & State Blocks 2019-12-30 18:13:28 -08:00
shell.go Async Giant Screenshot, Player Physics and UI Polish 2021-10-07 18:27:38 -07:00
story_scene.go Stabilize Load Screen by Deferring SDL2 Calls 2021-07-19 17:14:00 -07:00