userJake_Richcancel

2,254 Commits over 670 Days - 0.14cph!

6 Months Ago
Add BackpackContents container type to LocalPlayerItemContainer
6 Months Ago
Merge from main -> backpacks
6 Months Ago
▌▉▆▅▄▆ ▇▆█▇ ▋▉▅▇▇▆▉ ▋█▇ █▇▅▇▌▄▇ ██ ▊▉ (█▄ + ▅▉ ▋▋▍▆▅▉)
6 Months Ago
Move `OnConectedToServer()` to Awake() to fix NRE with GNB enabled on certain minigame servers
6 Months Ago
merge from main -> globl_networked_bases
6 Months Ago
Move team invite from server raycast to clientside to improve reliability of team invite
6 Months Ago
Add 4th slot to m39 so you can attach scope + muzzle + laser + extended mag
6 Months Ago
Generate manifest
6 Months Ago
Implement rest of item volume Fixes Codegen
6 Months Ago
More fixes and cherrypicks
6 Months Ago
Cherrypick the backpack assets and fix them up
6 Months Ago
Cherrypick parts of hackweek backpack branch while keeping compatibility with parachute implementation
6 Months Ago
Compile fix
6 Months Ago
Fallback to physics casting in 16m if the building block attached to the guntrap has no TC placed / it is destroyed
6 Months Ago
Save instanced render distance convar Codegen
6 Months Ago
merge from main -> hackweek_backpacks_2
6 Months Ago
Lower craft amount to maximum craftable after inventory is updated and craft text is not selected (to handle inventory updating from server after UI calculates max amount)
6 Months Ago
Fix craft amount reseting to `1` each time you craft more than 1 item
6 Months Ago
Cherrypick 88308 and 88309 (MaterialPropertyBlock not rebuilding after resize)
6 Months Ago
Ensure MaterialBlocks are rebuilt after the cell allocator buffers are resized
6 Months Ago
Fix 2021 branch compile error
6 Months Ago
update global_networked_bases/2021
6 Months Ago
Command to manually expand render buffers
6 Months Ago
merge from main -> global_networked_bases
6 Months Ago
Enable "fastMode" on cached browser sqlite database
6 Months Ago
Removed tag filtering for cached queries since we didn't take into account excluded tags & the server browser filters out "weekly" tags already
6 Months Ago
Fix #SERVER in TriggerWorkbench
6 Months Ago
Update workbench trigger right when player enter or leaves a workbench trigger (rather than waiting up to 2 seconds)
6 Months Ago
Fix NRE presumably when sending an entity that is destroyed on startup
6 Months Ago
Fix turret not setting auth dirty when losing target behind LOS for >3 seconds and when turret is first turned on
6 Months Ago
merge from main -> trap_optimize
6 Months Ago
Fix server failing to startup due to heightmap being large
6 Months Ago
Fix cooldown missing from shotgun trap after it fires
6 Months Ago
Removed separate method for `VarString` and switched to bool overload for variable length vs fixed length Added support for variable length on byte[] and all string methods
6 Months Ago
Subtract the subtract
6 Months Ago
Merge from main -> threadsafe_protobuf
6 Months Ago
Fix byte[] being read with uint length but being written with var int length
6 Months Ago
Add ddraw.capsule Add ability to specify rotation of ddraw.box Add ability to overwrite distaneFade and zTest for most ddraw Add "help" to ddraw to show the arguments in F1 console
6 Months Ago
Regen protobuf
6 Months Ago
Try to merge main -> wire_tool_reconnect again
6 Months Ago
Merge from main -> wire_tool_reconnect
6 Months Ago
Send global update the next frame (to account for parenting after the entity is spawned)
6 Months Ago
Merge from main -> global_networked_bases
6 Months Ago
Convert brutalist prefabs
6 Months Ago
Add editor tool to convert brutalist only to instancing
6 Months Ago
Added VarUInt read & write methods because protobuf serializes strings different than NetRead & NetWrite does Ensure stream position is correctly offset when writing strings & variable length int
6 Months Ago
▇▌▄▌ ▍█ ▋▍▇▇▋ ▉ ▄▊▌▅, █▉▋▄▇ ▍▇ ▌▊▇▆ ▌ ▇▅▍ ▇▄▅▇▊▍ ▊▉▌▋ ▅█▉▇ ▍▉▌ ▆█▌ █▆█▌▇█ ▅▅▊▆▍▊▅
6 Months Ago
██▉ ▊▅▇, ▄██▌▊▌▋▌▇, ▋▅▆▇.▆▇▆▌▊▆ & ▊▇▉▆.▅█▇▄▋▅▍▉█▄▆▆▄▌▌ █▋ █▉▌█▅▊ ▇█▌▆▊▌█▉▍
6 Months Ago
▍▅▌█▋█ ▊▍▇█▍▄▄▇▊ ▅▋▊▇ ▌▅▄▊ ▆▅▄ █▍▍▆▄▅▊ ▋▋▍▊, ▋▌▋ █▋ ▇▋▍▌▄▉ ▋▇▄ ! ▆▊▆ ▊▍█▉ ▇▋▍▋▄▄█ ▌█▇▉▊█ ▍▌▊▇█▋▌, ▇▆▍ ▍▅▉▆ ▌██▄▌█▅█▅▋ ▋▋▆ ▇▄█▋ ▄▄▌▄█▄▌▆▆, ▊▅▄ ▋▄▉█ ▌▉█▍ ▆▊▆ ▇▉▊
6 Months Ago
Added [ThreadStatic] to staticBuffer Try to use NetRead and NetWrite directly instead of the staticBuffer when serializing protobuf Add IStreamReader and IStreamWriter, inherit for NetRead and NetWrite Move Defines to Rust.Data and rename to NetworkDefines Update references to account for moved Defines.cs