Commit Graph
1428 Commits
Author SHA1 Message Date
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 McCaffreyandGitHub 42f4d0fdfa Merge pull request #15 from mitchemmc/feature/map-thumbnail
v1.4.2
2020-07-20 21:39:15 +10:00
Mitchell McCaffrey 64c1f114f2 Changed back to prod broker 2020-07-20 21:33:25 +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