RimWorld

RimWorld

XML Extensions
Viser 151-160 af 162 forekomster
< 1 ... 14  15  16  17 >
Opdatering: 19. aug. 2021 kl. 19:53

v1.3.3

- Added translation support to settings
- Added PatchOperationSafeAddOrReplace
- Fixed minor bugs
- FINAL 1.2 version

Opdatering: 18. aug. 2021 kl. 5:18

v1.3.2

- Added tooltip to Setting.RadioButtons

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.