View Issue Details

IDProjectCategoryLast Update
0028025AI War 2GUIOct 12, 2023 3:03 pm
ReporterRocketAssistedPuffin Assigned ToDismiss  
Severityminor 
Status resolvedResolutionfixed 
Product Version5.569 Standards and Practices 
Fixed in Version5.570 Petawatt 
Summary0028025: Ability to have Ark Empire style "starting ship choices" use ships full name instead of short. (CF specific)
DescriptionReminder 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.
TagsNo tags attached.

Activities

Dismiss

Oct 12, 2023 3:03 pm

developer   ~0067948

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

Issue History

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