RimWorld
XML Extensions
162개 중 1~10개 표시 중
< 1  2  3 ... 17 >
업데이트: 2025년 9월 17일 오후 8시 52분
작성자: Imranfish

- Changed a postfix on PatchOperations to a finalizer, and prints the exception as an error
- Added a few extra error logs to PatchOperationSequence

업데이트: 2025년 9월 12일 오후 3시 44분
작성자: Imranfish

- CollapsibleSettings now only highlights the header when searching with Setting.Searchbox
- Fixed an uncommon edge case when initializing inactive keys

업데이트: 2025년 9월 2일 오후 3시 41분
작성자: Imranfish

- Search now correctly works with nested ToggleableSettings and SwitchSettings
- Removed some code that caused some minor overhead in most patch operations

업데이트: 2025년 8월 22일 오후 5시 13분
작성자: Imranfish

- Added XmlExtensions.SetScope: A performance patch operation that applies all nested operations to a single node while limiting the scope of XPath lookups
- Added <selectSingleNode> parameter to all patch operations which have an <xpath> parameter
- Setting.Slider and Setting.Text now replaces {defaultValue} in <label> with the default value of the given key
- In XmlExtensions.ForEachLoop, renamed the mode LocalPatch to SetScope
- Fixed a bug in Action.ChangeKey where key did not reset when the menu is open/closed

업데이트: 2025년 8월 21일 오전 1시 59분
작성자: Imranfish

- Fixed an OutOfRange error when searching lists in objPaths of DefDatabaseOperations

업데이트: 2025년 8월 19일 오전 4시 56분
작성자: Imranfish

v1.9.2

- Added Setting.CollapsibleSettings
- Added <minHeight> parameter to all Settings

Reworked Setting.TabView:
- Removed <maxTabWidth> parameter
- Added <defaultTab> parameter
- TabView will automatically adjust the size of the tabs to fit in the number of given rows

Reworked Setting.Searchbox:
- Added <animate> parameter
- Added <highlightThickness> parameter
- Search will now search through all visible and non-visible nested settings, and will highlight tabs or scrollviews which contain matched settings

업데이트: 2025년 8월 10일 오전 12시 40분
작성자: Imranfish

- String concatenation in CreateVariable now properly supports CDATA
- Slightly adjusted positioning of search count in Setting.Searchbox for better alignment
- Refactoring of menu drawing code to prepare for upcoming additions

업데이트: 2025년 8월 7일 오후 8시 15분
작성자: Imranfish

- Added Setting.Searchbox
- Added <allowSearch> parameter to all Settings
- Added <color> parameter to all Settings

업데이트: 2025년 7월 29일 오후 9시 57분
작성자: Imranfish

- Added <style> parameter to Setting.Button, Setting.RadioButton, Setting.RadioButtons, and Setting.Checkbox

업데이트: 2025년 7월 28일 오후 8시 15분
작성자: Imranfish

- Wrote a small compatibility layer to backport all updates and bugfixes to 1.5 version. (Importantly fixing a Unity bug with non-integer UI scaling, and a bug in MergeDocument)