branchSandboxGame/mastercancel
562 Commits over 730 Days - 0.03cph!
Move text and voice UI to engine addon, fix voice playing at 0 volume, add chat to dice game
Hide the buttons you cant use in dice game, css tweaks
Show proper text on dicegame ui instead of the enum
Add a console command to dicegame to restart the round
More detailed load times for models
Fix menu and console becoming stuck open (also no longer using vkeys)
Fix initial hud variable not sending when its hashcode is 0
Release game keys when the HUD is receiving the input
Catch and log exception when hotswapping delegate
Skip hotload on network serializers
Switch HUD to use FString marshaler instead of cstring
Network serializer for enums, low overhead WithIndexes
Let gamemode change how spawnpoints are found
Add getter for angular velocity
Fix hard crash if timers are used before World is set
Replicate skylight, add classlibrary to post process entity
Missing file, test grabbing rAF as well
Trying to UI with the game properly
Expose volume, pitch, and attenuation on VoiceEntity
No more mutable Vector3
Fix multiple post process volumes not working properly
Added Deref<T> to bindinggen
Testing post process stuff
Update bindinggen, local (bounding box) post process settings
Bind more post processing properties so deathmatch looks the same as before
Bind some of PostProcessingVolume, turn motion blur off in map builder gamemode
Add basic UI that shows who's talking
Update bindinggen, make ViewInfo a struct
Fix sound generator stopping when attenuated to 0
Hacky task cancellation to fix hard crash in sound generator
Make sound generator crash less (but it still crashes)
Don't ignore early calls to AdjustAttenuation on sound generator
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)
Add sound generator functions to get the number of played samples and size of sample queue, fix latency on music box
Don't log an error when settings file doesn't exist
Update bindinggen, more voice binding stuff
Update bindinggen, bind voice encode/decode
Fix some exceptions from voice
Save and load settings from a file
Add a way to get custom info out of addon.json, use it to store option definitions
Generate mips in background without starving CPU
Unwrap exceptions when logging them
Missed SpotLight, call base Initialize just in case
Show load times for all asset types
Record more asset load times
Update bindinggen