]> git.localhorst.tv Git - blank.git/commit
client-side implementation of login packet
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 2 Sep 2015 20:33:08 +0000 (22:33 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 2 Sep 2015 20:33:08 +0000 (22:33 +0200)
commit104592aabdc70b21065c35fe4d092fc6cdaa1f49
treead26f1d1f526f2668bc6cadc4dbab9c87943ec8b
parentdbfcb12348b80e2582f710acb1e4ed0011889ba2
client-side implementation of login packet

chunk loading has to change:
need to stop the client from generating chunks on its own and
the server must be able to load chunks for multiple bases

also, I've not written a single test for all this crap
shame on me
15 files changed:
.gitignore
Makefile
building [deleted file]
doc/building [new file with mode: 0644]
doc/protocol [new file with mode: 0644]
doc/running [new file with mode: 0644]
running [deleted file]
src/app/ClientState.cpp
src/app/ClientState.hpp
src/app/WorldState.cpp
src/app/runtime.cpp
src/net/Client.hpp
src/net/Packet.hpp
src/net/Server.hpp
src/net/net.cpp