RimWorld
XML Extensions
Mostrando 91-100 de 162 aportaciones
< 1 ... 8  9  10  11  12 ... 17 >
Actualización: 7 OCT 2021 a las 19:17

v1.5.6

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

Actualización: 7 OCT 2021 a las 14:22

v1.5.6

- Removed a debugging statement

Actualización: 7 OCT 2021 a las 2:33

v1.5.6

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

Actualización: 7 OCT 2021 a las 2:31

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Actualización: 7 OCT 2021 a las 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

Actualización: 2 OCT 2021 a las 3:10

v1.5.5

- Removed a tag

Actualización: 1 OCT 2021 a las 21:02

v1.5.5

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

Actualización: 30 SEP 2021 a las 3:32

v1.5.5

- Boolean operations support lists

Actualización: 29 SEP 2021 a las 13:18

v1.5.5

- Fixed black screen bug

Actualización: 28 SEP 2021 a las 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