速速上菜!

速速上菜!

KitchenLib (Beta)
正在显示第 61 - 70 项,共 87 项条目
< 1 ... 5  6  7  8  9 >
更新于:2023 年 3 月 13 日 上午 1:11

KitchenLib Beta v0.5.6 RC3

Release Notes - API Related

Utilities

GameObjectUtils

- Added `Color ColorFromHex(int hex)`.
- Added `bool HasComponent<T>(this GameObject gameObject) where T : Component`. - Thanks @ZekNikZ
- Added `T TryAddComponent<T>(this GameObject gameObject) where T : Component`. - Thanks @ZekNikZ
- Added `GameObject GetChild(this GameObject gameObject, string childPath)`. - Thanks @ZekNikZ
- Added `int GetChildCount(this GameObject gameObject)`. - Thanks @ZekNikZ

Release Notes - Other

- Fixed internal logging. - Thanks @ZekNikZ
- Added XML documentation to some methods. - Thanks @ZekNikZ
- Other general cleanup. - Thanks @ZekNikZ
- Main Menu now contains more dish icons (including modded ones). - Thanks @propstg ( @blarglebottoms )
- Main Menu Dishes now refresh every few seconds. - Thanks @propstg ( @blarglebottoms )
- Updated version regex to support PlateUp! beta versions. - Thanks @ajvr

更新于:2023 年 3 月 9 日 下午 6:23

KitchenLib Beta v0.5.6 RC2

Release Notes - API Related

Materials

- Added CBlueprintLight (Blueprint Light) Material.

JSONManager

- Fixed JSONS not loading.

Release Notes - Other

- Adjusted game version compatibility.

更新于:2023 年 3 月 6 日 下午 7:35

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.

更新于:2023 年 3 月 1 日 下午 8:10

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.

更新于:2023 年 2 月 27 日 上午 8:06

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.

更新于:2023 年 2 月 23 日 上午 12:55

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.

更新于:2023 年 2 月 16 日 上午 12:58

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.

更新于:2023 年 2 月 16 日 上午 12:46

KitchenLib Beta v0.5.2bRC-10

KLMenu

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

更新于:2023 年 2 月 16 日 上午 12:19

KitchenLib Beta v0.5.2bRC-9

KLMenu

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

更新于:2023 年 2 月 16 日 上午 12:08

KitchenLib Beta v0.5.2bRC-8

KLMenu

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