spring: develop d449af94 | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
trepan | trepan | develop | 2006-08-11 20:21:28 | develop ed82eb04 |
Changeset | - fixed console history - fixed air ground attack queue - setup keycode->action map for all types of commands * can specify modifiers * can specify direction (down by default, Up+ for key releases) * can specify context (example: "command" for unit commands) - added internal default bindings - added "unbindall" uikeys.txt command - added "unbindKeyset <keyset> [context]" uikeys.txt command - added "unbindAction <action> [context]" uikeys.txt command - added "unbindContext <context>" uikeys.txt command - pseudo mouse actions now avoid key repeats - added command queue icons - added AreaAttack command queue area display - added game info panel ("gameinfo" action) - versionned the "archivecache.txt" filename (ex: "ArchiveCacheV4.txt") - Quit and Share menus close when they receive ESC - started GLContext (possible fix for alt-tab crashes, needs some #defines in myGL.h to help track trouble spots) - added "drawlabel" action (Shift+~) (avoid the double-click, and key repeats) - added "chatally" action (Alt+enter) - added "chatspec" action (Shift+enter) - added "chatall" action (Ctrl+enter | Ctrl+m) - tracking rotates through the selected units - added "trackoff" action (Shift+t) - added "trackmode" action (Ctrl+t) - added "viewfps" action (Ctrl+f1) - added "viewta" action (Ctrl+f2) - added "viewtw" action (Ctrl+f3) - added "viewrot" action (Ctrl+f4) - added "firestate" action - added "movestate" action - added "prevmenu" action - added "nextmenu" action - added "buildunit_<name>" action - added "select:<selection criteria>" action (redundant) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1811 37977431-3df6-0310-b722-df95706aa16b |
|||
mod - AI/Global/NTAI/Core/Interface.cpp | [ Diff ] [ File ] | |||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefHelp.cpp | [ Diff ] [ File ] | |||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefLoader.cpp | [ Diff ] [ File ] | |||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefLoader.h | [ Diff ] [ File ] | |||
mod - AI/Group/MexUpgraderAI/GroupAI.cpp | [ Diff ] [ File ] | |||
mod - AI/Group/SimpleFormationAI/GroupAI.cpp | [ Diff ] [ File ] | |||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | |||
mod - game/uikeys.txt | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/Group.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/Camera.h | [ Diff ] [ File ] | |||
mod - rts/Game/ConsoleHistory.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/Game.h | [ Diff ] [ File ] | |||
mod - rts/Game/Player.h | [ Diff ] [ File ] | |||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | |||
add - rts/Game/UI/CursorIcons.cpp | [ Diff ] [ File ] | |||
add - rts/Game/UI/CursorIcons.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIgame.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | |||
rm - rts/Game/UI/GuiKeyReader.cpp | [ Diff ] [ File ] | |||
rm - rts/Game/UI/GuiKeyReader.h | [ Diff ] [ File ] | |||
add - rts/Game/UI/KeyBindings.cpp | [ Diff ] [ File ] | |||
add - rts/Game/UI/KeyBindings.h | [ Diff ] [ File ] | |||
add - rts/Game/UI/KeyCodes.cpp | [ Diff ] [ File ] | |||
add - rts/Game/UI/KeyCodes.h | [ Diff ] [ File ] | |||
add - rts/Game/UI/KeySet.cpp | [ Diff ] [ File ] | |||
add - rts/Game/UI/KeySet.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/MouseCursor.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/MouseCursor.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/QuitBox.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/ShareBox.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/ShareBox.h | [ Diff ] [ File ] | |||
mod - rts/Game/WordCompletion.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/WordCompletion.h | [ Diff ] [ File ] | |||
mod - rts/Game/command.h | [ Diff ] [ File ] | |||
add - rts/Rendering/GLContext.cpp | [ Diff ] [ File ] | |||
add - rts/Rendering/GLContext.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/IconHandler.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/glFont.cpp | [ Diff ] [ File ] | |||
mod - rts/Rendering/glFont.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Misc/SensorHandler.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/UnitTracker.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/UnitTracker.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | |||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | |||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/System/Platform/Win/WinFileSystemHandler.cpp | [ Diff ] [ File ] |