userJake_Richcancel

5,131 Commits over 1,492 Days - 0.14cph!

2 Years Ago
Unity only serializing backpack prefab when you close unity
2 Years Ago
Move large backpack to different folder Make the small backpack green as a placeholder model for the large backpack (so it looks different)
2 Years Ago
Fix backpack inventory not expanding to larger amount of slots when backpack item is changed (seemingly a bug with all player containers)
2 Years Ago
Removed "WIP" text from backpack because it looks stupid & too small Just assume the green backpack is a placeholder model Un-delete the small backpack item (whoops)
2 Years Ago
Added large backpack item Placeholder amount of slots (helk will assign intended values) Add "WIP" text to backpack icons Clamp backpack item icons to 256x256
2 Years Ago
Fix wrapping gift inside of backpack deleting the item
2 Years Ago
Fix no sound when opening backpack on the ground Placeholder zipper sound (from lockers)
2 Years Ago
Merge from main -> backpacks
2 Years Ago
Add field `destroyMarkerOnItemRemoved` to control whether the crate map marker is destroyed when an item is removed from the crate
3 Years Ago
Merge from main -> qol_cached_browser_ping_text
3 Years Ago
Add `cached_browser_refresh_cooldown` convar (default 60s) Lower cached browser refresh delay from 5min -> 1min on the client
3 Years Ago
Fix attachments not making sound when added to a weapon inside a backpack
3 Years Ago
Fix backpacks not hiding the tank part of hazmat suits
3 Years Ago
Fix wrapped items being deleted when opened inside backpack
3 Years Ago
Fix item right clicking into backpack after closing the backpack inventory
3 Years Ago
Backpacks will despawn based on the most valuable item inside them
3 Years Ago
Merge from main -> backpacks
3 Years Ago
Include additional performance info about GPUs
3 Years Ago
Set default bind of "focus map" to `F` Move bind to different realm so it doesn't overwrite flashlight button
3 Years Ago
Add a second label for the `...` so the dots are aligned from left to right
3 Years Ago
Show `...` (animated) while waiting for ping from server instead of `?`
3 Years Ago
S2P on oil rigs
3 Years Ago
Allow entities with the `DisableSaving` component (acts as a tag) & `EnableSaving == false` to respawn every single restart Change entities that are part of radiation alarm in oil rig & small oil to respawn each restart
3 Years Ago
Fix lights & alarm not turning off when the crate respawns
3 Years Ago
Fix SERVER compile errors
3 Years Ago
Codegen
3 Years Ago
Subtract 90203
3 Years Ago
Merge from main -> qol_hbhf_dialog
3 Years Ago
Fix compile error when neither SERVER or CLIENT is defined
3 Years Ago
Fix compile errors in WorldItem.Server (from merge?) and BackpackInventoryPanel (from me)
3 Years Ago
Fix ItemIcon.cs compile error after refactor of input keys on item move to an enum
3 Years Ago
Re-run codegen after merge
3 Years Ago
Merge from main -> backpacks
3 Years Ago
Increase culling distance of amber light from 65m -> 150m (this light is only seen on oilrig & excavator) Increased LOD settings of light to prevent it going lowest LOD until 120m away
3 Years Ago
Play radiation alarm once the radiation value is above the threshold instead of at the threshold (meaning radiation > 0)
3 Years Ago
Fix typo causing all radiation to bypass armor
3 Years Ago
Merge from oil_rig_radiation -> sav244
3 Years Ago
Run Scene2Prefab on both oil rigs
3 Years Ago
Set large oil rig radiation falloff to 40% instead
3 Years Ago
Add option for radiation triggers to bypass armor and apply a set amount of rads Change radiation from 100 -> 2 / sec but bypass whatever armor you wear Set radiation radius to 120 with 50% falloff to give trickle radiation as you approach & ample time to turn away
3 Years Ago
Change all the blue lights to amber lights
3 Years Ago
Remove locked crate icon from map when any item is removed from a hacked crate
3 Years Ago
Merge from main -> oil_rig_radiation
3 Years Ago
Fix wall being buildable between two different buildings allowing TCs to be connected and break
3 Years Ago
Fix default keybinds applying over and over for multiple realms (`prevskin` and `nextskin` specifically)
3 Years Ago
Fix tags not working in the modded tab when using cached browser (move CheckTags from `OnServerResponded()` to `AddServer()`)
3 Years Ago
merge from main -> qol_hbhf_dialog
3 Years Ago
Spawn HeldEntities with `limitNetworking=true` so they don't spam network updates around world origin when the item is first created / split
3 Years Ago
Prevent auto turret from being able to target through chainlink fence (include invisible layer in raycast)
3 Years Ago
Fixed dropped item container showing `james` when in streamer mode