192,987 Commits over 4,049 Days - 1.99cph!

3 Days Ago
▇▌▋ ▆▋▊▍▆▄ ▉▊▊▊▍▅ █▅██ █▆▉▆▇ ▇▋▇▊▇▆▉▉ ▄▉▋▌ ▊█▆▍
3 Days Ago
snake sssssoundsssss
3 Days Ago
▉█▆▄ ▍▉▆▋▅▄▉▍
3 Days Ago
merge from jungle_update
3 Days Ago
Tentative fix for "dict key already exist error" when tiger dragging stops in some cases
3 Days Ago
Merge: from profiling_improvements - Buildfix for tests trying to use ServerProfiler in non-server env Tests: scripts compile in editor CLIENT mode
3 Days Ago
Buildfix: exclude ServerProfiler tests from non-server builds Tests: built CLIENT config in editor
3 Days Ago
Merge: from profiling_improvements - Rewrote internal storage of profiling data to use 1 buffer per thread - Bugfix for allocation graphs not properly resetting and having gaps at the start - Bugfix for failing to generate export in rare cases where mono runtime allocates with no managed callstack Tests: unit tests and generating snapshots in editor
3 Days Ago
boomerang_animation_fix -> main
3 Days Ago
Missing files
3 Days Ago
Ensure there are no occasions where players with waiting to catch animations will keep them
3 Days Ago
Bugfix: ProfileExporter.JSON - don't spam allocs-0 counter for worker threads Tests: snapshot in editor on craggy
3 Days Ago
vine_fixes_2 -> main
3 Days Ago
Fix NRE when vddraw is enabled and an AI wants to forget a sighting (entity is unity null but we are still holding onto the reference)
3 Days Ago
finish position lerp on dismount before drawing updating the vine position
3 Days Ago
Remove log
3 Days Ago
Merge: from main
3 Days Ago
Update: ServerProfiler.Core binaries - Relase bins built from 66537fcc Didn't remember if I snuck in debug bins at one point, so updating them to be safe Tests: unit tests
3 Days Ago
Bugfix: ProfileExporter.JSON - reset allocation graphs - Reset when a new frame starts - Reset on worker threads if it allocates Tests: snapshot in editor on craggy
3 Days Ago
underwater colors river-ocean blend
3 Days Ago
Fix tiger looping between states over and over when the player builds some configurations of platforms
3 Days Ago
Clean: ProfileExporter.JSON - don't cache per-frame callstack depths Was never used, so don't waste allocs. Tests: none, trivial change
3 Days Ago
Clean: ProfileExporter.JSON - remove debug logs Tests: none, trivial change
3 Days Ago
Bugfix: ProfileExporter.JSON - gracefully handle managed allocations coming from native runtime - Emit "<mono-native-runtime>" if we don't have managed callstack Finally caught it - this can happen when mono tries to invoke a managed callback which requires a managed allocation (the callback accepts string[], for example) as a first method in managed code. Was able to repro in editor due to it's script compilation callbacks. Tests: triggered perfsnapshot 40 times without issues
3 Days Ago
Added `Alpha` input to func_precipitation in Hammer (FGD) Potential crash fixes
3 Days Ago
merge from fix_outbreak_scientist_underground -> main
3 Days Ago
Progress
3 Days Ago
Fix compile error
3 Days Ago
Use absolute height - should prevent vines from curling at lower points on the tree rather than the canopy. Some adjustments to try and get mountable to continue to update the vine after dismount
3 Days Ago
Finished hura crepitans bark / added moss to blend it better with the rest of the jungle Hura billboard tweaks and fixes
3 Days Ago
Make fsm budget constant
3 Days Ago
better_vine_visuals -> main
3 Days Ago
Better vine renderer and vine hang point placement
3 Days Ago
main -> better_vine_visuals
3 Days Ago
Outbreak Scientist death avatar
3 Days Ago
vine_visual_desync_fix -> main
3 Days Ago
Fix vine desyncing if a player jumps on it during its animating state
3 Days Ago
lame mie masking for time being
3 Days Ago
Bugfix: ProfileExporter - avoid reading allocs at the start of the frame as method-entries - Added a bunch of temporary logging to help track down last issue Rare, but legal due to our filtering of code. Tests: snapshotted a bunch of times in editor (there's still one issue with main thread export)
3 Days Ago
fix for no biome map
3 Days Ago
Update: ProfileBinViewer displays binary offsets for marks Tests: opened a couple bin snapshots
3 Days Ago
Fix tigers looking like it's floating when jumping on players climbing ladders Fix tiger and wolf leap attacks ignoring shields
3 Days Ago
merge from main -> fix_outbreak_scientist_underground
3 Days Ago
Fix compile error
3 Days Ago
add global reflection mults that work
3 Days Ago
When staggering tiger with big damage, remove small chance of it still attacking after getting up, instead always flee
3 Days Ago
Fix shields not working on croc and tiger
3 Days Ago
vine_viewmodel_demo_fix -> main
3 Days Ago
Viewmodel demo fix