RimWorld
XML Extensions
Se afișează 91-100 din 162 intrări
< 1 ... 8  9  10  11  12 ... 17 >
Actualizare: 7 oct. 2021 @ 19:17

v1.5.6

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

Actualizare: 7 oct. 2021 @ 14:22

v1.5.6

- Removed a debugging statement

Actualizare: 7 oct. 2021 @ 2:33

v1.5.6

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

Actualizare: 7 oct. 2021 @ 2:31

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Actualizare: 7 oct. 2021 @ 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

Actualizare: 2 oct. 2021 @ 3:10

v1.5.5

- Removed a tag

Actualizare: 1 oct. 2021 @ 21:02

v1.5.5

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

Actualizare: 30 sept. 2021 @ 3:32

v1.5.5

- Boolean operations support lists

Actualizare: 29 sept. 2021 @ 13:18

v1.5.5

- Fixed black screen bug

Actualizare: 28 sept. 2021 @ 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