]> git.localhorst.tv Git - blank.git/history - doc
new gcc version
[blank.git] / doc /
2016-11-24 Daniel Karbachupdate documentation for make targets
2016-11-16 Daniel Karbachadd TCP based CLI
2016-11-11 Daniel Karbachcppcheck for linting
2016-11-09 Daniel Karbachcentos build config
2016-11-08 Daniel Karbachadd debian package names
2015-12-21 Daniel Karbachtypo in todo file
2015-12-04 Daniel Karbachcutting corners in chunk generation
2015-12-04 Daniel Karbachfix box/box intersection test …again
2015-12-03 Daniel Karbachthe odd tweak and fix
2015-11-25 Daniel Karbachblock type prototypability and new types
2015-11-24 Daniel Karbachreorder world update
2015-11-23 Daniel Karbachdocument some of the broader concepts
2015-11-23 Daniel Karbachmake command output visible to player(s)
2015-11-20 Daniel Karbachdirect fix collision response
2015-11-20 Daniel Karbachsome annotations
2015-11-17 Daniel Karbachper block type "gravity"
2015-11-13 Daniel Karbachruntime-selectable camera mode
2015-11-13 Daniel Karbachre-request incomplete or corrupted chunk transfers
2015-11-09 Daniel Karbachsimplify ray/chunk intersection test
2015-11-09 Daniel Karbachrevised todo list
2015-11-05 Daniel Karbachhigher precision for quats over the net
2015-10-30 Daniel Karbachlight entities according to block light level
2015-10-26 Daniel Karbachadded simple command line
2015-10-26 Daniel Karbachremove self on player controller destruct
2015-10-25 Daniel Karbachupdated todo
2015-10-22 Daniel Karbachtreat head pitch and yaw as entity state
2015-10-21 Daniel Karbachget rid of angular velocity
2015-10-21 Daniel Karbachcompress protocol a little
2015-10-20 Daniel Karbachadded message packet
2015-10-13 Daniel Karbachupdated todo file
2015-10-07 Daniel Karbachsped up chunk generation a little
2015-10-02 Daniel Karbachmove spawn index out of world
2015-10-01 Daniel Karbachplans for world generation
2015-10-01 Daniel Karbachexchange block updates with clients
2015-10-01 Daniel Karbachtransmit player input from client to server
2015-09-29 Daniel Karbachsplit input handling
2015-09-25 Daniel Karbachmove todo file to docs directory
2015-09-21 Daniel Karbachmore unit tests for Packet
2015-09-17 Daniel Karbachtransmit chunks from server to client
2015-09-14 Daniel Karbachadd packet for merging player state back to client
2015-09-10 Daniel Karbachsend entity visual from server to client
2015-09-08 Daniel Karbachsync entities with clients
2015-09-05 Daniel Karbachsend player updates from client to server
2015-09-05 Daniel Karbachdocumented packet structure
2015-09-03 Daniel Karbachdefined and implemented join and part packets
2015-09-02 Daniel Karbachclient-side implementation of login packet