userJake_Richcancel
reporust_rebootcancel

4,772 Commits over 1,372 Days - 0.14cph!

16 Days Ago
Codegen / manifest
16 Days Ago
Add trailer chassis that is scaled larger to fit building block sized trailers
16 Days Ago
Add shipping container building block trailer prototype thingy
16 Days Ago
Disable the RendererBatching components on shipping container skin for the hackweek
19 Days Ago
Enable streaming on recent updates new content textures
19 Days Ago
Enable streaming on more DLC textures
19 Days Ago
Enable streaming on a bunch of naval textures
19 Days Ago
Enable streaming on a bunch of recent DLCs
21 Days Ago
Add `visibilityradiusdeepsea` convar to increase the network range in the deep sea - default to 20 (640m)
21 Days Ago
Fix occupied seats not working after a vehicle is copy pasted
21 Days Ago
Fix `printspeed` not working on vehicles with old mounting behavior (reposition instead of parenting)
21 Days Ago
merge from main -> print_speed
23 Days Ago
merge from print_speed -> main
23 Days Ago
Added `printspeed` command to help measuring boat speed
27 Days Ago
Fix the mortar facing backwards when placing (even though ti's a placeholder model)
27 Days Ago
Make the placeholder item icon for a mortar shell more distinct because a blue rocket is terrible
27 Days Ago
Switch the adjustment tool from hammer -> pipe tool because holding E to pickup prevents the radial menu from opening
27 Days Ago
Add per-player cooldown so you can't alternate mortars to fire faster than intended - set cooldown on both players & mortars - use prediction to set the cooldown on the client after firing the mortar so the UI for "Fire" doesn't flicker before the network update is sent
27 Days Ago
Make "Fire" take 2.5 seconds - shorten cooldown from 4 -> 2 seconds to compensate - using the progress bar to imagine some kind of loading shell animation and then the mortar would have a short cooldown after shooting before you can load the next one Keep setting up prefab - enable repair - set max health - reduce placement angle from 45 degrees to 15 degrees (since it's currently based on large box placement)
27 Days Ago
Codegen
27 Days Ago
merge from main -> mortar_prototype
29 Days Ago
merge from revert_roof_stability_fix -> main
29 Days Ago
Disable the convar `support_highest_stability` to revert the roof stability fix - convert from convar -> hardcoded to ensure it stays disabled for now - fixes rare situation where stability would keep updating and ruin server performance - safer to revert to old behavior first before attempting more fixes
29 Days Ago
More progress
29 Days Ago
More work
29 Days Ago
Make GetActiveItem() work on both client and server
29 Days Ago
More stuff
29 Days Ago
Codegen
29 Days Ago
Update manifest (mortar related stuff only)
29 Days Ago
Initial work
33 Days Ago
merge from fix_manifest_errors -> main
33 Days Ago
Update manifest
33 Days Ago
Update manifest (prefabs)
33 Days Ago
merge from main -> fix_manifest_errors
34 Days Ago
Regenerating the manifest added new pooled strings to it (not concerning at all)
34 Days Ago
Update manifest (manifest)
34 Days Ago
Update manifest (prefabs)
34 Days Ago
merge from main -> fix_manifest_errors
36 Days Ago
Include count of total amount of warnings and errors after the manifest finishes generating
36 Days Ago
merge from main -> fix_manifest_errors
36 Days Ago
Handle NRE inside NPCAnimController.DoPrepare()
37 Days Ago
Update manifest
37 Days Ago
merge from main to fix_manifest_errors
40 Days Ago
Update manifest again - RHIBDriver had import error locally?
40 Days Ago
Fix NRE in Construction.DoPrepare() when allSockets is null
40 Days Ago
Start by updating the manifest
41 Days Ago
Fix the GUID warning that was actually caused by looking up path for empty / null prefab
41 Days Ago
▌ ▉▇█ ▆▉▌▅▍▇▄▆ ▅▋▆▊▇▇ ▌▉▆▅▇▄▉▆▊ ▉▄ ▅▄▌▊▆▆▌ ▌█▌▄▌▄▄ ▄▍▅▋▋▆▋ ▍█ ▄▅█ ▋▅▇▍ ▍▍▆▄▌▇▅ ▊▌██▌ ▍█ ▋▊ ▅ ▄▇▄▇▉▌▇ ▆▅▊▋▉▌▉▊█
41 Days Ago
merge from fix_copy_paste_duplicate_entity -> main
41 Days Ago
Add `paste_grid {x} {y} {spacing}` command Fix not being able to undo multiple pastes with a single `undopaste` command