1
0
Fork 0
Commit Graph

143 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 22ba2c42e4
[client] When lifting ctrl, revert to previous tool instead of the brush 2017-12-22 15:11:02 +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 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 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 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 e214bbbb07 [client] Stop writing c# in javascript files :P 2017-10-23 19:51:40 +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
Starbeamrainbowlabs 94d5b109a7 [client] Bugfix: Render the visible parts of lines that span over unloaded chunks 2017-10-06 22:42:15 +01:00
Starbeamrainbowlabs 903666f2ed [client] Force the fps graph to the top right 2017-10-06 15:31:50 +01:00
Starbeamrainbowlabs 40ee6cecca [client] Fix selection of tools with mouse after icon addition 2017-10-06 15:26:02 +01:00
Starbeamrainbowlabs f52665ee6d [client+server] Add new icons to interface from openiconic, and send files to client byte-for-byte 2017-10-06 15:08:10 +01:00
Starbeamrainbowlabs b55ba73c57 [client] Tentatively fix reconnect-on-refresh issue by removing the websocket close handler when disconnecting in beforeunload. 2017-10-03 19:24:11 +01:00
Starbeamrainbowlabs 7a6d758e92 [client] Provisionally fix the seamless line rendering logic. Not gonna call it fixed yet though - I think it'll come back to hant us at some point mya 2017-10-03 15:39:41 +01:00
Starbeamrainbowlabs a5adb30364 [client] Add continues from/with id support & fix a few bugs, but it still doesn't work yet :-( 2017-09-29 15:42:42 +01:00
Starbeamrainbowlabs 4f485720b2 [client] Session end - add reminder for next time ;-) 2017-09-28 22:08:58 +01:00
Starbeamrainbowlabs 5130901127 Merge branch 'master' of https://git.starbeamrainbowlabs.com/sbrl/Nibriboard 2017-09-27 12:23:19 +01:00
Starbeamrainbowlabs 03be60b3b0 [client] Make fetchLineFragments while condition more restrictive.
Looks like the issue lies in the fact we don't have unique ids on a
per-line-fragment basis, so that's next up I guess.
2017-09-27 12:23:01 +01:00
Starbeamrainbowlabs 971c14d8cd [client] Create npm lockfile 2017-09-26 15:33:36 +01:00
Starbeamrainbowlabs 1a2852783c make validate.sh executable 2017-09-26 15:31:56 +01:00
Starbeamrainbowlabs c3952f0778 [server+client] Start working on the line-spanning-multiple-chunks issue, now that the last crisis has been averted :P 2017-09-22 22:35:56 +01:00
Starbeamrainbowlabs 69b7db4220 [server+client] Compact messages a bit, and comfirm that IoTWeb is causing the invisible chunk issue 2017-08-05 22:04:51 +01:00
Starbeamrainbowlabs 03181dc54a [client] Stop the page from moving round when you use the arrow keys 2017-07-30 22:23:19 +01:00
Starbeamrainbowlabs a0605c281d [client] Fiddle with the colour palette some more. 2017-07-30 22:22:34 +01:00
Starbeamrainbowlabs dc53de1a34 [client] Widen colour palette. It needs lots of work O.o 2017-07-29 22:40:59 +01:00
Starbeamrainbowlabs b34fb59575 [client] Send a viewport update before requesting new chunks 2017-07-29 21:26:14 +01:00
Starbeamrainbowlabs ac0d947e31 [client] Send viewport updates to the server. 2017-07-29 20:42:07 +01:00
Starbeamrainbowlabs b673719b78 [client+server] Fix typoes in comments 2017-07-29 20:41:41 +01:00
Starbeamrainbowlabs cedf749e3e [client] Fix initial cursor syncing message bug 2017-07-29 18:49:56 +01:00
Starbeamrainbowlabs af8fe9bbc2 Get live line rendering working for *other* clients! Yay!
It _works_. It actually _works_! I'm so happy right now :D

It's taken 204 commits and 6 months to get to this point. Wow.
2017-07-09 15:28:12 +01:00
Starbeamrainbowlabs 59db921100 [client] Finish (untested!) other clients handling logic. 2017-07-09 15:18:45 +01:00
Starbeamrainbowlabs 53ba0b1c06 [client] Add debug statement 2017-07-01 22:20:48 +01:00
Starbeamrainbowlabs edb50e2619 [client] Bugfix the latest live line refactor.
Also send all the right events with the right attachments.
2017-07-01 13:29:45 +01:00
Starbeamrainbowlabs c49f2b2278 [client] Start extensive refactoring of OtherClient logic 2017-06-30 21:09:37 +01:00
Starbeamrainbowlabs fcfc330b28 [client] Finish client cursor synchronisation 2017-06-27 12:02:45 +01:00
Starbeamrainbowlabs eeee26e720 [client] Fix phantom disconnect on page load 2017-06-27 10:57:50 +01:00
Starbeamrainbowlabs 75641b4f30 [client] Add number keyboard shortcuts to tools 2017-06-26 18:04:42 +01:00