userLayladcancel

7,110 Commits over 3,531 Days - 0.08cph!

1 Year Ago
ShaderGraph: Don't stomp vVertexColor, this is used for tint it seems?
1 Year Ago
ShaderGraph: Set vVertexColor in generated code
1 Year Ago
Fix jiggle bones in animation helper stomping bone scale animation
1 Year Ago
Use morph channel index cached in anim container instead of assuming it's the second channel. Fixes scale channel thinking it's the morph channel when there's no morphs.
1 Year Ago
▅▄▌▇ █▆▅ ▆▋▄▋ █▊▅▉▆▋█▇▌ ▇▄ ▆▇▊▄▊▉ █▆▊▇▊▆
1 Year Ago
▊▋▅▅ ▍█▊▋ ▊▋▄▊▍▊▌▊ ▇▌▇█▆▋▄▄▉▇ ▋▍ ▅█▆▄.▆▆▋▅█▋▍▌▇▆▍█▋▄▌
1 Year Ago
ModelDoc: Make sure anim bone scaling isn't applied if not enabled
1 Year Ago
Public property setters on WorldTextEntity
1 Year Ago
Opt into using uniform animation scaling data https://files.facepunch.com/layla/1b0911b1/hBJOAzIvqt.mp4
1 Year Ago
Null check video system before trying to encode audio
1 Year Ago
Fix potential crash in CBaseAnimating::AddViseme
1 Year Ago
Null check readable bones in CalcAnimationState, seems to be the cause of our most common crash
1 Year Ago
Add min max metadata to modeldoc variables #3770
1 Year Ago
Hammer: Add tile view option to fast texture tool and allow zooming out a bit more
1 Year Ago
Make GraphicsItem.PrepareGeometryChange public
1 Year Ago
Fix voxel surface split setting parent instead of parent surface #3771
1 Year Ago
Delete water ripple on water destroy, fixes #3788
1 Year Ago
Add utility for playing sound at time (for tools) Add sound options to meta for sample rate and compression Rework scene model morph overrides to crossfade with animation morphs Update viseme editor for morph changes Add sound editor with properties and simple phoneme editor https://files.facepunch.com/layla/1b0611b1/sbox_yzDLkXR34E.png
1 Year Ago
Fix unnecessary mesh instance data assert
1 Year Ago
Add empty decal for water surface, surfaces will always fallback to default
1 Year Ago
Add weapon tag so player doesn't collide with weapon. Clear weapon velocity before throw
1 Year Ago
Fix reload on mp5
1 Year Ago
Add weapon_mp5
1 Year Ago
▄▋▆ █▇▄▍▌▅▆▇ █▌ ▌▆▋▅▊▌▆▍▇▋▌▅█▊.█▊▌▍▉█
1 Year Ago
Compile fix
1 Year Ago
Load phonemes from meta
1 Year Ago
Dump embedded wav phonemes to sound meta if we don't have a meta, meta takes priority over embedded
1 Year Ago
Setup model viseme data and phoneme mapping from model keyvalues Drive faceposer with model viseme data while we have this tool Update mouth state Apply visemes to baseanimating with game weights Flex overrides takes priority over game weights Add phoneme mapping to model metadata so it doesn't have to be hardcoded in engine
1 Year Ago
Register model meta as file dependency Allow managed to add to modeldoc tools menu Add viseme editor https://files.facepunch.com/layla/1b2511b1/sbox-dev_QrIn49oBOM.mp4 Compile viseme data into citizen model
1 Year Ago
Fix clothing container causing assert when calling SetBodyGroup on a entity with no model
1 Year Ago
Rubikon: Sphere shape keeps a unscaled copy so rescale can never be incorrect, fixes sphere scale out of sync on client. Sphere and Capsule refresh debug shape on rescale.
1 Year Ago
Only call UpdateShadow for physics body if we have a shadow controller, physics body scale is getting stomped
1 Year Ago
ShaderGraph: Dynamic branch UseSecondaryCoord in texture coord in preview mode to avoid a shader recompile for this option
1 Year Ago
Allow VoxelChunk to be created without dependency on VoxelSurface
1 Year Ago
Copy player anim params to viewmodel
1 Year Ago
Add AnimatedEntity.CopyAnimParameters to be able to easily sync params from another entity like player to viewmodel
1 Year Ago
Fix streaming resampled audio, keep decoding until there's enough for output
1 Year Ago
Add DistanceMin and DistanceMax to music player
1 Year Ago
Audioplayer (#1167) Add MusicPlayer class to stream mp3 etc from disk or URL with control over playback (seeking, pausing, looping etc)
1 Year Ago
Hook up video_bitrate and video_framerate to recorder
1 Year Ago
1.5 local scale for pistol
1 Year Ago
Try to preserve child local scale when bone merged https://files.facepunch.com/layla/1b1311b1/sbox-dev_H6RHi9sauH.png
1 Year Ago
Request seek but do the actual seeking in the decode thread so we don't block
1 Year Ago
Fix GetMetadata not using key
1 Year Ago
Remove random using, how did this get here
1 Year Ago
Get title from title metadata or try StreamTitle if it doesn't exist
1 Year Ago
Helps if I initialize the volume to 1
1 Year Ago
Add Volume property
1 Year Ago
return zero duration for nopts
1 Year Ago
AudioPlayer -> MusicPlayer in binds