1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
Starbeamrainbowlabs fc46267003
[server] Bugfix user data deserialisation (again) and fix login logic 2018-01-10 17:52:16 +00:00
Starbeamrainbowlabs 10192e88a4
[server] Disambiguate NibriboardServer, and fix ShouldAcceptConnection in NibriboardApp 2018-01-08 22:55:39 +00:00
Starbeamrainbowlabs 8b16ffbadd
[server] Don't delete the ripplespace on close! 2017-12-30 12:34:01 +00:00
Starbeamrainbowlabs 3e21ef5745
[server] Update inactive chunk unloading to tie in with the main saving API 2017-12-26 22:37:28 +00:00
Starbeamrainbowlabs f2aafece24
[server] Completely refactor saving / loading system to utilise a nested-directory based structure. 2017-12-26 22:26:44 +00:00
Starbeamrainbowlabs 4397d90fe9
[server] Add plane status and tweak soft loaded chunk limit 2017-12-16 12:01:07 +00:00
Starbeamrainbowlabs 3486a28759
[server] Add plane create CLI command 2017-12-16 11:00:26 +00:00
Starbeamrainbowlabs 8b602f1aed
Refactor command console into own class 2017-12-15 23:36:25 +00:00
Starbeamrainbowlabs 226452cb57 Get loading to work :D Now we've just got a few more chunk loading issues to sort out... 2017-07-29 13:20:12 +01:00
Starbeamrainbowlabs d19135d486 Tie in loading to main program 2017-07-23 22:02:24 +01:00
Starbeamrainbowlabs 02a527d6b4 Fiddle with logging 2017-07-23 19:43:33 +01:00
Starbeamrainbowlabs fddfa31939 Fix the saving system. It works! 2017-07-23 19:36:28 +01:00
Starbeamrainbowlabs 99ac0634ad Reworkt he saving system a bit. 2017-07-20 20:02:50 +01:00
Starbeamrainbowlabs d79a89423c Create simple command console 2017-07-20 13:15:11 +01:00
Starbeamrainbowlabs 34d74281e3 Extensively refactor core to allow for loading. Also work on a bit of saving too.
Now I can see why they say that you should build this in from the beginning....
2017-07-18 20:43:34 +01:00
Starbeamrainbowlabs 37fd8bff81 Start filling in all the missing saving/loading logic 2017-07-15 22:41:31 +01:00
Starbeamrainbowlabs 6e58139eea [server] Be more chatty about what's going on 2017-04-23 18:06:58 +01:00
Starbeamrainbowlabs 2b36c9a09d [server] Create planes that don't exist if the client requests one 2017-04-16 15:54:29 +01:00
Starbeamrainbowlabs fa7fbfd0ac [server] Allow RippleSpaceManagers to create new planes. 2017-04-16 15:24:37 +01:00
Starbeamrainbowlabs 5dc1a2d9e5 [server] Start handling line part and line complete udpates correctly. Also add more logic to the chunk/plane system ready for later. 2017-04-15 16:40:25 +01:00
Starbeamrainbowlabs f3c2806243 Add references to the ripple space manager to allow the nibri clients to interact with it. 2017-03-04 19:59:22 +00:00
Starbeamrainbowlabs 33f3c44d6e Set up core basic framework that calls the main code 2017-01-19 13:13:35 +00:00