193,207 Commits over 4,049 Days - 1.99cph!

5 Days Ago
Make fsm budget constant
5 Days Ago
better_vine_visuals -> main
5 Days Ago
Better vine renderer and vine hang point placement
5 Days Ago
main -> better_vine_visuals
5 Days Ago
Outbreak Scientist death avatar
5 Days Ago
vine_visual_desync_fix -> main
5 Days Ago
Fix vine desyncing if a player jumps on it during its animating state
5 Days Ago
lame mie masking for time being
5 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)
5 Days Ago
fix for no biome map
5 Days Ago
Update: ProfileBinViewer displays binary offsets for marks Tests: opened a couple bin snapshots
5 Days Ago
Fix tigers looking like it's floating when jumping on players climbing ladders Fix tiger and wolf leap attacks ignoring shields
5 Days Ago
merge from main -> fix_outbreak_scientist_underground
5 Days Ago
Fix compile error
5 Days Ago
add global reflection mults that work
5 Days Ago
When staggering tiger with big damage, remove small chance of it still attacking after getting up, instead always flee
5 Days Ago
Fix shields not working on croc and tiger
5 Days Ago
vine_viewmodel_demo_fix -> main
5 Days Ago
Viewmodel demo fix
5 Days Ago
merge from main
5 Days Ago
merge from jungle_update
5 Days Ago
merge from jungle_dlc
5 Days Ago
Merge from blowpipe_test_tweaks
5 Days Ago
More changes.
5 Days Ago
Add outbreak scientist to AIArena
5 Days Ago
boomerang_demo_fix -> main
5 Days Ago
Midpoint changes
5 Days Ago
fix missing sun mesh/stars/moon
5 Days Ago
fix boomerang throwing nre in demo
5 Days Ago
▊█▍▉▍ ▍█▊▄ ▋▅▍▍
5 Days Ago
remove unused LUT property from ClimateParameters
5 Days Ago
Temp neutralizing the other biome posts.
5 Days Ago
Sharpness tweak
5 Days Ago
Initial experiements with making the tail of the vine a spline
5 Days Ago
Fixing skinning for outbreak scientist bib mask
5 Days Ago
Allow croc nav raycasts to work on swimming players Fix croc stopping its movement to to attack players on/under road river bridge even though it can't
5 Days Ago
Don't spawn outbreak scientists under ground (aka inside train tunnels)
5 Days Ago
plugging holes in jungle_ruin_e - s2p
5 Days Ago
distance curve only on biome fog, not atmosphere
5 Days Ago
fixed trumpet tree in ziggurat not being the entity of the tree - S2P
5 Days Ago
fix command buffer sort order
5 Days Ago
Jungle post.
5 Days Ago
add fog distance curve
5 Days Ago
Bugfix: avoid out-of-bounds access when scanning for alloc-only threads Fixes perf snapshot export failing to generate while processing worker threads. There's still a rare case of main thread crashing - investigating Tests: Exported a snapshot in editor
5 Days Ago
Added "entitycount" server command, returns ent count of specified name.
5 Days Ago
add fog color gradient
5 Days Ago
▍▊▍▅▇ ▋▄▉▇ ▋▄▉▇▍▆▅▋_▋▄▆▇█▋▍▌▄_▅▍▇
5 Days Ago
Don't rely on entity bounds for water checks for AI, as bounds are sometimes way bigger than the entity Make AIs cache whether their targets are in water at the sense level instead of at the fsm level, to prepare for correct nav raycast under water