userJake_Richcancel
reporust_rebootcancel

4,911 Commits over 1,431 Days - 0.14cph!

2 Months Ago
Fix roof placement not being blocked by debris by adding a DeployVolume specifically looking for debris
2 Months Ago
merge from main -> fix_roof_debris
2 Months Ago
merge from fix_copy_paste_duplicate_entity/refactor -> main
2 Months Ago
2 Months Ago
Re-run codegen
2 Months Ago
merge from main -> fix_copy_paste_duplicate_entity/refactor
2 Months Ago
merge from paste_autocomplete -> main
2 Months Ago
List possible paste file names when using `paste` convar with an incomplete filename - don't actually autocomplete so we don't accidently paste a huge build unintentionally
2 Months Ago
Leftover uncommitted code
2 Months Ago
Fix sorting order of base building blocks
2 Months Ago
Fix window blueprint skin assignment
2 Months Ago
Add blueprint skins for half wall, triangle foundation and triangle floor
2 Months Ago
Add skins to the respective source prefabs
2 Months Ago
Fix trailer having no wheel friction
2 Months Ago
merge from main -> hackweek_trailers
2 Months Ago
Hackweek: set limitNetworking when spawning blueprint building block so it doesn't flicker - changed limitNetworking: review later
2 Months Ago
Add skins to source prefabs
2 Months Ago
Add blueprint skin variantsfor wall. door frame, window & square floor
2 Months 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
2 Months Ago
Add blueprint skin to foundation & wall prefabs
2 Months 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
2 Months Ago
Craggy (unsure if I changed anything but commit it for hackweek)
2 Months Ago
Codegen
2 Months 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)
2 Months Ago
WIP code to support a building plan showing all the foundations of a base's blueprints
2 Months Ago
Prefabs created so far
2 Months Ago
New code added
2 Months Ago
Add TriggerParent
2 Months Ago
Add Construction component so the sockets actually work and add 2 extra window sockets
2 Months Ago
Add sockets for doors and a window to the trailer
2 Months Ago
Codegen
2 Months Ago
Scale trailer hackweek entity by 2.5x
2 Months Ago
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
2 Months Ago
Craggy with hackweek junk on it
2 Months Ago
Manifest stuff
2 Months Ago
Codegen
2 Months Ago
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)
2 Months Ago
Make Trailer it's own entity class that inherits from BaseSiegeMachine
2 Months Ago
Add box collider to the shipping container ceiling for hackweek (instead of convex collider)
2 Months Ago
Codegen / manifest
2 Months Ago
Add trailer chassis that is scaled larger to fit building block sized trailers
2 Months Ago
Add shipping container building block trailer prototype thingy
2 Months Ago
Disable the RendererBatching components on shipping container skin for the hackweek
2 Months Ago
Enable streaming on recent updates new content textures
2 Months Ago
Enable streaming on more DLC textures
2 Months Ago
Enable streaming on a bunch of naval textures
2 Months Ago
Enable streaming on a bunch of recent DLCs
3 Months Ago
Add `visibilityradiusdeepsea` convar to increase the network range in the deep sea - default to 20 (640m)
3 Months Ago
Fix occupied seats not working after a vehicle is copy pasted
3 Months Ago
Fix `printspeed` not working on vehicles with old mounting behavior (reposition instead of parenting)