Skip to content

Releases: Ijwu/Enemizer

Release 7.1

Choose a tag to compare

@Ijwu Ijwu released this 22 Aug 21:46
bc896ab

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

Choose a tag to compare

@Ijwu Ijwu released this 28 Jun 18:08

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

7.0

7.0

Choose a tag to compare

@Ijwu Ijwu released this 21 Jun 23:47

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

6.4

Choose a tag to compare

@CaitSith2 CaitSith2 released this 11 Dec 20:29
  • 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

6.3

Choose a tag to compare

@CaitSith2 CaitSith2 released this 07 Oct 17:27

Changes

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

6.2

6.2

Choose a tag to compare

@Ijwu Ijwu released this 03 Sep 00:55

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

Choose a tag to compare

@Ijwu Ijwu released this 28 Jul 00:11

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

Choose a tag to compare

@Ijwu Ijwu released this 16 Jul 21:55
09f248a

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

Choose a tag to compare

@Ijwu Ijwu released this 08 Jul 23:53

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

Choose a tag to compare

@Ijwu Ijwu released this 13 Jun 20:47
d10fd7c

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