RimWorld

RimWorld

XML Extensions
Showing 81-90 of 162 entries
< 1 ... 7  8  9  10  11 ... 17 >
Update: 20 Oct, 2021 @ 8:35pm

v1.6.2

- Can pin mods for quick access

Update: 18 Oct, 2021 @ 3:44pm

v1.6.1

- Fixed bug in UseSettingExternal

Update: 16 Oct, 2021 @ 1:20am

v1.6.1

- Updated More Mod Settings UI
- Added a search bar
- Added option to include standard mod settings

Update: 13 Oct, 2021 @ 10:44pm

v1.6.1

- Fixed bug in error handling of drawing settings

Update: 13 Oct, 2021 @ 12:42pm

v1.6.1

- Minor edits to syntax of objPath

Update: 13 Oct, 2021 @ 1:10am

v1.6.1

- Minor syntax changes

Update: 12 Oct, 2021 @ 11:18pm

v1.6.1

- Fixed bug in DefDatabaseOperationInsert

Update: 12 Oct, 2021 @ 10:47pm

v1.6.1

- Added a new class of Patch Operations: DefDatabaseOperations
- Added DefDatabaseOperationAdd
- Added DefDatabaseOperationInsert
- Added DefDatabaseOperationRemove
- Added DefDatabaseOperationReplace
- Added DefDatabaseOperationConditional
- Added DefDatabaseForEach
- Added DefDatabaseCreateVariable
- Added DefDatabaseLog
- Added Setting.ApplyActions
- Added postCloseActions
- Added preOpenActions
- Added onFrameActions

Update: 10 Oct, 2021 @ 4:12am

v1.6.0

- Added HeightTool
- Added <showDimensions> to every setting
- Removed ShowWidth

Update: 10 Oct, 2021 @ 2:08am

v1.6.0

- Added KeyedActions
- Added Setting.HorizontalScrollView
- Added Setting.ScrollArea
- Added Setting.SplitColumns
- Added Setting.ShowWidth
- Added Setting.EmbedMenu
- Added <checkAttributes> to Safe operations
- Added defaultCase to PatchByCase
- Added more tags to Setting.SplitColumn
- Improvements to how custom settings are written in C#
- Removed submenu tag from SettingsMenuDefs (leave label null instead)
- Removed PreClose() from SettingContainers
- More major refactoring