Skip to content

Releases: Basement-Renovator/basement-renovator

3.1.18

17 Jul 22:55
16bf464
Compare
Choose a tag to compare
Fix BR never drawing extra pit frames (#265)

3.1.17

14 Jul 14:47
5889cd7
Compare
Choose a tag to compare
Fix search tab not containing any entities (#264)

3.1.16

13 Jul 04:51
e779c2f
Compare
Choose a tag to compare
BR Test Mod uses spaces instead of exclamation points (#263)

loads earlier, necessary to load before StageAPI due to a recent update.

3.1.15

12 Jun 15:01
99a15d6
Compare
Choose a tag to compare
"group" sub-tag for entity entries allowing placing an entity in mult…

…iple groups / tabs without duplicate entries (#259)

* group subtags for entity entries

* force random group to top of list, create tabs for kinds that only exist in group tags

* Update BasementRenovator.py

* trim trailing whitespace

* en > entity prefix to please cSpell

* blackened

* fix for duplicated entities if multiple group kind tags are included for a new kind

Co-authored-by: James <5511220+Zamiell@users.noreply.github.com>

3.1.14

12 Jun 14:47
2630fd4
Compare
Choose a tag to compare
Added Fissure spawner Dial input and tooltips (#260)

* Added Fissure spawner Dial input and tooltips

* Changed Fissure spawner preferences to be more intuitive

* Fixed formatting in the constants file

* Fixed variable name being wrong

3.1.6

29 May 19:12
3f8d5a2
Compare
Choose a tag to compare
Golden Trinkets/ Hide unused enemies/ Updated sprites for antibirth e…

…nemies (#256)

* Golden Trinkets palette pack

Co-Authored-By: Gamonymous <33094562+Rchardon@users.noreply.github.com>

* Hide unused enemies + updated sprites for antibirth enemies

Co-authored-by: Gamonymous <33094562+Rchardon@users.noreply.github.com>

3.1.4

29 May 01:16
b1f634f
Compare
Choose a tag to compare
Ball & Chain + Fissure Spawner + Fix #242 (#248)

* Ball and chain

* Fissure spawner

* Fix issue #242

* Fixes and blackened code

* Add the feature in NicheFeatures.md

* refactoring

* Fix middle-click

* always hide popup

* more black code

3.1.3

28 May 21:38
169272d
Compare
Choose a tag to compare
Only run release generation on main branch (#255)

Oops

3.1.1

28 May 21:04
dfb42eb
Compare
Choose a tag to compare
Add PyInstaller automation (#254)

* Add PyInstaller automation

Adds a GitHub Action that automatically builds a new executable if the CI action succeeds.

* Automatically generate releases

* Fix release uploading

* Make release zipping actually work

* Update README to reflect automated releases

* Eliminate redundant subfolder from release

* Update pyinstaller_win.yml

Co-authored-by: James <5511220+Zamiell@users.noreply.github.com>

3.1.0

26 Oct 23:01
Compare
Choose a tag to compare

This release is out of date and does not include Repentance support.

Changes by Chronometrics:

  • Add Entity Search for the Palette
  • Add Entity Stack Popups
  • Add Booster Pack Content
  • Add Ability to Duplicate Rooms Mirrored*

Changes by budjmt:

  • Add Pills
  • Add settings.ini file Compatibility
  • Add Visual Offsets support for special entities (e.g. Gurdy, Creeps)*
  • !! Add AB+ Mod Entity support, with optional Autogeneration**
  • !! Add Instant Preview tests
  • Add a Basement Renovator helper mod for AB+ for testing
  • Enhance Replace tests to use the helper mod
  • Add more random pickups
  • Add AB alt stage compatibility
  • Add Warnings for Entities with ID, Variant, and Subtype outside the safe bound for the game
  • Tweaked the UI in various places
  • !! Add Save and Test hooks to enable scripts, e.g. lua conversion, to run on files at those times**
  • Enhance Replace tests to work with any stage
  • Replace Stage test forces the floor to XL, gives full mapping
  • Add Bulk Entity Replacement for updating entities across a room file
  • Log various bad room data when loading rooms
  • Add Recompute Room IDs to make keeping room ids consistent easier
  • Add Sort Rooms by Name and ID
  • Add BR Icon Generator Script (only on git)
  • Add the Ability to Pin the Entity Filter
  • Add Support for Custom Top Level Tabs in the Entity Palette
  • Add Ability to open files by dragging the BR exe over them
  • Open most recent room file on startup
  • Output Mod Autogen output into BR's resource folder
  • Lots of small entity tweaks and fixes
  • Add special rendering for crawlspaces
  • !! Properly support placing enemies in walls and out of bounds as the game permits
  • Enhance filtering for "Null" room type to include rooms with "filler" entities*
  • Fix weight filters
  • Enhance Replace Stage to give unlimited Dad's Key, reseed the floor until the room tested is present, and enable all doors in the room
  • Add text file format (docs in resources/Notes)
  • Add display for in-game Grid indexes and coordinates
  • !! Add support for Modded Stages**
  • Optimize room save speeds by 7.6x
  • Add Test Config to allow running a series of debug commands when starting a test run
  • Paste now selects pasted entities
  • Fix Screenshot functionality and add Copy Screenshot to Clipboard
  • !! Change BR's default file format to xml, STB is now an export format
  • Add compatibility for Rebirth and Antibirth STB files
  • Allow drag-dropping files onto running BR to open
  • Sort doors on save to reduce changes on save to edited rooms
  • Update wall and floor rendering for parity with the base game
  • Add partial Antibirth compatibility mode for room testing

* Check NicheFeatures.md for more information
** Check README.md for more information.