RimWorld

RimWorld

XML Extensions
Showing 101-110 of 162 entries
< 1 ... 9  10  11  12  13 ... 17 >
Update: Sep 26, 2021 @ 4:32pm

v1.5.4

- Added SetRoot
- Added TryCatch
- Added CustomSettingContainer and CustomKeyedSettingContainer
- Added root to AggregateValues
- Added xpath to Setting.Text
- Fixed bug in FindNodeInherited
- Fixed and refactored Boolean.Comparison
- InnerText to InnerXml in FindNodeInherited and CreateVariable
- Replaced XmlContainers with PatchContainers in operations that don't do variable substitution

Update: Sep 17, 2021 @ 4:16am

v1.5.3

- Added WhileLoop

Update: Sep 17, 2021 @ 3:54am

v1.5.2

- Renamed subMenu tag to submenu

Update: Sep 17, 2021 @ 3:47am

v1.5.2

- Renamed Setting.SubMenu to Setting.DisplayMenu

Update: Sep 17, 2021 @ 1:42am

v1.5.2

- Added subMenu tag to SettingsMenuDefs
- Added Setting.SubMenu

Update: Sep 16, 2021 @ 7:44pm

v1.5.2

- Fixed bug in Setting.Range

Update: Sep 16, 2021 @ 6:52am

v1.5.2

- Fixed bug in Conditional operations

Update: Sep 16, 2021 @ 5:39am

v1.5.2

- Added ForEachDescendant

Update: Sep 16, 2021 @ 12:44am

v1.5.2

- Added SlateDef
- Added Conditional
- Added ConditionalInherited
- Added Boolean.Conditional
- Added Boolean.ConditionalInherited
- Added StopwatchStart
- Added StopwatchStop

Update: Sep 15, 2021 @ 5:46am

v1.5.2

- Renamed FindNodeRecursive to FindNodeInherited