2025-08-03 15:30 CEST

spring: develop 3f9e6c89 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
trepan trepan develop 2006-08-30 09:47:22 develop c5d8cdb2
Changeset BUGFIX
* This is a rather large patch for a bugfix. It has been
  backported from modified trunk code to fix the current
  keybinding flaws. Some little extras came along for the
  ride.
* Removed key binding contexts, and replaced with the idea
  of stacked bindings (multiple actions per binding, easier
  for users to use, and more flexible)
* Added hotbinding for the GuiHandler widget
* Added locas command access (slash commands, '/')
* Fixed it so that console history before Esc is saved
* Added "screenshot png" action
* Added "deselect" action
* Added "/say" action (can be quite useful for testing)
* Fixed CursorIcon rendering
* Display better labels for the chat line
* Added CMDTYPE_ICON_MODE immediate access for hotkeys
* Added CMDTYPE_COMBO_BOX immediate access for hotkeys
* Fixed the GuiHandler hotkey display (and made it capable
  of displaying multiple hotkeys)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1992 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/UI/CursorIcons.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.h Diff ] File ]
mod - rts/Game/UI/KeySet.cpp Diff ] File ]
mod - rts/Game/UI/KeySet.h Diff ] File ]
mod - rts/Game/WordCompletion.cpp Diff ] File ]