PlateUp!

PlateUp!

KitchenLib
Viser 41–50 av 82 bidrag
< 1 ... 3  4  5  6  7 ... 9 >
Oppdatering: 30. mars 2023 @ 19.41

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

Release Notes - Other

- Added Data / Statistic Collection (Can be disabled).
- Fixed a vanilla bug preventing player profiles from being loaded into a multiplayer session.
- Added Privacy Policy.

Oppdatering: 28. mars 2023 @ 0.05

Oppdatering: 26. mars 2023 @ 14.35

Hotfix

Oppdatering: 26. mars 2023 @ 14.23

Hotfix

Oppdatering: 26. mars 2023 @ 14.16

Hotfix

Oppdatering: 26. mars 2023 @ 14.09

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

Release Notes - API Related

Material Builder

- Fixed Materials search being CaSe SeNsItIvE.

Utilities

GDOUtils

- Added int GetItemProcessResult(Item item, Process process)

SpawnUtils

- Added Entity SpawnApplianceBlueprintAtPosition(int id, Vector3 position, float priceModifier = 0f, int forcePrice = -1, bool use_red = false)

Oppdatering: 26. mars 2023 @ 4.51

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

Release Notes - API Related

Materials

- Fixed some custom materials not loading.

Oppdatering: 14. mars 2023 @ 20.17

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

Release Notes - API Related

Base Classes

CustomGameDataObject

- CustomGameDataObjects now have their IDs generated based on the ModID rather than the ModName.

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`
- Added Override `int PurchaseCostOverride = -1`.

CustomItem

- Added Override `int RewardOverride = -1`.

CustomItemGroup

- Added Override `int RewardOverride = -1`.

Materials

- Material Editor overhaul.

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

GDOUtils

- `GetCustomGameDataObject(string modID, string name)` now checks for modName as well (Backwards Compatibility).
- Added `void BlacklistSide(Item item, int side)`
- Added `void WhitelistSide(Item item, int side)`

JSON Manager

- Updated how JSONS are loaded. - Thanks @Yariazen

Release Notes - Other

- Adjusted game version compatibility.
- 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

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.