userlamalovecancel
repoSandboxGamecancel

611 Commits over 730 Days - 0.03cph!

6 Years Ago
Fix sound generator stopping when attenuated to 0
6 Years Ago
Hacky task cancellation to fix hard crash in sound generator
6 Years Ago
Make sound generator crash less (but it still crashes)
6 Years Ago
Don't ignore early calls to AdjustAttenuation on sound generator
6 Years Ago
Progress on switching to UE4's voice capture and compression Bring back references folder, add script to generate it Addons compile again, including Span Voice kind of working now Voice plays back correctly now Merge pull request #112 from Facepunch/ue4-voice Use UE4 for voice capture and encoding (Opus)
6 Years Ago
Progress on switching to UE4's voice capture and compression Bring back references folder, add script to generate it Addons compile again, including Span Voice kind of working now Voice plays back correctly now
6 Years Ago
Voice plays back correctly now
6 Years Ago
Voice kind of working now
6 Years Ago
Add sound generator functions to get the number of played samples and size of sample queue, fix latency on music box
6 Years Ago
Addons compile again, including Span
6 Years Ago
Bring back references folder, add script to generate it
6 Years Ago
Progress on switching to UE4's voice capture and compression
6 Years Ago
Don't log an error when settings file doesn't exist
6 Years Ago
Update bindinggen, more voice binding stuff
6 Years Ago
Update bindinggen, bind voice encode/decode
6 Years Ago
Fix some exceptions from voice
6 Years Ago
Save and load settings from a file
6 Years Ago
Update bindinggen
6 Years Ago
Add a way to get custom info out of addon.json, use it to store option definitions
6 Years Ago
Update bindinggen
6 Years Ago
Generate mips in background without starving CPU
6 Years Ago
Unwrap exceptions when logging them
6 Years Ago
Missed SpotLight, call base Initialize just in case
6 Years Ago
Show load times for all asset types
6 Years Ago
Record more asset load times Update bindinggen
6 Years Ago
Limit the number of some assets being loaded at a time Remove redundant async modifiers
6 Years Ago
Use a simpler test model with embedded textures
6 Years Ago
Use textures embedded in models Update bindinggen
6 Years Ago
Update bindinggen
6 Years Ago
Add FBX model that uses transforms
6 Years Ago
Update assimp
6 Years Ago
Find GTA5 when it's not installed from Steam
6 Years Ago
Addon to find other installed games, currently only Steam
6 Years Ago
Remove the references list, remove reference folder because we can just use the CoreCLR folder
6 Years Ago
Can't skip hotload on instance being swapped
6 Years Ago
Reset button states and don't change mouse when lost focus
6 Years Ago
Don't fall through grates
6 Years Ago
Fix some materials not loading because backslashes got into the paths Also make EntityCreationScope a struct because it can be one
6 Years Ago
Enumerate files in VPK
6 Years Ago
Fix wrong hotload instance count for arrays
6 Years Ago
Hotload Addon.json
6 Years Ago
CSS tweaks
6 Years Ago
Customize names on options menu with attributes
6 Years Ago
Update option values on menu when they're changed
6 Years Ago
Skip hotload on ValveBspFile, unregister old assembly before registering new one
6 Years Ago
Allow skip attribute on non-static classes, apply it to ValvePackage
6 Years Ago
Settings now editable
6 Years Ago
Javascript
6 Years Ago
Optionally allow Vue's data function
6 Years Ago
Only call HotloadFinish after all references are updated, call addon reload when hotload completes