userJake_Richcancel

4,820 Commits over 1,400 Days - 0.14cph!

35 Days Ago
Switch LoadNativeSimData() from reading into a managed array to reading into NativeArray so it doesn't affect heap watermark
35 Days Ago
Add FileEx.ReadAllBytesNative() that returns a NativeArray<byte> instead of byte[]
35 Days Ago
Fix the deep sea OceanSimulation loading a 2nd copy of the ocean sim data since they both read the same file from disk - pass in NativeSimData from outside of OceanSimulation instead of reading it inside the constructor - only dispose NativeSimData once when it's shared - saves 80MB
35 Days Ago
merge from optimize_sleeping_bag -> main
35 Days Ago
merge from optimize_sleeping_bag -> main
36 Days Ago
Optimize sleeping bags - switch List<> of all sleeping bags on server to ListHashSet<> so Contains() and Remove() isn't slow - update methods to iterate through list of sleeping bags per player instead of old global list of all sleeping bags on server
36 Days Ago
merge from fix_roof_debris -> main
36 Days Ago
Also add debris DeployVolume to the top of the normal roof
36 Days Ago
merge from fix_roof_debris -> main
36 Days Ago
Fix roof placement not being blocked by debris by adding a DeployVolume specifically looking for debris
36 Days Ago
merge from main -> fix_roof_debris
36 Days Ago
merge from fix_copy_paste_duplicate_entity/refactor -> main
36 Days Ago
36 Days Ago
Re-run codegen
36 Days Ago
merge from main -> fix_copy_paste_duplicate_entity/refactor
36 Days Ago
merge from paste_autocomplete -> main
36 Days 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
37 Days Ago
Leftover uncommitted code
42 Days Ago
Fix sorting order of base building blocks
42 Days Ago
Fix window blueprint skin assignment
42 Days Ago
Add blueprint skins for half wall, triangle foundation and triangle floor
42 Days Ago
Add skins to the respective source prefabs
42 Days Ago
Fix trailer having no wheel friction
42 Days Ago
merge from main -> hackweek_trailers
42 Days Ago
Hackweek: set limitNetworking when spawning blueprint building block so it doesn't flicker - changed limitNetworking: review later
42 Days Ago
Add skins to source prefabs
42 Days Ago
Add blueprint skin variantsfor wall. door frame, window & square floor
42 Days 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
42 Days Ago
Add blueprint skin to foundation & wall prefabs
42 Days 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
43 Days Ago
Craggy (unsure if I changed anything but commit it for hackweek)
43 Days Ago
Codegen
43 Days 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)
43 Days Ago
WIP code to support a building plan showing all the foundations of a base's blueprints
43 Days Ago
Prefabs created so far
43 Days Ago
New code added
43 Days Ago
Add TriggerParent
43 Days Ago
Add Construction component so the sockets actually work and add 2 extra window sockets
43 Days Ago
Add sockets for doors and a window to the trailer
43 Days Ago
Codegen
43 Days Ago
Scale trailer hackweek entity by 2.5x
43 Days 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
44 Days Ago
Craggy with hackweek junk on it
44 Days Ago
Manifest stuff
44 Days Ago
Codegen
44 Days 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)
44 Days Ago
Make Trailer it's own entity class that inherits from BaseSiegeMachine
44 Days Ago
Add box collider to the shipping container ceiling for hackweek (instead of convex collider)
46 Days Ago
Codegen / manifest
46 Days Ago
Add trailer chassis that is scaled larger to fit building block sized trailers