Skip to content

Releases: Ijwu/Enemizer

Release 7.1

22 Aug 21:46
bc896ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.1...7.1

NOTE: Release packages updated so the deps.json that Archipelago depends on show the correct version.

Release 7.0.1

28 Jun 18:08
Compare
Choose a tag to compare

Update EnemizerLibrary assembly version to allow AP to recognize the new version of the library.

7.0

21 Jun 23:47
Compare
Choose a tag to compare
7.0

Major version number tick because I updated frameworks dramatically and I don't know if it will work in every case.

Also, VVVV Berserker did a nice thing.

Warning to *nix users: You may have to chmod +x the main executable in order to run it properly. I can't do this for you, I build releases on Windows. :)

What's Changed

Full Changelog: 6.4...7.0

6.4

11 Dec 20:29
Compare
Choose a tag to compare
6.4
  • Update .NET and remove sprites (@Berserker66)
  • Strip rom header, if one is present.
  • skip prepwork on rom, if its not even going to be enemized.
  • Add missing kill-all rooms
    • Turtle Rock - Roller Greed room. (have to kill all enemies before you can push the block.) (Supertile 0x04)
    • Agahnim Tower - Dark archer room (Supertile 0x0E)
    • Ice Palace - Entrance key drop room (Supertile 0xC0)

6.3

07 Oct 17:27
Compare
Choose a tag to compare
6.3

Changes

  • No longer produces a 4MiB rom.
  • Link sprite randomizer removed.
  • Agahnim hooks removed.

6.2

03 Sep 00:55
Compare
Choose a tag to compare
6.2

This version marks a switch to versioning using semantic versioning and the removal of build numbers from the version. We'll be sticking to [Major].[Minor].[Hotfix] revisioning from now on.

Changes:

  • Terrorpin AI fix (@CaitSith2)
  • Blind escort quest is no longer restricted. (@CaitSith2)
  • Absolutely nothing, what a scrub. (@Ijwu)

6.1.0.224

28 Jul 00:11
Compare
Choose a tag to compare

Minor release:

  • Fixes broken release from last time. (Whoops)
  • Add better ROM validation and Assembly... assembly.
    • Huge shout out to @CaitSith2 for their contributions. I'm deeply grateful.
  • Code cleanup. Most users won't notice a difference.

6.1.0.193

16 Jul 21:55
09f248a
Compare
Choose a tag to compare

Minor release enabling more ROM names to be used with Enemizer as well as removing extraneous options and files from the source code.

Note: If the exes you download don't match this release version (they are likely a 'higher' version), it is due to a janky release process that I'm too lazy to fix.

6.1.0.181

08 Jul 23:53
Compare
Choose a tag to compare

Easy Mode Escape flag is now functional. Use this to ensure a standard randomized ROM will be solvable.

NOTE: Enemizer no longer auto detects standard roms since this option replaces that functionality.

6.1.0.154

13 Jun 20:47
d10fd7c
Compare
Choose a tag to compare

EnemizerCLI updated to allow for 'binary' mode which allows it to act directly on ROM files. Only tested on Windows. Run the EXE on Windows or use the dotnet CLI on other platforms.

Primarily meant for interop with https://github.com/Berserker66/MultiWorld-Utilities