243,538 Commits over 3,898 Days - 2.60cph!

12 Months Ago
Tweaks to ExplosionsOverlay component
12 Months Ago
Added air race checkpoint models
12 Months Ago
Updated Legacy Furnace FBX to most recent version
12 Months Ago
Add craggy terrain to both oilrig scenes to get rid of error when trying to play scene
12 Months Ago
Add green spinning light entity & respective materials Generate manifest Add green spinning lights to the bottom of both oil rigs when radiation is active
12 Months Ago
merge from main -> oil_rig_radiation
12 Months Ago
Minor code adjustments Entity.SetPreventTransmit can now accept a table of players or a filter Added NPC.SetIdealYaw/UpdateYaw/IsFacingIdealYaw Added NPC.SetIgnoreConditions/RemoveIgnoreConditions
12 Months Ago
Fixed sunlight scattering in clouds looking square and not matching actual sun direction
12 Months Ago
Can call nested action graphs with output values
12 Months Ago
12 Months Ago
Fixed attempting to get value of input signals in graph nodes
12 Months Ago
gingerbread triangle roof gap
12 Months Ago
Fixed action graphs without a primary output node
12 Months Ago
Action graph output value support More tests
12 Months Ago
ShaderGraph fixes
12 Months Ago
Remove dig as a menu option. Override Hurt to dig. Adjustable dig distance. Temp flag model changes. Dig mechanic changes.
12 Months Ago
Lobby socket basics Connecting via lobby works Lobby joining Allow host status to change Functions to query lobby list, connect to one, disconnect Remove JoinOrCreateLobby
12 Months Ago
Disconnect when play stop Lobby list scene More global usings Component to automatically create a lobby
12 Months Ago
Material.AmbientOcclusion float3 -> float
12 Months Ago
Update issue templates
12 Months Ago
Update issue templates
12 Months Ago
PS_InitFinalCombiner( PS_INPUT ) -> PS_InitFinalCombiner() so it works without COMMON_PS_INPUT_DEFINED - this is just for default values anyway PS_CommonTransformNormal should be wrapped in COMMON_PS_INPUT_DEFINED too Material shading API can be used without common PixelInput Internals rewritten to remove reliance on a commonly defined PixelInput instead every function just takes what it needs. The only public methods you may have been using were changed like so: ```diff - float3 TransformNormal( const PixelInput i, float3 vNormalTs ) + float3 TransformNormal( float3 vNormalTs, float3 vGeometricNormalWs, float3 vTangentUWs, float3 vTangentVWs ) - float3 NormalWorldToTangent( PS_INPUT i, float3 vNormalWs ) + float3 NormalWorldToTangent( float3 vNormalWs, float3 vGeometricNormalWs, float3 vTangentUWs, float3 vTangentVWs ) ``` Material::From( PixelInput ... ), ShadingModelStandard::Shade( PixelInput ... ) stil exist but are wrapped in ifdef COMMON_PS_INPUT_DEFINED, so only work with the common PixelInput include. Material::Init() added to initialize a Material with default values Geometric normals are now distinctive from normals in Material too, this is important for the lighting model: https://files.facepunch.com/matt/1b1711b1/beforeafter.png And a lot of tool vis modes were fixed too.
12 Months Ago
Legacy bow model and texture updates viewmodel and world model changes
12 Months Ago
Build fix for teleport commands
12 Months Ago
merge from mfm2
12 Months Ago
Restore UI
12 Months Ago
regen protobuf
12 Months Ago
mfm
12 Months Ago
Materials after prefabwarmup (definitely not enough)
12 Months Ago
merge from align_client_forward
12 Months Ago
merge from teleport_commands.
12 Months Ago
merge from modding_prefabs
12 Months Ago
▊▊▆▆▍ ▊▅▅▇ ▊▉▋_▄▍▋▅▆▍▅_▅▍▇▊▍▇▌▉
12 Months Ago
merge from building_skins_4
12 Months Ago
merge from pickup_car_lift
12 Months Ago
fixed offset in gingerbread triangle roofs colliders
12 Months Ago
merge from main
12 Months Ago
Leaderboard backup, run #7468
12 Months Ago
GameObjectNode is editable
12 Months Ago
Add basic editing to TreeView entries * BaseItemWidget added OnBeginEdit virtual method * Implement editing to TreeNode & TreeView
12 Months Ago
Merge from Twitch_Rivals_IV/map
12 Months Ago
Add `player_state_cache_evictions` convar to print the number of times the cache has been evicted due to not enough capacity
12 Months Ago
Add `player_state_cache_count` convar to print the current size of the player state cache Add `player_state_cache_size` convar to change & print the capacity of the player state cache Increase cache size from 1k -> 10k to reduce the cache misses & reserialization when at high pop with teammates offline
12 Months Ago
Merge from Twitch_Rivals_IV
12 Months Ago
None mode compile fix
12 Months Ago
Prevent wire tool from NREing when trying to right click remove points if it gets into an invalid state
12 Months Ago
▇▉▉▆▉▇▌ ▅▊▉▆▌▇▊▍ █▇▆▋ ▊▄▍▆▄ ▍▌▉▅▆▉▋▇ ▆▌ ▍▄▇▆▊ ▊█▌▆▇▍'▉ ▇▄█▊▊▆▇▇▍█▇ █▆ ▋▌▋▍▄▌▌▉ ▉▋▌▄ ▄▊▄ ▆▆▊▍▅██ █▊ ▉▍█▄▍▌ ▉▋▍ ▄▌▌▊▍▅█▄▍ ▌▇ ▊▊▉ ▊▆▄▋▋█ ▆▋▇█▅█▅ ▇▌▊ ▊▅▅
12 Months Ago
Added included door.
12 Months Ago
Added new entity privilege system. Swapped legacy shelter over to using it.
12 Months Ago
Only begin editing if there's a selection