userLayladcancel
branchsbox/mastercancel

3,078 Commits over 1,552 Days - 0.08cph!

3 Years Ago
Remove more references to panorama
3 Years Ago
Remove some more misc old code that isn't added to compile
3 Years Ago
Comment out DebugView on water
3 Years Ago
Remove clientuischeme
3 Years Ago
Remove all hlcore ifdefs
3 Years Ago
Remove econitemtoolmodel
3 Years Ago
Remove entitydissolve
3 Years Ago
Remove workshop_controller
3 Years Ago
Remove temporary entities except for decal, projected decal, world decal, just incase
3 Years Ago
Remove all remaining AI code
3 Years Ago
Force schemacompiler to do a rebuild
3 Years Ago
More sbox_gamerules cleanup
3 Years Ago
Cleanup sbox_gamerules
3 Years Ago
Remove basecombatweapon, basecombatcharacter, baseviewmodel, most ai code, misc legacy entities, weapon systems, basically most of the game code we dont want
3 Years Ago
remove all hlalyx and steamtours ifdefs
3 Years Ago
Update first_person_arms_punching.vanmgrph_c
3 Years Ago
Fix assert in CChoiceUpdateNode
3 Years Ago
Set m_flCycleZeroTime to anim time if it's zero, fixes newly spawned entities not starting the animgraph at the start of the first sequence cycle. there's probably a better way to do this
3 Years Ago
Release the QueryInterface ptr
3 Years Ago
Set multithread protected on d3d device https://docs.microsoft.com/en-us/windows/win32/api/mfobjects/nf-mfobjects-imfdxgidevicemanager-resetdevice
3 Years Ago
Add D3D11_CREATE_DEVICE_VIDEO_SUPPORT to device flags, encoder degrades performance without it
3 Years Ago
Make sure video encoder uses even width and height, nvidia drivers doesn't like encoding odd sizes
3 Years Ago
Don't copy texture using shaders on nvidia hardware, isn't needed for video encoding on nvidia and could fix driver bug
3 Years Ago
RecordMovie: Use CopyTexture instead of ResolveRenderTargets to see if that fixes driver crash
3 Years Ago
Remove all VR_CORE defines
3 Years Ago
Remove damage and health native entity components
3 Years Ago
Remove multiplayer_animstate
3 Years Ago
Remove camera_graph
3 Years Ago
Remove bugreporter
3 Years Ago
Delete lbfgs.h
3 Years Ago
Remove all perl scripts
3 Years Ago
Remove glview
3 Years Ago
Delete wmpsdk10, not used anywhere
3 Years Ago
Remove resourcesystemtest (if you get linker errors do a clean build)
3 Years Ago
Remove physics_stress_test
3 Years Ago
Remove genericreport_subtool
3 Years Ago
Remove convarhelper_subtool
3 Years Ago
Remove sampletool
3 Years Ago
Remove csv_to_kv3 Remove vpcf_to_kv3 Remove kv3tweak
3 Years Ago
Remove spawndebugger
3 Years Ago
Remove pfm2tgas Remove pfmcomp
3 Years Ago
Remove vdwarfdump Remove sweeptest Remove resource_load_stress_test Remove psdinfo
3 Years Ago
Remove Tgadiff Remove Tgamse
3 Years Ago
Remove hashtest Remove getelfdbg
3 Years Ago
Remove echocolor
3 Years Ago
Remove dist2alpha Remove bugreporter_filequeue Remove bugreporter_subtool Remove ddsviewer
3 Years Ago
Remove Plat_IsWindowsGameDVREnabled, doesn't seem to be used for anything and adds misleading info to crash logs
3 Years Ago
Encode frames with correct timestamps
3 Years Ago
Include the dimensions in start movie log so I know what they are
3 Years Ago
Load valve_wmf in non tools mode too