From eade4818db87cc41e4c014688e5ee0d15ede6912 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 02:33:48 +0300 Subject: Move chat command /dumpogl into actions. --- src/input/inputaction.h | 1 + src/input/inputactionmap.h | 9 +++++++++ src/input/pages/other.cpp | 6 ++++++ 3 files changed, 16 insertions(+) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index bc819bf1e..d372699ef 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -401,6 +401,7 @@ namespace InputAction DUMP_GRAPHICS, DUMP_ENVIRONMENT, DUMP_TESTS, + DUMP_OGL, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index b363a7ce1..0eb445c53 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3378,6 +3378,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "dumpt", + false}, + {"keyDumpOGL", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::dumpOGL, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "dumpogl", false} }; diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index e91bd40b4..338f947c4 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -309,6 +309,12 @@ SetupActionData setupActionDataOther[] = InputAction::DUMP_ENVIRONMENT, "", }, + { + // TRANSLATORS: input action name + N_("Dump OpenGL state into log"), + InputAction::DUMP_OGL, + "", + }, { "", InputAction::NO_VALUE, -- cgit v1.2.3-60-g2f50