Skip to content

v0.10.3 - Minor updates

Choose a tag to compare

@Nixill Nixill released this 18 Dec 23:39
· 159 commits to master since this release
  • Added field DictionaryGenerator.StoreGeneratedValues, which defaults to true. When false, entries that are auto-generated for non-existent keys are not added to the Dictionary. (They can still be generated and added with Add(K).)
  • Fixed OffsetGrid.InsertRowShiftUp and OffsetGrid.InsertColumnShiftLeft.