]> git.localhorst.tv Git - blank.git/history - src/client
new gcc version
[blank.git] / src / client /
2016-11-21 Daniel Karbachmove common exceptions to app/error
2016-11-16 Daniel Karbachmake gcc nag more
2016-11-08 Daniel Karbachglm backwards compatibility
2015-11-26 Daniel Karbachmake collisions reference their entity
2015-11-24 Daniel Karbachreorder world update
2015-11-23 Daniel Karbachremove unnecessary player load in client
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-03 Daniel Karbachunified location handling
2015-11-03 Daniel Karbachsplit geometry lib
2015-10-29 Daniel Karbachrender entity bounds in debug mode
2015-10-29 Daniel Karbachmore transform caching
2015-10-28 Daniel Karbachcache some basic entity axes
2015-10-27 Daniel Karbachsend updates less frequently on bad connections
2015-10-27 Daniel Karbachextracted congestion control into its own class
2015-10-27 Daniel Karbachshow net stats in debug overlay
2015-10-26 Daniel Karbachremoved client de-/spawn messages
2015-10-26 Daniel Karbachadded simple command line
2015-10-26 Daniel Karbachmoved common stated to shared dir
2015-10-23 Daniel Karbachcentralize entity controllers
2015-10-22 Daniel Karbachbetter handling of focus and input
2015-10-22 Daniel Karbachignore empty chat lines
2015-10-22 Daniel Karbachupdate entity model on state change
2015-10-22 Daniel Karbachfix client's player entity ID
2015-10-22 Daniel Karbachtreat head pitch and yaw as entity state
2015-10-21 Daniel Karbachcompress protocol a little
2015-10-21 Daniel Karbach(shabby) client side handling of messages
2015-10-19 Daniel Karbachuse eye transform for client rendering
2015-10-19 Daniel Karbachrestore orientation on player load
2015-10-19 Daniel Karbachuse entity's eyes to aim
2015-10-19 Daniel Karbachuse seconds as world time unit
2015-10-19 Daniel Karbachpenalty force collision response
2015-10-16 Daniel Karbachuse "forces" for entity control and RK4 integrator
2015-10-16 Daniel Karbachblock sounds depending on block type
2015-10-15 Daniel Karbachlil cleanup of common and unused stuff
2015-10-15 Daniel Karbachload models from assets
2015-10-14 Daniel Karbachstore shapes in models rather than meshes
2015-10-13 Daniel Karbachuse (and fix) new shape implementation
2015-10-13 Daniel Karbachactually load shapes
2015-10-12 Daniel Karbachcomposite model is the canonical model
2015-10-09 Daniel Karbachmerge chunk requester into receiver
2015-10-07 Daniel Karbachsped up chunk generation a little
2015-10-02 Daniel Karbachbasic message state
2015-10-01 Daniel Karbachalso simulate world collisions in replay
2015-10-01 Daniel Karbachstore players in world save
2015-10-01 Daniel Karbachexchange block updates with clients
2015-10-01 Daniel Karbachtransmit player input from client to server
2015-09-29 Daniel Karbachfixed some initialization issues
2015-09-29 Daniel Karbachsplit input handling
2015-09-24 Daniel Karbachfix this whole sky box mess
2015-09-19 Daniel Karbachinvalidate chunks after receiving
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 Karbachmove server and client stuff around
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