reporust_rebootcancel

137,312 Commits over 4,474 Days - 1.28cph!

9 Months Ago
hackweek arcade placeholder sketch livery on blockout updates
9 Months Ago
Fixed initial door states after load by finalising the transform on StopMotion()
9 Months Ago
Server compile fix
9 Months Ago
Fixed the alignment and size of all the tropical island map markers
9 Months Ago
Fix server build
9 Months Ago
Remove IBatchingToggle from InstancedLODComponent
9 Months Ago
Fix electric windmill animation
9 Months Ago
Added debug.disableFoliageInstancingWhileLoading (was already suspended while Rust.Application.isLoading was true but that won't cover transitioning to the deep sea)
9 Months Ago
.asset files
9 Months Ago
Update manifest
9 Months Ago
.meta files after generating manifest
9 Months Ago
Prefabs after generating manifest
9 Months Ago
Add debug.disableWaterRenderingWhileLoading, experimenting with some stuff to try and diagnose crash when entering deep sea
9 Months Ago
Cherrypick CS 136988 (material & SceneTemplateSettings.json)
9 Months Ago
Cherrypick CS 136987 (stop generating lighting)
9 Months Ago
Fix wind turbine animation by assuming perpetual motion when there is an active animator.
9 Months Ago
hero_title_change -> main
9 Months Ago
Topology WIP & related
9 Months Ago
Don't use `cachedTransform` for instancing. Fixes misplaced condional models, wind turbine nacelles and probably many other "slightly offset" bugs.
9 Months Ago
Material & SceneTemplateSettings.json keep getting generated
9 Months Ago
Save Null Lighting asset in CraggyIsland so it will stop generating LightingData.asset
9 Months Ago
Fix async pool refill not tracking refilled count
9 Months Ago
Final sculpts
9 Months Ago
Fixed a misaligned fog image id preventing deep sea fog from loading when connecting to a server
9 Months Ago
Wrap last MeshCull changes behind useDetailedRendererBatchCullingCheck convar for accurate a/b
9 Months Ago
Update build pipeline Unity version to 6000.0.58f2 to match ProjectVersion.txt
9 Months Ago
Restored drag and dropped items spawning in the overlay canvas
9 Months Ago
Restored blur when F1 menu is open
9 Months Ago
Scene backup
9 Months Ago
Swapped 'view in store' to 'view'
9 Months Ago
better shutters animation
9 Months Ago
Adding jenkins step to rename the pipeline for better visibility.
9 Months Ago
Server admin tab layout changes to match the design
9 Months Ago
Added special spawn point options per skinnable
9 Months Ago
text desc update
9 Months Ago
manifest
9 Months Ago
hackweek curtain files and setup
9 Months Ago
basic shutter anim
9 Months Ago
Compile fixes
9 Months Ago
hackweek workshop scene wip
9 Months Ago
Fixed UI_DeveloperTools tab opening issues
9 Months Ago
merge from tmp_generatecaretnre_fix
9 Months Ago
Fixed TMP GenerateCaret NRE (disabled canvases ending up null...)
9 Months Ago
Update: hook up native symbol resolution - ServerProfiler.Core built from 0b3b7d86 This gets us various mono_... calls, but still missing some function names - guessing those are mono-related but not part of mono dll itself Tests: Viewed BasePlayer::BoxTest and stepped through nested calls
9 Months Ago
merge from store_fixes
9 Months Ago
More sculpts
9 Months Ago
Suggest required data types in auto complete
9 Months Ago
Fixed checkout result page "view in inventory" button scaling issue
9 Months Ago
Fixed canvas ordering issues with store and checkout result pages
9 Months Ago
Update: separate out JITViewer logic from ServerProfiler - ServerProfiler.Core built from 1074407d - also contains native symbol resolving logic, but not plugged in yet JITViewer functionality is now editor only(dll won't ship with builds). Tests: viewed BasePlayerr::BoxTest