RimWorld
XML Extensions
目前顯示第 91-100 項,共 162 項
< 1 ... 8  9  10  11  12 ... 17 >
更新:2021 年 10 月 7 日 @ 下午 7:17

v1.5.6

- Added Setting.DisplayWindow
- Small refactor of settings code
- Removed some extra debug statements

更新:2021 年 10 月 7 日 @ 下午 2:22

v1.5.6

- Removed a debugging statement

更新:2021 年 10 月 7 日 @ 上午 2:33

v1.5.6

- Renamed the other method as well (different number of parameters)

更新:2021 年 10 月 7 日 @ 上午 2:31

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

更新:2021 年 10 月 7 日 @ 上午 2:06

v1.5.6

- Refactored most of the mod
- Error reporting patching is now automated, so it will work for modded operations as well
- Added PatchOperationSafeReplace
- Added PreClose() to SettingContainers
- Removed CustomSettingContainer

更新:2021 年 10 月 2 日 @ 上午 3:10

v1.5.5

- Removed a tag

更新:2021 年 10 月 1 日 @ 下午 9:02

v1.5.5

- Updated extra settings UI
- Added more translation keys
- Added workshop tags

更新:2021 年 9 月 30 日 @ 上午 3:32

v1.5.5

- Boolean operations support lists

更新:2021 年 9 月 29 日 @ 下午 1:18

v1.5.5

- Fixed black screen bug

更新:2021 年 9 月 28 日 @ 下午 11:44

v1.5.5

- Added CreateDocument
- Added ApplyInDocument
- Added MergeDocument
- Added xmlDoc tag to all patch operations
- Added copies of all vanilla operations
- Pushed assembly to NuGet
- Large code refactoring