reporust_rebootcancel

126,693 Commits over 4,109 Days - 1.28cph!

1 Year Ago
Fixed station prefabs
1 Year Ago
Military flamethrower - updated with new model, added item prefab, fuel gauge needle anim tweaks
1 Year Ago
Fill in the replaced item and breaks down into sections
1 Year Ago
player update. exported/setup jerrycan animation set. made new holdtype controller for it and edited water jug entity
1 Year Ago
Player preview no longer affected by sun/moon directional light
1 Year Ago
Baseline
1 Year Ago
█▄▋▋▉▋▅ ▌▉▆▉▊▅█ ▊▅▄▄▅▊
1 Year Ago
Fix item background color disappearing when closing the modal by pressing esc
1 Year Ago
Remove old modal, fix NRE Close modal when pressing esc Close modal when clicking outside of it
1 Year Ago
Add RevealTransitionOnEnable component for lewis
1 Year Ago
oilrig L3 texturing progress
1 Year Ago
Plastic ignore favorites.cfg
1 Year Ago
Item Store tweaks
1 Year Ago
▊▌▄▇▊▄▆▆▅▅█▄▉ ▊▍▆█▅ ▌█▅_▄▇▇_█▅▋█▊▌_▅
1 Year Ago
Item Store changes, back button prefab update
1 Year Ago
▍▅▋█▉ ▆▆▋▄ ▌▌▄_▇▄▊_▊▊▊▉▍▍_▌
1 Year Ago
█▍▄▆▅▇ ▋▆▍▉▄▆▊█
1 Year Ago
▍▊▇▄▊ █▇▋▌ ▅▇█▄
1 Year Ago
Toggle the modal off by default
1 Year Ago
Re-design of the skin popover
1 Year Ago
Added placeholder minigun ammo pack
1 Year Ago
player update. jackhammer holster position edit and set updated idle pose its override controller
1 Year Ago
oilrig sat tube greybox full greybox flow
1 Year Ago
merge from full_server_demos
1 Year Ago
Merge Main -> store-UI
1 Year Ago
Fixed ice mask being invisible when not on a player, now showing it in the item store viewer
1 Year Ago
Merge store-ui -> Main
1 Year Ago
Don't do 3D skin views when item store is used while in-game
1 Year Ago
Increase max deploy distance convar
1 Year Ago
Higher res mask icon
1 Year Ago
Convars to control min health range and attack distances for deployment. Add deploy checks logic.
1 Year Ago
Better, more automatic up direction calc for SkinViewer
1 Year Ago
Realm-remove AI data from client
1 Year Ago
Handle scientists despawn
1 Year Ago
Merge from main
1 Year Ago
harbor2 backup, WTP overgrowth tweaks - mainly thinning overgrowth density in places some wip creeping tree models until I get back to it
1 Year Ago
Merge from main
1 Year Ago
Add server.favoritesEndpoint to set the DNS hostname to save when favoriting this server (requires query port unless a SRV record also exists) Server browser will save the endpoint and use it to find the server even if its IP (and port, if using SRV) changes
1 Year Ago
Updated Diver hazmat preview - now showcases the helmet and tank variants
1 Year Ago
Lower minimum health threshold for tutorial bear attacks (0.6 -> 0.25)
1 Year Ago
Merge from main -> full_server_demos
1 Year Ago
Don't upload demos when `upload_demos` is set false or when `upload_url` is unset
1 Year Ago
Rename variables inside `FullServerDemos.cs` to be as readable as possible
1 Year Ago
Add `upload_demos` convar to turn off uploading and keep it on disk
1 Year Ago
Missed one file for CS0197
1 Year Ago
Fix CS0197 warnings - change static method `NetRead.Free( ref NetRead )` to `NetRead.RemoveReference()` - move `Interlocked.Increment()` into `NetRead.AddReference()`
1 Year Ago
Fix the server recording inbound packets twice: once from decryption thread & once on the main thread
1 Year Ago
Don't split up PacketId and the rest of the packet
1 Year Ago
Flame jet smoke
1 Year Ago
Cleanup variable names Fix writing packet length directly to the FileStream instead of the Writer.BaseStream