RimWorld

RimWorld

XML Extensions
Viser 111-120 af 120 forekomster
< 1 ... 10  11  12 >
Opdatering: 18. aug. 2021 kl. 3:27

v1.3.1

- Added XmlExtensions.Log
- Setting.Text now supports multiline strings

Opdatering: 17. aug. 2021 kl. 22:55

v1.3.0

- Changed AssemblyInfo metadata

Opdatering: 17. aug. 2021 kl. 7:47

v1.3

- Added anchor option to Setting.Text
- Added XmlExtensions.Boolean.Xor
- Added an error message if applying a Boolean patch.
- Changed default relation in Boolean.Comparision to "eq"
- Fixed bug where UseSetting and OptionalPatch changed the mod's label
- Removed a Log.Message() meant for debugging in Setting.SplitColumn

Opdatering: 16. aug. 2021 kl. 23:26

v1.2.1

- Changed syntax of OptionalPatch to make it consistent with the rest of the mod.

Opdatering: 16. aug. 2021 kl. 19:43

v1.2.1

- Fixed critical bug in how settings are loaded, which was breaking the mod.

Opdatering: 16. aug. 2021 kl. 6:54

v1.2.1

- Fixed bug where patch operations were claiming to succeed even though they were failing

Opdatering: 16. aug. 2021 kl. 1:30

v1.2.1

- Hotfix for naming bug in modId.

Opdatering: 15. aug. 2021 kl. 22:08

v1.2

- Added XmlExtensions.Setting.ScrollView: A new setting that displays a list of settings in a separate ScrollView.
- Added XmlExtensions.Setting.ToggleableSettings: A new setting that displays a list of settings if a given setting is true, and a different one if it is false.

Opdatering: 14. aug. 2021 kl. 0:05

v1.1

- Added XmlExtensions.OptionalPatch.

Opdatering: 13. aug. 2021 kl. 18:55

v1.0

- Initial upload