aboutsummaryrefslogtreecommitdiff
path: root/src/content_inventory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix apple inventory texturePerttu Ahola2011-10-191-2/+2
|
* Added Iron Apple which heals 4 Heartssfan52011-09-121-0/+6
|
* Changed the Heal Amount of Apples from 6 to 2sfan52011-09-121-1/+1
|
* Fixed duplication bugsfan52011-09-111-1/+1
|
* Removed Spacessfan52011-09-111-1/+1
|
* Added Apple Treessfan52011-09-111-2/+8
|
* Rats are now eatable. Also made their selection box move smoothly.Perttu Ahola2011-07-301-0/+15
|
* Made rats cookable and made them spawn near treesPerttu Ahola2011-07-301-1/+9
|
* merged the content type extension and deltaPerttu Ahola2011-07-231-2/+19
|\
| * + firefliesNils Dagsson Moskopp2011-07-201-1/+8
| |
| * Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-1/+2
| |\ | | | | | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp
| * | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl2011-06-261-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
* | | extended content-type rangePerttu Ahola2011-07-231-2/+2
| |/ |/|
* | reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola2011-06-261-1/+2
|/ | | | doing it
* separated inventory-related game content to content_inventory.{h,cpp}Perttu Ahola2011-06-181-0/+98