aboutsummaryrefslogtreecommitdiff
path: root/misc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-16SQLite needs to be linked with -ldl on some Linux distros.Kahrl1-1/+1
2011-09-16update minetestmapper so it can read the database alsoJacobF1-4/+69
2011-09-16Update changelogPerttu Ahola1-0/+3
2011-09-15Updated colors.txt (which is used by minetestmapper)Kahrl1-7/+16
2011-09-12Added Iron Apple which heals 4 Heartssfan53-0/+20
2011-09-12Changed the Heal Amount of Apples from 6 to 2sfan51-1/+1
2011-09-11Fixed duplication bugsfan51-1/+1
2011-09-11Removed Spacessfan55-5/+5
2011-09-11Added Apple Treessfan56-8/+100
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
(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