doodle/pkg/uix
Noah 4efa8d00fc Fancy Mouse Cursors
The gamepad mouse cursor has become THE mouse cursor. It is always visible and your
real cursor is hidden, and this way the game can swap out other cursors for certain
scenarios:

* The Pencil Tool in the editor will use a pencil cursor over the level canvas.
* The Flood Tool has a custom Flood cursor so you don't forget it's selected!

Other improvements:

* The Palette buttons in the editor now render using their swatch's pattern
  instead of only using its color.
* If you have an ultra HD monitor and open a Bounded level in the editor which
  is too small to fill your screen, the editor canvas limits its size to fit
  the level (preferable over showing parts of the level you can't actually play
  as it's out of bounds).
* The "brush size" box is only drawn around the cursor when a relevant tool is
  selected (Pencil, Line, Rect, Ellipse, Eraser)
2022-05-04 22:38:26 -07:00
..
magic-form Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00
actor.go Invulnerable Anvil and other fixes 2022-02-20 11:48:36 -08:00
actor_animation.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
actor_collision.go Checkpoint Flag can Re-assign Player Character 2022-01-18 21:24:36 -08:00
actor_events.go Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
canvas.go Fancy Mouse Cursors 2022-05-04 22:38:26 -07:00
canvas_actors.go Optimize memory by freeing up SDL2 textures 2022-04-09 14:41:24 -07:00
canvas_cursor.go Fancy Mouse Cursors 2022-05-04 22:38:26 -07:00
canvas_editable.go Spit and polish 2022-05-03 21:15:39 -07:00
canvas_link_tool.go Stability and Bugfixes 2022-05-02 20:35:53 -07:00
canvas_memory.go Zipfiles as File Format for Levels and Doodads 2022-04-29 20:34:59 -07:00
canvas_present.go Remove MsgPack, Fix doodad display on top/left edges 2022-01-09 13:16:29 -08:00
canvas_scrolling.go Text Tool and Pan Tool 2022-03-05 15:34:20 -08:00
canvas_strokes.go Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00
canvas_wallpaper.go Stabilize Load Screen by Deferring SDL2 Calls 2021-07-19 17:14:00 -07:00
canvas_zoom.go Zoom And Edit 2021-09-11 17:02:01 -07:00
crosshair.go Crosshair Option + Doodad Editor crash fix 2021-10-11 15:57:33 -07:00
scripting.go Reset Timer Doodad + Various Fixes 2022-03-27 11:51:14 -07:00