RimWorld

RimWorld

XML Extensions
Näytetään 151–160 / 162
< 1 ... 14  15  16  17 >
Päivitys: 19.8.2021 klo 19.53

v1.3.3

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

Päivitys: 18.8.2021 klo 5.18

v1.3.2

- Added tooltip to Setting.RadioButtons

Päivitys: 18.8.2021 klo 3.27

v1.3.1

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

Päivitys: 17.8.2021 klo 22.55

v1.3.0

- Changed AssemblyInfo metadata

Päivitys: 17.8.2021 klo 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

Päivitys: 16.8.2021 klo 23.26

v1.2.1

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

Päivitys: 16.8.2021 klo 19.43

v1.2.1

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

Päivitys: 16.8.2021 klo 6.54

v1.2.1

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

Päivitys: 16.8.2021 klo 1.30

v1.2.1

- Hotfix for naming bug in modId.

Päivitys: 15.8.2021 klo 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.