125,570 Commits over 4,171 Days - 1.25cph!

1 Year Ago
Replace Physics.Raycast with GamePhysics.Trace inside BasePlayer.CheckLookingAtVisible, fixes not being able to pick up dropped items that are dropped in terrain collision ignore areas (notable in power plant)
1 Year Ago
Merge from hackweek_accessibility_colourblind
1 Year Ago
Fixed deuteranopia typo Adjusted default deuteranopia values based on feedback
1 Year Ago
Merge from main
1 Year Ago
Closed up holes at the back near the sides on the armoured cockpit
1 Year Ago
Fixed Patrol Heli tracer visibility.
1 Year Ago
Update manifest, fixes revolver not loading
1 Year Ago
Fixed small holes in armoured cockpit colliders at the front
1 Year Ago
LOD tweaks FX iteration
1 Year Ago
world_update_2/waterwell_update -> world_update_2
1 Year Ago
Added static respawning planters to new Water Wells.
1 Year Ago
Updated the mesh sampling system on the spraycan free spray to find and use a valid wallpaper renderer, fixes free hand sprays appearing below wallpapers
1 Year Ago
▇▋▋█▌ ▌█▄▅▇▉-▍▋▄▌ ▅█▇▅█▇ █▍▅▄▌▊▇▆ ▌█▅▄▋ ▄▇▊▊▇▊▍ ▊▉▋▇ ▌▊▋▅▊▆ ▊▄▋▊▍▌▉ ▇▄▅ ▄▌▆▍▇▌▍▄▉ █▋▄ ▉█▊▌▆▌▆▅▍▆/▉▊▋▄▆▅▅█/▅▇▆█▌▋/▆▋▄▍▊▊ ▊▆█▊▉▇▍ ▄▊▊▄▌▆▌▇▊▅ ▆▊ ▌▍▄ ▆█▋▄▉▍ ▊█▌▇▉▆. ▉▇▅▄▉ ▍▅ ▄ ▌▉▆█▆▍ █▉ ▉▋▇ ▋▋▊▍ ▄▍█▋▄▇ ▆▌▋▇▍▇. ▄▉▅▋▊▋▌▅ ▋▅▆▌ ▉█▄▌▄▄ ▋▉▍ ▇▅▅▄▅ ▄▋▊▊▉▅▆ ▊█ ▄█▍▊▄▌█ (▅▌▊ ▊▅▊ ▇▇ ▋▋▉█▇▊ ▇▍▋█▊▅▉▅ ▊▅▉). ▌▄▄▇▅▇▊▊ ▉▅▇▉▇▄█ ▇▆▌▋▉▋ ▇▋▋ ▉▆▆█▋▍▄ ▅█▅▆ ▉▇▄'▊▇ ▍▌▌█ ▄▇▇█▅▋ ▆▆ ▌▊▌▉ ▆▆▌ ▍▅▅▌.
1 Year Ago
Respawning Static Planters ~ Added ConVar to adjust the extra favourable gene chance. Better system for informing the static planter when plants die Set respawn check to 30 seconds
1 Year Ago
Missed FBX
1 Year Ago
Tiny material fix to two jungle ruin pieces. Added ziggurat blockout to get that task started.
1 Year Ago
Fuzzed the backend/origin of the side blast flipbook.
1 Year Ago
Fixed HCR attack prefab reference. Iterated on attack.
1 Year Ago
Fixed wanted poster assign UI NRE
1 Year Ago
Ensured soil saturation stays at maximum throughout growth cycle Overall quality artificially set
1 Year Ago
Fixed DropEntityIfHeld affecting all players holding anything Implements `CHL2_Player::ForceDropOfCarriedPhysObjects`'s argument to actually work Also now affects Physics Gun, for consistency with other such functions. it is now an alias of `Entity:ForcePlayerDrop()`, and is deprecated in favor of it. Fixed Close Caption HUD being disabled by sethudvisibility input Update .gitignore Fix MatSelect erroring on select if not given a convar Added MatSelect.OnSelect and OnRightClick Improvements to PropSelect to match MatSelect Implement Panel:Clear Added OnSelect hook Added OnRightClick hook Fixed errors when not given a convar Added FindModelByValue Added SelectModel
1 Year Ago
frontier wall updates
1 Year Ago
Remove old dead AI code, hook up some events in preparation for NPCs being able to react to bullets impact near them or flying past them
1 Year Ago
Added system to mark growable entities as god - this ensure they always calulate max quality on all stats Applied to plants inside static planter
1 Year Ago
Dont try to Free a list that doesn't exist
1 Year Ago
Added an optimised way to check if a static planter box is empty
1 Year Ago
merge from digitalclock (new sounds)
1 Year Ago
merge from frontier_hazmzat_cloth_fixes
1 Year Ago
Statically spawned planter boxes will now generate genes with a weight towards the positive, rather than completely random
1 Year Ago
Buildfix: invalid macro scope Tests: built in none mode - passed
1 Year Ago
adjusted frontier_hazmats BC MaxOriginDeltas to roughly enclose character - massively helps cloth resolve when mounting and stops odd behaviour at high noclip speeds
1 Year Ago
BurstCloth Stability - made max origin delta configurable (default value is the same as the old hardcoded one) - origin and simspace deltas accumulated and cleared when sim job is scheduled, this was the main cause of most small explosions in cloth behaviour
1 Year Ago
▄▅▊ █▍▍▊▉▄▅▆▆▅ ▍▋▉▉▌ ▆▊ ▍▇▇▊▌▉ ▆▌ ▅▆▆█ ▌▍▉▍▇ ▅▊▍▊ █▊▍▍▋█ ▆▍▇
1 Year Ago
▉▌▍▅█ ▅▆▄▌ ▌███
1 Year Ago
Update: Allow control for individual log type level - dev level works as before by overwriting all of log type levels This will help avoid flooding logs in specific scenarios. To be fully complete it needs to be extracted and consolidated in it's own utility. Tests: changed logs on a procedural map - saw log types cut off/appear in the stream
1 Year Ago
merge from dpv_fixes
1 Year Ago
Don't show monument block radius for DPV
1 Year Ago
Update: Temp logging of geiger counter equip events Tests: local session
1 Year Ago
Optim: defer boxing when calling LogEntry Reduces the overhead of logging a smidge when we won't be emitting any logs due to debug level. Tests: ran local session, logs still there
1 Year Ago
Update: Converting custom combat logs to use LogEntry Tests: local session, checked that collisions generated hurt logs
1 Year Ago
Update: minor log format changes to help with searchability By wrapping the category in it'll be easier to do simple searches without hitting popular words (like Spawn) Tests: ran locally
1 Year Ago
Clean: Making frequent logs less spammy in normal detail mode - Bradley velocity report is removed (as it didn't add much value) - Network update logs moved to highest detail level, 3 Otherwise, it floods the output too much, making it hard to parse logs Tests: ran locally, checked logs are less spammy
1 Year Ago
tweaked hatchet cloth settings for better stabilitity - upped damping and constraint iterations
1 Year Ago
Added last of LODs to jungle ruin walls kit.
1 Year Ago
Bugfix: Fix logging name frequently missing a NetID It was possible to generate and cache name too early Tests: local editor session, observed that same game object's identity updated properly
1 Year Ago
Update: When logging emit an instance ID Without it can be hard to aggregate logs per game object Tests: ran in editor
1 Year Ago
Fixed static planter now actually spawns the random selection of plants. Spawn positions are now cached in the editor instead of at runtime
1 Year Ago
Added a command to generate the grid with custom size and spacing values NRE fixes
1 Year Ago
Added an alternative dryfire rate so that the dryfire animation can be played faster than the fire rate on slow firing weapons Set to 0.2 on the revolver
1 Year Ago
▉██▌▅▆▄█ ▌▉▄▍▆▇_▉▇▊▋▉▉█▍▍▉▇ ▌▍▋▍ ▇.▊▊▇ -> ▇.█▋▌ - █▆▅▊▆▋▄▆ ▌▉▌▇ ▌▇▄▆ ▋▌▉ ▉▌▉▇▇▆▉▉ ▍█▉▍▍▋█▅▉█ ▍▆▅▍▇█▆ ▅█ ▄▍▉█▉█ ▌▆▍▍ ▌▌█▊ ▆▄▌▇ ▊▌▊█▅ (▉▋▌▊▇▉▉▄ ▄▆▌▉▉█▄/▍█▄█▉▆▊/▊█▉)