]> git.zarvox.org Git - shareboard.git/log
shareboard.git
14 years agoComplete network support, event passing, and tracking.
Drew Fisher [Fri, 8 Oct 2010 03:32:01 +0000 (20:32 -0700)]
Complete network support, event passing, and tracking.

Actions are posted to the server with correct UserID.
Enabled actions are currently limited to MouseMove and DrawLine.

14 years agoImplement base64 encoding and decoding, so we can serialize images.
Drew Fisher [Thu, 7 Oct 2010 20:28:50 +0000 (13:28 -0700)]
Implement base64 encoding and decoding, so we can serialize images.

14 years agoMake client speak the redefined protocol to the server correctly.
Drew Fisher [Thu, 7 Oct 2010 20:28:00 +0000 (13:28 -0700)]
Make client speak the redefined protocol to the server correctly.

Also, force enum to remain consistent.

14 years agoAction improvements and connection error clarity.
Drew Fisher [Thu, 7 Oct 2010 03:00:21 +0000 (20:00 -0700)]
Action improvements and connection error clarity.

This patchset reworks the structure of Action and its subclasses.
It also adds polymorphic receiving of some types of actions over
the network.

Lastly, connection errors are now reported to the user.

14 years agoAlignment tweaks; return to connection prompt if disconnected.
Drew Fisher [Thu, 7 Oct 2010 00:43:55 +0000 (17:43 -0700)]
Alignment tweaks; return to connection prompt if disconnected.

14 years agoRefactor ConnectWidget into Shareboard, the primary central widget stack.
Drew Fisher [Thu, 7 Oct 2010 00:41:19 +0000 (17:41 -0700)]
Refactor ConnectWidget into Shareboard, the primary central widget stack.

Begin implementing ShareboardCanvas, the actual drawing surface.

14 years agoNear-complete implementation of actions, a shell menu, and basic network connections.
Drew Fisher [Tue, 5 Oct 2010 05:57:48 +0000 (22:57 -0700)]
Near-complete implementation of actions, a shell menu, and basic network connections.

A number of things are still stubbed out while we work out network protocol specifics.