View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0028025 | AI War 2 | GUI | Oct 11, 2023 7:30 pm | Oct 12, 2023 3:03 pm | |
Reporter | RocketAssistedPuffin | Assigned To | Dismiss | ||
Status | resolved | Resolution | fixed | ||
Product Version | 5.569 Standards and Practices | ||||
Fixed in Version | 5.570 Petawatt | ||||
Summary | 0028025: Ability to have Ark Empire style "starting ship choices" use ships full name instead of short. (CF specific) | ||||
Description | Reminder for Dismiss. This was apparently changed at some point to use short instead of full. CFs bonus starting ship list doesn't work as nice as before due to this. | ||||
Tags | No tags attached. | ||||
|
Fixed by: Revision: 19782 Author: dismiss Date: Thursday, October 12, 2023 1:47:20 PM Message: Faction custom fields of type CustomDropdownCoreTableSubset have two new optional attributes. options_show_as="DisplayName" is the default value but can also be "ShortDisplayName". This defines whether the option's visible name is the row.GetDisplayName or row.GetShortDisplayName. options_sort_by="VisibleName" is the default value but can also be "InternalName" This defines the order options appear in the dropdown, and is either by their visible name or by their internal name. Also for CustomDropdownCoreTableSubset type faction custom fields i am now skipping showing of the exp/mod on individual options, if its the same as the setting itself. ---- Modified : /CodeMain/ArcenAIW2Core/src/Logic/GameState/Faction/DataForFaction_CustomFieldDefinition.cs Modified : /CodeMain/ArcenAIW2Core/src/Logic/GameState/Faction/SpecialFactionData.cs Modified : /TotalConversions/ClassicFusion/GameData/Configuration/SpecialFaction/VanillaEntries.xml |
Date Modified | Username | Field | Change |
---|---|---|---|
Oct 11, 2023 7:30 pm | RocketAssistedPuffin | New Issue | |
Oct 11, 2023 7:35 pm | RocketAssistedPuffin | Summary | Ability to have Ark Empire "starting ship choices" use ships full name instead of short. => Ability to have Ark Empire style "starting ship choices" use ships full name instead of short. (CF specific) |
Oct 11, 2023 7:38 pm | Dismiss | Assigned To | => Dismiss |
Oct 11, 2023 7:38 pm | Dismiss | Status | new => assigned |
Oct 12, 2023 3:03 pm | Dismiss | Status | assigned => resolved |
Oct 12, 2023 3:03 pm | Dismiss | Resolution | open => fixed |
Oct 12, 2023 3:03 pm | Dismiss | Fixed in Version | => 5.570 Petawatt |
Oct 12, 2023 3:03 pm | Dismiss | Note Added: 0067948 |