aboutsummaryrefslogtreecommitdiff
path: root/src/sha1.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-18This looks more like MC view bobbing, but still not even closeKahrl2-24/+30
2011-09-16Revert some changes that could lead to slower map transfer and increaed netwo...Kahrl1-1/+4
2011-09-15Made wielded tool move slightly (and smoothly) during view bobbing. Making th...Kahrl3-17/+43
2011-09-15View bobbing is slower in the water.Kahrl2-6/+9
2011-09-08inventory displays tool breakage bar againKahrl1-2/+0
2011-09-08trying something else... also replaced M_PI by PI everywhereKahrl4-9/+10
2011-09-08minor view bobbing improvementsKahrl1-14/+21
2011-09-08make it slightly less annoying :o)Kahrl1-1/+1
2011-09-08Implemented view bobbing (testing simple lemniscate shape)Kahrl3-30/+72
2011-09-08Commented out debug statements againKahrl1-12/+12
2011-09-08Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl13-209/+428
2011-09-07Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl9-53/+61
2011-09-07Display which tool the player is holdingJacobF6-21/+128
2011-09-07Note about texture atlasPerttu Ahola1-2/+10
2011-09-07Add note about trans_table_19.Perttu Ahola1-0/+5
2011-09-06Remove block file from disk when saved to databasePerttu Ahola1-0/+3
2011-09-06Pause in unloaded territory instead of collideJacobF3-4/+24
2011-09-06Make Connection::Send cancel silently if peer doesn't exist.Perttu Ahola1-1/+3
2011-09-06Update version number to something more proper for this stage of development ...Perttu Ahola1-1/+1
2011-09-06Speed up periodical map unloading by moving beginSave() and endSave() to oute...Perttu Ahola1-2/+2
2011-09-06Fix bug in posix file/directory removal wrapper, as pointed out by kahrlPerttu Ahola1-1/+1
2011-09-06Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisti...Perttu Ahola3-2/+1
2011-09-06allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl2-4/+12
2011-09-06Now SAOs will reflect changes to their temporary inventory objectJacobF3-5/+21
2011-09-04Cull empty lines...JacobF1-12/+0