userJake_Richcancel

5,887 Commits over 1,584 Days - 0.15cph!

26 Days Ago
Fix item creation loop running for 0 amount (due to chance of creating fertilizer) so early exit if chance fails
26 Days Ago
Increase the smelt speed of the composter so it behaves the same as before when you were splitting stacks (same as furnaces were back in the day)
26 Days Ago
Fix composter set to only accept food from old prefab / item filter setup
26 Days Ago
Fix items that are compostable but don't produce any compost being allowed in the compost (because ItemModCompostable is used for bait value)
26 Days Ago
Fix the loot panel for the composter not working the editor - OnValidate() was overwriting the offset of the inventory panel
26 Days Ago
Fix loot panel not predicting cook time for composting because it was only checking the ItemModCookable
26 Days Ago
Add the "automatically start cooking" code from the apartment stove to the BaseOven and enable it for the composter (so the composter automatically "cooks" items added into it)
26 Days Ago
Add prefab variant for composter loot panel (so we can remove / change the background icons for the composter inputs)
26 Days Ago
Change the composter prefab
26 Days Ago
Rewrite the hackweek composter UI to merge all of the composter code into normal cooking code - move ItemModCookable -> CookableItemInfo so we can create a "cooking compost" component at runtime - turn ItemModCompostable into an ItemMod - convert Composter class from StorageContainre -> BaseOven
26 Days Ago
Make the code for "cooking items" in furnaces work on both compostable items and normal cookable items
26 Days Ago
merge from main -> Hackweek_CompostUI
26 Days Ago
merge from fix_hotbar_swap_overstack -> main
27 Days Ago
merge from main -> fix_hotbar_swap_overstack
28 Days Ago
merge from main -> Hackweek_CompostUI
28 Days Ago
merge from main -> fix_hotbar_swap_overstack
28 Days Ago
Fix hotbar swapping not working with overstacks - move the RPC completely serverside so it can swap overstacks (thinking was we didn't need a network++ originally if we kept it clientside but forgot swapping overstacks is awkward) - keep existing admin checks
28 Days Ago
merge from main -> base_occlusion
28 Days Ago
Refactor and cleanup of code
29 Days Ago
Make sure we only send entiites when a door opens immediately based on a convar, so we can do normal slower snapshot queue when doors are opened and we send entiites and let the "closer than 30m send everything" prevent pop-in
32 Days Ago
Fix deployables that are inside multiple rooms not working - assign them to their own network groups similar to walls that share multiple rooms and subscribe appropriately
32 Days Ago
Always show rooms that are within ~30m of the player - prevents us from having to blast the client with a ton of entities right when they open the door, allows us to stream them at a sane rate
32 Days Ago
▇ ▉▌▍ ▆▅▆ ▆▇▌▇ ▄▍ ▋▍▅▅▉█▇ ▇▇ ▅▇█▆▅▆ ▉▌▉ ▄▌▆▍▉▉▅ ▆▉▍▊▊▍ ▅█ ▉▍▋▍ ▄▅▍██ ▄▇██ ▍▄ ▍▋█▇▇▅▋ ▋▇▉ ▄▇▌▇▊▊▆▆ ▄▋ ▅█▉▌█▄█▋▌▆ ▄▊
32 Days Ago
Simple list of doors with transparency for testing
32 Days Ago
Add ddraw for network groups for rooms
33 Days Ago
Reduce amount of network groups for rooms
33 Days Ago
Send network updates of room behind the door before the door's network update is sent
33 Days Ago
Fix lingering occlusion (wait 5s before hiding on client) not always working
34 Days Ago
▍ ▇▉▌ ▋▊▇█▍▋ █▌ ▍▇▅▇▅▌▌ ▊▊█ ▋▆▍ ▌ ▆▋▇▅ ▆▋ ▇▉▍█▆▍▋▄ ▋▋ ▅██▋ ▊▋█▊▅▄ ▋▌ ▉ ▉▊▆▌ ▌ █▉▅▋▉▊ ▉▇█▋▅▆ ▅▋ ▍▍▆▇▋▅▆▉▇▋▄▆▄ █▄
34 Days Ago
update base_occlusion/optimize_building_blocks
34 Days Ago
Update testlist
34 Days Ago
merge from main -> base_occlusion
34 Days Ago
▍ ▇▆▆▅▆ ▄▇▉▌ ▊▍▋█▋▌█ ▌▇ ▄█▌▆▅▍▊ ▅▋▍▄▆▉ ▇▆▌█▍▆▄▌ ▄▆▉▄▍▋▇ ▆███ ▉▍▅▅▄ ▅▄ ▆▉▅▇▇
34 Days Ago
merge from fix_threaded_logs -> main
34 Days Ago
Update test list
34 Days Ago
merge from main -> fix_threaded_logs
34 Days Ago
▍▋ ▇▍▍▋▄▊ ▆▅▇ ▊▊▊▌▄ ▆▇▉ ▄▉█▌▋ █▉ █▆ █▅▉▍ ▇▉█▉█ ▉ ▉▌▊▊▆█▊ ▋ ▉▆▍▊ ▊▇ ▆▉▊█ ▌▊▉▇ ▆▌▆ ▅▊█▇▄ ▆▇▉ ▋▋▋█▍ ▆█▄▊▄▆▇▌█▆▊▌ ▍▍▋▌▄▅ ▉▌▇▅ ▌▆██▄▉ ▄▍▉█▄▋ ▆▇▉▌▇ ▍▉█▊█▋█ ▅▆ ▉▋▋▉▅▊ ▊▅▊▌ ▅▉▆▋▋▉ ▊▆▋▅▋▇▆▅▌▊▆▍███ ▄▇▋▄▇▅▄▇█ ▅▄▋▋▋▋▊▌
35 Days Ago
Tests to confirm it's fixed
35 Days Ago
Also capture exceptions thrown on worker threads inside tasks - been bitten by this before: not realizing exceptions are being thrown in async tasks
35 Days Ago
Fix log messages from other threads not showing up in the console / RCON due to not having a threaded log handler - buffer in queue, swallow on main thread and feed into normal logging callback
35 Days Ago
Update other conditional model code to take into account null slots in conditionals (since we cache the last state of each conditional instead of only storing the spawned conditionals)
35 Days Ago
Optimize conditional models to only refresh if they are changed - fixes condition models all being destroyed and recreated every single time the model state was changed instead of only creating and deleting the conditionals that needed to be
35 Days Ago
▄ ▍▍█▅▅ ▄▋█▆ ▋▉▍▆▅▉▍▌▄▋▉▇▅▉▋▉▆ ▌▌ ▄▉██
35 Days Ago
▍ █▉▄ ▆▇▅▋▅▉▇▍▉▆▋▆ ▅▊▍▍▆▌▌ ▌▉ ▆▉▊ ▇█▌ ▍▊█▉▄▆ ▍▍▌▅▄▅▍ ▉▋▌ █▅██▌ ▊▄▄▅▉▊█ ▍▌ ▉█▋▋█▇▅
35 Days Ago
▍▌ ▅▊▇▊▇ ▋▍▌▌ █▆▅▇▄▆█ ▍▆ ▄▇█▅
35 Days Ago
▌ ▊▇▋ ▉▅▉▋█▇▌ ▆█▄▉▉ ▊▍▌▊█▇▌ ▋▍██▍ ▊▉▊▇▆▇█ ▋▆ ▌▍█ ▉█▋ ▆▇█ ▌▇▉▋ ▋ ▅▆▋▌█ ▌▉ ▋▅▋▉▅▌▋▉▄ ▅▊▌▆▋▄▇▅▄▊▉▇▉▉▅▇▍▌▉ ▄█ ▉▄▍▊▄ ▌▋▍▇▍▉▋ █▊▋▋█▍▄▌▊ ▋▌▇▆▆▉ ▊▆▅▍▆█▉ ▊▉▌ ▊▊ ▆▊▆ ▋▋▍▉▄▌█▉ ▉▍█▅▌ ▋▅▊█▋ ▆▅▋
35 Days Ago
Don't hide rooms until they have been invisible for 5s+ (prevents room going invisible as the door is in it's closing animation + reduces churn from rooms being deleted and networked over and over
35 Days Ago
Move code around, don't unload filestorage since domain reload should handle it
36 Days Ago
merge from main -> base_occlusion
36 Days Ago
Codegen