home · contact · privacy
Add "look" mode to query things on any cell via new THINGS_HERE command.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 6 Dec 2014 05:34:32 +0000 (06:34 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 6 Dec 2014 05:34:32 +0000 (06:34 +0100)
commit258e57c1621533e206610453047d829cc8aa13fe
tree50d23c71f200d970d239999d969bf0803bbd4ba9
parent81630285494cf6d9e5ddd845e4e55702d87029b0
Add "look" mode to query things on any cell via new THINGS_HERE command.
19 files changed:
SERVER_COMMANDS
confclient/commands
confclient/interface_conf
confclient/single_wins/info
confclient/single_wins/inventory
confclient/single_wins/log
confclient/single_wins/map
confclient/single_wins/standing_on [deleted file]
confclient/single_wins/things_here [new file with mode: 0644]
src/client/cleanup.c
src/client/control.c
src/client/draw_wins.c
src/client/io.c
src/client/io.h
src/client/main.c
src/client/map.c
src/client/map.h
src/client/world.h
src/server/run.c