Skip to content

VaultFaster 2.2.1

Compare
Choose a tag to compare
@ImplementsLegend ImplementsLegend released this 02 Dec 21:10
· 3 commits to master since this release

tweaked ObjectiveTemplateEvent to make it more flexible

  • changed multiple member declarations to "public"
  • added registerObjectiveTemplate(Objective,Vault, (Vault,RandomSource)-> Template) overload
    • can be used to randomize template used as objective

TransformationTileProcessor

  • single tile processor that can replace RotationTileProcessor, TranslationTileProcessor and MirrorTileProcessor
    • includes automatic conversion
  • multiple TransformationTileProcessors can (and will) be combined into one, this results in a significant performance improvement

other minor improvements