PlateUp!

PlateUp!

KitchenLib (Beta)
Showing 61-70 of 85 entries
< 1 ... 5  6  7  8  9 >
Update: 6 Mar, 2023 @ 7:35pm

KitchenLib Beta v0.5.6 RC1

Release Notes - API Related

Base Classes

CustomAppliance

- Added Override int PurchaseCostOverride = -1.

CustomItem

- Added Override int RewardOverride = -1.

CustomItemGroup

- Added Override int RewardOverride = -1.

JSON Manager


- Updated how JSONS are loaded. - Thanks @Yariazen

This Beta DOES include ID changes.

Update: 1 Mar, 2023 @ 8:10pm

KitchenLib Beta v0.5.6b3

Release Notes - API Related

Utilities

GDOUtils

- Added `void BlacklistSide(Item item, int side)`
- Added `void WhitelistSide(Item item, int side)`

Materials

- Minor UI Adjustments

This Beta does NOT include ID changes.

Update: 27 Feb, 2023 @ 8:06am

KitchenLib Beta v0.5.6b2

Release Notes - API Related

Base Classes

CustomAppliance

- Removed Obsolete bool ForceIsRotationPossible
- Removed Obsolete bool IsRotationPossible
- Removed Obsolete void PostRotate
- Removed Obsolete bool ForceIsInteractPossible
- Removed Obsolete bool IsInteractPossible
- Removed Obsolete void PreInteract
- Removed Obsolete void PostInteract

Materials

- Material Editor backend updates.

This Beta does NOT include ID changes.

Update: 23 Feb, 2023 @ 12:55am

KitchenLib Beta v0.5.6b1

Release Notes - API Related

Base Classes

CustomGameDataObject (And all children)

- Fixed a bug causing values to not be changable back to the default if a BaseGameDataObject is set.

This Beta does NOT include ID changes.

Update: 16 Feb, 2023 @ 12:58am

KitchenLib Beta v0.5.2bRC-11

KLMenu

- Fixed a bug caused when creating a new profile with a duplicate name, to overwrite the existing profile's values.
- Removed debug code.

Update: 16 Feb, 2023 @ 12:46am

KitchenLib Beta v0.5.2bRC-10

KLMenu

- Fixed a bug causing profiles to overwrite other profile's preferenes

Update: 16 Feb, 2023 @ 12:19am

KitchenLib Beta v0.5.2bRC-9

KLMenu

- Fixed a bug causing profiles to not save on creation.

Update: 16 Feb, 2023 @ 12:08am

KitchenLib Beta v0.5.2bRC-8

KLMenu

- Fixed a bug allowing users to create more than 1 profile with the same name. (per instance)

Update: 15 Feb, 2023 @ 10:06pm

KitchenLib Beta v0.5.2bRC-7

KLMenu

- Save() is now automatically called when a profile is switched

Update: 15 Feb, 2023 @ 9:55pm

KitchenLib Beta v0.5.2bRC-6

Release Notes - API Related

BaseMod

- OnUpdate() is no longer sealed.

KLMenu

- AddProfileSelector() now requires a PreferenceManager parameter.
- AddProfileSelector() When "Create" is selected, the default profile will also be selected.