Mitchell McCaffrey
f783a9bb70
Refactored konva map interaction and map image source
2020-10-02 13:35:50 +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
73180ee1cd
Added token label size setting
2020-09-08 15:06:15 +10:00
Mitchell McCaffrey
3f5bd7f659
Added wheel normalization to fix zoom on windows firefox
2020-09-06 16:57:42 +10:00
Mitchell McCaffrey
b4e52ebb23
Fixed 2 bugs with map loading and sending
...
When a map was sent the receiver didn't save the resolutions tihs meant that if the original map owner left or wasn't the party leader the map would be blank when new users joined. Also if a map sender left when sending a map and rejoined their version of the map would be overriden by a corrupted version.
2020-08-28 17:06:13 +10:00
Mitchell McCaffrey
5dc338471d
Added shortcut to pointer tool
2020-08-07 13:39:23 +10:00
Mitchell McCaffrey
1729abe777
Fix bug with map transform not getting reset for map owner on change map
2020-08-06 18:52:03 +10:00
Mitchell McCaffrey
6aef95c78c
Add crosshair pointer for pointer
2020-07-31 14:49:36 +10:00
Mitchell McCaffrey
44e6a34aba
Moved to handling keyboard shortcuts on the document body
...
Also removed shortcut text input checking to map interaction component
2020-07-18 11:06:02 +10:00
Mitchell McCaffrey
5e6f3537b4
Fix bug with map transform resetting when a new resolution is loaded
2020-07-17 17:06:40 +10:00
Mitchell McCaffrey
5ba4817398
Fix bug with map quality levels not loading on peers
2020-07-17 17:03:47 +10:00
Mitchell McCaffrey
00ba1a5fc1
Fixed map showing the a new maps state when loading
2020-07-17 13:04:06 +10:00
Mitchell McCaffrey
e4b3897ac4
Added map quality option and selector in map select screen
2020-07-15 17:17:11 +10:00
Mitchell McCaffrey
ac42aaf0f5
Keep old map around when changing map to avoid resolution change pops
2020-07-13 21:52:35 +10:00
Mitchell McCaffrey
f0edfb8cbc
Added measure tool crosshair
2020-06-26 12:33:07 +10:00
Mitchell McCaffrey
5f799548d2
Added shortcuts for map controls
2020-06-26 12:32:51 +10:00
Mitchell McCaffrey
80b711296b
Added keyboard shortcuts to drawing and remaining fog tools
2020-06-24 18:05:33 +10:00
Mitchell McCaffrey
9a4d047cd5
Moved back to drag events for map and fog drawing
...
Moved to an event driven model for dragging
2020-06-24 09:27:20 +10:00
Mitchell McCaffrey
d677f3623f
Fix bug with zooming while on the drawing tool on a touch device
2020-06-22 09:22:20 +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
a4a8722de0
Reversed zoom direction
2020-05-29 07:36:11 +10:00
Mitchell McCaffrey
8432176014
Fix map scroll when modal open
2020-05-28 11:52:18 +10:00
Mitchell McCaffrey
0d37f8c6e3
Changed map interaction to ignore events not on the canvas
...
This removes the need for calling prevent interaction all over the code also allowed pointer events to go through the empty parts of the dice tray
2020-05-27 15:26:42 +10:00
Mitchell McCaffrey
5a2e0a53ed
Fix map scroll with modals open
2020-05-26 15:44:41 +10:00
Mitchell McCaffrey
43b0ff3e2e
Removed double click map reset due to conflicts with other interactions
2020-05-25 18:56:46 +10:00
Mitchell McCaffrey
4b4c88f85c
Added back double click to reset map transform
2020-05-25 18:08:39 +10:00
Mitchell McCaffrey
92c14533f1
Updated pinch map gesture to support movement and fix bug with drawing while pinching
2020-05-25 17:26:36 +10:00
Mitchell McCaffrey
b0c1dcf9dd
Changed map drag position to use a ref value to avoid re-renders
...
Added a useMapBrush helper
2020-05-25 15:07:12 +10:00
Mitchell McCaffrey
8932ceb1e3
Make map translation smoother by removing it from the state
2020-05-25 14:09:45 +10:00
Mitchell McCaffrey
5f2d282df8
Added pinch to zoom for map
2020-05-22 23:43:55 +10:00
Mitchell McCaffrey
14c9151405
Added proper cursors for the selected tool
2020-05-22 15:10:20 +10:00
Mitchell McCaffrey
d26932d17c
Added back map drawing
2020-05-22 13:47:11 +10:00
Mitchell McCaffrey
5b70f69fb7
Moved map and map tokens to Konva
2020-05-21 16:46:50 +10:00
Mitchell McCaffrey
1774b459dc
Changed map zooming to always zoom to center of screen and not map
2020-05-18 21:52:46 +10:00
Mitchell McCaffrey
86450a04db
Added loading spinner to map load
2020-04-30 22:08:03 +10:00
Mitchell McCaffrey
8c304c76e5
Adjusted map zoom speed
2020-04-30 16:16:12 +10:00
Mitchell McCaffrey
c0d04ea6fa
Added normalization to the map mouse zoom
2020-04-30 15:45:20 +10:00
Mitchell McCaffrey
9975f564fa
Added map context to scale simplification by map scale
...
Added distance to quadratic functions to vector
2020-04-29 18:21:44 +10:00
Mitchell McCaffrey
e08dc60f5f
Cleaned map interaction props and changed drawing interaction handle
2020-04-27 17:40:36 +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