Fixed handling of inventory in creative mode (normal inventory is not trashed anymore...
authorPerttu Ahola <celeron55@gmail.com>
Sat, 30 Jul 2011 20:33:57 +0000 (23:33 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 30 Jul 2011 20:33:57 +0000 (23:33 +0300)
commit8e1eacf3a87a0cee39c8c27c3846828c12e73f9d
tree0863d9782fa44d73ae25867aba1edacae6f15252
parent4ccc99b291d7aa9ccb3e3c56f9d63bf30e02b0b9
Fixed handling of inventory in creative mode (normal inventory is not trashed anymore), fixed mese pick speed, added some forgotten stuff
13 files changed:
data/cooked_rat.png [new file with mode: 0644]
data/nc_back.png [new file with mode: 0644]
data/nc_front.png [new file with mode: 0644]
data/nc_rb.png [new file with mode: 0644]
data/nc_side.png [new file with mode: 0644]
data/scorched_stuff.png [new file with mode: 0644]
src/content_mapnode.cpp
src/content_mapnode.h
src/mapgen.cpp
src/mapnode.h
src/player.cpp
src/player.h
src/server.cpp