# # ChangeLog for code/branches/gamestate/src/libraries/core/input/KeyBinder.h # # Generated by Trac 1.0.9 # Jun 1, 2024, 5:15:05 AM Fri, 01 Jan 2010 21:05:56 GMT rgrieder [6437] * code/branches/gamestate/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/gamestate/src/libraries/core/ConfigFileManager.h (modified) * code/branches/gamestate/src/libraries/core/input/Button.cc (modified) * code/branches/gamestate/src/libraries/core/input/Button.h (modified) * code/branches/gamestate/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/gamestate/src/libraries/core/input/KeyBinder.h (modified) Added support for keybindings.ini merging: When running development ... Tue, 29 Dec 2009 21:30:19 GMT rgrieder [6432] * code/branches/gamestate/data/lua/LuaStateInit.lua (modified) * code/branches/gamestate/src/libraries/core/ArgumentCompletionFunctions.cc (modified) * code/branches/gamestate/src/libraries/core/ArgumentCompletionFunctions.h (modified) * code/branches/gamestate/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/gamestate/src/libraries/core/ConfigFileManager.h (modified) * code/branches/gamestate/src/libraries/core/ConfigValueContainer.cc (modified) * code/branches/gamestate/src/libraries/core/ConfigValueContainer.h (modified) * code/branches/gamestate/src/libraries/core/ConfigValueIncludes.h (modified) * code/branches/gamestate/src/libraries/core/CorePrereqs.h (modified) * code/branches/gamestate/src/libraries/core/Identifier.cc (modified) * code/branches/gamestate/src/libraries/core/Identifier.h (modified) * code/branches/gamestate/src/libraries/core/Shell.cc (modified) * code/branches/gamestate/src/libraries/core/Shell.h (modified) * code/branches/gamestate/src/libraries/core/input/Button.cc (modified) * code/branches/gamestate/src/libraries/core/input/Button.h (modified) * code/branches/gamestate/src/libraries/core/input/JoyStick.cc (modified) * code/branches/gamestate/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/gamestate/src/libraries/core/input/KeyBinder.h (modified) Changed the way config values associated with general settings ... Tue, 29 Dec 2009 09:40:29 GMT rgrieder [6430] * code/branches/gamestate (copied) Created branch to ditch the GameStates. Mon, 28 Dec 2009 22:10:37 GMT rgrieder [6428] * code/trunk/src/libraries/core/input/Button.cc (modified) * code/trunk/src/libraries/core/input/Button.h (modified) * code/trunk/src/libraries/core/input/KeyBinder.cc (modified) * code/trunk/src/libraries/core/input/KeyBinder.h (modified) * code/trunk/src/libraries/core/input/KeyDetector.cc (modified) Changed config value handling in the KeyBinder. Doesn't change the ...