RimWorld
XML Extensions
Hiển thị 91-100 trong 162 mục
< 1 ... 8  9  10  11  12 ... 17 >
Cập nhật: 7 Thg10, 2021 @ 7:17pm

v1.5.6

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

Cập nhật: 7 Thg10, 2021 @ 2:22pm

v1.5.6

- Removed a debugging statement

Cập nhật: 7 Thg10, 2021 @ 2:33am

v1.5.6

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

Cập nhật: 7 Thg10, 2021 @ 2:31am

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Cập nhật: 7 Thg10, 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

Cập nhật: 2 Thg10, 2021 @ 3:10am

v1.5.5

- Removed a tag

Cập nhật: 1 Thg10, 2021 @ 9:02pm

v1.5.5

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

Cập nhật: 30 Thg09, 2021 @ 3:32am

v1.5.5

- Boolean operations support lists

Cập nhật: 29 Thg09, 2021 @ 1:18pm

v1.5.5

- Fixed black screen bug

Cập nhật: 28 Thg09, 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