reporust_rebootcancel

136,928 Commits over 4,324 Days - 1.32cph!

4 Months Ago
▇▅▄▌▇▋█ ▊█▋▉▆█▇▊ ▆▊█▌▍▌ ▋▊█ ▍▇▋▊ █▅▆▆▇▅▍▄▅▄ █▊ █ ▉█▍▋▇▍█ ▍▉██ ▊▊▍▊▉▊▍ ▄▄▌▅▇▉▆▍▇▇▊▅▊ ▍▅█▇▇▋ ▋▊▇▆▊ ▍▊▌▊▊▅▇ ▉▉▄█▊▊▇ ▄▇█▇ ▉▅▇ █▌██▆▊▇
4 Months Ago
Don't use `cachedTransform` for instancing. Fixes misplaced condional models, wind turbine nacelles and probably many other "slightly offset" bugs.
4 Months Ago
Material & SceneTemplateSettings.json keep getting generated
4 Months Ago
Save Null Lighting asset in CraggyIsland so it will stop generating LightingData.asset
4 Months Ago
Fix async pool refill not tracking refilled count
4 Months Ago
Final sculpts
4 Months Ago
Fixed a misaligned fog image id preventing deep sea fog from loading when connecting to a server
4 Months Ago
Wrap last MeshCull changes behind useDetailedRendererBatchCullingCheck convar for accurate a/b
4 Months Ago
Update build pipeline Unity version to 6000.0.58f2 to match ProjectVersion.txt
4 Months Ago
Restored drag and dropped items spawning in the overlay canvas
4 Months Ago
Restored blur when F1 menu is open
4 Months Ago
Scene backup
4 Months Ago
Swapped 'view in store' to 'view'
4 Months Ago
better shutters animation
4 Months Ago
Adding jenkins step to rename the pipeline for better visibility.
4 Months Ago
Server admin tab layout changes to match the design
4 Months Ago
Added special spawn point options per skinnable
4 Months Ago
text desc update
4 Months Ago
manifest
4 Months Ago
hackweek curtain files and setup
4 Months Ago
basic shutter anim
4 Months Ago
Compile fixes
4 Months Ago
hackweek workshop scene wip
4 Months Ago
Fixed UI_DeveloperTools tab opening issues
4 Months Ago
merge from tmp_generatecaretnre_fix
4 Months Ago
Fixed TMP GenerateCaret NRE (disabled canvases ending up null...)
4 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
4 Months Ago
merge from store_fixes
4 Months Ago
More sculpts
4 Months Ago
Suggest required data types in auto complete
4 Months Ago
Fixed checkout result page "view in inventory" button scaling issue
4 Months Ago
Fixed canvas ordering issues with store and checkout result pages
4 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
4 Months Ago
merge from main
4 Months Ago
Swap over to roboto mono
4 Months Ago
Wip server admin tab
4 Months Ago
arcade placeholder temp texture
4 Months Ago
merge from main
4 Months Ago
merge from hit_guides
4 Months Ago
removed all hitguide stuff from BaseSculpture, it all lives in the GUI now
4 Months Ago
multiple hitguide shapes in sculpting gui with basic tempdev materials (fresnel shader doesn't work well with the cube)
4 Months Ago
Setup for 4 branches on tech tree. V1 of Tier 1 weapon tab. Width adjustment on ui.dialog.techtree so it can support longer words
4 Months Ago
Sculpt backup
4 Months Ago
▌▄▌▌▆▍▉▍
4 Months Ago
ripping out on-mesh hit guide MPB stuff
4 Months Ago
Better autocomplete styling
4 Months Ago
New autocomplete system - still needs some work
4 Months Ago
Terrain progress
4 Months Ago
tweaked material of boat building station to use new texture
4 Months Ago
Update: couple improvements to JIT viewer display - relative jumps are shown as "signed hex" offsets, to avoid jnz 0xffffffffffffffe cases - avoid duplication of address when we have a method name for a jitted address Tests: viewed BasePlayer::BoxTest and BasePlayer::ServerUpdateParallel