12 Months Ago
Fix Time.Now / Time.Delta not being updated properly C# side in PostBotTick Merge branch 'master' of github.com:Facepunch/sbox VideoPlayer: Refactor to remove audio filtering bullshit, resample at 44100 2 channels Editor: Sort input actions by their group name alphabetically Apply mask image & border images in the same way as background images CSS: Fix parsing multiple filters, add a test for it Obsolete SpeechRecognition.Listen. Add SpeechRecognition.Start. Callback for SpeechRecognition.Start passes SpeechRecognitionResult with additional info: Confidence (0-1), how confident are we that this is the right result? And Success, did we find a match? The old SpeechRecognition.Listen method routes through this for backwards compat for now. Fixes sboxgame/issues#2562 Merge branch 'master' of github.com:Facepunch/sbox Merge branch 'master' of github.com:Facepunch/sbox Use init instead of setter for SpeechRecognitionResult properties Actually have SpeechRecognition.Start take an IEnumerable<string> for choices - lets you use string[], Lists, method returning IEnumerable etc Support passing no choices to listen for any text Activity in a game's menu counts as activity in the game Merge branch 'master' into loading-screens