RimWorld
XML Extensions
91-100 van 162 items weergegeven
< 1 ... 8  9  10  11  12 ... 17 >
Update: 7 okt 2021 om 19:17

v1.5.6

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

Update: 7 okt 2021 om 14:22

v1.5.6

- Removed a debugging statement

Update: 7 okt 2021 om 2:33

v1.5.6

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

Update: 7 okt 2021 om 2:31

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Update: 7 okt 2021 om 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

Update: 2 okt 2021 om 3:10

v1.5.5

- Removed a tag

Update: 1 okt 2021 om 21:02

v1.5.5

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

Update: 30 sep 2021 om 3:32

v1.5.5

- Boolean operations support lists

Update: 29 sep 2021 om 13:18

v1.5.5

- Fixed black screen bug

Update: 28 sep 2021 om 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