HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #874159
Version specific post load compatibility
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Some compatibility needs access to game state not available in sg_load_compat(). This because the correct thing to upgrade to depends one the game state or the ruleset.
By spreading such compatibility all over the code it becomes difficult to identify and remove it once save games from that particular version of Freeciv ceases to be supported.
Introduce sg_load_post_load_compat() so post save game loading compatibility can be put in a clearly version specific place.
Related issues
History
#1
Updated by Sveinung Kvilhaugsvik about 2 years ago
- Blocks Bug #874169: savecompat: 3.0 Goto and Attack orders for missiles should be "Suicide Attack" in 3.1 added
#2
Updated by Sveinung Kvilhaugsvik about 2 years ago
- File 0001-Version-specific-post-load-compatibility.patch 0001-Version-specific-post-load-compatibility.patch added
- Status changed from In Progress to Resolved
#3
Updated by Sveinung Kvilhaugsvik about 2 years ago
- Related to Feature #758477: Unit order target and sub target added
#4
Updated by Sveinung Kvilhaugsvik about 2 years ago
- Blocks Bug #874174: savecompat: 3.0 orders with a bulding targetet not updated for 3.1 added
#5
Updated by Sveinung Kvilhaugsvik about 2 years ago
- Status changed from Resolved to Closed