RimWorld

RimWorld

XML Extensions
Showing 51-60 of 120 entries
< 1 ... 4  5  6  7  8 ... 12 >
Update: Oct 7, 2021 @ 2:33am

v1.5.6

- Renamed the other method as well (different number of parameters)

Update: Oct 7, 2021 @ 2:31am

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Update: Oct 7, 2021 @ 2:06am

v1.5.6

- Refactored most of the mod
- Error reporting patching is now automated, so it will work for modded operations as well
- Added PatchOperationSafeReplace
- Added PreClose() to SettingContainers
- Removed CustomSettingContainer

Update: Oct 2, 2021 @ 3:10am

v1.5.5

- Removed a tag

Update: Oct 1, 2021 @ 9:02pm

v1.5.5

- Updated extra settings UI
- Added more translation keys
- Added workshop tags

Update: Sep 30, 2021 @ 3:32am

v1.5.5

- Boolean operations support lists

Update: Sep 29, 2021 @ 1:18pm

v1.5.5

- Fixed black screen bug

Update: Sep 28, 2021 @ 11:44pm

v1.5.5

- Added CreateDocument
- Added ApplyInDocument
- Added MergeDocument
- Added xmlDoc tag to all patch operations
- Added copies of all vanilla operations
- Pushed assembly to NuGet
- Large code refactoring

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