RimWorld

RimWorld

XML Extensions
Showing 91-100 of 162 entries
< 1 ... 8  9  10  11  12 ... 17 >
Update: Oct 7, 2021 @ 7:17pm

v1.5.6

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

Update: Oct 7, 2021 @ 2:22pm

v1.5.6

- Removed a debugging statement

Update: Oct 7, 2021 @ 2:33am

v1.5.6

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

Update: Oct 7, 2021 @ 2:31am

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Update: Oct 7, 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

Update: Oct 2, 2021 @ 3:10am

v1.5.5

- Removed a tag

Update: Oct 1, 2021 @ 9:02pm

v1.5.5

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

Update: Sep 30, 2021 @ 3:32am

v1.5.5

- Boolean operations support lists

Update: Sep 29, 2021 @ 1:18pm

v1.5.5

- Fixed black screen bug

Update: Sep 28, 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