Releases: myst6re/deling
Releases · myst6re/deling
1.0.1
Unstable Build
Commits
- cd6c7a8: Add import menu for world (myst6re)
v1.0
What's Changed
Features and bug fixes
- Allow to export multiple images at once in FS dialog preview by @myst6re
- Fix multiple tims detection in tim files in FS dialog preview by @myst6re
- By default the FS manager will go to the last common directory
- Add worldmap viewer + text editor by @myst6re
- Add CSV import/export for texts (GUI and CLI) by @myst6re
- Add ability to edit msd and jsm files directly outside FS archives by @myst6re
- Add --recursive option to FS extraction in the CLI by @myst6re
- Add recent opened files menu
- Add ability to change the "FF8.exe" filename to run (and not only the dirname)
Internals
- QMake -> CMake by @julianxhokaxhiu in #12
- Update .gitignore by @Sebanisu in #13
- Migrate to Qt6 by @myst6re in #17
- Update Russian translation by @shikulja in #36
- Code cleaning. Removing develop branch.
- Migrate to GitHub Actions CI
- French texts are removed from the code source, the default language is now English
New Contributors
- @julianxhokaxhiu made their first contribution in #12
- @Sebanisu made their first contribution in #13
Full Changelog: 0.12.0b...1.0.0
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