1
0
Fork 0
Commit Graph

322 Commits

Author SHA1 Message Date
Starbeamrainbowlabs c559e6eaef [server] Create NibriClient.CanSee() method stub 2017-03-04 21:54:06 +00:00
Starbeamrainbowlabs b2be6e590b [server] Start sorting out chunk synchronisation 2017-03-04 21:49:51 +00: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 8572ed6d52 [client] Spelling currection 2017-03-02 20:36:27 +00:00
Starbeamrainbowlabs f72b0819ba Add some required packages to package.json 2017-02-23 19:29:25 +00:00
Starbeamrainbowlabs 807daa3563 Exclude tmp files in gitignore 2017-02-23 18:18:36 +00:00
Starbeamrainbowlabs 38993fc4cb Bugfix Rectangle.js 2017-02-23 18:15:18 +00:00
Starbeamrainbowlabs cfbb0ec2f1 Comment out exit 1 in validate.sh 2017-02-23 18:13:53 +00:00
Starbeamrainbowlabs 394f7f4284 Bugfix validate.sh 2017-02-23 18:09:48 +00:00
Starbeamrainbowlabs 23af3da0df Start working on es6 validation bash script that uses acorn 2017-02-22 22:25:34 +00:00
Starbeamrainbowlabs 56b1cb5148 Looks like acorn is going to be the package to use to validate es6! 2017-02-21 20:34:53 +00:00
Starbeamrainbowlabs 74c7c64015 [client] Refactor OtherClient data into class. 2017-02-21 20:34:18 +00:00
Starbeamrainbowlabs 3689f685b9 [server] Bugfix: Correct Rectangle logic 2017-02-21 18:25:48 +00:00
Starbeamrainbowlabs 6f4388c50f [server] Rename ClientState.AbsCursorPosition to ClientState.CursorPosition 2017-02-21 18:11:17 +00:00
Starbeamrainbowlabs 686dd2f56d Put some infrastructure in palce to better handle disconnects and shutdowns. 2017-02-19 16:35:12 +00:00
Starbeamrainbowlabs 66b16acd3d People can see other peoples' cursors! hooray! :D :D :D 2017-02-19 15:55:22 +00:00
Starbeamrainbowlabs a09229d341 [client] Bugfix: Finish capitalising 'event' in the messages as it's a reserved word in C# 2017-02-19 15:12:23 +00:00
Starbeamrainbowlabs fec2cc85e2 [client] Display own colour! :D 2017-02-19 13:30:18 +00:00
Starbeamrainbowlabs 8c04cfb9e9 Wire up more of the Handshake Response 2017-02-19 13:22:35 +00:00
Starbeamrainbowlabs 1db1788626 [client] Bugfix peer update system 2017-02-19 12:07:42 +00:00
Starbeamrainbowlabs cfdb1c8309 [server] Send client colours in state updates 2017-02-19 11:58:00 +00:00
Starbeamrainbowlabs 08ee44a5c4 Store client state updates sent by the server. 2017-02-19 11:57:42 +00:00
Starbeamrainbowlabs 8f3b7b9bd9 [client] Rename CursorSyncer to ViewportSyncer 2017-02-19 11:38:08 +00:00
Starbeamrainbowlabs 10283712ef [client] Turn cursor into a crosshair while over canvas. 2017-02-19 11:35:29 +00:00
Starbeamrainbowlabs 45231ab717 [server] Bugfix: Fix broadcast call. 2017-02-19 11:34:34 +00:00
Starbeamrainbowlabs 494b0561bb [server] Properly respond to handshake requests. 2017-02-19 11:33:03 +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 dac3d86dcd Remove client build process output 2017-02-07 21:53:57 +00:00
Starbeamrainbowlabs d3151fb3bc Ignore client javascript build process output 2017-02-07 21:53:26 +00:00
Starbeamrainbowlabs 679e667cf2 Fiddle with RippleLink 2017-02-07 21:49:55 +00:00
Starbeamrainbowlabs 18eb1abb11 Send cursor updates to the server. 2017-02-07 21:29: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 199ffbfe40 Add comments todescribe the uses of various classes. 2017-01-28 18:49:26 +00:00
Starbeamrainbowlabs 4336f1e38c Implement more of the server-side message handling logic. 2017-01-28 18:41:35 +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 96c6c8e565 Add Send & Broadcast methods to Websocket handling logic 2017-01-22 20:56:31 +00:00
Starbeamrainbowlabs 22373b82c7 Detect & prevent an FPS of greater than 60 2017-01-22 13:05:59 +00:00
Starbeamrainbowlabs 414eda9e07 Add additional libraries to README to I don't forget abou them when I need them 2017-01-21 21:05:57 +00:00
Starbeamrainbowlabs 984649ad7e Add client side libraries to README 2017-01-21 19:50:30 +00:00
Starbeamrainbowlabs 060f01cf75 Set up ripple link websocket connection. 2017-01-21 18:38:52 +00:00
Starbeamrainbowlabs 8a5dda1c05 Send settings file to client. 2017-01-21 18:13:42 +00:00
Starbeamrainbowlabs 11a2c846fc Finish hooking up Http server. Next up: client settings. 2017-01-21 17:06:19 +00:00
Starbeamrainbowlabs 33f3c44d6e Set up core basic framework that calls the main code 2017-01-19 13:13:35 +00:00
Starbeamrainbowlabs cf8fb234b4 Create scaffolding for WebSocket connection handling logic 2017-01-10 20:53:50 +00:00