Commit Graph
42 Commits
Author SHA1 Message Date
Mitchell McCaffrey 96298e8943 Move measurement options to map settings 2021-02-10 19:59:15 +11:00
Mitchell McCaffrey f20173de35 Added shared grid context and moved away from calling useContext directly 2021-02-06 13:32:38 +11:00
Mitchell McCaffrey de84e77e58 Add basic hex functionality and clean up hooks and Vector2 class 2021-02-04 15:06:34 +11:00
Mitchell McCaffrey 2108d32501 Added colours and gradients to pointers 2021-01-28 15:12:30 +11:00
Mitchell McCaffrey c90434b626 Added drop shadow to fog, and optimized it with caching 2021-01-02 12:17:27 +11:00
Mitchell McCaffrey f1ae78612c Added fog rectangle tool 2020-12-03 17:32:41 +11:00
Mitchell McCaffrey f5b875e101 Renamed remove fog to erase fog and changed shortcut 2020-12-03 16:53:44 +11:00
Mitchell McCaffrey c24133813f Replaced fog subtraction with fog cutting 2020-12-03 16:52:24 +11:00
Mitchell McCaffrey 4c301604fc Added alternating diagonals map measurement 2020-11-20 12:00:59 +11:00
Mitchell McCaffrey dcdbb1ea98 Removed modes from note tool 2020-11-05 12:28:28 +11:00
Mitchell McCaffrey 9fbd0d2a9d Added notes tool setup 2020-11-03 16:21:39 +11:00
Mitchell McCaffrey 0235bdb7ef Added keyboard shortcuts hints to map controls 2020-10-17 09:37:39 +11:00
Mitchell McCaffrey f28d1b6690 Added search and groups to token select, refactored map search and group 2020-10-01 22:32:21 +10:00
Mitchell McCaffrey b7a89a4a4a Refactored keyboard shortcuts to be global and not dependent on map interaction 2020-09-30 13:26:39 +10:00
Mitchell McCaffrey fd9659db98 Added shortcut for fog toggle 2020-08-07 14:10:37 +10:00
Mitchell McCaffrey 1cbd1d7e1f Removed unused import 2020-08-05 12:30:33 +10:00
Mitchell McCaffrey fc4d36963f Moved timer tool out of the map controls and into the party controls 2020-08-04 16:26:53 +10:00
Mitchell McCaffrey 6e0eb8e3ba Added timer tool to map 2020-08-04 15:40:32 +10:00
Mitchell McCaffrey 558db7d88b Changed fog so it is tranparent when you can edit it
Added a show preview toggle to see how others will see it.
Refactored fog and drawing props to simplify
2020-08-04 14:51:31 +10:00
Mitchell McCaffrey 96ff9a9fa3 Added a scale and unit option to the measure tool 2020-08-04 10:31:31 +10:00
Mitchell McCaffrey 17043745de Fix bug with brush tool dissapearing when collpased 2020-07-18 10:46:18 +10:00
Mitchell McCaffrey 8f6b2ec0d3 Added keyboard shortcuts for measure tool 2020-06-28 18:06:52 +10:00
Mitchell McCaffrey 7431d0a20f Fixed spelling on fog subtract tool 2020-06-28 18:06:38 +10:00
Mitchell McCaffrey eb8caf8f6c Removed unused grid icon and toggle 2020-06-28 16:01:00 +10:00
Mitchell McCaffrey e2abc9d182 Fix redo shortcut on windows 2020-06-28 16:00:44 +10:00
Mitchell McCaffrey 57754e0ac8 Added measure tool 2020-06-26 12:23:06 +10:00
Mitchell McCaffrey e3704879c9 Added map collapsable tool settings for small screens 2020-06-25 18:56:51 +10:00
Mitchell McCaffrey cac2af1608 Added line tool 2020-06-25 08:47:53 +10:00
Mitchell McCaffrey 80b711296b Added keyboard shortcuts to drawing and remaining fog tools 2020-06-24 18:05:33 +10:00
Mitchell McCaffrey aebc0f9267 Added automatic setting change for drawing when erased all 2020-06-21 16:32:53 +10:00
Mitchell McCaffrey f85b379b15 Added grid snapping to fog polygon, added center snapping and fixed fog magnet 2020-06-21 14:55:17 +10:00
Mitchell McCaffrey a300e6bd79 Moved fog add toggle to two separate icons 2020-06-21 13:18:03 +10:00
Mitchell McCaffrey 3ba7c8809c Moved drawing tools into one section 2020-06-21 11:01:03 +10:00
Mitchell McCaffrey aa4ba33a0b Added fog polygon tool and changed fog interaction method 2020-06-19 18:04:58 +10:00
Mitchell McCaffrey 9eaece24e5 Added fog subtraction tool 2020-06-09 12:45:52 +10:00
Mitchell McCaffrey 84b198c851 Added dice style select 2020-05-26 14:47:37 +10:00
Mitchell McCaffrey 88b4785307 Moved undo and redo into tool settings and implemented it for fog 2020-04-30 09:29:16 +10:00
Mitchell McCaffrey aeb33058bb Added erase all back in 2020-04-29 20:55:52 +10:00
Mitchell McCaffrey c73b099567 Re-added grid settings to fog tools 2020-04-28 17:03:17 +10:00
Mitchell McCaffrey b3bf3c3598 Made grid snapping have a threshold and removed the option to toggle it on and off 2020-04-28 11:31:01 +10:00
Mitchell McCaffrey 81f84d8a19 Added shape drawing and more vector helper functions 2020-04-27 21:39:21 +10:00
Mitchell McCaffrey 2cf93ab77f Added UI elements for the new drawing system
Removed old gesture system
Refactored map interaction into separate component
2020-04-27 17:29:46 +10:00