Skip to content

Releases: eriscorp/dalib

DALib 0.5.3

25 Aug 22:22
Compare
Choose a tag to compare
  • Fiox words
    

DALib 0.5.2

25 Aug 21:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.2

DALib 0.5.0

18 Aug 19:46
421b073
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

DALib 0.4.0

23 May 15:48
1789208
Compare
Choose a tag to compare

What's Changed

  • optimization by @Sichii in #5
  • EffectTable / bugfixes / performance/ qol by @Sichii in #6

Full Changelog: 0.3.0...0.4.0

DALib 0.3.0

12 Jan 15:24
e849f29
Compare
Choose a tag to compare

Thanks to @sichi

  • reading SPF files now supports colorized SpfFiles (spf files that do not use a palette)
  • can also load a colorized Spf with FromImages and save it as a colorized SpfFile
  • added Control, ControlFile, and ControlFileParser for parsing control files from cious and setoa
  • added DataArchiveEntry.ToDedicatedStream()
  • slicing streams into segments now accepts a "leaveOpen" arg since it wraps the sliced stream
  • enabled xml doc output
  • added comments to everything
  • made properties across image formats more consistent in name and use
  • added top/left padding to SimpleRender since most formats support it
  • added Male/Female PaletteTable overrides for use with KHAN archives
  • spf "width" and "height" changed to "right" and "bottom"
  • made correction to EFA rendering... it differs slightly due to garbage data on right/bottom side of frame
  • EFA OriginX and OriginY changed to CenterX and CenterY since they are identical in nature to the same MPF fields
  • added non-transparent black preservation when converting from modern image formats
  • ControlType is not completely accurate, ControlFile stuff still needs testing

DALib 0.2.0

03 Dec 20:48
7f6275a
Compare
Choose a tag to compare
  • mpf saving
  • mpf from images
  • mpf readability refactor
  • removed unused zlib library
  • update github workflow to only run on upstream repo
  • remove aberrant character from git workflow
  • fixed a bug in StreamSegment when seeking to negative offsets on current
  • change most classes non-stream constructor to public
  • changed most properties to be settable
  • added support for the newest non-unity dat archives (read only)
  • mpf offsetX and offsetY renamed to centerX and centerY

DALib 0.1.0

28 Nov 19:31
Compare
Choose a tag to compare

Updates by @sichi