userJake_Richcancel

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

30 Days Ago
merge from deep_sea_sleeping_bag -> main
30 Days Ago
Codegen
30 Days Ago
merge from main -> deep_sea_sleeping_bag
30 Days Ago
Fix spacing of sleeping bag separator
30 Days Ago
Codegen
31 Days Ago
merge from main -> deep_sea_sleeping_bag
31 Days Ago
Fix deep sea icon not assigned to sleeping bag button prefab
50 Days Ago
merge from main -> deep_sea_sleeping_bag
51 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
51 Days Ago
Point the serverlist to the new HttpClient
51 Days Ago
Create single shared HttpClient inside WebUtil
51 Days Ago
Compile fix
51 Days Ago
Add command to refresh server list manually (for testing download)
51 Days Ago
Fix missing compression headers from ServerList HttpClient - allows serverlist to download in gzip as intended
52 Days Ago
Add sleeping bag icon to the sleeping bag button prefab
52 Days Ago
Show icon if the bag is inside the deep sea
52 Days Ago
Make separator slightly smaller
52 Days Ago
Add separator prefab to the death screen prefab
52 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
52 Days Ago
Separator prefab
52 Days Ago
Codegen
52 Days Ago
Allow server to indicate which bags are currently inside the deep sea
59 Days Ago
merge from main -> apartment_complex_monument
59 Days Ago
merge from fix_duplicate_ocean_sim_data -> main
2 Months Ago
Switch LoadNativeSimData() from reading into a managed array to reading into NativeArray so it doesn't affect heap watermark
2 Months Ago
Add FileEx.ReadAllBytesNative() that returns a NativeArray<byte> instead of byte[]
2 Months 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
2 Months Ago
merge from optimize_sleeping_bag -> main
2 Months Ago
merge from optimize_sleeping_bag -> main
2 Months 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
2 Months Ago
merge from fix_roof_debris -> main
2 Months Ago
Also add debris DeployVolume to the top of the normal roof
2 Months Ago
merge from fix_roof_debris -> main
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