RimWorld
XML Extensions
Wyświetlanie 91-100 z 162 pozycji
< 1 ... 8  9  10  11  12 ... 17 >
Aktualizacja: 7 października 2021 o godz. 19:17

v1.5.6

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

Aktualizacja: 7 października 2021 o godz. 14:22

v1.5.6

- Removed a debugging statement

Aktualizacja: 7 października 2021 o godz. 2:33

v1.5.6

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

Aktualizacja: 7 października 2021 o godz. 2:31

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Aktualizacja: 7 października 2021 o godz. 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

Aktualizacja: 2 października 2021 o godz. 3:10

v1.5.5

- Removed a tag

Aktualizacja: 1 października 2021 o godz. 21:02

v1.5.5

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

Aktualizacja: 30 września 2021 o godz. 3:32

v1.5.5

- Boolean operations support lists

Aktualizacja: 29 września 2021 o godz. 13:18

v1.5.5

- Fixed black screen bug

Aktualizacja: 28 września 2021 o godz. 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