RimWorld
XML Extensions
151–160/162 bejegyzés mutatása
< 1 ... 14  15  16  17 >
Frissítés: 2021. aug. 19. @ 19:53

v1.3.3

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

Frissítés: 2021. aug. 18. @ 5:18

v1.3.2

- Added tooltip to Setting.RadioButtons

Frissítés: 2021. aug. 18. @ 3:27

v1.3.1

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

Frissítés: 2021. aug. 17. @ 22:55

v1.3.0

- Changed AssemblyInfo metadata

Frissítés: 2021. aug. 17. @ 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

Frissítés: 2021. aug. 16. @ 23:26

v1.2.1

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

Frissítés: 2021. aug. 16. @ 19:43

v1.2.1

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

Frissítés: 2021. aug. 16. @ 6:54

v1.2.1

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

Frissítés: 2021. aug. 16. @ 1:30

v1.2.1

- Hotfix for naming bug in modId.

Frissítés: 2021. aug. 15. @ 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.