RimWorld

RimWorld

XML Extensions
Showing 111-120 of 120 entries
< 1 ... 10  11  12 >
Update: Aug 18, 2021 @ 3:27am

v1.3.1

- Added XmlExtensions.Log
- Setting.Text now supports multiline strings

Update: Aug 17, 2021 @ 10:55pm

v1.3.0

- Changed AssemblyInfo metadata

Update: Aug 17, 2021 @ 7:47am

v1.3

- Added anchor option to Setting.Text
- Added XmlExtensions.Boolean.Xor
- Added an error message if applying a Boolean patch.
- Changed default relation in Boolean.Comparision to "eq"
- Fixed bug where UseSetting and OptionalPatch changed the mod's label
- Removed a Log.Message() meant for debugging in Setting.SplitColumn

Update: Aug 16, 2021 @ 11:26pm

v1.2.1

- Changed syntax of OptionalPatch to make it consistent with the rest of the mod.

Update: Aug 16, 2021 @ 7:43pm

v1.2.1

- Fixed critical bug in how settings are loaded, which was breaking the mod.

Update: Aug 16, 2021 @ 6:54am

v1.2.1

- Fixed bug where patch operations were claiming to succeed even though they were failing

Update: Aug 16, 2021 @ 1:30am

v1.2.1

- Hotfix for naming bug in modId.

Update: Aug 15, 2021 @ 10:08pm

v1.2

- Added XmlExtensions.Setting.ScrollView: A new setting that displays a list of settings in a separate ScrollView.
- Added XmlExtensions.Setting.ToggleableSettings: A new setting that displays a list of settings if a given setting is true, and a different one if it is false.

Update: Aug 14, 2021 @ 12:05am

v1.1

- Added XmlExtensions.OptionalPatch.

Update: Aug 13, 2021 @ 6:55pm

v1.0

- Initial upload