RimWorld
XML Extensions
162件中 91-100 を表示
< 1 ... 8  9  10  11  12 ... 17 >
更新:2021年10月7日 @ 19時17分

v1.5.6

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

更新:2021年10月7日 @ 14時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日 @ 21時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日 @ 13時18分

v1.5.5

- Fixed black screen bug

更新:2021年9月28日 @ 23時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