Skip to content

Releases: myst6re/deling

Unstable Build

09 Aug 09:01
Compare
Choose a tag to compare
Unstable Build Pre-release
Pre-release

Commits

  • 59f4a75: Add zlib and lz4 inside the repo for windows builds (myst6re)
  • ecf64e6: Missing files (myst6re)
  • d0aac52: Do not use static (yet) (myst6re)
  • f3f1150: Static zlib + more cmakelist fixes + readme update (myst6re)
  • 9deaece: More updates on build instructions + fix CI (myst6re)
  • 252f673: Remove zlib section from CI (myst6re)

v0.12.0

05 Sep 07:28
b8041c0
Compare
Choose a tag to compare

Changelog:

  • Adding Russian translation
  • Fix compilation error with POPI_L and temp variable (#18)
  • Fix English translation
  • Update Qt to 5.15

v0.11.0

12 Apr 19:24
Compare
Choose a tag to compare

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

04 Jan 06:40
Compare
Choose a tag to compare
  • [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

09 Sep 12:13
Compare
Choose a tag to compare
  • [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

19 Oct 21:07
Compare
Choose a tag to compare
  • [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

v0.9b

02 Apr 22:31
Compare
Choose a tag to compare
  • Adding partial support for FFVIII Demo
  • Adding new script viewer, which is more readable (but not editable/searchable yet)
  • Some bug fixes
  • Migrate Qt from 4.8 to 5.6

0.9a

31 Jan 17:31
Compare
Choose a tag to compare
0.9a Pre-release
Pre-release

Changelog:

  • Compatibility with Japan Demo Disc
  • Minor fixes