reporust_rebootcancel

126,617 Commits over 4,109 Days - 1.28cph!

5 Months Ago
▆▉▍▍▋ ▍▌ ▆▉▅▇▍▄ ▍▄▍▄ █▆██▌▄▇▄ ▅▅█▍ ▋▌▅ ▋▇▋█ ▍▆▍▍▍▄▍▅▌▋▊ █▋▊▋ ▊ ▊▅▅▇█▊▌▊ ▌▇▇ ▌▆▆ ▆▋ ▅▊▄ ▌█▇▉█▌▌▉▇
5 Months Ago
▉▄█▌█ ▉▉▋ ▍▆ ▋▄▊▇ ▉▌▍▇▅▉▋▉ ▅▉ ▉▍▌▇▉▋▍
5 Months Ago
Clean: removing unused WaterFactorForPlayer that didn't return WaterInfo Tests: compiles in editor in SERVER+CLIENT mode
5 Months Ago
Bugfix: ensure we cache WaterInfo for players that use various vehicles Some vehicles have custom logic to check how submerged the player is, and we would miss the water info taht was used to calculate it. Tests: tested via DPV - submerged factor was 1 and waterinfo was valid (before it would report factor of 1, but invalid waterinfo).
5 Months Ago
Update: BaseMountable.WaterfactorForPlayer can now return WaterInfo - allows further reusing of the same water info down the line I actually need it to make sure all our player's cached values are correct - will fix in next submit. Tests: none (as it's not in use in this CL)
5 Months Ago
Codegen/manifest to get bet branch working again
5 Months Ago
Phrase update
5 Months Ago
▇▉▄'▇ ▄▅▆▋ █▌▌ ▋▇▄▅▇▌ ▌▌ ▍▅▊▅▇▇▅ ▉▍ ▆▄▉▊▍▌▌ ▊▌▊▄ ▇▌▆▆ ▆▌ ▋▍▆▄'▇▌ ▄▆▋▋▊▇▋ ▍▌▉▆ ██▆▆▋█ ▆▉ █▆▋▉▄▍█ (▍▉▊▆ ▆▌▌▆▉ ▇▆▅▅▇▅▋▅ ▋ ▊▋▋▍▊ ▍█▍▉▌▉)
5 Months Ago
Merge from fix_texture_streaming - let's see if Jenkins will pick up on this
5 Months Ago
▋▊▄▊▋ █▌▆▄ ▋▊▇▆_▉▄█▊▄▋ (▋▋▍▊▇▄▆▍ ▄█▊█▌▋ ▌▋▉▇ ▉▉ ▊▉█▉ ▌▆ ▅▌▅ ▋▍█▊▅▅▅ ▌▍▊▉█▉▋ ▌█▆ ▋▊█▋ )
5 Months Ago
▅▋▍▄ ▇▌▉▋/▋▊█▄ ▆▍▍▉▇▅▊
5 Months Ago
Clean: fixing profiling scope name Tests: none, trivial change
5 Months Ago
Merge from /indirect_instancing to fix build
5 Months Ago
Fixed battering ram arm not hitting decor colliders If no entity is hit, it now checks for decor colliders and considers them valid targets, triggering impact effects/animations etc Toned down the collision damage
5 Months Ago
Update: FinalzieTickParallel now uses batched WaterFactors query - had to add more fork-join-style code to deal with batching This allows us to sample water information for all relevant players as a burst job (and there's further untapped potential). Next up is trying to batch and jobify physics checks. Tests: played in a solo session with parallel processing enabled - running, driving, swimming worked normal. Played back all of my server demos with analysis enabled - no new violations detected.
5 Months Ago
Prevent tigers from being too easily stunlocked by fast firing weapons
5 Months Ago
Bugfix: use the right allocator for a waterlevels batch - This revealed that we have an Application.isPlaying check that prevented this from being detected via unit tests Tests: ran unit tests (but they're useless in this case), ran all demos that use the new code(yet to submit) - no more exceptions
5 Months Ago
Merge from .../fix_texture_streaming
5 Months Ago
Experiment: Set streaming mipmaps memory budget as a percentage of available VRAM, rather than calculate it based on texture load.
5 Months Ago
properly force resetting player entity rotation and view angles for remote players when dismounting
5 Months Ago
Beehive now stings you if you take honeycomb
5 Months Ago
exported tiger vm kill and run hit additive anims
5 Months Ago
Continued work on zigg exterior. Desaturated couple of test textures slightly. Minor set dressing.
5 Months Ago
▉▉▇▄▋ ▇▍▊▆▆▌▅▍█▇▄ ▉▋▍▋▊▇ █▉▄▇▆▌▌▊▍ ▊▆▄ ▍▆▊█▆▄▋ ▌▋▇▍ ▌▇▊▋▌ ▌▋▉▋▍▆ ▅▌▍ █▅▅▌▊▇▅▍▍
5 Months Ago
Actually assign the hit anim...
5 Months Ago
Setup snake hit state and triggers. Added client hurt rpc.
5 Months Ago
Scene updates with debug controller player
5 Months Ago
Updated customspineoffsets for ak and sar
5 Months Ago
Update: able to get WaterFactors for players as a batch operation - internally splits players into sequential queries(vehicles, parenting) and a batch query Another building block covered, I should be able to rewrite caching of water factors step of FinalizeMove(next submit). Tests: just editor compilation, I need to adapt rest of code to work with it.
5 Months Ago
Setup extra anim state between alert and idle. Animitor tweaks.
5 Months Ago
Update: BufferList - new utility methods - Resize - to explicitly control internal capacity - ContentSpan, ContentReadOnlySpan - shortcuts to create a ro-/span over the active part of the buffer Need both as I'm using it further in batched player processing operations Tests: none, trivial changes.
5 Months Ago
cookingv2 -> bees
5 Months Ago
Fixed incorrect purchase history calculation
5 Months Ago
Merge from main
5 Months Ago
exported more snake anims
5 Months Ago
updated ak entity hold info offset
5 Months Ago
Compile fixes
5 Months Ago
Auto refresh item lists when convar changes
5 Months Ago
Added environment volume support for objects rendered via the forward base pass
5 Months Ago
merge from primitive
5 Months Ago
Reapplied 112676 - Don't allow deployed firebomb to be deployed in water because science (stomped in 112706)
5 Months Ago
Admins can now toggle displaying hidden items in F1 menu. Added ItemDefinition.Hidden() which includes admin and new convar check. Added admin.show_hidden_items convar.
5 Months Ago
updated ak47 entity hold info offset
5 Months Ago
fixed horse ragdolling twice due to damage events not having been cleared from before ragdolling
5 Months Ago
exported crocdile sprint, sprint attack, intimdate and turning anims
5 Months Ago
Don't show placement guide and mount option for backpacks if they have contents (already couldn't actually place them, so just a visual fix) Taking a backpack off a weapon rack will equip it if you don't have one equipped already. Maintain previously requested shield behaviour.
5 Months Ago
Prevent tiger from hearing preys it's not allowed to target If the tiger has no target but it hears something, that will become its target
5 Months Ago
Initial setup for tiger to hear when players hit ore or trees nearby, or shoot a gun Change hearing system to favour the most recent noise instead of the closest noise
5 Months Ago
cherrypicking shield_repair_fix
5 Months Ago
merge from main - RC