]> git.localhorst.tv Git - blank.git/history - src/client/client.cpp
split input handling
[blank.git] / src / client / client.cpp
2015-09-29 Daniel Karbachsplit input handling
2015-09-24 Daniel Karbachfix this whole sky box mess
2015-09-18 Daniel Karbachgroup entity updates in as few packets as possible
2015-09-18 Daniel Karbachfixed int rollover in client entity update
2015-09-18 Daniel Karbachcache chunks received by the client
2015-09-17 Daniel Karbachtransmit chunks from server to client
2015-09-16 Daniel Karbachsecond attempt at "nice" client state correction
2015-09-15 Daniel Karbachsome experiements with state sync
2015-09-14 Daniel Karbachadd packet for merging player state back to client
2015-09-14 Daniel Karbachgrouped entity physics state into a struct
2015-09-14 Daniel Karbachmove client update throttling to state
2015-09-11 Daniel Karbachbetter control over entity update transmission
2015-09-10 Daniel Karbachsend entity visual from server to client
2015-09-09 Daniel Karbachsplit chunk stuff
2015-09-08 Daniel Karbachsync entities with clients
2015-09-05 Daniel Karbachsend player updates from client to server
2015-09-04 Daniel Karbachgive unique IDs to entities
2015-09-04 Daniel Karbachfixed transmission control
2015-09-04 Daniel Karbachreorganized client state