Starbeamrainbowlabs
|
3dbfe28f54
|
[server] Reduce default logging level now that GLidingSquirrel is much more stable
|
5 years ago |
Starbeamrainbowlabs
|
8969022fe3
|
[server] Bugfix displaying the logged in user in terminal log
|
5 years ago |
Starbeamrainbowlabs
|
fc46267003
|
[server] Bugfix user data deserialisation (again) and fix login logic
|
5 years ago |
Starbeamrainbowlabs
|
74e289e78b
|
[server] Add ConnectedUser to NibriClient in preparationf or next stage (but it's untested)
|
5 years ago |
Starbeamrainbowlabs
|
40d9c121e4
|
[server] Fix crashes in new user auth system
|
5 years ago |
Starbeamrainbowlabs
|
9137426942
|
[server] Fix user information deserialisation crash
|
5 years ago |
Starbeamrainbowlabs
|
aacb6f26f9
|
Attempt to fix deserialisation issue, but there's still some kind of problem
|
5 years ago |
Starbeamrainbowlabs
|
10192e88a4
|
[server] Disambiguate NibriboardServer, and fix ShouldAcceptConnection in NibriboardApp
|
5 years ago |
Starbeamrainbowlabs
|
8b16ffbadd
|
[server] Don't delete the ripplespace on close!
|
5 years ago |
Starbeamrainbowlabs
|
193421261a
|
[server] Bugfix core user/rbac + manager data structures
|
5 years ago |
Starbeamrainbowlabs
|
def3c2f003
|
[server] Continue work on new user + rbac system
|
5 years ago |
Starbeamrainbowlabs
|
4b7b24d892
|
[server] Start building user/rbac system.
|
5 years ago |
Starbeamrainbowlabs
|
233c3f7fe7
|
Remove GlidingSquirrel git submodule
|
5 years ago |
Starbeamrainbowlabs
|
f4205997d9
|
[server] Delete chunk files when saving if the chunk is empty
|
5 years ago |
Starbeamrainbowlabs
|
3e21ef5745
|
[server] Update inactive chunk unloading to tie in with the main saving API
|
5 years ago |
Starbeamrainbowlabs
|
f2aafece24
|
[server] Completely refactor saving / loading system to utilise a nested-directory based structure.
|
5 years ago |
Starbeamrainbowlabs
|
395e92dc05
|
[client] Utilise symbosl to clean up chunk cache & reduce memory usage. Also add primitive chunk unloading system - we'll need to keep an eye on how effective this is.
|
5 years ago |
Starbeamrainbowlabs
|
552fd4c0e7
|
[client] Fix depth-sorting issue with lines passing through multiple chunks. Fixes #2.
|
5 years ago |
Starbeamrainbowlabs
|
95cbef0689
|
[ctl] Make it executable (I'm sure it was before....!
|
5 years ago |
Starbeamrainbowlabs
|
668f5be2f7
|
[sever] Update GlidingSquirrel t v0.6.1
|
5 years ago |
Starbeamrainbowlabs
|
6b359739d2
|
[server] Add version subcommand to console & rearrange plane help
|
5 years ago |
Starbeamrainbowlabs
|
cc4ebc6c65
|
[server] Add git commit hash & build daate & time to assembly, and add header when starting the server
|
5 years ago |
Starbeamrainbowlabs
|
22ba2c42e4
|
[client] When lifting ctrl, revert to previous tool instead of the brush
|
5 years ago |
Starbeamrainbowlabs
|
0897dcdaeb
|
[server] Set logging level back to debug, since GlidingSquirrel defaults to Warning
|
5 years ago |
Starbeamrainbowlabs
|
27540972b1
|
[server] Switch to using NuGet-based GlidingSquirrel
|
5 years ago |
Starbeamrainbowlabs
|
f6cb6144af
|
Update SharpCompress
|
5 years ago |
Starbeamrainbowlabs
|
29cbf1d767
|
[server] UpdateGlidingSquirrel
|
5 years ago |
Starbeamrainbowlabs
|
23fb5c5b33
|
[server] Add listing currently connected clients to CLI
|
5 years ago |
Starbeamrainbowlabs
|
4397d90fe9
|
[server] Add plane status and tweak soft loaded chunk limit
|
5 years ago |
Starbeamrainbowlabs
|
3486a28759
|
[server] Add plane create CLI command
|
5 years ago |
Starbeamrainbowlabs
|
80da550b08
|
[server] Sete up infrastructure for sub-actions to the plane action in the command console
|
5 years ago |
Starbeamrainbowlabs
|
8b602f1aed
|
Refactor command console into own class
|
5 years ago |
Starbeamrainbowlabs
|
068dfa58ba
|
Update SharpCompress
|
5 years ago |
Starbeamrainbowlabs
|
1cab9bd0de
|
[server] Add planes command to list current planes
|
5 years ago |
Starbeamrainbowlabs
|
1b28b309ce
|
Create simple CLI tool to communicate with the Nibriboard server
|
5 years ago |
Starbeamrainbowlabs
|
722e6bbeb8
|
[server] Remove test code from program
|
5 years ago |
Starbeamrainbowlabs
|
6d543937ae
|
[server] Upgrade LocationReference to double to avoid awkward integer math problems in negative space
|
5 years ago |
Starbeamrainbowlabs
|
073e5709bc
|
[client] Fix a few referencing errors
|
5 years ago |
Starbeamrainbowlabs
|
9fa7a04d47
|
[client] Add debug method to clear the requested chunks from the chunk cache.
|
5 years ago |
Starbeamrainbowlabs
|
ea4a8b9b15
|
[server] Send clients any chunk they ask for, as they probably know better than we do which ones they need
|
5 years ago |
Starbeamrainbowlabs
|
b4bd60ab59
|
[client] Fix issues with fetching chunks
|
5 years ago |
Starbeamrainbowlabs
|
e1ba8f9a18
|
Don't try to erase liesn with less than 2 points
|
5 years ago |
Starbeamrainbowlabs
|
d7c01b725a
|
Try to delete node_modules on clean, but it's not working yet.
|
5 years ago |
Starbeamrainbowlabs
|
84b2c83fe6
|
[client] Finish erasing. It _works_ :D :D :D
|
5 years ago |
Starbeamrainbowlabs
|
d5f6407cf5
|
[client] Create skeleton for new eraser.
Also, send the actual absolute cursor position instead of the cursor
position in screen space.
|
5 years ago |
Starbeamrainbowlabs
|
64667dcc10
|
[client] Continue refactoring tool system
|
5 years ago |
Starbeamrainbowlabs
|
5c12d13600
|
[server] Add protocol event to remove a line segment by unique id
|
5 years ago |
Starbeamrainbowlabs
|
56fd7d8460
|
Update GlidingSquirrel to the latest release
|
5 years ago |
Starbeamrainbowlabs
|
7f7f83e755
|
Add reference to GlidingSquirrel
|
5 years ago |
Starbeamrainbowlabs
|
c0118c1c73
|
Finish updating README for now
|
5 years ago |