139,373 Commits over 4,474 Days - 1.30cph!

10 Months Ago
TerrainMesh now searches from the root of the island, should catch the various rocks using terrain blend shaders Added debug.printterrainconfig TerrainConfig is now a BaseScriptableObject so we can use FileSystem S2P both islands
10 Months Ago
Merge from parent
10 Months Ago
Fixed farm access guard not actually taking scrap, S2P both cities (no scene changes)
10 Months Ago
Merge from floating_cities
10 Months Ago
Invoke gestures with a gesture config, not a string Clamp the gesture list so the scroll doesn't feel bad
10 Months Ago
Merge from main
10 Months Ago
Merge from boomerang_animfix
10 Months Ago
Update icon of boat stairs block
10 Months Ago
Don't spawn tutorial islands in the deep sea
10 Months Ago
Merge from main
10 Months Ago
Fix autocomplete issues with chained commands, fix command history issues with new lines.
10 Months Ago
Merge from steam_timeline
10 Months Ago
merge from qol_dump_improvements -> main
10 Months Ago
Potential fix for DontDestroyInScene having too many objects
10 Months Ago
More improvements - add profiler samples around each area so you can see why the whole dump takes 5+ seconds - add Hierarchy.Total that shows total size of each part of hierarchy + all children (so you can see what hierarchy has 100k+ components)
10 Months Ago
adding small engine gibs / updating prefab
10 Months Ago
Bump up max ray hits on query vis, burst compile invalidating ray hits (this probably won't make much of a difference, more of a setup for future unmanaged validation)
10 Months Ago
Bugfix: fix invis players not replicating positions & rotations Tests: spectated invis player, didn't observe and animation glitches as the comment warned (tried rock, torch, ak)
10 Months Ago
Bugfix: don't destroy local player when spectating player going invisible Fallout from the recent rewrite. Tests: while being spectated, toggled invis a bunch of times - no NREs on the client. invis player doesn't replicate, though, will fix next.
10 Months Ago
Splatting progress
10 Months Ago
merge from fishing_village_collider_fix_fix
10 Months Ago
Reapplied 132483. S2P
10 Months Ago
Let's try randomizing client port if not overwritten by client Map icons for new TF2 maps Fix some BSP files not loading due to recent changes team_control_point (TF2) placeholder entity Pull Request: Minor optimizations for PlayerSelectSpawn Player:GetPunchAngle errors with lua_strict 1 (deprecation warning)
10 Months Ago
merge from workshop_filedialog_title -> main
10 Months Ago
Add title text to workshop file dialog, customize for bulk import
10 Months Ago
- Rewrite the buffer update logic to ensure a direct update only happens once per frame to make DX11 happy. - Always update the entire buffer to make greedy GPU drivers happy. - Add IGraphicsBuffer wrapper because Unity didn't do it so I can finally stop copy/pasting everything. - Use a function pointer (👻) in damage region processing for similar reasions. - Unlock the arrays in Update in case OnPreCull wasn't called. - New debugging ConVars: `reorder_instances_job`, `damage_bitscan_job` and `buffer_upload_mode`
10 Months Ago
oil rig platform lods and collision oil rig foot flat lods and collision
10 Months Ago
RPG7 - Texture update
10 Months Ago
Finalized spawns.
10 Months Ago
walkway roof tarp collider fixes
10 Months Ago
Casino converted paddling pool into a non-entity static object Static variants of broken down chippy arcade to reduce the number of entities in the scene Fixed bar merchant
10 Months Ago
edited naval large sails anims
10 Months Ago
undid change in file I don't remember touching (harmless)
10 Months Ago
updated naval anchor animations
10 Months Ago
allocation_reductions -> main
10 Months Ago
code gen
10 Months Ago
allocation_reductions -> main
10 Months Ago
Bugfix: remove false-positive log for deferred player destroy - remove unnecessary override Discovered when spactating a player that constantly toggles invis. Doesn't fix the NRE itself, but further reduces false-positives. Still looking for the root cause Tests: spectated a player constantly toggling invis
10 Months Ago
Preset list capacity on active renderer effects (stops list reallocations at runtime)
10 Months Ago
Stop UI_Hero_Infobox keeping running its update method for no reason when the menu is hidden. Restore the update loop when menu is open again. Saves 40 bytes a frame
10 Months Ago
Merge from boat_building
10 Months Ago
Changed the order of steering wheel dismount positions so the nearest one is attempted first
10 Months Ago
merge from small_engine_reverse
10 Months Ago
menu options split between foward/reverse gear toggle - also fixed on/off options using the same string token by mistake
10 Months Ago
Stop PostProcessingLayer stealing a whole 1 KB/s This was due to profiling using a formatted string, a very minor mistake that we paid in allocations on every client. - Profiling was using a formatted string in a hot loop - Hide this behind convar: graphics.detailed_postprocessing_profiling
10 Months Ago
switched stair zipline platforms for flat platform ones
10 Months Ago
exported updated 3p rpg skin anims
10 Months Ago
Remove some dead code
10 Months Ago
Fix DLSS breaking with GetTemporary. Pass a texture descriptor struct to ask for a random write texture.
10 Months Ago
Quick cleanup after merge issue