RimWorld
XML Extensions
162件中 51-60 を表示
< 1 ... 4  5  6  7  8 ... 17 >
更新:2022年5月25日 @ 20時37分

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

更新:2022年5月25日 @ 1時21分

v1.6.5

- Added emptyDocument node to XmlExtensions.CreateDocument

更新:2022年5月14日 @ 1時32分

v1.6.5

- Fixed bug in Setting.ApplyActions

更新:2022年5月13日 @ 16時16分

v1.6.5

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

更新:2022年5月12日 @ 20時13分

v1.6.5

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

更新:2022年4月22日 @ 17時57分

v1.6.5

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

更新:2022年4月22日 @ 16時54分

v1.6.5

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

更新:2022年4月18日 @ 4時11分

v1.6.5

- Changed "Add" in PatchOperationRemoveDuplicateNodes to "Merge"

更新:2022年4月18日 @ 3時21分

v1.6.5

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

更新:2022年3月17日 @ 4時04分

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