Fix some issues with enum/name lookup drop downs. (e.g EnemyAppearanceStageData)
Version 1.3.1.0
The editor will now check the hash of the files opened against a list of obsolete file data, and give you a stern warning if you try to open something that's been superseded in a latter PAK.
Added an 'Esc' keybind to close sub-windows.
Version 1.3.0.0
Updated for TU1 (2025-04-04, 1.010.00.XX.)
Fix bitfields using enum index instead of value, add translations for them if available, and limit fields by max element value.
Added text lookups for quest ids, decoration ids, pendants, weapon series, medals, titles, enemies, and artian name data.
Added validation to color field setters.
Implemented read/writing `System.Tuple<,>` types. UI doesn't support them yet.
Version 1.2.0.0
Rebuilt for the 1.000.05.XX game update.
Not sure exactly what was changed, but at least `PlayerStatusParam` broke.
No code changes.
Version 1.1.2.0
Fix add/remove errors on lists whos members inherit from the list type.
Add a drag/drop handler to open files.
No change to supported files, it's just UI work.
Version 1.1.1.0
Add support for `Struct` field original types. Fixes 561 files, `Wp07GlobalActionParam.user.3` included.
Added name/desc lookups for talismans/decorations.