reporust_rebootcancel

129,521 Commits over 4,140 Days - 1.30cph!

17 Days Ago
Pilot Final Textures and Materials
17 Days Ago
Add options to view toggleable weapon mod stats adjustments
17 Days Ago
Code cleanup and reordering
17 Days Ago
Enabled r/w to 8 models. Hopefully this will remove a good amount of the warnings in the client when joining a server.
17 Days Ago
Fixed wearables being removed when selecting a new item
17 Days Ago
merge from fix_icon_generator_hide_during_render -> main
17 Days Ago
Fixed DeferredDecalRenderer not unsubscribing to `EditorApplication.update` hook when destroyed - caused performance issues in the icon renderer scene when the camera is recreated each frame to render the icon
17 Days Ago
Code setup for new collapsable Items and Wearables selection. Each one is a toggle button that opens a scrollview and populates with items or wearables - replaces the old 2 separate scroll views, creating more screen space. Made the UI bigger. Removed old scrollviews and setup code
17 Days Ago
More FoliageGrid null checks to try and fix errors on disconnect
17 Days Ago
fix dynamic accuracy weapon stat
17 Days Ago
Adjust needle swing settings, now settles faster from big swings
17 Days Ago
Merge from compass
17 Days Ago
Merge from main
17 Days Ago
Added DM picker to the menu chat + a ton of fixes
17 Days Ago
Fix lighting settings for camper icon while testing
17 Days Ago
Create custom inspector to remove "Hide During Render" field from icon renderer inspector - removed since the settings won't be copied to the source prefab
17 Days Ago
Remove last uses of node shortnames
17 Days Ago
Setup new UI layout for tabbed collapsable item and wearable search. Code setup next
17 Days Ago
Added pilothazmat worldmodel models and created the prefab
17 Days Ago
merge from main
17 Days Ago
Add pan + zoom support to server map
17 Days Ago
UPdate: move serverocclusion caching logic a level higher Goal is to get rid of OcclusionPlayerFound/Lost in the query, so this is first baby step Tests: none, trivial change
17 Days Ago
merge from fogmethod1 (sky branch)
17 Days Ago
merge from main
17 Days Ago
adjustments, mainly to rainmild clouds
17 Days Ago
Fixed SkinGlowTester NRE when generating skin icons
17 Days Ago
NRE fix when initializing friends list
17 Days Ago
Can press enter or click the DM notif to open the chat
17 Days Ago
Fixed NRE when opening the friend list from the ingame chat
17 Days Ago
change resolution, update skinnables with zoom factor, add camera teleport to screenshot anchor with keybind
17 Days Ago
merge from main -> io_snapping
17 Days Ago
Iniital IO snapping progress
17 Days Ago
▆▇▉▇▍▉
17 Days Ago
Bit more safety on store hero
17 Days Ago
Menu chat DM target improvements, cleaned up code and added menu chat subclass
17 Days Ago
Fix Hero Store NRE
17 Days Ago
new_menu -> main
17 Days Ago
MegaMesh approach (1+2) WIP
17 Days Ago
Added debug functions to get a list of the largest meshes in VRAM and a counter to keep track of transparent calls in indirect instancing.
17 Days Ago
Pilot hazmat icon (not final)
17 Days Ago
Update: Don't step players that have been kicked by antihack Tests: none, trivial change
17 Days Ago
Replace our custom Parallel.For and Parallel.ForEach with the standard .NET one Also replace BeginInvoke usages with Task.Run so we don't run into that compatibility problem when Unity upgrades .NET in 5 years Mark ParallelEx.Coroutine as obsolete because it has more overhead vs. using Task.Run inline
17 Days Ago
merge from PilotHazmat_LODs
17 Days Ago
Updating Pilot Hazmat LODs
17 Days Ago
Bugfix: avoid scripting API when sending EventRecords from RunAnalyticsJob task - EventRecord.New now can be created on worker threads Tests: hacked code to enable analytics in editor, then ran around on craggy
17 Days Ago
Fix broken connect modal (plastics fault)
17 Days Ago
Revert to try and fix stupid plastic
17 Days Ago
Bugfix: avoid scripting API in EACServer.LogPlayerTick - cache more of player state on main thread Tests: hacked code to run EAC in editor and activated player tasks - no more exceptions
17 Days Ago
Attempt 2