RimWorld

RimWorld

XML Extensions
Showing 71-80 of 120 entries
< 1 ... 6  7  8  9  10 ... 12 >
Update: Sep 13, 2021 @ 9:31pm

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

Update: Sep 11, 2021 @ 6:46pm

v1.5.1

- Fixed bug in ForEach

Update: Sep 10, 2021 @ 2:32am

v1.5.1

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

Update: Sep 8, 2021 @ 8:38pm

v1.5.0

- Added defaultValue to CreateVariable

Update: Sep 4, 2021 @ 11:46pm

v1.5.0

- Fixed bug in initialization of SettingsMenuDefs

Update: Sep 4, 2021 @ 5:29am

v1.5.0

- Changed margin to padding in Setting.Section

Update: Sep 4, 2021 @ 5:10am

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

Update: Sep 3, 2021 @ 10:35pm

v1.5.0

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

Update: Sep 2, 2021 @ 3:43pm

v1.5.0

- Fixed typo in PatchOperationSafeCopy

Update: Sep 2, 2021 @ 3:38pm

v1.5.0

- Creation of setting menus is now done by creating a SettingsMenuDef instead of using CreateSettings
- Added PatchOperationSafeCopy
- Added general exception handling to patch operations