RimWorld
XML Extensions
162개 중 11~20개 표시 중
< 1  2  3  4 ... 17 >
업데이트: 2025년 7월 22일 오전 3시 12분
작성자: Imranfish

- Added translateX parameter to all Settings
- Made min and max parameters in Setting.Numeric optional
- Optimized MergeDocument

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

- Added modes parameter to ForEachLoop and changed the default variable name to {value}
- Implemented a workaround fix for a Unity bug involving non-integer UI scaling

업데이트: 2025년 7월 19일 오후 11시 27분
작성자: Imranfish

- Added caching to PatchDefs to remove essentially all overhead from them
- Fixed bug in MergeDocument where the ModContentPack was removed

업데이트: 2025년 7월 18일 오전 3시 57분
작성자: Imranfish

- Added Action.ChangeKey
- Added Action.FloatMenu
- Added Action.CloseMenu
- Added ForEachLoop, marked ForEach obsolete (only removed from Wiki, still in framework for backwards compatibility)
- Added drawBorder parameter to Setting.Section
- Updated how Sliders and Text display keys
- Fixed bug where some settings reset the color back to white

업데이트: 2025년 7월 16일 오후 4시 35분
작성자: Imranfish

- Fixed a bug in how attributes are removed in HybridPatch

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

- Detailed stack traces now primarily work for vanilla PatchOps and PatchOps added by XML Extensions, for compatibility sake
- Added PatchOperationEditString to the wiki
- Added a tutorial page for hybrid patching to the wiki

업데이트: 2025년 7월 15일 오전 10시 00분
작성자: Imranfish

- Changed Container.modId to public
- Changed Setting.Button to public

업데이트: 2025년 7월 15일 오전 5시 18분
작성자: Imranfish

v1.9.1

- Added HybridPatch: A very powerful and flexible patch operation that generalizes and supersedes many other operations by allowing you to define mixed behavior for individual nodes. Reduces patch count, is faster, and allows for more complex and nuanced patching.

업데이트: 2025년 7월 14일 오전 1시 52분
작성자: Imranfish

- Added Setting.Button
- Added Action.DisplayWindow
- Added Action.OpenURL
- Added Action.ResetSettings
- Added Action.SetActiveMenu
- Added Action.Log
- Added actions to Setting.DrawImage, Setting.DrawColor, and Setting.Text
- Setting.ResetSettings can now set keys to specific values
- Added warnings for obsolete methods and classes

업데이트: 2025년 7월 11일 오전 1시 51분
작성자: Imranfish

v1.9.0

Additions:
- Added Setting.IfStatement
- Added <padAbove>, <padBelow>, <padLeft>, and <padRight> to all Settings
- Added <addDefaultSpacing> to all Settings
- Added Aligned anchor type to SplitColumn and SplitColumns
- Added <padColumns> to SplitColumn and SplitColumns
- Added <key> parameter to Setting.SetColor
- Added <isKey> to Boolean.Comparison
- Added <keys>, <defaultValues>, and <logic> parameters to OptionalPatch

Bug fixes:
- Major code refactoring
- Boolean.Comparison is now case-insensitive when comparing booleans
- Fixed a bug where the default spacing of menus was not applied correctly
- Fixed a bug in SplitColumn and SplitColumns in how the width of a column is computed
- Fixed a bug in how the height of Setting.Text was computed