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

v1.5.6

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

Actualización: 7 OCT 2021 a las 2:22 p. m.

v1.5.6

- Removed a debugging statement

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

v1.5.6

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

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

v1.5.6

- Renamed DefaultValueSettingsList to SetDefaultValueSettingsList

Actualización: 7 OCT 2021 a las 2:06 a. m.

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 a. m.

v1.5.5

- Removed a tag

Actualización: 1 OCT 2021 a las 9:02 p. m.

v1.5.5

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

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

v1.5.5

- Boolean operations support lists

Actualización: 29 SEP 2021 a las 1:18 p. m.

v1.5.5

- Fixed black screen bug

Actualización: 28 SEP 2021 a las 11:44 p. m.

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