Commit Graph

5 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 74965b0f66 Rewrite to use libev
libuv is too immature so far and I'm not in the mood to try and
link it statically via some horrible hack (no CMake support).

Also libev is much closer to my understanding of event loops.

The messaging model stays for when/if I want to return to libuv.
2014-10-28 02:39:37 +01:00
Přemysl Eric Janouch 606c5f43af Use RLE bitmap compression 2014-10-27 18:49:21 +01:00
Přemysl Eric Janouch 1f2e487302 Woo we can draw over the network now 2014-10-27 13:54:53 +01:00
Přemysl Eric Janouch 29bec0c0e0 Lay down some server-client foundations 2014-10-26 18:57:28 +01:00
Přemysl Eric Janouch d77a47d54f Inject some of my copy-paste library
So far only to support argument parsing, which we're going to need
soon to set up a server.
2014-10-25 00:48:35 +02:00