reporust_rebootcancel

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

11 Months Ago
player update. holdtype syringe override controller updated with latest idle pose
11 Months Ago
Add analytics to track tutorials started, completed and quit mid-way If quitting, track which mission was currently active debug.completetutorial is now admin only, new convar debug.quittutorial is accessible to everyone
11 Months Ago
Store Modal Overlay styling and animation, store header image
11 Months Ago
▍▇▉ ▅▆▌█▍▅▌▉/▉▋▊▊▋▆ ▆▅▆▆▋▌▊▆ ▍▋█▄▆▌ ▍▇ ▋▇▄▍▉█▍ █▉▋ ▋▍██ ▊▊ ▅▇▉█▌▌▅▉▍▍▇▄ ▄▍▌▍▊▅
11 Months Ago
player update. holdtype wire override controller updated with latest idle pose.
11 Months Ago
Fixed unnecesary nameplate vischecks when you're not in a team
11 Months Ago
Added ESPCanvas.DisplayDistanceMultiplier replicated convar, allowing servers to modify the distance at which nameplates become visible
11 Months Ago
player update. edited small water bottle entity bottle position so the player holds it correctly
11 Months Ago
player update. using updated idle pose on keycard holdtype override controller and updated generic deploy prefab to use r_prop
11 Months Ago
Hide screens if the player is not authed
11 Months Ago
merge from main
11 Months Ago
merge from tutorial_island
11 Months Ago
Merge from cinematic_tool_branch_swap
11 Months Ago
Re-enable copyLocalPlayer convar
11 Months Ago
Cleanup and merge conflict resolving
11 Months Ago
Merge from cinematic_tool_branch_swap
11 Months Ago
Added the following editor only cinematic tools that already exist on cinematic (will cause conflicts when merging to media_projects, will fix that next): LODStripper MaterialDumper PlayerCopyTool SceneCameraLock
11 Months Ago
Protocol++
11 Months Ago
▍▋▇▅ ▊ ▆▍█▋▌▉▊▊ ▋▇ ▍▆ █▊▍▋ ▄▊▍▇ ▋█▊ ▌▍▌▍▋▆▋▆▆▉ ▅▅▌▇ ▍▉▌▊▍▇▋▉▅▄ ▊▍ ▄▌▅▇▋▍▌▆▊ ▌▍▊ ▍ █▄▅▊ ▋▆█▄█▅ ▄▄ ▊▋▄▌▆▌▌ ▆▋▅ ▌▄ ▍▌▅▇▉▊ ▅▉ ▆▋▉ ▇▊▍█▋▆ ▌▊▋▄▆ ▄▆ ▋█ █▍▅ █▅▆▅▄▋▌
11 Months Ago
Remove commented code
11 Months Ago
Merge store-ui -> main
11 Months Ago
Backups
11 Months Ago
NPC angry anim tweaks. Updated NPC seed number
11 Months Ago
Fix for more skinviewer skins that we're showing up in some situations
11 Months Ago
Fixed DLC store 2D icons
11 Months Ago
Fixed 3D pack icons not stretching anymore
11 Months Ago
Parent merge
11 Months Ago
Fixed invisible Tomaha in skin viewer when in-game
11 Months Ago
Merge from main
11 Months Ago
Fixed some skin models not showing up when using the item store in-game. Except Tomaha, which us being difficult.
11 Months Ago
Ensured clusters can be expanded when marketplace is open (Still some issues)
11 Months Ago
Add WasHit parameter to tutorial npc Force the tutorial npc player model to always use the same player seed (12345!)
11 Months Ago
Add server.tutorialEnabled convar, defaults to true, if false players will not be prompted to start the tutorial and will not be able to start a new tutorial
11 Months Ago
SingleVendor now uses IComparable List sorts accordions to the bottom
11 Months Ago
Less UI edge fade (skin viewer)
11 Months Ago
Merge main -> store-ui
11 Months Ago
Remove old tutorial gestures (no longer used, we have a standalone tutorial animator now)
11 Months Ago
SkinViewer lighting polish
11 Months Ago
Fixed IconRender scene requiring craggy to be loaded previously for proper lighting
11 Months Ago
Removed useless logs
11 Months Ago
Re-enabled pooling
11 Months Ago
Fixed NRE issues with boat vendor
11 Months Ago
▊▍█▆▍▍▇▍▆▅ ▇▌▆ ▉█▌▋█▊▉▌ ▍▇▄▋▍
11 Months Ago
Generating points on the fly instead of caching them Fixed a few edge cases when snapping from one wall to another Restricted to walls
11 Months Ago
Pass prefab import context into DoPrepare but didn't end up speeding up imports or builds
11 Months Ago
Apply `IDoPrepare` interface to all components with the reflection "DoPrepare" Change `Rust.Editor.ForceLabel()` to not save the asset (you can't save to disk when importing) Remove all "SavePrefabAsset()" calls inside `DoPrepare()` methods Remove all `SetDirty()` calls inside `DoPrepare()`
11 Months Ago
See if we can skip the "PreparePrefabs" part of build process by moving prefab processing from build step -> import step - add AssetPostprocessor to call "DoPrepare" methods while assets are being imported - add IDoPrepare interface to replce the reflection based method
11 Months Ago
Flame jet iteration
11 Months Ago
tutorial end cinematic mixdown tweak
11 Months Ago
Partial revert of 93310 to re-enable 3D skin views when item store is used while in-game