PlateUp!
PreferenceSystem
Mostrando 21-30 de 33 aportaciones
< 1  2  3  4 >
Actualización: 24 JUN 2023 a las 5:47

PreferenceSystem v0.2.4

- Added continuous scrolling for selectors when direction is held

Actualización: 29 MAY 2023 a las 16:52

PreferenceSystem v0.2.3

- Fixed issue causing last deleted profile to be loaded on game restart if all profiles were deleted

Actualización: 15 MAY 2023 a las 4:59

PreferenceSystem v0.2.2

- Added CEffectPreferenceCondition (Switch between 2 effect conditions depending on state of bool preference)

- Added indicator for whether any affected preferences were changed after loading a Preference Set
- Indicator is present at the bottom of "Mod Preferences" menu, with red signifying that there is a mismatch

Actualización: 10 MAY 2023 a las 6:49

PreferenceSystem v0.2.1

- Prevent throwing exception when setting preference if key is not registered
- Compress import/export string with DEFLATE
- Reset import text area on successful import

- Added AddProperty feature
- AddProperty creates a preference that does not appear in Mod Preferences menu
- The preference value can instead be manipulated with Set<T>

Actualización: 9 MAY 2023 a las 2:12

PreferenceSystem v0.2.0

- Added Import/Export/Load menu
- Access in KL Dev UI (Ctrl + Shift + T ==> PrefSys)

Actualización: 18 ABR 2023 a las 4:34

PreferenceSystem v0.1.7

- Added ButtonWithConfirm
- Added DeleteProfileButton

Actualización: 25 MAR 2023 a las 19:35

PreferenceSystem v0.1.6

- Fixed wrong OptionData Type used for String Option

Actualización: 20 MAR 2023 a las 0:24

PreferenceSystem v0.1.5

- Load correct profile on startup

Actualización: 19 MAR 2023 a las 7:32

PreferenceSystem v0.1.4

- Fixed issue causing preferences to not be read correctly

Actualización: 19 MAR 2023 a las 5:41

PreferenceSystem v0.1.3- Return PreferenceSystemManager after adding each element