RimWorld
XML Extensions
162개 중 91~100개 표시 중
< 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