200,664 Commits over 4,171 Days - 2.00cph!

Just Now
merge from new_menu2
7 Minutes Ago
Ensure the selected item viewmodel always has the same player skin as the spawned PlayerModel
8 Minutes Ago
Fixed gesture wheel store packs not showing up Fixed item store tile names not using the translated version when not overriden by a takeover
12 Minutes Ago
Commenting
30 Minutes Ago
hooked up retro pattern material
35 Minutes Ago
▊▆▍ ▉▋▋██▉▆▍▌▊▋▇ ▅▋▊▍▉▊▇▇▆▄ ▊▊ ▊▄▋ ▄▋▆▉▉▌ ▇▌ ▇▉▌▉ ▄▌▄'▊ ▇▋▅ ▆▅▉▌▆▋▇ ▌▋█▅▄▋ █▋▅▅▊▄▅█▋▌▆
35 Minutes Ago
new_menu2 -> main
40 Minutes Ago
Fixed the missing texts on store heroes (regression from the store)
47 Minutes Ago
Fixed editor PlaySoundFirstPerson NRE when there isn't a local player. Added a Sound Manager to this scene so sounds work
50 Minutes Ago
Add a message to the companion page to ensure you've signed into the app if its not installed (hopefully that encourages people to relog if having issues)
1 Hour Ago
Added retro material to the helmet
1 Hour Ago
Update: reimplement how occlusion treats overrides - this is a reimplementation of 118512 Allows to further simplify OcclusionLineOfSight code - enables removal of OcclusionPlayerFound/Lost Tests: on craggy with 2 players, ran behind the hill, disappeared, turned on occlusion override - player appeared
1 Hour Ago
Updated pilot hazmat holster offsets
1 Hour Ago
merge from new_menu2
1 Hour Ago
LODs and collision for food market display
1 Hour Ago
Updated featuring header style Black box and pistol in general store categories
2 Hours Ago
Updated pilot pack cover assets
2 Hours Ago
merge from pilotpack_storepage
2 Hours Ago
Fixed featured items ordering
2 Hours Ago
merge overflowing weapon stats fix
2 Hours Ago
Fix for overflowing weapon stat values
2 Hours Ago
setup t1 smg anims, entity and override controller
2 Hours Ago
Pilot pack store showcase Fixed some bugs preventing the extra items command to work properly
3 Hours Ago
new_menu2 -> main
3 Hours Ago
Pause and play the store hero video when you close and open the menu More logs for notifications
3 Hours Ago
Missed files
3 Hours Ago
Texture fix for Pilothazmat Backpack
3 Hours Ago
PilotHazmat backpack textures updated
3 Hours Ago
Implement indirect instancing without requiring monster meshes
3 Hours Ago
Set correct stencil states in all sub shaders that are used by indirect instancing in order to emulate what Unity normally does during the GBuffer pass
3 Hours Ago
updated cinematic backpack textures
3 Hours Ago
Implement indirect instancing without requiring monster meshes: - Use a command buffer to submit indirect draw calls referring to individual meshes - Monster meshes are disabled by default - Mesh Read/Write is no longer required - Should reclaim ~3 GB of VRAM and RAM - Calculate UV distribution metrics based on individual meshes rather than monster meshes
3 Hours Ago
Instancing shaders now always access the IndirectDrawIndexedArgs buffer in order to retrieve the startInstance parameter which is no longer passed to Unity.
3 Hours Ago
Fix MLRS spawning in hardcore mode - code was only looking for MLRS inside safezones - fix some entities being skipped over when deleting due to looping over entities while they are being removed / deleted
4 Hours Ago
Reset active item when disconnecting from the server.
4 Hours Ago
Update: plug in batched occlusion logic - fix early-disposed container Need to figure out how to factor out the OnPlayerFound/Lost, but getting close Tests: 2p on craggy in editor - walked behind the mountain and disappeared
4 Hours Ago
renamed flight recorder box to black box again
4 Hours Ago
Update some tooltips to the new menui2 ones
4 Hours Ago
▄▌▋ ▄▊ ▍▉▍ █▅▌▊▍ ▆▄▉ ▅▆▊▊▅▆
4 Hours Ago
Pilot pack store page
4 Hours Ago
Replaced blockout food display counter
5 Hours Ago
call init on vhacd Paramters props to get legit default values
5 Hours Ago
pilot pack sitem description
5 Hours Ago
Update: plug in new batched server occlusion job Tests: none, need to hook up the calling code
5 Hours Ago
new_menu2 -> main
5 Hours Ago
Proposed fix for notifications
5 Hours Ago
Remove logs for main
5 Hours Ago
Fix FlagsPropertyDrawer being wrong if the parent is disabled, leading to all flags property drawers being off by one.
5 Hours Ago
new_menu2 -> main
5 Hours Ago
Fix tutorial button not showing up when entering a tutorial Minor code cleanup Notification process wont skip all notifications if the data is incoprrect for one Disable top level rust plus button if in demo or not connected to a server (rather than inside modal)