Updated to commit 826c9de4d409b0539a5f600193d7f8ff5c834210
Breaking Changes
ActionManager
- Removed
GetDutyActionId
as it has been moved toDutyActionManager
- Removed
AgentInventoryContext
- Changed
UseItem
method'sinventoryType
parameter fromuint
toInventoryType
and set its default value toInventoryType.Invalid
- Changed
AgentModule
- Removed
UIModuleAgentModulePtr
field and replaced it withAgentHelpers
field
- Removed
AgentId
- Renamed
Request
value toNpcTrade
- Renamed
AgentRequest
- Renamed to
AgentNpcTrade
- Renamed to
AgentSalvage
- Updated
ItemListRefresh
method to include abool
parameterisSalvageResultAddonOpen
- Updated
AgentContext
- Updated
AddContextMenuItem2
method:- Removed
copyText
parameter
- Removed
- Updated
AgentCharaCard
- Added a 2nd param to
OpenCharaCardForPacket
of typebool
- Added a 2nd param to
AgentMap
- Changed 3 fields from
byte
tobool
IsFlagMarkerSet
IsPlayerMoving
IsControlKeyPressed
- Changed 3 fields from
BannerModule
- Updated
GetNextId
method to return anint
instead of abyte
- Updated
BlackMageGauge
- Removed
ElementTimeRemaining
field
- Removed
BgPartsLayoutInstance
- Changed type of
GraphicsObject
field fromvoid*
toBgObject*
- Changed type of
Camera
- Changed return type of
ScreenPointToRay
method fromvoid
toRay*
- Changed return type of
CharaView
- Removed
IsAnimationPaused
andToggleAnimationPlayback
methods, as they belong toCharaViewPortrait
- Removed
CharaViewPortrait
- Removed
ICreatable
interface implementation - Removed
Create
method - Changed
Ctor
method to return aCharaViewPortrait*
instead ofvoid
- Added
IsAnimationPaused
andToggleAnimationPlayback
methods, which were previously inCharaView
- Removed
Device
- Changed type of
ImmediateContext
field fromvoid*
toImmediateContext*
- Changed type of
textureFormat
parameter inCreateTexture2D
method fromuint
toTextureFormat
- Changed type of
EventId
- Changed
ContentId
field fromEventHandlerType
toEventHandlerContent
- Changed
EventHandlerType
- Renamed to
EventHandlerContent
- Renamed to
ExdModule
- Updated
GetBannerConditionUnlockState
method to return anint
instead of abyte
- Updated
ExcelSheet
- Removed the
Name
property, which was usingMarshal.PtrToStringUTF8
to convert thebyte* SheetName
field to a string
- Removed the
FateContext
- Changed 2 fields
Music
type changed fromint
toushort
FateRuleEx
type changed frombyte
toushort
- Changed 2 fields
GameMain
- Changed type of
CurrentTerritoryIntendedUseId
field fromuint
tobyte
- Changed type of
HousingManager
- Renamed
GetCurrentHouseId
toGetCurrentIndoorHouseId
- Changed return type of
GetCurrentIndoorHouseId
andGetOwnedHouseId
fromlong
toHouseId
- Renamed
HousingSignboardPacket
- Renamed
OwnerType
toEstateType
and updated its summary to referenceGame.EstateType
- Renamed
IndoorTerritory
- Changed type of
HouseId
field fromlong
toHouseId
- Changed type of
InventoryItem
- Renamed
Spiritbond
field toSpiritbondOrCollectability
- Changed return type of
EqualTo
fromvoid
tobool
- Renamed
Inspect
- Changed type of
GearVisibilityFlag
field frombyte
toInspectGearVisibilityFlag
- Changed type of
LootItem
- Changed type of
RollValue
field fromuint
tobyte
- Changed type of
Map
- Changed field name
ActiveLevequestMarkers
toActiveLevequestMarker
- Changed type of
ActiveLevequestMarker
field fromStdVector<MapMarkerData>
toMarkerInfo
- Changed field name
MaterialResourceHandle
- Changed parameters of
ReadStainingTemplate
method from(byte stainId, Half* colorTable)
to(Half* colorTable, byte stainId, byte* a4)
- Changed parameters of
MaterialResourceHandle
- Removed 6 properties that were used to convert the
byte*
to aReadOnlySpan<byte>
and then to astring
usingEncoding.UTF8.GetString
ShpkNameSpan
ShpkNameString
TexturePathSpan(int index)
TexturePathString(int index)
AttributeNameSpan(int index)
AttributeNameString(int index)
- Removed 6 properties that were used to convert the
MaterialResourceHandle
- Removed 2 properties that were used to convert the
byte*
to aReadOnlySpan<byte>
and then to astring
usingEncoding.UTF8.GetString
GetMaterialFileNameBySlotAsSpan(uint slot)
GetMaterialFileNameBySlotAsString(uint slot)
- Removed 2 properties that were used to convert the
OutdoorTerritory
- Changed type of
HouseId
field fromlong
toHouseId
- Changed type of
PartyMember
- Replaced
_extraProperties
field with_contentKeyValueData
of typeFixedSizeArray3<StdPair<uint, uint>>
- Replaced
QuestManager
- Changed 2 properties to getters instead of direct fields:
- NumAcceptedQuests
- NumAcceptedLeveQuests
- Changed 2 properties to getters instead of direct fields:
RollState
- Changed underlying type from implicit
int
to explicitbyte
- Changed underlying type from implicit
RaptureTextModule
- Removed
FormatName
method and related enumsNameFormatterPlaceholder
andNameFormatterIdConverter
- Removed
RaptureAtkModule
- Changed type of
_inventoryItemCache
field fromFixedSizeArray<InventoryCache>
toFixedSizeArray<ItemCache>
- Changed type of
Status
- Removed
StackCount
field, useParam
instead
- Removed
SubView
- Changed type of
Camera
field fromvoid*
toCamera*
- Changed type of
SchedulerResourceManagement
- Removed
Unknown
field - Removed
NumResources
field - Added
Resources
field of typeStdMap<int, SchedulerResource>
- Removed
SteamApi
- Updated
Ctor
method to return aSteamApi*
instead ofvoid
- Updated
StringPointer
- Changed the constructor to take a
byte*
parameter and initialize theValue
field with it - Moved to
InteropGenerator.Runtime
- Renamed to
CStringPointer
- Changed the constructor to take a
ScreenShot
- Renamed
CallbackFirstArg
toCallbackParam
- Changed
ScreenShotCallbackFunc
delegate field frombyte
return tovoid
- Changed
ScheduleScreenShot(delegate* unmanaged<void*, int, byte> callback, void* initialArg)
toScheduleScreenShot(delegate* unmanaged<void*, int, void> callback, void* callbackParam)
- Removed
ScheduleScreenShot()
- Renamed
UIState
- Changed type of
TerritoryTypeTransientOffsetZ
field fromfloat
toint
- Changed type of
WorkshopTerritory
- Changed type of
HouseId
field fromlong
toHouseId
- Changed type of
Texture
CreateTexture2D
- Changed type of
textureFormat
parameter fromuint
toTextureFormat
- changed type of
flags
parameter fromuint
toTextureFlags
- Changed type of
Flags
field has been changed fromuint
toTextureFlags
TerrainManager
- Changed type of
GfxTerrain
field fromvoid*
toTerrain*
- Changed type of
PacketDispatcher
- Changed
HandleSocialPacket
method to be static and addeduint targetId
parameter - Changed
HandleMarketBoardItemRequestStartPacket
method to be static and addeduint targetId
parameter - Changed
HandleMarketBoardPurchasePacket
method to be static and addeduint targetId
parameter
- Changed
UIModuleAgentModulePtrStruct
- Removed
UIModuleInterface
- Removed
GetUIModuleAgentModulePtr
method, replaced withGetAgentHelpers
method
- Removed
- The following classes have updated
Dtor
methods to return a pointer to the class instance instead ofvoid
CharacterData
NpcTrade
InstanceData
InstanceList
ILayoutInstance
IManagerBase
RecipeSearchContext
Object
SceneManager
AtkEventListener
Resource
- Multiple structs have been updated to use
CStringPointer
instead ofbyte*
for string fields, virtual functions, member functionsAtkAddonControl
Unk0
AtkComponentList
GetItemLabel
SetItemLabel
AtkComponentList.ListItem
Label
AtkComponentTextInput
SetText
InsertText
AtkComponentTextNineGrid
SetText
AtkComponentButton
SetText
AtkComponentTreeList
StringValues
AtkCounterNode
SetText
AtkImageNode
LoadTexture
AtkMessageBoxManager
OkText
CancelText
YesText
NoText
AtkTextNode
OriginalTextPointer
GetText
SetText
AtkTooltipManager
Text
ShowTooltip
AtkTexture
LoadTexture
AtkValue
String
SetManagedString
SetVectorString
AtkUnitBase
CachedAtkValueStrings
LoadUldByName
AtkUnitManager
GetAddonByName
ActionTimelineManager
Key
AddonAOZNotebook
Name
ActiveAction
Name
AddonActionBarBase
PopUpHelpTextPtr
AddonActionMenu
ActionText
TooltipText
AddonFieldMarker
TooltipString
AddonJobHudBRD
SongTitle
AddonNeedGreed
ItemName
AddonSalvageItemSelector
NamePtr
JobNamePtr
AgentChatLog
ChangeChannelName
AgentContext
ContextTitleString
OpenYesNo
SetMenuTitle
AddMenuItem
AddContextMenuItem
AgentHUD
GetMainCommandString
AgentMap
Subtext
AgentPartyMember
Promote
Kick
AgentMutelist
Add
AgentShop
ShopName
AgentTermFilter
OpenNewFilterWindow
AozNoteModule
GetActiveSetCustomNamePtr
SetActiveSetCustomName
CharacterBase
ResolveRootPath
ResolveSklbPath
ResolveMdlPath
ResolveSkpPath
ResolvePhybPath
ResolvePapPath
ResolveTmbPath
ResolveMaterialPapPath
ResolveImcPath
ResolveMtrlPath
ResolveDecalPath
ResolveVfxPath
ResolveEidPath
ConfigBase
Name
CharacterManager
LookupBattleCharaByName
Cursor
_cursorNames
Device
CreateTexture2D
ExcelSheet
SheetName
Common.Component.Excel.ExcelModuleInterface
GetSheetByName
LoadSheet
Component.Excel.ExcelModuleInterface
GetSheetByName
ExdModule
GetRowCountBySheetName
GetSheetByName
FileSceneGeneral
PathTerrain
PathSkyVisibility
PathLCB
FileLayerGroupHeader
LayerGroupName
FileLayerGroupLayer
LayerName
FileLayerGroupInstance
Name
FileLayerGroupInstanceBgPart
PathMdl
PathPcb
FileLayerGroupInstanceSharedGroup
Path
FileLayerGroupInstanceCollisionBox
Path
GoldSaucerModule
SetDeckName
HudPartyMember
Name
hkClassNameRegistry
GetClassByName
hkIstream
Ctor2
getline
hkOstream
Ctor
hkResource
GetContentsPointer
hkRootLevelContainer
findObjectByType
findObjectByName
ILayoutInstance
GetPrimaryPath
GetSecondaryPath
InfoModule
GetLocalCharacterName
InfoProxyBlacklist
Name
InfoProxyChat
GetLinkShellName
InfoProxyCrossRealm
NameOverride
InfoProxyLinkShell
GetLinkshellName
InfoProxyCommonList
GetEntryByName
InfoProxyDetail
SetUpdateSearchComment
InfoProxyNoviceNetwork
InviteToNoviceNetwork
InfoProxyPartyInvite
InviteToParty
LayoutWorld
RsvMap
RsfMap
LoadPrefetchLayout
ResolveRsvString
ResolveRsfEntry
lua_State
lua_tolstring
lua_tostring
lua_setfield
lua_getfield
luaL_loadbuffer
luaL_loadfile
MaterialResourceHandle
ShpkName
TexturePath
AttributeSetName
ModelResourceHandle
Attributes
Shapes
GetMaterialFileNameBySlot
MacroEncoder
EncodeMacro
EncodeString
NameCache
SetNameForContentId
PopupMenu
EntryNames
PronounModule
ResolvePlaceholder
RaptureHotbarModule
GetDisplayNameForSlot
RaptureLogModule
Name
PrintString
RaptureAtkModule
OpenAddonByAgent
ShowTextGimmickHint
OpenMapWithMapLink
RaptureAtkUnitManager
InitializeAddon
RaptureTextModule
GetAddonText
FormatAddonText1IntIntUInt
FormatAddonText2IntInt
FormatTimeSpan
RetainerCommentModule
GetComment
SetComment
Resource
GetPath
ResourceManager
GetResourceSync
GetResourceAsync
RaptureUiDataModule
Add
UpdateComment
SchedulerTimeline
ActionTimelineKey
FaceLibraryPath
StringThing
FullSealsText
OneOrMoreLinesText
SecondChancePointsText
ReceiveSealCompleteText
ReceiveSealIncompleteText
SecondChanceRetryText
StringArrayData
SetValue
TextParameter
StringValue
TextModule
FormatString
TextModuleInterface
EncodeMacro
ProcessMacroCode
Utf8String
StringPtr
SetString
EqualToString
ConcatCStr
UIGlobals
IsValidPlayerCharacterName
UIModule
IsPlayerCharacterName
UIModuleInterface
ShowText
ShowWideText
ShowPoisonText
ShowErrorText
ShowBattleTalk
ShowBattleTalkImage
ShowBattleTalkSound
Changes
AddonChatLogPanel
- Added 3 new fields
ResizeButton
PanelCollisionNode
IsResizing
- Added 3 new fields
AgentHUD
- Added 2 new field:
_targetInfoBuffTimeRemainingCache
Status
ExpFlags
- Added 3 new methods
UpdateExp
UpdateTargetInfo
UpdateStatusDisplay
- Added 2 new field:
AgentMiragePrismPrismSetConvert
- Added field
Data
- Added field
AddonMiragePrismPrismBox
- Added field
EditGlamourPlatesButton
- Added field
AgentSalvage
- Added method
SalvageItem
- Added method
AgentItemDetail
- Added 2 fields
BuyQuantity
MaxStackSize
String2
- Added 2 fields
AtkEventType
- Added new event types
Resize
(21)ValueUpdate
(27)SliderReleased
(30)ListItemClick
(35)ListItemDoubleClick
(36)ListItemSelect
(38)DragDropEnd
(51)DialogueClose
(62)DialogueSubmit
(63)
- Renamed some event types for clarity:
NumericInputUpdate
toValueUpdate
ListItemToggle
toListItemClick
UnkAtkDialogue59
toDialogueClose
UnkAtkDialogue60
toDialogueSubmit
- Added new event types
AtkUldManager
- Added
Nodes
field
- Added
AtkUnitBase
- Added
Param
field
- Added
ActionManager
- Added 3 new fields
QueuedExtraParam
AreaTargetingVfx1
AreaTargetingVfx2
- Added 3 new fields
BattleChara
- Added
VirtualTable
attribute
- Added
CharacterManager
- Added inheritance from
CharacterManagerInterface
- Added inheritance from
CharacterBase
- Added field
Attach
- Added field
Companion
- Added
VirtualTable
attribute
- Added
Collider
- Added
GetBoundingBox
virtual function
- Added
Camera
- Added field
FoV_2
- Added field
CStringPointer
- Added 4 new implicit operators
byte*
toCStringPointer
CStringPointer
toReadOnlySpan<byte>
CStringPointer
tostring
(calls the ToString() method)
- Added 4 new implicit operators
Control
- Added 2 new methods
GetFlightAllowedStatus
CanFly
- Added 2 new methods
DutyActionManager
- Added
GetDutyActionId
method
- Added
ExcelSheet
- Added 2 new fields
- Language of type ExcelModuleInterface.ExcelLanguage at offset 0x8
- Variant of type ExcelVariant at offset 0xC8
- Added 2 new fields
EventFramework
- Added 2 new methods:
MaterializeItem(EventId eventID, InventoryType inventoryType, short inventorySlot, int extraParam = 0)
MaterializeItem(InventoryItem* itemSlot, MaterializeEntryId entryId)
- Added 2 new methods:
FateContext
- Added 7 new fields
_objectives
FateModeUnknown0
FateModeMotivationIcon
FateModeMotivationMapMarker
FateModeObjectiveIcon
FateModeObjectiveMapMarker
_mapMarkers
- Added 7 new fields
GroupManager
- Added inheritance from
CharacterManagerInterface
- Added inheritance from
GameObject
- Added 3 new virtual functions
Terminate
Dtor
(destructor)OnInitialize
- Added 1 new member function
GetObjStrId
- Added 3 new virtual functions
HousingTerritory
- Added 3 new virtual functions
Dtor
(destructor)Update
IsLoaded
- Added 3 new virtual functions
HousingManager
- Added 2 new member functions
IsOutside
IsInWorkshop
- Added 2 new member functions
HousingSignboardPacket
- Added field
_FCTag
- Added field
IndoorTerritory
- Added 2 field
SSAOEnable
CurrentFloor
- Added 2 field
InventoryManager
- Added several new fields
_tradeItemsLocal
_tradeItemsRemote
TradeUnk2178
TradeUnk217C
TradeUnk2180
_tradePartnerName
TradePartnerEntityId
TradeUnk21A8
TradeWarnIfMovedTooFar
TradeIsSyncPending
GearsetPortraitData
GearsetReplaceItemSelectYesNoAddonId
GearsetId
UnkInventoryItem0
UnkInventoryItem1
- Added several new fields
InputData
- Added 3 new fields
ButtonsPressed
ButtonsReleased
ButtonsRepeat
- Added 3 new fields
ItemDetailKind
- Added
ShopItem
enum
- Added
LayoutWorld
- Changed size of
_streamingRadiusPerType
array fromFixedSizeArray90
toFixedSizeArray92
- Changed size of
LogViewer
- Added 2 new fields
IsMaximized
IsSelectingText
- Added 2 new fields
Map
- Added
AddHousingMarker
method
- Added
ModelRenderer
- Added
SkiningConnectionVertexCS
field
- Added
ModelResourceHandle
- Added 2 fields
ModelData
MaterialResourceHandles
- Added 2 fields
NumberArrayType
- Added new type
OrchestrionPlayListSelect
- Added new type
PartyMember
- Added
GetContentValue
method to retrieve content value by key
- Added
PadDeviceInterface
- Added virtual function
Poll
- Added virtual function
RecipeNote.RecipeData
- Added
RecipeCount
field
- Added
StringArrayType
- Added new type
OrchestrionPlayListSelect
- Added new type
Skeleton
- Added 5 new fields
AttachBones
AttachBoneCount
AttachBoneMasks
AttachBonesSpan
BoneMasksSpan
- Added 5 new fields
TextureResourceHandle
- Added 3 new fields
Header
TextureWhileLoading
DataWhileLoading
- Added 3 new fields
New Structs and Enums
ActionBarNumberArray
AddonCabinetWithdraw
AddonCurrency
AddonMJICraftMaterialConfirmation
AddonMJICraftScheduleSetting
AddonPvPCharacter
AddonRecipeMaterialList
AddonTeleportTown
AgentHousingPortal
AgentHousingSignboard
AgentHudExpFlag
AgentMateriaAttach.FilterCategory
AgentMateriaAttach.MateriaAttachData
AgentMateriaAttach.MateriaAttachEntry
AgentMateriaAttach
AgentMaterialize.MaterializeEntry
AgentMaterialize
AgentMiragePrismPrismSetConvert.AgentData.ItemSet
AgentMiragePrismPrismSetConvert.AgentData.ItemSetItem
AgentMiragePrismPrismSetConvert.AgentData
AreaMapNumberArray
Attach
Attach.Attachment
BgObject
CastBarNumberArray
CastBarStringArray
CharacterManagerInterface
Control.FlightAllowedStatus
FateContext.FateObjective
FateContext.FateMapMarker
HouseId
- New struct to represent a house ID, with properties for apartment flag, apartment division, plot index, ward index, room number, and territory type ID
HousingPortalPacket
HousingSignboardPacket
HudStatus.DisplayStatus
HudStatus.Status
HudStatus
Hud2NumberArray
InventoryNumberArray
LetterNumberArray
MaterializeEntryId
NamePlateNumberArray
PartyListNumberArray
RenderCommandBufferGroup
RenderCommandClearDepth
RenderCommandScissorsRect
RenderCommandSetTarget
RenderCommandViewport
SharedGroupResourceHandle
Skeleton.Bone
Skeleton.BoneIndexMask
Terrain
TextureFlags
TextureResourceHandle.TexFileHeader
Obsolete slated for removal in 7.21
These have been marked with error on compile
Conditions
- All static bool properties
InventoryContainer
Loaded
RetainerManager
Ready
EventHandler
Salvage
EventSceneTaskInterface
HairMake
FateContext
IsExpBonus
ObjectiveIcons
GameObject
LayoutInstance
Framework
SavedAppearanceData
Utf8String
SanitizeString(ushort, Utf8String*)
AddonSalvageDialog
CheckBox
AgentBannerEditor
GearsetId
AgentCaraCard
Index
AgentInspect
PsnName
AgentModule
AquariumSetting
AgentSatisfactionSupply
Bonus
InfoModule
IsOnlineStatusSet(uint)
CharaView
VisorHidden
ItemFinderModule
Retainer
RetainerCount
RetainerInventory
RetainerInventoryCount
RaptureUiDataModule
PartyListTankOrder
PartyListHealerOrder
PartyListDpsOrder
WorldHelper
IsPublic
AtkEvent
ListItemToggle
AtkValue
Texture
ValueType
Texture
StdDeque
Get(ulong)
Other notes
As usual any Unk
field is ignored with this changelog as these are volatile until their properly named and as such should not be used without further research done to them.
Any use of byte*
changed to CStringPointer
where manually called NullTerminated
is used can be converted to .ToString()
Thanks Hasel #1318 #1322 for making me type so much for this one