1
0
Fork 0
Commit Graph

304 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 95cbef0689
[ctl] Make it executable (I'm sure it was before....! 2017-12-25 21:03:02 +00:00
Starbeamrainbowlabs 668f5be2f7
[sever] Update GlidingSquirrel t v0.6.1 2017-12-25 18:06:50 +00:00
Starbeamrainbowlabs 6b359739d2
[server] Add version subcommand to console & rearrange plane help 2017-12-23 17:24:20 +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 22ba2c42e4
[client] When lifting ctrl, revert to previous tool instead of the brush 2017-12-22 15:11:02 +00:00
Starbeamrainbowlabs 0897dcdaeb
[server] Set logging level back to debug, since GlidingSquirrel defaults to Warning 2017-12-22 14:46:32 +00:00
Starbeamrainbowlabs 27540972b1
[server] Switch to using NuGet-based GlidingSquirrel 2017-12-22 14:40:50 +00:00
Starbeamrainbowlabs f6cb6144af
Update SharpCompress 2017-12-22 14:38:02 +00:00
Starbeamrainbowlabs 29cbf1d767
[server] UpdateGlidingSquirrel 2017-12-17 13:25:08 +00:00
Starbeamrainbowlabs 23fb5c5b33
[server] Add listing currently connected clients to CLI 2017-12-16 12:16:43 +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 80da550b08
[server] Sete up infrastructure for sub-actions to the plane action in the command console 2017-12-15 23:40:38 +00:00
Starbeamrainbowlabs 8b602f1aed
Refactor command console into own class 2017-12-15 23:36:25 +00:00
Starbeamrainbowlabs 068dfa58ba
Update SharpCompress 2017-12-15 23:09:38 +00:00
Starbeamrainbowlabs 1cab9bd0de
[server] Add planes command to list current planes 2017-12-15 21:07:09 +00:00
Starbeamrainbowlabs 1b28b309ce
Create simple CLI tool to communicate with the Nibriboard server 2017-12-15 21:00:13 +00:00
Starbeamrainbowlabs 722e6bbeb8
[server] Remove test code from program 2017-12-15 20:48:42 +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 073e5709bc
[client] Fix a few referencing errors 2017-12-15 20:30:19 +00:00
Starbeamrainbowlabs 9fa7a04d47
[client] Add debug method to clear the requested chunks from the chunk cache. 2017-12-15 20:05:53 +00:00
Starbeamrainbowlabs ea4a8b9b15
[server] Send clients any chunk they ask for, as they probably know better than we do which ones they need 2017-12-15 20:05:18 +00:00
Starbeamrainbowlabs b4bd60ab59
[client] Fix issues with fetching chunks 2017-12-15 15:45:49 +00:00
Starbeamrainbowlabs e1ba8f9a18
Don't try to erase liesn with less than 2 points 2017-12-15 14:28:23 +00:00
Starbeamrainbowlabs d7c01b725a
Try to delete node_modules on clean, but it's not working yet. 2017-12-08 23:28:47 +00:00
Starbeamrainbowlabs 84b2c83fe6
[client] Finish erasing. It _works_ :D :D :D 2017-12-08 20:37:42 +00:00
Starbeamrainbowlabs d5f6407cf5
[client] Create skeleton for new eraser.
Also, send the actual absolute cursor position instead of the cursor
position in screen space.
2017-12-08 17:54:20 +00:00
Starbeamrainbowlabs 64667dcc10
[client] Continue refactoring tool system 2017-12-08 16:16:06 +00:00
Starbeamrainbowlabs 5c12d13600
[server] Add protocol event to remove a line segment by unique id 2017-12-08 16:15:43 +00:00
Starbeamrainbowlabs 56fd7d8460 Update GlidingSquirrel to the latest release 2017-11-18 21:11:04 +00:00
Starbeamrainbowlabs 7f7f83e755 Add reference to GlidingSquirrel 2017-11-16 20:53:37 +00:00
Starbeamrainbowlabs c0118c1c73 Finish updating README for now 2017-11-14 18:55:13 +00:00
Starbeamrainbowlabs f9ce613db6 Begin updating README 2017-11-14 18:43:24 +00:00
Starbeamrainbowlabs cb804b960d Add npm install call if node_modules doesn't exist 2017-11-14 18:43:09 +00:00
Starbeamrainbowlabs 1ba7c3650f browserify -> webpack in README 2017-11-14 17:52:12 +00:00
Starbeamrainbowlabs 4f7fe20df8 [client] Fix initial line colour bug 2017-11-14 15:16:22 +00:00
Starbeamrainbowlabs b35445fda9 Finish line simplification support 2017-11-14 15:03:39 +00:00
Starbeamrainbowlabs d9ce6387a3 [client] Rewrite to use es6 import everywhere for npm modules 2017-11-09 21:35:56 +00:00
Starbeamrainbowlabs 9ce8f70be0 Pull the whole build system apart and put it back together again. It's a lot more flexible now :P 2017-11-09 21:30:03 +00:00
Starbeamrainbowlabs d0b0b7c775 [client] Start adding line simplification support, but we're going to have to update the msbuild config I think. 2017-11-08 23:09:28 +00:00
Starbeamrainbowlabs b135dee0c2 [client] Fiddle with comments 2017-10-29 21:26:49 +00:00
Starbeamrainbowlabs 11c201e882 [client] Finish refacotring the brush indicator with weird ellipse stuff :P 2017-10-29 11:29:40 +00:00
Starbeamrainbowlabs 1498626823 [client] Start refactoring the brush width indicator, but it doesn't work yet 2017-10-26 15:31:43 +01:00
Starbeamrainbowlabs 1eef7c8d11 Tweak the colour palette a bit& update GlidingSquirrel again 2017-10-26 14:18:58 +01:00
Starbeamrainbowlabs c1e5cc9c98 Update GlidingSquirrel to fix the double-message problem 2017-10-24 10:36:02 +01:00
Starbeamrainbowlabs e214bbbb07 [client] Stop writing c# in javascript files :P 2017-10-23 19:51:40 +01:00
Starbeamrainbowlabs aca12a3012 [server] Fix loading saves 2017-10-23 19:51:16 +01: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 45761ecb5d Merge branch 'master' of https://git.starbeamrainbowlabs.com/sbrl/Nibriboard 2017-10-13 15:09:32 +01:00
Starbeamrainbowlabs 1ddc888ea4 [client] Mouse: Fix typo in pressure 2017-10-07 13:08:20 +01:00