240,587 Commits over 3,867 Days - 2.59cph!

11 Months Ago
▍██▉▋ ▋▇ ▍▉█▅▄▉ ▉▋▆▋
11 Months Ago
Use EditLog
11 Months Ago
merge from io_budget_health
11 Months Ago
merge from qol_hbhf_stacksize
11 Months Ago
▌▇▊▋▍ ▆▊▍▄▍▅
11 Months Ago
merge from audio_alarm_label_fix
11 Months Ago
merge from 3p hmlmg clipping fix
11 Months Ago
Bump ents library limits to MAX_EDICTS
11 Months Ago
Added Cull mode option (default Off) to "Particles/Alpha Blended" shader
11 Months Ago
▋▅▌▌▅▋▌▍ ▉█▆▌▄▇▅▆▇▊
11 Months Ago
Work on generating outer delegate for expression graphs
11 Months Ago
Fix NREs
11 Months Ago
Increase stacksize of hbhf sensor from 1 -> 5
11 Months Ago
m4 shotgun viewmodel - deploy update - removed pump movement in reload
11 Months Ago
disabled animator on 3p entity
11 Months Ago
Fix citizens healing players with ai_ignoreplayers 1 func_door looping sound fixes Bump ents.FindInCone/Box return limit to match FindAlongRay (1024) Added lua_refresh_file <path>
11 Months Ago
Guard against re-entrant calls into Qt's processEvents Fix splash screen closing before loading finished
11 Months Ago
set up attachment positions
11 Months Ago
Merge from main
11 Months Ago
Just for sanity, lets assert that we're the critical Qt stuff in the main thread There's really no need for this code to be using Task.Run. Also fixed it running 5 times on startup.
11 Months Ago
Test for expression graph creation / invocation
11 Months Ago
Fix for waterguns not correctly applying the last burst of water.
11 Months Ago
Basic UpdateInputOutputs support for expression graphs
11 Months Ago
Lights don't accept PixelInput - explicitly pass positions / lightmap uvs These should be g_vHighPrecisionLightingOffsetWs instead of g_vCameraPositionWs float4 DoAtmospherics( PixelInput i, float4 vColor, bool bAdditiveBlending = false ) -> float4 DoAtmospherics( float3 vInputColor, float3 vPositionWs, float2 vPositionSs, bool bAdditiveBlending = false ) ShadingModel is never going to be an interface like this TransformNormal, NormalWorldToTangent accept explicit parameters instead of PixelInput PS_InitFinalCombiner( PS_INPUT ) -> PS_InitFinalCombiner() so it works without COMMON_PS_INPUT_DEFINED - this is just for default values anyway Delete DryEraseMarker from common ps code PS_CommonTransformNormal should be wrapped in COMMON_PS_INPUT_DEFINED too Wrap Material funcs that interact with assumed common PixelInput with COMMON_PS_INPUT_DEFINED
11 Months Ago
Add support for moving multiple selected GameObject nodes in the hierarchy
11 Months Ago
More input / output node validation
11 Months Ago
Consolidating network messages
11 Months Ago
Fix UISystem exceptions on startup Stop using Json for network messages Lock messaging down These network messages should be raw and uncomplicated, so lets do that
11 Months Ago
merge from pipe_nre_fix
11 Months Ago
merge from boombox_network_loop_fix
11 Months Ago
merge from fix_turret_item_filter
11 Months Ago
merge from 0_cost_repair_fix
11 Months Ago
WIP expression graphs, output nodes
11 Months Ago
Expose overriding envmap face size, add SceneCubemap.RenderSize
11 Months Ago
Refactor to ZNear and ZFar properties to match Camera
11 Months Ago
Expose controlling cubemap near far planes, add SceneCubemap.NearFarPlanes
11 Months Ago
Force re-render cubemap if m_bRenderDirty
11 Months Ago
merge from building_skins_4 network++
11 Months Ago
Use fixed position when opening component context menu with the button It just feels slightly better this way
11 Months Ago
Leaderboard backup, run #7420
11 Months Ago
Component headers can be dragged into control slots
11 Months Ago
Added a new item definition field - treatAsComponentForRepairs Our repair cost calculation will automatically substitute any items in the Component category with another resource, but some deployables have been using items in the resource category like CCTV cameras as a crafting cost By marking an item as treatAsComponentForRepairs, it will use the desired behvaiour even though it's in the wrong category resepair wise Applied to RF Broadcaster, RF Receiver, Targeting Computer and CCTV camera This should fix repair behaviour on Auto Turrets and Computer Stations Also fixed some rounding issues that could result in a repair csot of 0 for a given resource, the minimum repair cost for any ingredient will now be 1 This behavioiur should be consistent between the hammer and the repair bench
11 Months Ago
Label power input on audio alarm
11 Months Ago
Standardised convo 4 and 6 so that the loopback conversation option is always the last option in the list
11 Months Ago
Remove log in IgnoreCollision trigger
11 Months Ago
Properly remove tutorial island respawn options when finishing the tutorial
11 Months Ago
Update my ColliderShrinkToFit editor to Unity 2021 style
11 Months Ago
Make sure rigidbody wakes up when boat engine starts
11 Months Ago
Merge from tutorial_island
11 Months Ago
Merge from main