248,583 Commits over 3,928 Days - 2.64cph!

3 Months Ago
Update: IndustrialCrafter pools ItemContainer - reimplemented properties as explicit interface props where applicable - cached LootPanelTitle translated phrase (as it was allocating on every get) - removed dead code in CanPickup - got rid of if branch on ServerInit (since we now destroy inventory on entity destroy) Tests: Setup a T3 workbench with industrial crafter and ak bp(saw an uptick), broke the foundation(saw a downtick), setup again - it was empty as expected
3 Months Ago
Fix PushGuidMap
3 Months Ago
3 Months Ago
SerializationOptions scope refactor, add WriteCacheReferences
3 Months Ago
Bradley drive through~ Spline movement code Bradley uses direction injection Direction flipping based on target relative direction Stores and uses initial entry direction to keep a relative forward direction and avoid flipping bradley round the other way Allow peeking next position with a given direction S2P
3 Months Ago
Added Sensitivity to Editor Camera Settings
3 Months Ago
Localized general store items names and subtitles
3 Months Ago
Phrase custom property drawer: - Preview the phrase translation using the selected language - Show the english string when collapsed - Save and undo fixes
3 Months Ago
Update: Item & ItemModContainer pools ItemContainer Tests: spawned an AK, added extended mag, dropped it - saw uptick. after it despawned - got downtick. Spawning another AK gave me a fresh and empty one.
3 Months Ago
world_update_2 -> radtown_npc_drivethrough
3 Months Ago
Added support for directionality to SimpleSplineTranslator - this will allow Bradley to reverse along the spline as well as go forward over it
3 Months Ago
Basic Bradley backend spline setup
3 Months Ago
Added a custom property drawer for Phrases, allowing you to search through existing translations in a window to easily re-use existing tokens
3 Months Ago
Version bump Store node properties as a JsonObject Fix order inconsistency Add ChangeId to model, deserialize cached if changed
3 Months Ago
Version bump Store node properties as a JsonObject Fix order inconsistency Add ChangeId to model, deserialize cached if changed
3 Months Ago
Bugfix: missed original allocation in PlayerCorpse Tests: none, trivial changes
3 Months Ago
Update: PlayerCorpse pools ItemContainer Tests: dressed up, suicide, saw uptick of containers, body disappeared, saw downtick of containers. Repeated, got expected results and didn't see a leak
3 Months Ago
Localized item store (still a few pages left)
3 Months Ago
merge /main/DPV -> /main/world_update_2
3 Months Ago
Start recording airshot and wallbang stats, including per-weapon
3 Months Ago
Cleanup
3 Months Ago
pill bottle render backfaces
3 Months Ago
Assets, backups
3 Months Ago
Avoid directional lights clipping with world with a reasonable value
3 Months Ago
Ensure proper number of maximum simultanious updates for EnvMapProbe dirty updates Destroy buffers properly when deleting lightbinner
3 Months Ago
Move s_LightList out of singleton to the CLightObjectDesc, make other light-like object descriptors use CUtlVectorFixedGrowable instead of linked list ( trashes the cache while iterating ), all of them should be consistent now, use a single light descriptor for all light types Tiled Culling Renderer buffers shouldn't live in Lightbinner, but instead on CLightCullingRenderer itself since they're rendered per view, so we just reuse that memory, Lightbinners are allocated in a pool, so all that memory was wasted on GPU, remove wasteful copy of binned lights on tiled light callback Don't generate shadow frusta for unshadowed lights Separate shadow generation, both shadow maps and the viewproj we pass, into SetupShadowsForLight in Lightbinner, when we do bindless shadows and lightbinner caching, this is where to look for it Go back to do a copy of current light list for CLightCullVisibilityReadback, callbacks can have latency longer than one frame and that list could change Cleanup, fix mixed logic for shadows Fix lights and their cookies not being able to rotate on roll
3 Months Ago
Fix error reporter not initializing Fix exception when undo'ing changes to objects with NotSaved
3 Months Ago
Leaderboard backup, run #13900
3 Months Ago
achievements remove debug
3 Months Ago
Fixed CustomProjectionMatrix (and broke vr rendering cc @xezno )
3 Months Ago
Merge from world_update_2
3 Months Ago
Merge from world_update_2
3 Months Ago
Merge from world_update_2
3 Months Ago
Reverted accidental Procedural Map scene change
3 Months Ago
Whitelist System.Linq.ImmutableArrayExtensions Whitelist System.ComponentModel.INotifyPropertyChanged Whitelist IAsyncDisposable Whitelist ICustomAttributeProvider Whitelist SemaphoreSlim
3 Months Ago
Merge from world_update_2
3 Months Ago
Merge from world_update_2
3 Months Ago
Merge from world_update_2
3 Months Ago
Fixed incorrect building grade lookup in creative mode (need to check skin id as well)
3 Months Ago
Add baked lights after dynamic ones
3 Months Ago
Hooked up water well NPC avatar
3 Months Ago
Merge from elevator_ShouldNetworkTo_fix
3 Months Ago
Support trace hit position for sphere casts again
3 Months Ago
Move s_LightList out of singleton to the CLightObjectDesc, make other light-like object descriptors use CUtlVectorFixedGrowable instead of linked list ( trashes the cache while iterating ), all of them should be consistent now, use a single light descriptor for all light types Tiled Culling Renderer buffers shouldn't live in Lightbinner, but instead on CLightCullingRenderer itself since they're rendered per view, so we just reuse that memory, Lightbinners are allocated in a pool, so all that memory was wasted on GPU, remove wasteful copy of binned lights on tiled light callback Don't generate shadow frusta for unshadowed lights Separate shadow generation, both shadow maps and the viewproj we pass, into SetupShadowsForLight in Lightbinner, when we do bindless shadows and lightbinner caching, this is where to look for it Go back to do a copy of current light list for CLightCullVisibilityReadback, callbacks can have latency longer than one frame and that list could change Partial backport of ISceneObjectDesc::OnSceneObjectVisibleInView Add lights to lightbinner through CLightObjectDesc::OnSceneObjectVisibleInView instead of LightBinnerStandard::AddLights
3 Months Ago
Water Well NPC avatar - poster prefab backup
3 Months Ago
Merge from team_ids_run_from_server
3 Months Ago
Revert fix in 104383, instead don't check the parents ShouldNetworkTo if the entity returns false from ShouldInheritNetworkGroup
3 Months Ago
Merge from main
3 Months Ago
Vm mat changes
3 Months Ago
Reconnected materials