Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006211Dwarf FortressTechnical -- Input/Keybinding/Macrospublic2012-09-28 10:142014-08-26 09:59
ReporterQuietust 
Assigned ToToady One 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version0.34.11 
Target VersionFixed in Version0.40.11 
Summary0006211: "NO BINDING" for training-related keys
DescriptionIn the "Stockorder" section of Key Bindings, there are 3 "NO BINDING" options between "Animals, Slaughter" and "Kitchen, Cook". These bindings are for the "Select trainer", "War training", and "Hunting training" commands at the bottom of the Z-Animals screen.
Tagsbinary patch
Attached Files

- Relationships

-  Notes
(0023617)
Quietust (reporter)
2012-09-28 10:15

Looking at keybindings.cpp (in g_src), this is because the labels are being inserted into "bindingNames" rather than "displayNames".
(0029635)
lethosor (manager)
2014-08-26 05:27

Still in 0.40.10.
(0029638)
Quietust (reporter)
2014-08-26 06:35

--- keybindings.cpp 2014-08-17 14:08:48.000000000 -0500
+++ keybindings.cpp 2014-08-26 08:34:28.985760300 -0500
@@ -2445,9 +2445,9 @@
        displayNames.insert(INTERFACEKEY_MANAGER_MAX, "Manager, Max");
        displayNames.insert(INTERFACEKEY_MANAGER_WAGES, "Manager, Wages");
        displayNames.insert(INTERFACEKEY_PET_BUTCHER, "Animals, Slaughter");
- bindingNames.insert(INTERFACEKEY_ANIMAL_SELECT_TRAINER, "Animals, Trainer");
- bindingNames.insert(INTERFACEKEY_ANIMAL_WAR_TRAINING, "Animals, War Training");
- bindingNames.insert(INTERFACEKEY_ANIMAL_HUNTING_TRAINING, "Animals, Hunting Training");
+ displayNames.insert(INTERFACEKEY_ANIMAL_SELECT_TRAINER, "Animals, Trainer");
+ displayNames.insert(INTERFACEKEY_ANIMAL_WAR_TRAINING, "Animals, War Training");
+ displayNames.insert(INTERFACEKEY_ANIMAL_HUNTING_TRAINING, "Animals, Hunting Training");
        displayNames.insert(INTERFACEKEY_KITCHEN_COOK, "Kitchen, Cook");
        displayNames.insert(INTERFACEKEY_KITCHEN_BREW, "Kitchen, Brew");
        displayNames.insert(INTERFACEKEY_SETUPGAME_NEW, "Setup, New");

- Issue History
Date Modified Username Field Change
2012-09-28 10:14 Quietust New Issue
2012-09-28 10:15 Quietust Note Added: 0023617
2014-08-26 05:18 lethosor Issue Monitored: lethosor
2014-08-26 05:27 lethosor Note Added: 0029635
2014-08-26 05:27 lethosor Assigned To => lethosor
2014-08-26 05:27 lethosor Status new => confirmed
2014-08-26 05:27 lethosor Issue End Monitor: lethosor
2014-08-26 06:35 Quietust Note Added: 0029638
2014-08-26 06:43 Footkerchief Tag Attached: binary patch
2014-08-26 09:59 Toady One Status confirmed => resolved
2014-08-26 09:59 Toady One Fixed in Version => Next Version
2014-08-26 09:59 Toady One Resolution open => fixed
2014-08-26 09:59 Toady One Assigned To lethosor => Toady One


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker