RimWorld

RimWorld

XML Extensions
Showing 11-20 of 120 entries
< 1  2  3  4 ... 12 >
Update: May 14, 2022 @ 1:32am

v1.6.5

- Fixed bug in Setting.ApplyActions

Update: May 13, 2022 @ 4:16pm

v1.6.5

- Added XmlExtensions.SetSetting (PatchOperation version of the Action)

Update: May 12, 2022 @ 8:13pm

v1.6.5

- Added Action.SetSetting
- Added anchor tag to Setting.Textbox

Update: Apr 22, 2022 @ 5:57pm

v1.6.5

- Fixed minor issue in Helpers.SelectSingleNode method (internal bug)

Update: Apr 22, 2022 @ 4:54pm

v1.6.5

- Fixed issue in Advanced Debugging mode when searching for node with no defName or Name attribute

Update: Apr 18, 2022 @ 4:11am

v1.6.5

- Changed "Add" in PatchOperationRemoveDuplicateNodes to "Merge"

Update: Apr 18, 2022 @ 3:21am

v1.6.5

- Fixed decrement bug in ForLoop
- Added loop limit to ForLoop
- Added PatchOperationRemoveDuplicateNodes

Update: Mar 17, 2022 @ 4:04am

v1.6.5

- Added support for operating on IntRange and FloatRange types with PatchOperationMath
- Added <compare> tag to the Safe operation types and PatchOperationAddOrReplace to allow for more flexibility in how nodes are compared

Update: Dec 24, 2021 @ 8:57pm

v1.6.4

- Fixed bug in More Mod Settings
- Re-added XmlMod.getSetting() for legacy support

Update: Nov 27, 2021 @ 1:49am

v1.6.4

- Added <rows> tag to Setting.TabView