cxxpxr
|
0067b50d3f
|
Mirror override fix
|
2021-05-17 00:43:44 -04:00 |
|
Cooper H
|
a329f8fd44
|
Update README.md
|
2021-05-12 00:37:07 -04:00 |
|
Cooper H
|
98cec146bf
|
Update README.md
got rid of json dependency
|
2021-05-12 00:29:58 -04:00 |
|
cxxpxr
|
012c73bc49
|
Update LRMTransportOverrides.cs
|
2021-05-06 10:23:26 -04:00 |
|
cxxpxr
|
863156a0dc
|
cleanup
|
2021-05-06 10:06:43 -04:00 |
|
Cooper H
|
82f0399bb6
|
Update LRMTransportRequests.cs
|
2021-05-05 22:29:17 -04:00 |
|
cxxpxr
|
77e446b580
|
Update LRMTestScene.unity
|
2021-05-05 22:22:04 -04:00 |
|
cxxpxr
|
28e84741c5
|
json integration and fixes
|
2021-05-05 22:01:56 -04:00 |
|
cxxpxr
|
f31bdad4c8
|
Merge branch 'main' of https://github.com/Derek-R-S/Light-Reflective-Mirror into main
|
2021-05-05 21:22:54 -04:00 |
|
cxxpxr
|
a08bbdcb3d
|
minor cleanup and player count
|
2021-05-05 21:22:52 -04:00 |
|
Cooper H
|
f4d3f487c5
|
Merge pull request #20 from sableangle/main
Migration from Json.Net to Unity's JsonUtility
|
2021-05-05 21:22:13 -04:00 |
|
Cooper H
|
5bc2414600
|
Update LightReflectiveMirrorTransport.cs
|
2021-05-01 08:41:37 -04:00 |
|
miki
|
7820c2c26e
|
remove dependency with Json.Net
|
2021-04-27 14:55:14 +08:00 |
|
Derek S
|
71d1ba4c61
|
Update Program.cs
|
2021-04-19 21:33:54 -05:00 |
|
Derek S
|
db546e5939
|
Fixed stats endpoint
|
2021-04-19 21:21:42 -05:00 |
|
cxxpxr
|
24ea9e05b1
|
ok
|
2021-04-19 22:05:44 -04:00 |
|
Derek S
|
5c7b0a626f
|
Update README.md
|
2021-04-19 16:05:48 -07:00 |
|
Derek S
|
90dbedeb33
|
Update README.md
|
2021-04-18 21:27:45 -07:00 |
|
Derek S
|
09b652b9ce
|
Merge pull request #16 from sableangle/main
Add package.json and fix issue on LRM inspector
|
2021-04-16 14:30:17 -05:00 |
|
miki
|
9fcb616561
|
add package.json
|
2021-04-16 16:48:19 +08:00 |
|
miki
|
8123902c2e
|
Fix issue the lrm inspector didn't set dirty while the value is changed
|
2021-04-16 16:46:55 +08:00 |
|
Derek S
|
da2928e9e5
|
Added CORS support
|
2021-04-14 21:02:27 -05:00 |
|
cxxpxr
|
eab32b2233
|
Update LRMTransportRequests.cs
|
2021-04-11 21:54:55 -04:00 |
|
cxxpxr
|
30468fd7cc
|
Update LightReflectiveMirrorTransport.cs
|
2021-04-11 19:16:31 -04:00 |
|
Derek S
|
950ad45892
|
Update LightReflectiveMirrorTransport.cs
|
2021-04-11 16:52:59 -05:00 |
|
Derek S
|
e2228ccf16
|
Added a callback for client errors on transport.
|
2021-04-11 16:51:57 -05:00 |
|
Derek S
|
a8be5cabdb
|
Merge branch 'main' of https://github.com/Derek-R-S/Light-Reflective-Mirror into main
|
2021-04-11 15:49:19 -05:00 |
|
Derek S
|
d7d7b3fe9e
|
Added KcpWebCombined, Disabled NAT/Direct on webgl, exposed node port
|
2021-04-11 15:49:13 -05:00 |
|
cxxpxr
|
92f0c7c9f4
|
Cleanup
switched to use static webclient and refactored existing code.
|
2021-04-11 01:02:40 -04:00 |
|
Derek S
|
011f562e63
|
Removed server check for single node setups.
|
2021-04-10 19:41:05 -05:00 |
|
Derek S
|
e40cf72757
|
Made server list recache if room was updated
|
2021-04-10 02:10:02 -05:00 |
|
Derek S
|
c7af63a4e2
|
Fixed IP being stuck as test servers IP
|
2021-04-10 01:08:34 -05:00 |
|
Derek S
|
42434042c6
|
QoL improvements for NAT Punch tab of inspector.
|
2021-04-10 01:04:36 -05:00 |
|
Derek S
|
f5269a837a
|
Added region to server list request
|
2021-04-10 00:55:37 -05:00 |
|
Derek S
|
5a66b93132
|
Changed room update methods
|
2021-04-10 00:36:27 -05:00 |
|
Derek S
|
68b840bfb8
|
QoL improvements unity side
|
2021-04-10 00:19:05 -05:00 |
|
Derek S
|
a4548a72c1
|
Added better support for environment variables
|
2021-04-09 21:58:12 -05:00 |
|
Derek S
|
a2c42c01d0
|
Added demo server as default IP
|
2021-04-09 09:32:45 -05:00 |
|
Derek S
|
a9844c616a
|
Added regions for joining a node from LB
|
2021-04-09 09:29:16 -05:00 |
|
Derek S
|
c5c2750334
|
Fixed LAN direct connect and joining server via ID without refreshing
|
2021-04-09 09:20:55 -05:00 |
|
Derek S
|
55a80f62cc
|
Merge branch 'main' of https://github.com/Derek-R-S/Light-Reflective-Mirror into main
|
2021-04-09 08:02:19 -05:00 |
|
Derek S
|
18f1bd04b9
|
Fixed wrong variable being used
|
2021-04-09 05:56:04 -05:00 |
|
Derek S
|
de70322c4f
|
Added try/catch to public ip. Added individual server stats on LB stats
|
2021-04-09 05:52:04 -05:00 |
|
Derek S
|
3b17246764
|
Added regions to joining load balancer
|
2021-04-09 02:45:08 -05:00 |
|
Derek S
|
8b6919abd3
|
Cached rooms by ID on load balancer
|
2021-04-09 02:34:06 -05:00 |
|
Derek S
|
a9b48465fe
|
Cached what rooms corresponds to what server IDs
|
2021-04-09 02:24:23 -05:00 |
|
Derek S
|
3c6b314c0c
|
Cached what room each player is in, removing need for a loop
|
2021-04-09 02:04:51 -05:00 |
|
Derek S
|
74d63c065e
|
Update README.md
|
2021-04-09 00:03:57 -05:00 |
|
Derek S
|
566402eb9b
|
Update README.md
|
2021-04-09 00:02:50 -05:00 |
|
Derek S
|
2024333142
|
Update README.md
|
2021-04-09 00:01:39 -05:00 |
|