Skip to content

Releases: Basement-Renovator/basement-renovator

3.1.28

11 Nov 17:52
b2c618e
Compare
Choose a tag to compare
Force Water Entity + Rep 1.7.5 Patch resprites (#272)

* Add Force Water entity from rep 1.7.5 patch

* update entity sprites that were changed in rep patch

3.1.27

03 Sep 22:00
b44dd3f
Compare
Choose a tag to compare
Update README.md

3.1.26

29 Aug 03:31
84152d2
Compare
Choose a tag to compare
Fissure Flipping (#270)

* scaffolding

* X and Y Flipping for fissures that should work with other Degrees parameters

* blacken

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

3.1.25

23 Aug 23:25
Compare
Choose a tag to compare
bugfix for Dusty Death's Head + flipping

3.1.24

23 Aug 23:22
Compare
Choose a tag to compare
bugfix for Dusty Death's Head + flipping

3.1.23

19 Aug 04:09
Compare
Choose a tag to compare
removing canary

3.1.22

27 Jul 18:02
Compare
Choose a tag to compare
fixing comment

3.1.21

26 Jul 16:57
Compare
Choose a tag to compare
bugfix for Quake Grimances + flipping

3.1.20

26 Jul 16:54
Compare
Choose a tag to compare
bugfix for Quake Grimances + flipping

3.1.19

24 Jul 16:30
fda416c
Compare
Choose a tag to compare
Entity XML lookup overhaul + Dynamic parameter support (#262)

* replace all entityxml uses with new lookup, param system wip

* fix broken parameters, display value getting

* fix dropdown errors + allow filtering ents with params + blacken

* move reused functions to src.util

* fix error with 0 subtype parameter entity, improve names and tooltips of params

* basevalue support for spinners & sliders + automatic subtype validation on placement

* fix potential errors with variant / subtype 0 entities in lookup

* pylint hook fixes importing in src folder, fix bug with mirroring entities

* refactoring; parameter work to come tomorrow

* forgot to blacken

* validate > clampValue, move icon format fixing to fixupLookups

* parameters > bitfields, more refactoring to go with that

* fix bit offsets

* use colon rather than hyphen, more readable with negatives

* fix crash with unknown entities

* if you have the entity you are about to paint selected in room, copy id / variant / subtype for fast painting

* refactoring + documentation + extra validation

* Fix invalid savedPaths dictionary access

* Fix icon fixer questionmark.png & ent-error.png

* Run icon fixer. It appears that some icons cannot be fixed automatically.

* Update NicheFeatures.md

Co-authored-by: Michael Cohen <budjmt@aol.com>

* Fix EntitiesRepentance.xml formatting

Co-authored-by: Michael Cohen <budjmt@aol.com>

* more bitfield validation, refactoring, directory walking for fixup

* Manually fix all but one of the broken SRGB sprites

* fix  the final broken icon!!!

Co-authored-by: Michael Cohen <budjmt@aol.com>