reporust_rebootcancel

113,196 Commits over 3,959 Days - 1.19cph!

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