RimWorld
XML Extensions
162件中 111-120 を表示
< 1 ... 10  11  12  13  14 ... 17 >
更新:2021年9月15日 @ 4時34分

v1.5.2

- Added FindNodeRecursive
- Added GetName
- Added defaultValue to ToggleableSettings

更新:2021年9月14日 @ 17時12分

v1.5.2

- Patch operations which can patch themselves supported
- XML errors which cause black screens will now boot to menu, and an error will be thrown
- Added Boolean.FindMod
- Minor bug fixes

更新:2021年9月13日 @ 21時31分

v1.5.1

- Added Boolean.FindMod
- Fixed another bug in ForEach
- Can make PatchDefs with no parameters
- Fixed bug in PatchDefs where errors wouldn't be reported

更新:2021年9月11日 @ 18時46分

v1.5.1

- Fixed bug in ForEach

更新:2021年9月10日 @ 2時32分

v1.5.1

- Added PatchDef
- Added AggregateValues
- Added error reporting to Booleans
- Optimized to single-pass string replacement

更新:2021年9月8日 @ 20時38分

v1.5.0

- Added defaultValue to CreateVariable

更新:2021年9月4日 @ 23時46分

v1.5.0

- Fixed bug in initialization of SettingsMenuDefs

更新:2021年9月4日 @ 5時29分

v1.5.0

- Changed margin to padding in Setting.Section

更新:2021年9月4日 @ 5時10分

v1.5.0

- Made settings menus the size of vanilla menus
- Added Setting.MiddleColumn
- Added custom message support to ResetSettings
- Added Setting.Section
- Added drawLine and gapSize to SplitColumn

更新:2021年9月3日 @ 22時35分

v1.5.0

- Can hide label in sliders by simply not providing one
- Added setting initialization code
- Fixed bug in how TabView is drawn