RimWorld
XML Extensions
Se afișează 151-160 din 162 intrări
< 1 ... 14  15  16  17 >
Actualizare: 19 aug. 2021 @ 19:53

v1.3.3

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

Actualizare: 18 aug. 2021 @ 5:18

v1.3.2

- Added tooltip to Setting.RadioButtons

Actualizare: 18 aug. 2021 @ 3:27

v1.3.1

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

Actualizare: 17 aug. 2021 @ 22:55

v1.3.0

- Changed AssemblyInfo metadata

Actualizare: 17 aug. 2021 @ 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

Actualizare: 16 aug. 2021 @ 23:26

v1.2.1

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

Actualizare: 16 aug. 2021 @ 19:43

v1.2.1

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

Actualizare: 16 aug. 2021 @ 6:54

v1.2.1

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

Actualizare: 16 aug. 2021 @ 1:30

v1.2.1

- Hotfix for naming bug in modId.

Actualizare: 15 aug. 2021 @ 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.