240,183 Commits over 3,837 Days - 2.61cph!

8 Months Ago
8 Months Ago
Each SceneMap has a unique SpawnGroupHandle, fixes crashes with multiple map instances (including 3d skyboxes) in scenes
8 Months Ago
Added animations to vendor listings
8 Months Ago
Added Rohans fixes for Flex Element NaNs
8 Months Ago
Fix cover image sizing weirdness
8 Months Ago
Restore and fix code to count published file upvotes Performance improvements for clientside file.Exists/IsDir and Lua paths Fixed AI node related crashes, probably
8 Months Ago
Merge large backpack smaller scale -> backpacks
8 Months Ago
Fix right clicking item from inside a backpack on the ground not going into your worn backpack when it is open
8 Months Ago
Fix player model blocking certain inventory slots & having glow overlay when hovering over player model when backpack is open
8 Months Ago
ItemStore image blur
8 Months Ago
Improve trash spawner Conveyor mover
8 Months Ago
Fixed right clicking empty backpack inside a backpack trying to wear it instead of moving it into your main inventory
8 Months Ago
Add Rohans custom script to imagery on store item
8 Months Ago
Skin bundle update
8 Months Ago
Get rid of INodeAttribute.Kind
8 Months Ago
8 Months Ago
Fix custom editor
8 Months Ago
Appear to have fixed NRE when wearing backpack while another backpack is equipped
8 Months Ago
Look for INodeAttribute instead of NodeAttribute
8 Months Ago
8 Months Ago
Locker skin fix tweaks
8 Months Ago
S2P all
8 Months Ago
Fix Graphics.MipmapGen trying to generate one out of bounds mip
8 Months Ago
Add a CoverImage component
8 Months Ago
set sewer branch to skip HLOD by default
8 Months Ago
SubContext support on RenderContext (#1441) * Add IRenderContext::GetSubContext() to get or create a sub context for a new thread, use it in managedsceneobject Render contexts can never be passed between threads; they can only be used on the thread that created them. The thread index will be set in the constructor and can't change after that. This causes a problem in our current implementation of SceneCustomObject that reuses the threaded render context on the main thread and expects we can add things,modify and render it from there, for D3D11 it is not a problem since the implementation or driver seems to have a mutex for command lists, but on Vulkan that gives validation errors and causes crashes. This implements the concept of SubThreads to RenderContext, a very simple way to pass the render context around and consume it in a timely manner, it creates a new render context with the same characteristics as the parent one in a new thread and submits it when the parent context is released
8 Months Ago
Facepunch.ActionGraph API changes Fixed race condition in Tools/CodeGen Updated Facepunch.ActionGraphs Don't list GameObjectActionComponent in action graph menus
8 Months Ago
8 Months Ago
Fix variable default values in BindingSurface.FromNode
8 Months Ago
updated model for CNY launcher, prefab updates, set up animator with new admire
8 Months Ago
Updated LargeBackpack with Female version
8 Months Ago
Pushing broken item store images for Ian
8 Months Ago
8 Months Ago
Some better invalid JSON handling
8 Months Ago
Animation helper applies root motion to the root in treadmill mode, fixes treadmill movement not working in animgraph
8 Months Ago
Trash spawner
8 Months Ago
Rerouted code to allow interface to do the majority of calls. Markers just notify interface of intention to open.
8 Months Ago
8 Months Ago
Graph needs revalidation after removing nodes Node binding refactor, simplify call node serialization
8 Months Ago
Updated LargeBackpack size
8 Months Ago
Finished overall layout
8 Months Ago
█▌▋█▅▌▆▅▇ ▉▅▇ ▊▋▅ █▊▉ ▅▇ ▋▉▍▉▍▇▆ ▋▄█▉▄▌▌ ▋▄▊▌▋▆▍ █▋▅▄▍▍ ▅▄ █▄▉'▌ ▅▆▌ (▍▅ ▉▌▉ █▅▌ ▄▅▉ ▋▄▅)
8 Months Ago
Item Page media and descriptions
8 Months Ago
Spinner Crusher
8 Months Ago
Remove deferred rendering meshes from scenelight We no longer have a hardcoded path for rendering viewmodel shadows, that will be handled with a special component in managed Fix depth normalization on GetWorldPosition, since we are using 3D Skyboxes again we are splicing a bit of the depth range, fixes feathering on sprites again
8 Months Ago
Fixed sold out colours and alpha
8 Months Ago
Turn shadows off on feathering particle test
8 Months Ago
GameObjects only save their own tags - not inherited tags!
8 Months Ago
protocol ++
8 Months Ago
Convert prop component to be procedural