Changes between Version 2 and Version 4 of Ticket #3051


Ignore:
Timestamp:
Feb 12, 2015, 9:43:44 PM (9 years ago)
Author:
elexis
Comment:

review patch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3051

    • Property Milestone Alpha 18Alpha 19
  • Ticket #3051 – Description

    v2 v4  
    1 Problem: If one uses Alt+DoubleClick to select all units of the same kind, WASD to scroll and also experiences #2809, it is likely that the shortcut Alt+D = developer console will be triggered and people think that one cheats.
     1Problem: If one uses Alt+DoubleClick to select all units of the same kind, WASD to scroll and also experiences this bug http://trac.wildfiregames.com/ticket/2809 it is likely that the shortcut Alt+D = developer console will be triggered and people think that one cheats.
    22
    33Thats why I decided to delete this shortcut by assigning it to an empty string in local.cfg.
    44(http://trac.wildfiregames.com/wiki/Manual_Settings)
    55
    6 
    7 With this config a the following error message is triggered unnecessarily:
    8 
    9 
    10 {{{
    11 ERROR: Encountered config setting 'hotkey.session.devcommands.toggle' without value while parsing 'config/local.cfg' on line 23
    12 }}}
    13 
     6With this config an error message is triggered unnecessarily.
    147
    158This patch removes the error message.
    16 
    17 The error message is not necessary in this case, since the game builds and runs without problems and the shortcut is deleted successfully.