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일 오후 5시 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일 오후 9시 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일 오후 6시 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일 오후 8시 38분

v1.5.0

- Added defaultValue to CreateVariable

업데이트: 2021년 9월 4일 오후 11시 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일 오후 10시 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