Skip to content

Releases: biorand/common

v1.5.9

18 May 01:08

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.9

- Add more flexibility with mod building.

v1.5.8

11 May 20:21

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.8

- Remove update command

v1.5.7

11 May 20:19

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.7

- Natives folder now deleted when generating
- Add EndlessBag as public class
- Allow custom commands to be registered

v1.5.6

19 Apr 21:27

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.6

- Improve diagnostics available when graph hits dead end
- Fix edge case in graph route solver and reduce chances of route fail

v1.5.5

19 Apr 15:48

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.5

- Implement serialize/deserialize Graph to JSON
- Log full exception for randomizer agent

v1.5.4

28 Mar 11:54

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.4

- Handle nullable types in CSV parser

v1.5.3

27 Mar 20:20

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.3

- Modifier now supports optional context-less LogState/Apply overloads; the context-taking versions delegate to them by default
- ReeRandomizerGenerator will prefer a constructor taking IReeRandomizerContext when instantiating modifiers via reflection
- Test project updated to net10.0 with REE reference and new Modifier tests

v1.5.2

07 Mar 01:56

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.2

* Fix DummyRandomizerProgress

v1.5.1

07 Mar 01:39

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.1

* Fix agent command.
* Add more properties to IReeRandomizerContext.

v1.5.0

04 Mar 22:58

Choose a tag to compare

IntelOrca.Biohazard.BioRand.Common v1.5.0

* Add lots of new classes from the REE randos.
* Add new package: IntelOrca.Biohazard.BioRand.REE, for REE-specific randomizers.