RimWorld
XML Extensions
Mostrando 111-120 de 162 aportaciones
< 1 ... 10  11  12  13  14 ... 17 >
Actualización: 15 SEP 2021 a las 4:34 a. m.

v1.5.2

- Added FindNodeRecursive
- Added GetName
- Added defaultValue to ToggleableSettings

Actualización: 14 SEP 2021 a las 5:12 p. m.

v1.5.2

- Patch operations which can patch themselves supported
- XML errors which cause black screens will now boot to menu, and an error will be thrown
- Added Boolean.FindMod
- Minor bug fixes

Actualización: 13 SEP 2021 a las 9:31 p. m.

v1.5.1

- Added Boolean.FindMod
- Fixed another bug in ForEach
- Can make PatchDefs with no parameters
- Fixed bug in PatchDefs where errors wouldn't be reported

Actualización: 11 SEP 2021 a las 6:46 p. m.

v1.5.1

- Fixed bug in ForEach

Actualización: 10 SEP 2021 a las 2:32 a. m.

v1.5.1

- Added PatchDef
- Added AggregateValues
- Added error reporting to Booleans
- Optimized to single-pass string replacement

Actualización: 8 SEP 2021 a las 8:38 p. m.

v1.5.0

- Added defaultValue to CreateVariable

Actualización: 4 SEP 2021 a las 11:46 p. m.

v1.5.0

- Fixed bug in initialization of SettingsMenuDefs

Actualización: 4 SEP 2021 a las 5:29 a. m.

v1.5.0

- Changed margin to padding in Setting.Section

Actualización: 4 SEP 2021 a las 5:10 a. m.

v1.5.0

- Made settings menus the size of vanilla menus
- Added Setting.MiddleColumn
- Added custom message support to ResetSettings
- Added Setting.Section
- Added drawLine and gapSize to SplitColumn

Actualización: 3 SEP 2021 a las 10:35 p. m.

v1.5.0

- Can hide label in sliders by simply not providing one
- Added setting initialization code
- Fixed bug in how TabView is drawn