Ticket #826 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Fix unit double click selection with units of different ranks

Reported by: k776 Owned by: Brian
Priority: Must Have Milestone: Alpha 5
Component: Core engine Keywords:
Cc:

Description (last modified by k776) (diff)

Change the unit click selection code:

one click = selects single unit

two click = selects all units of the same type and rank

three clicks = selects on units of the same type (disregards rank)

Change History

comment:1 Changed 2 years ago by michael

I suggest this:

  • Double-click = Only units of that type and rank.
  • Triple-click = Units of that type, regardless of rank.

comment:3 Changed 2 years ago by k776

Formatting broke. Deleted that comment. Lets try again:

triple click already selects units in the whole world (IIRC) while double click only selects within the view.

What about

single = only one unit

double = same type in view

triple = same type on map

and a modifier key, like CTRL which alters the above clicks to make it same rank as well?

comment:4 follow-up: ↓ 5 Changed 2 years ago by michael

I think the triple-click=select all of same type and all rank is more useful than "selecting all units of same type and rank on the map." :) I never really understood the utility of the current triple-click functionality. I would find my setup more useful mas a player and has the added benefit of not introducing additional complexity with a modifier key. Discuss.

comment:5 in reply to: ↑ 4 Changed 2 years ago by historic_bruno

Replying to michael:

I agree with this method, but I never want to select units off the screen. It's logical for each extra click to include more units.

comment:6 Changed 2 years ago by k776

  • Owner set to Brian
  • Description modified (diff)

comment:7 Changed 2 years ago by k776

  • Description modified (diff)

comment:7 Changed 2 years ago by ben

  • Status changed from new to closed
  • Resolution set to fixed

(In [9443]) Adjusts unit selection behavior to account for ranks. Triple-click now selects units regardless of their rank. Adds modifier hotkey to select units offscreen. Fixes #826.

Note: See TracTickets for help on using tickets.