PlateUp!
PreferenceSystem
Visualizzazione di 21-30 elementi su 35
< 1  2  3  4 >
Aggiornamento: 26 giu 2023, 4:59

PreferenceSystem v0.2.6

- Fixed issue causing continuous scroll timers to not reset

Aggiornamento: 26 giu 2023, 4:24

PreferenceSystem v0.2.5

- Fixed issue causing continuous scrolling selector to not work when game is paused
- Adjusted lower threshold and ramp up time for continuous scrolling
- Added parameter for selectors to invoke redraw on change

Aggiornamento: 24 giu 2023, 5:47

PreferenceSystem v0.2.4

- Added continuous scrolling for selectors when direction is held

Aggiornamento: 29 mag 2023, 16:52

PreferenceSystem v0.2.3

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

Aggiornamento: 15 mag 2023, 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

Aggiornamento: 10 mag 2023, 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>

Aggiornamento: 9 mag 2023, 2:12

PreferenceSystem v0.2.0

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

Aggiornamento: 18 apr 2023, 4:34

PreferenceSystem v0.1.7

- Added ButtonWithConfirm
- Added DeleteProfileButton

Aggiornamento: 25 mar 2023, 19:35

PreferenceSystem v0.1.6

- Fixed wrong OptionData Type used for String Option

Aggiornamento: 20 mar 2023, 0:24

PreferenceSystem v0.1.5

- Load correct profile on startup