You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
fix
MBINC class support older libmbin w/o implicit string conversion methods.
saving a pak item with multiple '.' in name was truncating part of name,
e.g. WARPLARGEPORTAL.SCENE.MBIN => WARPLARGEPORTAL.MBIN
change:
add assembly name and version to "is a blah not a blah" error messages
e.g. "path is a blah not a blah" => "path is a libmbin:4.3.0.1 blah not a libmbin:4.6.0.1 blah"
double-click main icon in recipe tab opens dds in PAK Item tab,
previously only did this for substance, product, technology tabs.
Ingredient icons do not pass double-click to parent, so they don't work.
resize PAK Item tab viewer icons to match other icon sizes.
first line of ebin from "EBIN: " to "EBIN "
to make it easier to parse by 3rd party tools.
add
Language tab double-click on entry opens entry in right-side PAK Item tab.