branchsbox/mastercancel

14,461 Commits over 1,614 Days - 0.37cph!

3 Years Ago
Citizen: fixed IdlePose_Default having been exported with 11 frames instead of 30 This fixes idle animations playing too fast.
3 Years Ago
Citizen/animgraph: reenabled standing long idle poses that I'd disabled for testing
3 Years Ago
Citizen/animgraph: added generic standing aim matrices IdlePose_Default is now properly symmetrical as was intended, and comes with 3 different aim matrices (normal, fully halved, vertical halved; the latter being the one in use) that solve limitations of the procedural Look At chains.
3 Years Ago
Fix per-frame cleanup taking a long time
3 Years Ago
Fire exit - lods, self illum and terry skin Merge branch 'master' of sbox
3 Years Ago
Speed improvement to lod selection when rendering large amounts of objects
3 Years Ago
Tactical Helmet LODs Lods for Tactical Helmet, up and working!
3 Years Ago
Managed asset browser shows real file extensions Internally still use the "asset type" file extensions, except for images (png, etc) so they can be found via Texture.Load
3 Years Ago
piss. fix DrawMaterialIcon -> DrawIcon
3 Years Ago
Add category count / filters to tools console widget so people can see they have errors and easily see them https://files.facepunch.com/matt/1b2911b1/sbox_neEB3rhcQI.png
3 Years Ago
New Outfit Piece - Tactical Helmet! Very exciting new head piece! Tactical Helmet! LODs to come ASAP. https://files.facepunch.com/daniel/1b2911b1/Photoshop_lfRUolHqEX.png
3 Years Ago
Handle DrawText, MeasureText with empty text ClassProperty, StructProperty - update title properly GameResource promises Clear the event loop on shutdown Adding some ambient stings Soundscape supports stings https://files.facepunch.com/garry/bafaabae-bda6-405e-80ea-655db2618bb7.mp4
3 Years Ago
Set sequence cycle zero time only on first update
3 Years Ago
Revert an assert fix in CSequenceUpdateNode, don't know what the assert is but this fix is fucking up animations (viewmodel deploy)
3 Years Ago
Fix foliage having no subsurface, disable GS from foliage entirely for now, unlikely to yield much gains Fix shading on blendable Cleanup, give support to Transmission on Material API
3 Years Ago
ceiling halogen -gib material fix Merge branch 'master' of sbox
3 Years Ago
Panel system optimization
3 Years Ago
SceneModel now uses animation helper internally so it can support all the animation features (constraints, physics bones, etc)
3 Years Ago
Revert "Managed Asset Browser shows real file extensions" This reverts commit 43fe539cd88e4f031a56ecdf5c1017873cb06627. Revert "Asset Picker uses real file extensions" This reverts commit 85f1584f031118e88db08d7cc303920cb2a57312.
3 Years Ago
Fixed possible exceptions in FontManager
3 Years Ago
Delete material that referenced old cookieslice
3 Years Ago
New glow based on outlines rather than normal extension Do a full cycle on the glow to close last mesh gap sbox_glow_stencil > glow_stencil, push C++ side of glow Remove non-cs version of sbox_cookieslice, never used Some adjustments to glow, fix projection viewport being messed up, render them before translucents https://i.imgur.com/0uvh7xX.png Also kill old sbox_cookieslice shader source
3 Years Ago
Add TypeForwardedTo for EventAttribute
3 Years Ago
Update citizen.vmdl_c
3 Years Ago
Merging in soundscapes
3 Years Ago
Widget.ConstrainToScreen also works horizontally Apply ConstrainToScreen to popout menus (Such as the asset browser icon size selector)
3 Years Ago
Managed Asset Browser shows real file extensions Asset Picker uses real file extensions Fixed Managed Asset Browser non square icon thumbs Before/After https://files.facepunch.com/rubat/1b2811b1/3qYvSlxfKZ.png
3 Years Ago
Ceiling halogen - lods
3 Years Ago
Ceiling light - gibs and lods Merge branch 'master' of sbox
3 Years Ago
Add SceneModel.SetAnimGraph
3 Years Ago
Citizen/animgraph: IdlePose_07 looks better with bulky clothes
3 Years Ago
Rename "Legacy Source1 Inverted Normals" -> "Inverted Normals (-Y)" Closes Facepunch/sbox-issues#1395
3 Years Ago
Add commands AlignObjects (Alt+T), AlignObjectsRotation (Alt+R) and AlignObjectsToWorkplane (Alt+E) to the selection tool
3 Years Ago
Rework audio encoding for video recording so that the sink writer doesn't throttle during low fps (loading screen)
3 Years Ago
Add a hotkey table to the selection tool to make it more intuitive for newbies https://files.facepunch.com/matt/1b2711b1/sbox_dqOz2azaq7.png
3 Years Ago
Add instructions about prerequisites to README
3 Years Ago
Hammer: Add default bind for SetOriginToPivot command ( Ctrl + D ) Hammer: Add AlignWorkplaneToObject command, default bind Alt+Q
3 Years Ago
Give unique filenames to partial classes generated within the same file so the generator doesn't shit itself and crash Fixes Facepunch/sbox-issues#1968
3 Years Ago
Overload Package.Equals/GetHashCode to match Package.FullIdent, resolves Hammer thinking the same local addon is individual packages.
3 Years Ago
Give content & model addon types proper package type mappings, prevent them showing in local games menu
3 Years Ago
Fixed a bug in interopgen which caused certain functions getting called twice
3 Years Ago
Mark games to compile in tools mode in a more sane place in Sandbox.Tools instead of Sandbox.Engine Recompile game addons on changes in tools mode when not actively in-game too, so you can adjust game resources / hammer entities without being in the game
3 Years Ago
Rework asset inspector to suck less
3 Years Ago
Allow mesh to create an empty vertex buffer for when you want to create vertex data after model has been created Do the same for index buffer Destroy old buffers when resizing them (creating a new buffer) probably very bad that we wasn't already doing this
3 Years Ago
ceiling light - lods, gib and self illum
3 Years Ago
Animgraph: Add context menu action to convert sequence node to single frame node https://files.facepunch.com/layla/1b2311b1/sbox-dev_WLgxmvsYT4.png
3 Years Ago
Revert "fire extinguisher - removed gib" This reverts commit d9b281e6f6f274ceddd6f6db8d86b08d0c24e4fe. Merge branch 'master' of sbox
3 Years Ago
Fix viewmodel depth pre-pass not setting flags properly and rendering more than it should
3 Years Ago
Ensure our planar reflections don't exceed the framebuffer size
3 Years Ago
fire extinguisher - removed gib Merge branch 'master' of sbox