Opened 8 years ago

Closed 8 years ago

#3992 closed defect (fixed)

[PATCH] techs and auras changes for entities are not serialized in the ai

Reported by: mimo Owned by:
Priority: Should Have Milestone: Alpha 21
Component: AI Keywords:
Cc: Patch:

Description

auras and tech entity modifications used to be stored inside the ai entities, but some months ago, the serialization of the ai entities was removed to avoid duplication (they are now loaded from the simulation when starting a saved game). So the consequence is that these modifications were no more saved.

The attached patch fix that, storing these modifications inside the shared objects (as is already done for the template modifications).

Attachments (1)

entityModif.patch (8.3 KB ) - added by mimo 8 years ago.

Download all attachments as: .zip

Change History (4)

by mimo, 8 years ago

Attachment: entityModif.patch added

comment:1 by mimo, 8 years ago

Milestone: BacklogAlpha 21

comment:2 by mimo, 8 years ago

Keywords: review removed

Fixed by r18219.

comment:3 by mimo, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.