Skip to content

v0.4.0

Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 18 May 10:06
· 43 commits to default since this release
be50aba
  • (breaking) scx: support Age of Empires 2: Definitive Edition scenario files. (#28)
  • (breaking) scx: change DataStruct::from(&mut Read) methods to DataStruct::read_from(impl Read). (#28)
  • (breaking) cpx: update genie-scx to v3.0.0.
  • cpx: support reading and writing AoE1: Definitive Edition campaign files. (#18)
  • dat: Add a .dat file reader with support for The Conquerors and the HD Edition. It has some writing support but makes no guarantees yet.
  • drs: make ResourceType act more like a &str. (#15)
  • lang: disable unused pelite features for leaner DLL reading.
  • rec: Add a recorded game file reader with support for Age of Kings and The Conquerors. (#8)
  • scx: support writing embedded AI information and triggers. (#17, #28)
  • Use thiserror for custom error types. (#27)