Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3859 closed defect (fixed)

[PATCH] Sheeps in idle selection

Reported by: bb Owned by: elexis
Priority: Nice to Have Milestone: Alpha 21
Component: UI & Simulation Keywords: patch
Cc: Patch:

Description (last modified by bb)

Currently sheeps show up in a idle only selection (eg. "i" + left click drag). In order to solve there are two solution:

  1. Change the selection functions in input.js to exclude animals.
  2. Change the unit creation in unitAI.js so the isIdle flag becomes false (can be done since sheeps are either in walking or feeding state). With this solution AI might be sending sheeps to our heads what should be prevented.

Attachments (1)

noherdanimalsidleselection.patch (617 bytes ) - added by Sandarac 8 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by bb, 8 years ago

Description: modified (diff)

by Sandarac, 8 years ago

comment:2 by Sandarac, 8 years ago

Keywords: review patch added
Milestone: BacklogAlpha 21
Summary: Sheeps in idle selection[PATCH] Sheeps in idle selection

comment:3 by elexis, 8 years ago

Owner: set to elexis
Resolution: fixed
Status: newclosed

In 18287:

Patch by Sandarac and bb, fixes #3859.

comment:4 by elexis, 8 years ago

Keywords: simple review removed
Note: See TracTickets for help on using tickets.