Commit Graph

715 Commits

Author SHA1 Message Date
Mitchell McCaffrey
94ff07a2ca Changed number of segments for map pointer 2020-08-12 11:03:37 +10:00
Mitchell McCaffrey
68f5a409e2 Added local storage clearing for cache clear 2020-08-12 10:37:28 +10:00
Mitchell McCaffrey
b184f5798c Fixed grammar and spelling for all docs 2020-08-12 10:08:18 +10:00
Mitchell McCaffrey
a2e7f75882 Fix spelling in v1.5.0 release notes 2020-08-12 09:53:28 +10:00
Mitchell McCaffrey
8b8bfbc0f0 Fixed dice from falling through the floor when holding them 2020-08-11 20:43:01 +10:00
Mitchell McCaffrey
b94e06b5a7 Added souce map analyzer and added tree shaking to Babylon to reduce bundle size 2020-08-11 20:22:10 +10:00
Mitchell McCaffrey
0cd1a50372 Updated v1.5.0 release notes 2020-08-11 19:03:00 +10:00
Mitchell McCaffrey
1140247a3e Added disabling of dice buttons when dice is loading 2020-08-11 18:56:56 +10:00
Mitchell McCaffrey
d808a2790e Updated v1.5.0 release notes 2020-08-11 18:52:12 +10:00
Mitchell McCaffrey
f9c1ec2d9b Fixed bug with map state being would be wrongly synced to party members 2020-08-11 18:48:48 +10:00
Mitchell McCaffrey
e99e4e9f0f Updated 1.5 release notes 2020-08-11 18:31:33 +10:00
Mitchell McCaffrey
f8c9588893 Increased token snapping threshold 2020-08-10 21:53:43 +10:00
Mitchell McCaffrey
57680bd018 Added timer and pointer how to 2020-08-10 21:50:01 +10:00
Mitchell McCaffrey
d75c384b9d Updated fog how to 2020-08-10 21:21:18 +10:00
Mitchell McCaffrey
c64c5bf92c Updated measure how to 2020-08-10 20:50:44 +10:00
Mitchell McCaffrey
1267d768f9 Updated dice rolling how to 2020-08-10 20:35:18 +10:00
Mitchell McCaffrey
343d154850 Updated map how to 2020-08-10 20:35:01 +10:00
Mitchell McCaffrey
790bc35de3 Added v1.5.0 release notes 2020-08-10 20:34:28 +10:00
Mitchell McCaffrey
196691d839 Added your dice rolls to party if sharing enabled 2020-08-10 17:58:39 +10:00
Mitchell McCaffrey
2bf89eb273 Fix bug with dice throw not working on windows once a dice had come to rest 2020-08-07 20:56:21 +10:00
Mitchell McCaffrey
9e6476c338 Update comment spelling 2020-08-07 20:55:47 +10:00
Mitchell McCaffrey
91a98def2f Moved set intervals in timer and pointer to animation frames as they were being blocked on windows 2020-08-07 20:33:51 +10:00
Mitchell McCaffrey
602631f9b1 Added a saved settings system that uses localstorage and versioning 2020-08-07 17:15:16 +10:00
Mitchell McCaffrey
e702936c44 Added app version to environment 2020-08-07 14:35:30 +10:00
Mitchell McCaffrey
fd9659db98 Added shortcut for fog toggle 2020-08-07 14:10:37 +10:00
Mitchell McCaffrey
f19389fbc5 Changed line joins to round for fog and drawing
Avoids the long overhang with three sided fog shapes
2020-08-07 14:05:55 +10:00
Mitchell McCaffrey
239f377aef Changed map and token select number inputs to not prepend a 0 when typing numbers 2020-08-07 13:56:03 +10:00
Mitchell McCaffrey
5dc338471d Added shortcut to pointer tool 2020-08-07 13:39:23 +10:00
Mitchell McCaffrey
91d5298ac6 Changed token snapping threshold 2020-08-07 13:35:47 +10:00
Mitchell McCaffrey
548ec5f09a Added grid snapping to map tokens 2020-08-07 12:55:16 +10:00
Mitchell McCaffrey
76cad29f2b Added snap to grid option to map settings 2020-08-07 12:28:50 +10:00
Mitchell McCaffrey
6b97614a60 Added a scroll to dice tray buttons for small screens 2020-08-07 10:56:06 +10:00
Mitchell McCaffrey
0012428159 Cleaned up dice controls and moved to percentage for dice result margins 2020-08-07 09:58:51 +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
93a09db707 Fix bug that caused closing the select map modal to select the map
Added ability to deselect a map by clicking outside of the map select tile
2020-08-06 13:31:46 +10:00
Mitchell McCaffrey
4347b5759d Fixed token rogue spelling 2020-08-06 10:07:10 +10:00
Mitchell McCaffrey
56b113b8e4 Added scroll bar to party component 2020-08-06 09:54:59 +10:00
Mitchell McCaffrey
0fb237fd10 Updated timer icon 2020-08-06 09:30:28 +10:00
Mitchell McCaffrey
01ed7beecd Added a show rolls function to networked dice 2020-08-05 23:14:06 +10:00
Mitchell McCaffrey
1026c44205 Fix dice tray button size on safari 2020-08-05 19:06:33 +10:00
Mitchell McCaffrey
48f39380ab Changed stream volume slider to disable instead of hide when unavailable 2020-08-05 17:46:42 +10:00
Mitchell McCaffrey
c6c9acae3d Added dice network replication and display for peers 2020-08-05 17:46:09 +10:00
Mitchell McCaffrey
3c49bcd6d0 Fix flicker in dice total 2020-08-05 17:05:04 +10:00
Mitchell McCaffrey
d20be94059 Restructured dice so it is part of the party
Added initial networking plumbing
2020-08-05 16:34:26 +10:00
Mitchell McCaffrey
795f187782 Changed dice controls to be to the left of the tray instead of on top
Also fixed dice tray sizing for smaller screens
2020-08-05 15:10:56 +10:00
Mitchell McCaffrey
1cbd1d7e1f Removed unused import 2020-08-05 12:30:33 +10:00
Mitchell McCaffrey
4199d7ab6a Change the timer data structure to fix network bugs and refactored shared timer functions 2020-08-05 12:01:54 +10:00
Mitchell McCaffrey
0c1ec22234 Added animation to timer component 2020-08-05 10:49:20 +10:00
Mitchell McCaffrey
3fbfd13e27 Added visual timer component 2020-08-05 10:40:18 +10:00
Mitchell McCaffrey
6d8b0312a8 Added initial network and timer countdown 2020-08-04 17:08:42 +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
f58884c82c Updated version to 1.5.0 preview 2020-08-04 09:11:40 +10:00
Mitchell McCaffrey
e1733bb504 Change token fade hover to only be on drawing 2020-07-31 14:50:01 +10:00
Mitchell McCaffrey
6aef95c78c Add crosshair pointer for pointer 2020-07-31 14:49:36 +10:00
Mitchell McCaffrey
fe3ae6e9e6 Change pointer tool icon 2020-07-31 14:49:20 +10:00
Mitchell McCaffrey
142b3f804f Added a trail to the pointer 2020-07-31 14:20:36 +10:00
Mitchell McCaffrey
eed47e644c Added network interpolation and fix send rate for pointer 2020-07-31 11:03:12 +10:00
Mitchell McCaffrey
c6f9b29cc3 Added simple pointer tool 2020-07-28 17:59:26 +10:00
Mitchell McCaffrey
9efc84434b Update v1.4.2 social links 2020-07-20 21:50:49 +10:00
Mitchell McCaffrey
708cb9a305 Added v1.4.2 release notes 2020-07-20 21:28:56 +10:00
Mitchell McCaffrey
fbb91a037f Bump version number to 1.4.2 2020-07-20 20:56:57 +10:00
Mitchell McCaffrey
81897faef0 Added client side validation for join party and fix session error handling not removing conenction 2020-07-20 20:54:21 +10:00
Mitchell McCaffrey
8542f4d4cc Updated how to for map quality 2020-07-20 19:46:48 +10:00
Mitchell McCaffrey
7204109c7d Added a limited scale to token label size based off of token size 2020-07-20 19:30:09 +10:00
Mitchell McCaffrey
58ac649aa8 Fixed bug with tokens that were attatched to a vehicle being rendered on top of fog 2020-07-20 19:14:46 +10:00
Mitchell McCaffrey
7252efc7e9 Fix bug with token delete not working when intersecting fog 2020-07-20 19:05:19 +10:00
Mitchell McCaffrey
1d3085c9af Fix bug with cache when refreshing during map load 2020-07-18 17:22:26 +10:00
Mitchell McCaffrey
17c2205e07 Fixed sending empty map bug when double clicking the delete map button
Also fixed default map resolution sending to peers
2020-07-18 16:58:29 +10:00
Mitchell McCaffrey
bd9ea18572 Added database upgrade for map resolutions 2020-07-18 16:57:47 +10:00
Mitchell McCaffrey
f1986c0c14 Moved token mount intersection to use proper intersection shape 2020-07-18 15:21:33 +10:00
Mitchell McCaffrey
723e53948e Fix stream volume slider gain and add detection for volume control support 2020-07-18 13:18:13 +10:00
Mitchell McCaffrey
343c516473 Added volume slider to audio sharing 2020-07-18 12:11:02 +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
17043745de Fix bug with brush tool dissapearing when collpased 2020-07-18 10:46:18 +10:00
Mitchell McCaffrey
8c92d19b9c Removed unused import 2020-07-17 19:22:25 +10:00
Mitchell McCaffrey
8f9027c69f Fixed bug with map setting changes not being synced over to players 2020-07-17 19:22:12 +10:00
Mitchell McCaffrey
6aa1f28c96 Fix crash with map size settings 2020-07-17 19:06:52 +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
08214cd05c Fix map quality setting margin 2020-07-17 16:36:39 +10:00
Mitchell McCaffrey
9f81a64fd3 Simplified map quality label 2020-07-17 16:32:31 +10:00
Mitchell McCaffrey
067e672d55 Added map size indicator to map quality setting 2020-07-17 16:32:20 +10:00
Mitchell McCaffrey
249d1d2492 Added loading spinner to map loading 2020-07-17 16:19:59 +10:00
Mitchell McCaffrey
e974c19bc4 Fix bug with custom token loading 2020-07-17 16:13:29 +10:00
Mitchell McCaffrey
6a0603feb5 Fix map map cache bug with page reload 2020-07-17 16:10:36 +10:00
Mitchell McCaffrey
61a2e1ac8d Disabled map select when loading a map 2020-07-17 15:57:52 +10:00
Mitchell McCaffrey
f25261d70b Fix data channel support for data request replys and added token channel support 2020-07-17 15:39:45 +10:00
Mitchell McCaffrey
d83c6e80fb Fix bug with sending low resolution maps 2020-07-17 15:02:21 +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
2a3deed739 Fix map quality setting for default maps 2020-07-17 12:50:52 +10:00
Mitchell McCaffrey
1ac95e0a0f Fix bug with reconnect not using the right gameId and password 2020-07-17 12:43:54 +10:00
Mitchell McCaffrey
fc76e3690a Refactored session management to allow for decoupled network and game routes 2020-07-16 17:27:39 +10:00
Mitchell McCaffrey
25aa24199b Basic implementation of data channel multiplexing 2020-07-16 10:58:30 +10:00
Mitchell McCaffrey
57c1d01fc7 Disable quality settings that aren't available and change map quality 2020-07-15 17:35:36 +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
b1d542d170 Removed log in peer 2020-07-15 17:16:17 +10:00
Mitchell McCaffrey
c66e459524 Added console logs to debug map loading 2020-07-13 22:27:07 +10:00
Mitchell McCaffrey
2c2cb29fa2 Moved map data overlay to not take up the full screen 2020-07-13 21:53:40 +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
8332aab328 Added map resolutions to map send 2020-07-13 21:49:40 +10:00
Mitchell McCaffrey
a96d177cc5 Changed map resolutions 2020-07-13 21:48:31 +10:00
Mitchell McCaffrey
914889c56d Added basic resolution support for custom maps 2020-07-13 19:36:38 +10:00
Mitchell McCaffrey
3afae404d7 Refactored map grid lightness function 2020-07-13 17:44:22 +10:00
Mitchell McCaffrey
d3b0ec6446 Updated v1.4.1 social links 2020-07-12 20:49:12 +10:00
Mitchell McCaffrey
2811fa7a0d Grammar fixes for how tos 2020-07-12 20:29:51 +10:00
Mitchell McCaffrey
74d2959358 Updated 1.4.1 release notes 2020-07-12 20:05:25 +10:00
Mitchell McCaffrey
98ecfc42d3 Added social links on home page 2020-07-12 19:51:55 +10:00
Mitchell McCaffrey
0d2cc080c1 Bump version number 2020-07-12 19:24:26 +10:00
Mitchell McCaffrey
e1f0742849 Added v1.4.1 release notes 2020-07-12 19:24:17 +10:00
Mitchell McCaffrey
8cf9ddd8ce Remove audio sharing from FAQ and add default open based on how to url 2020-07-12 18:59:28 +10:00
Mitchell McCaffrey
ae028f197e Added how to start game video 2020-07-12 18:46:15 +10:00
Mitchell McCaffrey
fe0a58ca5a Added embeds for how tos 2020-07-12 18:38:53 +10:00
Mitchell McCaffrey
dfc253c765 Added sharing audio how to 2020-07-08 10:14:51 +10:00
Mitchell McCaffrey
40eb93e97d Added info to starting and joining how to 2020-07-02 20:18:16 +10:00
Mitchell McCaffrey
01006a74ac FIx a couple of light theme contrast issues 2020-07-02 20:17:27 +10:00
Mitchell McCaffrey
48db45f3b0 Change message note color 2020-07-02 20:17:04 +10:00
Mitchell McCaffrey
1094f0c358 How to markdown changes 2020-07-02 17:28:22 +10:00
Mitchell McCaffrey
e08d30103c Added using tokens how to 2020-07-02 17:01:57 +10:00
Mitchell McCaffrey
6a1bae3ab3 Fix token tile delete button name 2020-07-02 17:01:08 +10:00
Mitchell McCaffrey
2c60cff0c7 Change markdown note color 2020-07-02 17:00:50 +10:00
Mitchell McCaffrey
58736b570c Added Note: variety to markdown message 2020-07-02 15:59:21 +10:00
Mitchell McCaffrey
f90e07b89b Added measure how to video 2020-07-02 13:34:59 +10:00
Mitchell McCaffrey
f290326c03 Added fog video 2020-07-02 10:07:36 +10:00
Mitchell McCaffrey
c034c60187 Added dice how to videos 2020-07-02 09:37:16 +10:00
Mitchell McCaffrey
8987928878 Added video support to markdown and added videos to map and drawing docs 2020-07-01 22:13:58 +10:00
Mitchell McCaffrey
6fe26c66b4 Moved markdown image loading to a static asset 2020-07-01 20:19:26 +10:00
Mitchell McCaffrey
7538e65d0c Added youtube embeds and dates to release notes 2020-07-01 20:03:48 +10:00
Mitchell McCaffrey
9be997799d Adjusted accordion spacing 2020-07-01 16:29:16 +10:00
Mitchell McCaffrey
1aeb5e71d7 Added table support for markdown component 2020-07-01 16:28:46 +10:00
Mitchell McCaffrey
66d61c1a17 Updated sharing maps how to 2020-07-01 09:10:07 +10:00
Mitchell McCaffrey
d1352d961b Added message component for markdown inline code 2020-07-01 09:09:46 +10:00
Mitchell McCaffrey
128d21bb20 Updated map type drop down with disable and more descriptive option 2020-07-01 08:44:07 +10:00
Mitchell McCaffrey
f1ddaa20ab Fix checkbox control / uncontrol 2020-07-01 08:43:34 +10:00
Mitchell McCaffrey
7c428862f8 Updated capitilisation in map settings 2020-07-01 08:43:06 +10:00
Mitchell McCaffrey
a8c670359c Fix bug with map settings changes getting carried over on delete 2020-07-01 08:40:37 +10:00
Mitchell McCaffrey
4942fd832f Added grid type dropdown to map settings 2020-06-30 21:23:45 +10:00
Mitchell McCaffrey
5b04bdac51 Added first pass for most how to's 2020-06-30 19:19:33 +10:00
Mitchell McCaffrey
77a8b578a2 Added how to markdown files 2020-06-29 18:16:46 +10:00
Mitchell McCaffrey
828b8c06d7 Updated release notes with accordion 2020-06-29 17:26:39 +10:00
Mitchell McCaffrey
57efa4ac61 Added accordion component 2020-06-29 17:26:11 +10:00
Mitchell McCaffrey
f0f7a0adba Updated v1.4.0 social links 2020-06-28 19:19:36 +10:00
Mitchell McCaffrey
101910b3e1 Bump version to v1.4.0 2020-06-28 18:07:38 +10:00
Mitchell McCaffrey
4794aa135c Added v1.4.0 release notes 2020-06-28 18:07:08 +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
f025da716f Added availability check in map loading overlay 2020-06-28 16:51:56 +10:00
Mitchell McCaffrey
22a577bcc7 Removed empty console log in konva helper 2020-06-28 16:51:32 +10:00