Releases: Ijwu/Enemizer
Release 7.1
What's Changed
- Remove unused meme sound effect by @Nyx-Edelstein in #14
New Contributors
- @Nyx-Edelstein made their first contribution in #14
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
Update EnemizerLibrary assembly version to allow AP to recognize the new version of the library.
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
- Add Archipelago rom names by @Berserker66 in #10
Full Changelog: 6.4...7.0
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
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
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
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
6.1.0.154
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