userLayladcancel

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

2 Years Ago
Remove viewroll code from baseplayer
2 Years Ago
Remove player use code and viewpunch shit
2 Years Ago
Remove any code relating to spectators
2 Years Ago
Remove observer mode stuff from baseplayer
2 Years Ago
Do the same but for the server ones
2 Years Ago
Remove all code marked with CLIENT_DISABLE_SOURCE1FPS_SHARED - we don't use any of them
2 Years Ago
Remove all client fx_* code
2 Years Ago
Some more baseplayer cleanup
2 Years Ago
Remove warning in configuration system left over from splitscreen code removal
2 Years Ago
Update voice stream volume using snd_voipvolume Add voice chat volume in settings menu
2 Years Ago
Make precipitation entity a trigger so it can be turned on and off when triggered by local pawn
2 Years Ago
Still keep the fudge amount for movehelper, it's much better but this is still needed in rare situations
2 Years Ago
Use a smaller epsilon in trace solver seems to fix dodgy traces without having to fudge our endpos in movehelper
2 Years Ago
Fudge the endpos by a smaller amount in move helper, shouldn't need to be as large now
2 Years Ago
Fix situation in SweepSingleConvex where we start in solid but can still return a valid normal, fixes sometimes getting stuck in surf Implement getting normal for SweepToResult
2 Years Ago
Add red borders to show the user they're video recording, but don't render them into the video https://files.facepunch.com/layla/1b2011b1/sbox-dev_sNMXsNedy3.png
2 Years Ago
Finish encoding on media foundation shutdown
2 Years Ago
Don't downgrade audio device to AUDIO_S16SYS for video recording, just convert mix buffer again to what we need
2 Years Ago
Support audio encoding for video recorder
2 Years Ago
Remove old buggy toolscene_hlmv_ground and use toolrenderable_groundplane for particle editor
2 Years Ago
Fix NRE in OnKilled
2 Years Ago
Don't init game server twice (was there a reason for this or just a mistake?)
2 Years Ago
Don't precache procedural models
2 Years Ago
Don't warn about unable to load reverb data - we don't care
2 Years Ago
Remove playerinfomanager - unused Remove playerinfo - unused Remove some remaining VR_MOD defines Remove TakeHealth from baseplayer and baseentity Remove all econitem nonsense Remove gametypes and dota shit from sfm
2 Years Ago
Revert
2 Years Ago
Fuck it, suppress the warnings and fall back to normal parenting when we can't bone merge, these warnings serve no purpose but to annoy the user, they shouldn't have to deal with it
2 Years Ago
Don't bone merge fists weapon
2 Years Ago
Allow BaseCarriable to decide if it wants to be bone merged to their carrier or not (fixes bone merge warning for carriables with no model, we could suppress the warning and not bone merge but maybe there's times you want to be warned about this)
2 Years Ago
Remove all xbox.def files
2 Years Ago
Remove ManagedResourceHandle, we're not using this anymore
2 Years Ago
Remove aimtargetmanager
2 Years Ago
Remove all native ragdoll code, we don't use it
2 Years Ago
Remove player_pickup, items, item_generic, physics_prop_ragdoll
2 Years Ago
Remove junk from player local data
2 Years Ago
Start cleaning out junk from baseplayer
2 Years Ago
Don't init scene file cache, we don't care about choreo, fixes warning Don't warn about missing mapdoc helpers in tool scene vmap, this is harmless and to be expected (cos tool scene isn't hammer and some helpers only exist in hammer)
2 Years Ago
Remove all native code related to vehicles Remove damagetypes
2 Years Ago
Remove native gamemovement code Remove base_playeranimstate Remove gameplay junk from gamerules (ideally we shouldn't even need a gamerules class anymore) Remove all native team code
2 Years Ago
ModelDoc: Add angle snapping settings for model rotation https://files.facepunch.com/layla/1b1611b1/sbox-dev_cq0WOEnWhg.mp4
2 Years Ago
EditorMainWindow OnClose is getting called twice when closing game from taskbar (maybe Qt bug?), make sure RequestHS_Quit isn't called twice. Never call the base closeEvent for managed main window, we always need it valid during shutdown
2 Years Ago
Fix managed Qt dock window and window DeleteOnClose possible typo causing it to never be set to false. Don't delete on close for EditorMainWindow on shutdown, allows for proper shutdown and cleanup and fixes annoying assert we've had for ages.
2 Years Ago
Use MCI instead of SDL
2 Years Ago
Capture input device with SDL and add example tool that can start recording voice and save to WAV file
2 Years Ago
Tweak orbit camera a little bit to smooth out distance after a collision https://files.facepunch.com/layla/1b1211b1/sbox_0017.mp4
2 Years Ago
More build errors
2 Years Ago
Fix build errors
2 Years Ago
Remove all voice code (we handle this) Remove takedamageinfo (causing problems on build server)
2 Years Ago
Remove fgd unit test. Remove a bunch of legacy C++ entities (func_breakable, func_lod, func_ladder, func_dustmotes, func_dustcloud)
2 Years Ago
Oops