reporust_rebootcancel

121,412 Commits over 4,018 Days - 1.26cph!

2 Months Ago
▇▍ ▇▉▊▍▅ ▍▋▋▉▍▌
2 Months Ago
Optimized cooking workbench texture settings/sizes. Removed a couple of textures that weren't doing anything (flat) Set AO to Linear.
2 Months Ago
Add item ownership when an item is upgraded into another item - christmas presents - easter eggs - super stocking - halloween candy
2 Months Ago
Compile fix
2 Months Ago
Set item ownership when item is researched inside research table
2 Months Ago
Add item ownership for items produced by recycling other items - uses the last player who opened the recycler
2 Months Ago
Refactor WildlifeTrap to use the existing `LastLootedByPlayer` field instead of storing new reference
2 Months Ago
Add `StorageContainer.LastLootedByPlayer` alongside the ulong `LastLootedBy` field
2 Months Ago
Merge from crafting_update
2 Months Ago
Merge from cookingv2
2 Months Ago
Fix compile error
2 Months Ago
Set item ownership of items caught inside a fish trap
2 Months Ago
Rename digestion booster to metabolism booster Fix compile error
2 Months Ago
Merge from crafting_update
2 Months Ago
Merge from cookingv2
2 Months Ago
1p greybox scene update
2 Months Ago
Added digestion boost modifier to pork pie - increases the healing over time effect speed by 3x (how quickly the light green section of the health bar is filled in by actual health)
2 Months Ago
Add item ownership when fishing items with a fishing rod
2 Months Ago
Unsaved playable changes
2 Months Ago
Molotov fix & damage values normalized for 5 fireballs.
2 Months Ago
Petting gesture animation first pass (1p + 3p).
2 Months Ago
Assigned vision care effect to apple pie
2 Months Ago
Show ore sparkles at night while vision care modifier is active
2 Months Ago
Molotov fire consistency update
2 Months Ago
Unsaved
2 Months Ago
Tree x markers appear brighter when using the Vision Care effect
2 Months Ago
Fix osx IL2CPP compile error - switch asset using statement from NUnit -> UnityEngine.Assertions
2 Months Ago
Merge from main -> item_ownership
2 Months Ago
Merge from main
2 Months Ago
Fix compile error
2 Months Ago
Molotov stuff for the orientation fix.
2 Months Ago
Revert scrap tea accidental change
2 Months Ago
Added VisionCare modifier, increases nightlight effect
2 Months Ago
Anim + timeline backups
2 Months Ago
Merge from hopper
2 Months Ago
Improved animation of tiems flying into hopper Fixed hopper speed not being tied to timescale
2 Months Ago
Updated phrases
2 Months Ago
Furnace corpse prefab
2 Months Ago
Merge from crafting_update
2 Months Ago
Merge from cookingv2
2 Months Ago
Fixed missing chicken brain component (unsure how this happened, might have been a merge issue)
2 Months Ago
Added ownership to items made by the industrial crafter - use the player that placed the industrial crafter - phrase "Industrial Crafted by {0}"
2 Months Ago
Add item ownership for items made in mixing table
2 Months Ago
Add "Harvested From Animal by {0}" phrase to animal corpses
2 Months Ago
Add ownership when gathering items from animal corpses - implemented through custom ownership phrase for certain ResourceDispensers - fallback generic "Gathered by PLAYER" phrase
2 Months Ago
Add item ownership when item is dug up with metal detector
2 Months Ago
Add ownership to item when it's purchased from an NPC vending machine
2 Months Ago
Parent merge
2 Months Ago
Wip first pass of container corpses On death, storage containers spawn a "destroyed" version of themselves, saving a percentage of the items inside The corpse can be hammered by the original owner to restore the original entity and regain access to the loot Added new convars
2 Months Ago
Merge from crafting_update