1
0
Fork 0
Commit Graph

28 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 193421261a
[server] Bugfix core user/rbac + manager data structures 2017-12-30 12:31:00 +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 cc4ebc6c65
[server] Add git commit hash & build daate & time to assembly, and add header when starting the server 2017-12-23 13:33:00 +00:00
Starbeamrainbowlabs 23fb5c5b33
[server] Add listing currently connected clients to CLI 2017-12-16 12:16:43 +00:00
Starbeamrainbowlabs 6d543937ae
[server] Upgrade LocationReference to double to avoid awkward integer math problems in negative space 2017-12-15 20:47:45 +00:00
Starbeamrainbowlabs 192e25f27e [server] Write initial C# implementation of the JS line simplification algorithm I implemented earlier 2017-10-22 21:44:41 +01:00
Starbeamrainbowlabs b673719b78 [client+server] Fix typoes in comments 2017-07-29 20:41:41 +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 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 914e3abfe3 [server] Fix ChunkTools.GetContainingChunkReferences 2017-06-24 20:42:43 +01:00
Starbeamrainbowlabs 1b2d50b7af [server] Fix Rectangle Overlap() method 2017-05-04 21:35:27 +01:00
Starbeamrainbowlabs be15bf85cb Prepare Rectangle.cs and Vector2.cs to be promoted to a gist! 2017-04-01 10:17:36 +01:00
Starbeamrainbowlabs 77ce5b4d71 [server] Continue wiring the ripplespace to nibri client, mainly by implementing the ChunkUpdateRequest message handler and all it's reuqired backend methods & classes. 2017-03-25 19:49:44 +00:00
Starbeamrainbowlabs 22a03d9ab9 [server] Implement Rectangle.Overlap() 2017-03-20 19:47:33 +00:00
Starbeamrainbowlabs 3689f685b9 [server] Bugfix: Correct Rectangle logic 2017-02-21 18:25:48 +00:00
Starbeamrainbowlabs 73e30f3027 Add header intellisense comment to ColourHSL 2017-02-19 11:25:44 +00:00
Starbeamrainbowlabs 2e12e55297 Bugfix: Fix COlourHSL. 2017-02-19 11:20:08 +00:00
Starbeamrainbowlabs 786f765f05 We're almsot there~\! 2017-02-09 22:24:17 +00:00
Starbeamrainbowlabs 64e3a4db59 Remove old JsonConverters. 2017-02-05 17:27:46 +00:00
Starbeamrainbowlabs e36cc6578a Bigfux: Ignore extra computed properties when serialising Rectangles. 2017-02-05 15:11:04 +00:00
Starbeamrainbowlabs e71ff31ef2 Finish fixing bugs in the core message handling system. It works, more or less! :D 2017-02-05 14:46:40 +00:00
Starbeamrainbowlabs 690abc6445 Begin working on the client, and fix a ton of bugs in the server deserialisation process. 2017-02-04 21:26:48 +00:00
Starbeamrainbowlabs 504f8daed2 Add files I missed 2017-01-27 21:25:49 +00:00
Starbeamrainbowlabs abbcb7a8c8 Start building message classes and deserialising incoming messages into them 2017-01-27 21:24:58 +00:00
Starbeamrainbowlabs 11a2c846fc Finish hooking up Http server. Next up: client settings. 2017-01-21 17:06:19 +00:00
Starbeamrainbowlabs 7faac0f6a8 Fix build. Set up initial blank embeds. 2017-01-10 20:36:03 +00:00
Starbeamrainbowlabs 879fc98f83 Add blank html & css files 2017-01-10 20:34:10 +00:00