RimWorld

RimWorld

XML Extensions
Zobrazuje se 81–90 z 162 položek
< 1 ... 7  8  9  10  11 ... 17 >
Aktualizace: 20. říj. 2021 v 20.35

v1.6.2

- Can pin mods for quick access

Aktualizace: 18. říj. 2021 v 15.44

v1.6.1

- Fixed bug in UseSettingExternal

Aktualizace: 16. říj. 2021 v 1.20

v1.6.1

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

Aktualizace: 13. říj. 2021 v 22.44

v1.6.1

- Fixed bug in error handling of drawing settings

Aktualizace: 13. říj. 2021 v 12.42

v1.6.1

- Minor edits to syntax of objPath

Aktualizace: 13. říj. 2021 v 1.10

v1.6.1

- Minor syntax changes

Aktualizace: 12. říj. 2021 v 23.18

v1.6.1

- Fixed bug in DefDatabaseOperationInsert

Aktualizace: 12. říj. 2021 v 22.47

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

Aktualizace: 10. říj. 2021 v 4.12

v1.6.0

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

Aktualizace: 10. říj. 2021 v 2.08

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