RimWorld
XML Extensions
Εμφάνιση 81-90 από 162 καταχωρίσεις
< 1 ... 7  8  9  10  11 ... 17 >
Ενημέρωση: 20 Οκτ 2021 στις 20:35

v1.6.2

- Can pin mods for quick access

Ενημέρωση: 18 Οκτ 2021 στις 15:44

v1.6.1

- Fixed bug in UseSettingExternal

Ενημέρωση: 16 Οκτ 2021 στις 1:20

v1.6.1

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

Ενημέρωση: 13 Οκτ 2021 στις 22:44

v1.6.1

- Fixed bug in error handling of drawing settings

Ενημέρωση: 13 Οκτ 2021 στις 12:42

v1.6.1

- Minor edits to syntax of objPath

Ενημέρωση: 13 Οκτ 2021 στις 1:10

v1.6.1

- Minor syntax changes

Ενημέρωση: 12 Οκτ 2021 στις 23:18

v1.6.1

- Fixed bug in DefDatabaseOperationInsert

Ενημέρωση: 12 Οκτ 2021 στις 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

Ενημέρωση: 10 Οκτ 2021 στις 4:12

v1.6.0

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

Ενημέρωση: 10 Οκτ 2021 στις 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