Ticket #1019 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

[PATCH] AIProxy doesn't receive garrison updates.

Reported by: quantumstate Owned by:
Priority: Must Have Milestone: Alpha 8
Component: Core engine Keywords: patch, review
Cc:

Description

AIProxy provides the .garrisoned property which holds the units garrisoned. This is not updated however so it is always empty. This patch adds an update message to GarrisonHolder? and listens for it in AIProxy.

Attachments

update_garrisoned_units.diff (2.8 KB) - added by quantumstate 19 months ago.

Change History

Changed 19 months ago by quantumstate

comment:1 Changed 19 months ago by k776

  • Keywords patch, added
  • Milestone changed from Backlog to Alpha 8

comment:2 Changed 19 months ago by quantumstate

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

(In [10531]) Makes AIProxy keep the garrisoned units array up to date. Fixes #1019

Note: See TracTickets for help on using tickets.