aboutsummaryrefslogtreecommitdiff
path: root/src/content_sao.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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
(0.2.201109xx_dev)
2011-09-06Speed up periodical map unloading by moving beginSave() and endSave() to ↵Perttu Ahola1-2/+2
outer loop in Map::timerUpdate()
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 ↵Perttu Ahola3-2/+1
inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)
2011-09-06allow specifying a fixed seed in the config file for generating the map ↵Kahrl2-4/+12
(fixed_map_seed)
2011-09-06Now SAOs will reflect changes to their temporary inventory objectJacobF3-5/+21
Also, the temp item wasn't being deleted, might have been a memory leak. Now you will only eat 1 item off a stack
2011-09-04Cull empty lines...JacobF1-12/+0