userJake_Richcancel

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

10 Days Ago
merge from main -> deep_sea_sleeping_bag
11 Days Ago
Update the rest of the codebase (where applicable) to use the shared HttpClient over their own separate instances - analytics - rust+ - nexus - store Only difference is it supplies a user agent & supports compression
11 Days Ago
Point the serverlist to the new HttpClient
11 Days Ago
Create single shared HttpClient inside WebUtil
11 Days Ago
Compile fix
11 Days Ago
Add command to refresh server list manually (for testing download)
11 Days Ago
Fix missing compression headers from ServerList HttpClient - allows serverlist to download in gzip as intended
12 Days Ago
Add sleeping bag icon to the sleeping bag button prefab
12 Days Ago
Show icon if the bag is inside the deep sea
12 Days Ago
Make separator slightly smaller
12 Days Ago
Add separator prefab to the death screen prefab
12 Days Ago
Sort deep sea bags before main island bags when you are inside the deep sea (and vise versa) Position separator prefab inbetween the different locations of bags on respawn screen
12 Days Ago
Separator prefab
12 Days Ago
Codegen
12 Days Ago
Allow server to indicate which bags are currently inside the deep sea
19 Days Ago
merge from main -> apartment_complex_monument
19 Days Ago
merge from fix_duplicate_ocean_sim_data -> main
22 Days Ago
Switch LoadNativeSimData() from reading into a managed array to reading into NativeArray so it doesn't affect heap watermark
22 Days Ago
Add FileEx.ReadAllBytesNative() that returns a NativeArray<byte> instead of byte[]
22 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
22 Days Ago
merge from optimize_sleeping_bag -> main
22 Days Ago
merge from optimize_sleeping_bag -> main
23 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
23 Days Ago
merge from fix_roof_debris -> main
23 Days Ago
Also add debris DeployVolume to the top of the normal roof
23 Days Ago
merge from fix_roof_debris -> main
23 Days Ago
Fix roof placement not being blocked by debris by adding a DeployVolume specifically looking for debris
23 Days Ago
merge from main -> fix_roof_debris
23 Days Ago
merge from fix_copy_paste_duplicate_entity/refactor -> main
23 Days Ago
23 Days Ago
Re-run codegen
23 Days Ago
merge from main -> fix_copy_paste_duplicate_entity/refactor
23 Days Ago
merge from paste_autocomplete -> main
23 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
24 Days Ago
Leftover uncommitted code
29 Days Ago
Fix sorting order of base building blocks
29 Days Ago
Fix window blueprint skin assignment
29 Days Ago
Add blueprint skins for half wall, triangle foundation and triangle floor
29 Days Ago
Add skins to the respective source prefabs
29 Days Ago
Fix trailer having no wheel friction
29 Days Ago
merge from main -> hackweek_trailers
29 Days Ago
Hackweek: set limitNetworking when spawning blueprint building block so it doesn't flicker - changed limitNetworking: review later
29 Days Ago
Add skins to source prefabs
29 Days Ago
Add blueprint skin variantsfor wall. door frame, window & square floor
30 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
30 Days Ago
Add blueprint skin to foundation & wall prefabs
30 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
30 Days Ago
Craggy (unsure if I changed anything but commit it for hackweek)
30 Days Ago
Codegen
30 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)