Lua/FFI function changes
type | breaking change | note |
---|---|---|
Lua | removed - use FFI GetOwnerDetails() | |
Lua | removed - use FFI GetFactionDetails() / Lua GetLibraryEntry() | |
Lua | removed - use FFI GetRelationStatus() | |
Lua | removed - use FFI GetFactionRelationStatus() | |
Lua | GetTradeShipList() | changed - removed cargoplanned field, use FFI GetCargoSpaceUsedAfterShoppingList() |
FFI | changed - return value changed |
ui.xml change
To add multi environment support for addons (see
) we changed the format of the ui.xml file slightly.Following describes how to convert the old format to the new format:
ui.xml format <= 3.50 Beta 2
ui.xml format >= post 3.50 Beta 2
Add Comment