PlateUp!

PlateUp!

KitchenLib
Viser 51–60 av 84 bidrag
< 1 ... 4  5  6  7  8  9 >
Oppdatering: 20. feb. 2023 @ 16.29

KitchenLib Beta v0.5.5
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.5.5

Release Notes - API Related

PreferenceManager

- Updated Preferences - Thanks @ZekNikZ

Release Notes - Other

- Added Mod Changelogs - Thanks @ZekNikZ

Oppdatering: 20. feb. 2023 @ 6.32

KitchenLib Beta v0.5.4
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.5.4

Release Notes - Other

- Player Logs are now Mostly sanitized.
- Custom Sides are slightly moved up higher now.

Oppdatering: 16. feb. 2023 @ 5.07

KitchenLib Beta v0.5.3
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.5.3

Release Notes - API Related

Base Classes

CustomUnlock

- Color ColourOverride is now fixed.

Oppdatering: 16. feb. 2023 @ 1.46

KitchenLib Beta v0.5.2
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.5.2

Release Notes - API Related

Base Classes

BaseMod

- Added string betaVersion to the constructor.
- PostActivate(Mod mod) is now sealed.
- PostInject() is now sealed.
- PreInject() is now sealed.
- Initialise() is now sealed.

CustomCustomerType

- Added bool IsGenericGroup.
- Added bool RelativeGroupSize.
- Added int MinGroupSize.
- Added int MaxGroupSize.
- Added PatienceValues PatienceModifiers.
- Added OrderingValues OrderingModifiers.
- Added List<PlayerCosmetic> Cosmetics.
- Added List<ICustomerProperty> Properties.

CustomAppliance

- Added bool SellOnlyAsUnique.

CustomUnlock

- Added string IconOverride.
- Added Color ColourOverride.

PreferenceBase

- Added PreferenceBase.
- Added PreferenceBool.
- Added PreferenceString.
- Added PreferenceInt.
- Added PreferenceList<T>.
- Added PreferenceDictionary<T1, T2>.

KLMenu<T>

- Added void AddProfileSelector(string mod_id, Action<string> action, PreferenceManager manager, bool updateOnHighlight = true).

References

- Updated references for 1.1.3 and 1.1.4.

Utilities

PreferenceUtils

- PreferenceUtils is now Obsolete.

PreferenceManager

- Added PreferenceManager(string MOD_ID).
- Added PreferenceBase RegisterPreference(PreferenceBase preference).
- Added void PreferenceManager.Save().
- Added void PreferenceManager.Load().
- Added object PreferenceManager.Get<PreferenceBase>(string key).
- Added void PreferenceManager.Set<PreferenceBase>(string key, object value).
- Added void PreferenceManager.SetProfile(string profile).

GlobalPreferences

- Added GlobalPreferences
- Added string[] GlobalPreferences.GetProfiles(string mod_id).
- Added void GlobalPreferences.AddProfile(string mod_id, string profile).
- Added void GlobalPreferences.RemoveProfile(string mod_id, string profile).
- Added bool GlobalPreferences.DoesProfileExist(string mod_id, string profile).
- Added string GlobalPreferences.GetProfile(string mod_id).
- Added void GlobalPreferences.SetProfile(string mod_id, string profile).

Release Notes - Other

Support

- Removed MelonLoader support.
- Removed BepInEx support.

DataDumper

- Updated ApplianceDumper.
- Added CustomerTypeDumper.

Oppdatering: 12. feb. 2023 @ 20.40

KitchenLib Beta v0.5.1
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.5.1

Release Notes - API Related

Base Classes

BaseMod

- AddGameDataObject<T>() can now only be used in OnPostActivate(Mod mod) or PostActivate(Mod mod)

Oppdatering: 12. feb. 2023 @ 20.26

KitchenLib Beta v0.5.0
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.5.0

Release Notes - API Related

Events

- BuildGameDataEvent is now fired before SetupForGame allowing for various componenets to be attached correctly. - Thanks @ZekNikZ
- Added BuildGameDataPreSetupEvent - Thanks @ZekNikZ
- Added BuildGameDataPostViewInitEvent - Thanks @ZekNikZ

Base Classes

BaseMod

- Added Warning() for logging.
- AddGameDataObject<T>() can now only be used in OnPostActivate(Mod mod)

CustomItemGroup

- Added AutoSetupItemGroupView - Thanks @ZekNikZ

Release Notes - Other

- Mods Menu is now self-expanding - Thanks @blarglebottoms
- Version Regex Fixed - Thanks @blarglebottoms

Oppdatering: 8. feb. 2023 @ 23.29

Oppdatering: 8. feb. 2023 @ 7.09

KitchenLib Beta v0.4.8
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.4.8

Release Notes - API Related

GDO Registration

- Fix duplicate GDO errors.

Oppdatering: 8. feb. 2023 @ 4.01

KitchenLib Beta v0.4.7
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.4.7

Release Notes - API Related

GDO Registration

- Fixed a bug causing GDOs to not register sometimes.

Oppdatering: 7. feb. 2023 @ 23.59

KitchenLib Beta v0.4.6
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.4.6

Release Notes - API Related

CustomDish

- PrerequisiteDishesEditor is now Obsolete

CustomLayoutProfile

- Fixed localization

CustomProcess

- Fixed localization