Commit Graph

1169 Commits

Author SHA1 Message Date
Mitchell McCaffrey
f5fe7943e9 Bump version 2020-04-07 12:51:42 +10:00
Mitchell McCaffrey
a905ce378b Fixed site loading in older versions of safari 2020-04-07 12:48:10 +10:00
Mitchell McCaffrey
b0fdabefcb Removed overscroll to avoid conflict when zooming map on desktop 2020-04-07 12:47:52 +10:00
Mitchell McCaffrey
a6835b706c Removed unused import 2020-04-07 12:05:30 +10:00
Mitchell McCaffrey
134a8f56ac Added aria-label to nickname input 2020-04-07 11:47:27 +10:00
Mitchell McCaffrey
3bd8fce6ab Added custom sizing support 2020-04-07 11:47:06 +10:00
Mitchell McCaffrey
43aaf04843 Bump version 2020-04-06 18:06:45 +10:00
Mitchell McCaffrey
9cf4c14c14 Changed nickname change modal styling and added link in add party modal 2020-04-06 15:51:05 +10:00
Mitchell McCaffrey
bd5cfbbd4b Added nickname editing 2020-04-06 15:38:36 +10:00
Mitchell McCaffrey
ac9189c606 Added a sync option when connecting to peers
Optimises the user join time by not sending the image data multiple times
2020-04-06 14:33:22 +10:00
Mitchell McCaffrey
bdc1a7c14d Bump version 2020-04-06 12:41:04 +10:00
Mitchell McCaffrey
4a86fc1daf Changed socket url 2020-04-06 12:39:32 +10:00
Mitchell McCaffrey
af202fb19b fixed party names only showing two members 2020-04-06 00:20:17 +10:00
Mitchell McCaffrey
99ed04b52a Moved to react-router and hash routing to support github pages 2020-04-06 00:07:24 +10:00
Mitchell McCaffrey
8361d6eb0b Moved to simple peer 2020-04-05 22:20:34 +10:00
Mitchell McCaffrey
7ac13c1145 Removed safari work around for data connection and added cleaner nickname syncing 2020-03-26 19:50:14 +11:00
Mitchell McCaffrey
f8d992fa91 Fix data only connections in safari from working and fixed sync bug 2020-03-26 17:53:15 +11:00
Mitchell McCaffrey
916b702e56 Added version text on home screen and bumped version 2020-03-26 15:48:17 +11:00
Mitchell McCaffrey
c1d4e09cb3 Added a reset for the map when the source is changed 2020-03-26 15:43:52 +11:00
Mitchell McCaffrey
974e39a2e6 Fixed proxy token size being wrong on map view 2020-03-26 15:07:27 +11:00
Mitchell McCaffrey
7c07caa70d Fixed layout and interaction for mobile 2020-03-26 14:53:02 +11:00
Mitchell McCaffrey
d2ca6cc177 Added removal of nickname on connection error 2020-03-26 13:30:39 +11:00
Mitchell McCaffrey
4e94567f52 Fixed error in map 2020-03-26 13:26:20 +11:00
Mitchell McCaffrey
b062f93966 Removed message and put in nicknames 2020-03-26 13:26:10 +11:00
Mitchell McCaffrey
54c7100c2c Removed video and added text 2020-03-26 12:24:52 +11:00
Mitchell McCaffrey
30e957e937 Changed video max width
Co-Authored-By: nthouliss <nthouliss@users.noreply.github.com>
2020-03-25 13:52:01 +11:00
Mitchell McCaffrey
1bd9613dd2 Added logs for errors
Co-Authored-By: nthouliss <nthouliss@users.noreply.github.com>
2020-03-25 13:17:55 +11:00
Mitchell McCaffrey
3c82d1954b Fixed bug with connections being re-done every re-render and added logs
Co-Authored-By: nthouliss <nthouliss@users.noreply.github.com>
2020-03-25 12:59:21 +11:00
Nicola
29d868d5f5 Restrict frame-rate on video stream 2020-03-24 22:46:51 +11:00
Nicola
86f82c1247 Improve connection and sync handling 2020-03-24 22:46:29 +11:00
Mitchell McCaffrey
15d43e101e Fix spelling error in inline video playback 2020-03-20 22:49:25 +11:00
Mitchell McCaffrey
67b8c035bb Added playsinline to stop iphone video from fullscreening 2020-03-20 22:46:06 +11:00
Mitchell McCaffrey
5042f203cd Added removal of streams whe they close or error 2020-03-20 21:57:37 +11:00
Mitchell McCaffrey
91c7c9f9ad Added pan and zoom to map 2020-03-20 21:46:52 +11:00
Mitchell McCaffrey
b7ce6892f0 Disable join button when no input is given 2020-03-20 20:31:22 +11:00
Mitchell McCaffrey
980462b109 Changed styled to be more subdued, added bear image and icons 2020-03-20 20:29:35 +11:00
Mitchell McCaffrey
d1b1780763 Added a social view and a switch between the new view and the old 2020-03-20 19:19:46 +11:00
Mitchell McCaffrey
8b412ad482 Moved change map button to map component and centered it 2020-03-20 18:06:24 +11:00
Mitchell McCaffrey
33ea19fef6 Moved tokens to be relatively positioned and scaled to the current map 2020-03-20 17:56:34 +11:00
Mitchell McCaffrey
c25566f682 Removed unused variable 2020-03-20 14:49:40 +11:00
Mitchell McCaffrey
247505bb93 Refactored modal, added popup for image selection and changed map data layout 2020-03-20 14:48:46 +11:00
Mitchell McCaffrey
a75cbb0c56 Added margins to videos and added scroll to party video 2020-03-20 13:44:22 +11:00
Mitchell McCaffrey
82d750eca7 Added token moving and removing on map 2020-03-20 13:33:12 +11:00
Mitchell McCaffrey
1133fe2d2b Fixed a bug with an empty token being sent on a new connection 2020-03-20 12:11:28 +11:00
Mitchell McCaffrey
81d311eb7f Added token dragging from side bar into map view 2020-03-20 11:05:40 +11:00
Mitchell McCaffrey
a22b3231fb Added token images 2020-03-19 21:40:29 +11:00
nicola
f2c3a12856 Edit files for formatting
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-19 18:58:37 +11:00
nicola
8989268094 Add join functionality to party
co-author-by: mitchemmc <mitchemmc@gmail.com>
2020-03-19 18:56:42 +11:00
Mitchell McCaffrey
05cf20fe8b Added styling
co-authored-by: nthouliss <nthouliss@gmail.com>
2020-03-19 17:33:57 +11:00
nicola
e92129d8ea Add audio functionality to videos
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-19 15:07:14 +11:00
Mitchell McCaffrey
eb4f3d2a26 Fixed bug with image upload 2020-03-19 13:05:50 +11:00
Mitchell McCaffrey
8759c55eee Fixed bug with videos getting deleted when there is more than one 2020-03-19 12:59:01 +11:00
Mitchell McCaffrey
fb43cc3fc2 Added video calling 2020-03-19 12:02:31 +11:00
Mitchell McCaffrey
25ee35de44 Added option on initial connection to decide whether a sync is needed 2020-03-18 14:44:43 +11:00
nicola
bc93b01a90 Implement draggable tokens in Game.js
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-17 22:16:27 +11:00
nicola
7205f73414 Add style to Game.js
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-17 21:44:41 +11:00
nicola
8a48415367 Implement image sending to peers
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-17 21:11:23 +11:00
Mitchell McCaffrey
d88eefc3a7 Implemented session management in game route 2020-03-17 20:09:23 +11:00
Mitchell McCaffrey
673320988f Added game provider and shared state for the app 2020-03-17 08:21:19 +11:00
nicola
e52f3cbdaf Add style to Join.js
co-authored-by: mitchemmmc <mitchemmc@gmail.com>
2020-03-16 22:15:30 +11:00
nicola
c1e72766c5 Format Game.js and Join.js files
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-16 21:51:32 +11:00
nicola
9ef3b8b213 Add style to Homepage
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-16 21:50:40 +11:00
nicola
a5034ef576 Add simple routes to page
co-authored-by: mitchemmc <mitchemmc@gmail.com>
2020-03-16 21:31:08 +11:00
Mitchell McCaffrey
8010c1fb4a Added session disconnect handling 2020-03-16 20:34:32 +11:00
Mitchell McCaffrey
65e102292b Added multi user support and split session logic to new file 2020-03-16 19:44:49 +11:00
nicola
a06a26f931 Add update image functionality to clients 2020-03-15 18:55:43 +11:00
Mitchell McCaffrey
f4b6a17120 Added simple image sharing test 2020-03-15 18:39:21 +11:00
Mitchell McCaffrey
980dc6f7be Added simple theme 2020-03-15 17:50:56 +11:00
Mitchell McCaffrey
4735820e91 Added simple p2p test 2020-03-15 16:04:30 +11:00