RimWorld

RimWorld

XML Extensions
Showing 21-30 of 159 entries
< 1  2  3  4  5 ... 16 >
Update: Jul 9 @ 1:52am

- Changed <position> to <anchor> in SplitColumn and SplitColumns

Update: Jul 9 @ 1:37am

v1.8.5

- Added Setting.ColorEntry
- Added Setting.ColorPalette
- Added Setting.ColorWheel
- Added Setting.DrawColor
- Added <width> and <position> parameters to Setting.SplitColumn
- Added <widths> and <positions> parameters to Setting.SplitColumns
- Fixed bug in Setting.Numeric that did not update its cached value

Update: Jul 8 @ 4:42pm

- Added <decimals> and <percent> parameters to Setting.Numeric (If you used Numeric to input floats, you must now update your menu with the new <decimals> parameter)
- Fixed bug in Setting.DisplayWindow when giving a list of settings rather than a SettingsMenuDef
- Updated visuals of Setting.Range

This is the final update to the 1.5 version unless a major bug is found

Update: Jul 7 @ 1:47am

- Backported all 1.6 changes and bugfixes into 1.5

Update: Jul 6 @ 8:52pm

- Fixed bug where Setting.Numeric allowed float input

Update: Jul 6 @ 2:00am

- Fixed bug in KeyedActions with vanilla-style menus

Update: Jul 4 @ 9:15pm

- Fixed translations (for real this time)
- Fixed TabView bug in 1.5
- Fixed DefDatabase operations in 1.5

Update: Jul 3 @ 11:36am

- Fixed translation files in 1.5 and older

Update: Jul 2 @ 3:55pm

v1.8.4

- Increased size of settings windows to match vanilla's mod setting menu
- Fixed error that happened when closing a settings window by using "x"
- Fixed error in DefDatabase Operations

Update: Jul 1 @ 10:27pm

Hotfix for Setting.DisplayMenu