]> git.jsancho.org Git - lugaru.git/commit
Devtools: Add clotheslist cmd and fix devkeys in console
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 11 Feb 2017 14:28:38 +0000 (15:28 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 11 Feb 2017 14:29:26 +0000 (15:29 +0100)
commitaff8402e75951f0407020e7fa7c69f831c141ba1
treeb67a308548a15a5a62f789a7bfe7bb3bcd4f766f
parent0d560a31c813321b1ef8b96e177ffd64457f3436
Devtools: Add clotheslist cmd and fix devkeys in console

The `clotheslist` and `clotheslistnear` can be used to list the
clothes (and their tint) of a player in the terminal.
The other fix prevents text input in the console from activating
devtools hotkeys (e.g. "p" placing a player).
Docs/DEVTOOLS.txt
Source/Devtools/ConsoleCmds.cpp
Source/Devtools/ConsoleCmds.def
Source/GameTick.cpp