RimWorld
XML Extensions
Menampilkan91-100 dari 162 kiriman
< 1 ... 8  9  10  11  12 ... 17 >
Pembaruan: 7 Okt 2021 @ 7:17pm

v1.5.6

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

Pembaruan: 7 Okt 2021 @ 2:22pm

v1.5.6

- Removed a debugging statement

Pembaruan: 7 Okt 2021 @ 2:33am

v1.5.6

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

Pembaruan: 7 Okt 2021 @ 2:31am

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Pembaruan: 7 Okt 2021 @ 2:06am

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

Pembaruan: 2 Okt 2021 @ 3:10am

v1.5.5

- Removed a tag

Pembaruan: 1 Okt 2021 @ 9:02pm

v1.5.5

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

Pembaruan: 30 Sep 2021 @ 3:32am

v1.5.5

- Boolean operations support lists

Pembaruan: 29 Sep 2021 @ 1:18pm

v1.5.5

- Fixed black screen bug

Pembaruan: 28 Sep 2021 @ 11:44pm

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