RimWorld
XML Extensions
Hiển thị 51-60 trong 162 mục
< 1 ... 4  5  6  7  8 ... 17 >
Cập nhật: 25 Thg05, 2022 @ 8:37pm

v1.6.6

- Will now attempt to fix duplicate XML node errors rather than just warn about them (code by Taranchuk)
- Using publicizer to reduce reflection calls

Cập nhật: 25 Thg05, 2022 @ 1:21am

v1.6.5

- Added emptyDocument node to XmlExtensions.CreateDocument

Cập nhật: 14 Thg05, 2022 @ 1:32am

v1.6.5

- Fixed bug in Setting.ApplyActions

Cập nhật: 13 Thg05, 2022 @ 4:16pm

v1.6.5

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

Cập nhật: 12 Thg05, 2022 @ 8:13pm

v1.6.5

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

Cập nhật: 22 Thg04, 2022 @ 5:57pm

v1.6.5

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

Cập nhật: 22 Thg04, 2022 @ 4:54pm

v1.6.5

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

Cập nhật: 18 Thg04, 2022 @ 4:11am

v1.6.5

- Changed "Add" in PatchOperationRemoveDuplicateNodes to "Merge"

Cập nhật: 18 Thg04, 2022 @ 3:21am

v1.6.5

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

Cập nhật: 17 Thg03, 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