[Orxonox-commit 1188] r5909 - in code/branches/core5: data/defaultConfig src/libraries/core/input
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu Oct 8 21:13:24 CEST 2009
Author: rgrieder
Date: 2009-10-08 21:13:24 +0200 (Thu, 08 Oct 2009)
New Revision: 5909
Modified:
code/branches/core5/data/defaultConfig/keybindings.ini
code/branches/core5/src/libraries/core/input/Button.cc
Log:
Fixed faulty key binding. If you want the message to go away, delete your keybindings.ini file.
Modified: code/branches/core5/data/defaultConfig/keybindings.ini
===================================================================
--- code/branches/core5/data/defaultConfig/keybindings.ini 2009-10-08 17:36:28 UTC (rev 5908)
+++ code/branches/core5/data/defaultConfig/keybindings.ini 2009-10-08 19:13:24 UTC (rev 5909)
@@ -42,7 +42,7 @@
KeyG=greet
KeyGrave="openConsole"
KeyH=
-KeyHome=showGUI
+KeyHome=
KeyI=
KeyInsert=
KeyJ=
Modified: code/branches/core5/src/libraries/core/input/Button.cc
===================================================================
--- code/branches/core5/src/libraries/core/input/Button.cc 2009-10-08 17:36:28 UTC (rev 5908)
+++ code/branches/core5/src/libraries/core/input/Button.cc 2009-10-08 19:13:24 UTC (rev 5909)
@@ -172,7 +172,7 @@
CommandEvaluation eval = CommandExecutor::evaluate(commandStr);
if (!eval.isValid())
{
- parseError("Command evaluation failed.", true);
+ parseError("Command evaluation of \"" + commandStr + "\"failed.", true);
continue;
}
More information about the Orxonox-commit
mailing list