userJake_Richcancel

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

35 Minutes Ago
Spawn the building guide version of the building block while the construction bot is flying to the building location, so it looks like the bot has it's own building guide
36 Minutes Ago
Add blueprint skin to foundation & wall prefabs
36 Minutes Ago
Create a building guide version of building blocks called the "blueprint" skin (foundation and wall so far) so we can render building blocks as their building guide version - disable colliders, batching & gibs on the blueprint versions as I don't intend a ton to be spawned at once & want them to be movable
1 Hour Ago
Craggy (unsure if I changed anything but commit it for hackweek)
1 Hour Ago
Codegen
1 Hour Ago
Commands to load a blueprint directly into a roboport (so we don't have to get the building plan code done to paste base blueprints)
1 Hour Ago
WIP code to support a building plan showing all the foundations of a base's blueprints
1 Hour Ago
Prefabs created so far
1 Hour Ago
New code added
Today
Add TriggerParent
Today
Add Construction component so the sockets actually work and add 2 extra window sockets
Today
Add sockets for doors and a window to the trailer
Today
Codegen
Today
Scale trailer hackweek entity by 2.5x
Today
Allow towing attachments to scale the force before the joint breaks on a per-prefab basis - instead of changing global convar for hackweek each time I load the editor
Yesterday
Craggy with hackweek junk on it
Yesterday
Manifest stuff
Yesterday
Codegen
Yesterday
Make trailer into it's own entity prefab, apply enough stuff that is now functions as a trailer that can be towed (similar to siege machines)
Yesterday
Make Trailer it's own entity class that inherits from BaseSiegeMachine
Yesterday
Add box collider to the shipping container ceiling for hackweek (instead of convex collider)
3 Days Ago
Codegen / manifest
3 Days Ago
Add trailer chassis that is scaled larger to fit building block sized trailers
3 Days Ago
Add shipping container building block trailer prototype thingy
3 Days Ago
Disable the RendererBatching components on shipping container skin for the hackweek
7 Days Ago
Enable streaming on recent updates new content textures
7 Days Ago
Enable streaming on more DLC textures
7 Days Ago
Enable streaming on a bunch of naval textures
7 Days Ago
Enable streaming on a bunch of recent DLCs
8 Days Ago
Add `visibilityradiusdeepsea` convar to increase the network range in the deep sea - default to 20 (640m)
9 Days Ago
Fix occupied seats not working after a vehicle is copy pasted
9 Days Ago
Fix `printspeed` not working on vehicles with old mounting behavior (reposition instead of parenting)
9 Days Ago
merge from main -> print_speed
10 Days Ago
merge from print_speed -> main
10 Days Ago
Added `printspeed` command to help measuring boat speed
14 Days Ago
Fix the mortar facing backwards when placing (even though ti's a placeholder model)
14 Days Ago
Make the placeholder item icon for a mortar shell more distinct because a blue rocket is terrible
14 Days Ago
Switch the adjustment tool from hammer -> pipe tool because holding E to pickup prevents the radial menu from opening
14 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
14 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)
15 Days Ago
Codegen
15 Days Ago
merge from main -> mortar_prototype
16 Days Ago
merge from revert_roof_stability_fix -> main
16 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
16 Days Ago
More progress
16 Days Ago
More work
16 Days Ago
Make GetActiveItem() work on both client and server
17 Days Ago
More stuff
17 Days Ago
Codegen
17 Days Ago
Update manifest (mortar related stuff only)