Releases: myst6re/deling
Releases · myst6re/deling
Unstable Build
Commits
- fc9d6bf: Fix import texts (myst6re)
v0.12.0
v0.11.0
Changelog:
- Removing a debug code which slows down the FF8 PS ISO file opening
- New feature: tile editor, for the first time Deling let you edit background tiles
- [Archive manager] Improving image preview and show png and jpg images
- Add background mass exporter (to PNG format)
- Add "Search All" dialog
- Add width field in the font editor
- Fixes in search feature, mainly search script text
- Add an autocompleter to the opcode list and the variable list in the search dialog
- Fix enabled/disabled state in particles widget
- Fix crash on field script parsing
- Improving background opening
- Improving script opening in FF8 Demo and text preview
- Add support for tex files with RGBA colors
- Fixes for Mac OSX (sadly not yet usable in dark theme): font size fixes, show parameters and about menus in the right place
- Fix layout for the about dialog on Linux
- Fix widget overlapping (#2)
v0.10.1b
- [Image Preview] Force png extension when saving image
- [Image Preview] Show palettes menu more often
- [Export] Adding export all menu
- [FS/FL/FI Archive] Fixing bug when adding directory with subdirectories
- [Script viewer] Renaming "char_n" to "model_n". Adding "item_n", "magic_n" and key names.
- [Script viewer] Exec syntax can be foo#n.bar where n is the real group id.
- [Script viewer] Adding a color preview on hover
- [Script] UNKNOWN1 opcode is renamed to ANGELODISABLE and UNKNOWN5 to HASITEM
- [Sounds] Fixing export button disabled with read only archives
v0.10b
- [FF8 Remaster] Adding LZ4 compression algorithm
- [FF8 Remaster] Multi language field files support
- [Script viewer] Adding a preview overlay on texts, 3D lines, and map jumps
- [Script viewer] Adding party names constants (Squall, Zell...)
- [Script viewer] Prefix texts ids and map ids with text_ and map_ to identify it quickly
- [Text editor] Can now partially edit windows positions with fixed values (example: Y is fixed by a variable, but X is still a modifiable value)
- [Search] Search for map jumps
v0.9.1b
- [Better script viewer] Clean some parenthesis on conditions
- [Better script viewer] Display variable names
- [Better script viewer] Use hex values in logical operations
- [Better script viewer] Adding "wait forever" keyword (when there is a forever loop without block)
- [Better script viewer] Adding second pass of parsing to factorize output script
- [Script] Adding logical not operation
- Some fixes on the Better Script text viewer
- Fixing compilation bug when there is a POP with a VAR
- Fixing annoying bug that replace the Better Script text by the ugly standard script
- Fixing script selection bug when searching in scripts