branchsbox/mastercancel

14,135 Commits over 1,583 Days - 0.37cph!

3 Years Ago
Maybe fix blend2d preview messing up when reloading model
3 Years Ago
Move noise functions to Sandbox.System, change them to be between 0 and 1
3 Years Ago
New Outfit Piece! - Cardboard Chest Armour https://files.facepunch.com/daniel/1b1011b1/Photoshop_7vUKmblEBH.jpg New Cardboard Chest Armour - LODs to come ASAP and some small adjustments to skinning.
3 Years Ago
Citizen: updated LODs - LOD1 was remade, with the recent changes as a base. It doesn't cut anything from the torso and legs anymore (which makes things potentially easier for clothing creation), and instead focuses solely on the hands and feet. 400 tris improvement from previous iteration! - LOD3 had some odd triangulation on the head fixed.
3 Years Ago
OnPaintOverride returns a bool, determines whether to run base paint or not Fix org control not signalling change Flush bind system automatically on signalvaluechange Add addon publishing window
3 Years Ago
Don't write morphs if we failed to allocate memory
3 Years Ago
Don't exceed maximum view count on transform overflow
3 Years Ago
Add labels to level layer on post processing editor
3 Years Ago
Don't force frame rate when recording movie
3 Years Ago
Fix obsolete override usage in particle entity Fix an animgraph related assert
3 Years Ago
Moved light animation code to C#
3 Years Ago
Pass the client to OnClientActive (why would we not want to know which client it was?) Network snd_event_point so that it can play on client spawn instead of playing again for everyone when a new client spawns
3 Years Ago
Deglue navmesh Remove cpp naming Refactor path cost into path builder, simplify path creation, optimize path by default Don't need to check our segment count, our iterator already does this Multi-goal support Allow multi-goal to actually work Remove the need to hold onto engine pointers Remove some options no one will ever use Make multi-goal condition more clear rebase fixups Merge pull request #226 from Facepunch/deglue-nav Deglue navmesh & add extra navigation stuff
3 Years Ago
Separate simulation inputs to prevent simulations stomping each other
3 Years Ago
Fix not generating SpecialDependencyFingerprint properly in CResourceCompilerSBData Add Asset.CompileIfNeededAsync() Make sure assets are compiled before trying to upload them Quiet down asset recompile spam, don't try to compile trivialchildassets
3 Years Ago
Balaclava LOD3 fix Small fix to modeldoc and model for Balaclava's LODs.
3 Years Ago
Citizen mesh updates - Significantly improved upper arm twist, armpit, and shoulder-neck deformations. Preview: https://files.facepunch.com/maxlebled/1b0811b1/citizen_v2_june22update_2.gif - Reflected recent changes on LOD3; fixed symmetrical inconsistencies (tris count dropped a bit more as a result!) - LOD2/3 culling prefabs don't cull the upper arm twist bones anymore, because the effect on deformation is too important - Upper arm twist constraint weight lowered to 0.6
3 Years Ago
Soundfile resource (#252) * SoundFile class to grab properties from HSound * Add SoundFile.GetSamples * Use PrecacheSound to get sound handle * Getting samples has to be async * Comments * Bail out of getting samples if we failed to load the source * Add CSfxTable refs for SoundFile, release them on loop end and exiting * Rename ISound to VSound_t
3 Years Ago
Property Sheet uses TypeLibrary TypeLibrary will expose a type if it's nested in a class that is exposed Add CategoryAttribute Fix AddonConfig not exposed Fix Binding system tick allowing reentrance Add TypeDescription.GetProperty, GetMethod Add [ShowIf], [HideIf] attributes for properties List/Struct/ExpandGroup margin/padding
3 Years Ago
Fixed some addon DLLs not getting watched Introduced by bb5359a20
3 Years Ago
Add ModelEntity.CopyMaterialOverrides, ModelEntity.CopyFrom
3 Years Ago
Remove p4 junk from map manifest
3 Years Ago
Hammer: Ignore bevel snap toggle if any of the edit boxes are in focus (so select all can be used in them)
3 Years Ago
Added failing hotload static primitive field test Repros Facepunch/sbox-issues#1918 Fixed hotloading static fields of auto-skipped types Fixes Facepunch/sbox-issues#1918
3 Years Ago
Add [Editor] attribute Fix [Editor] attributes not taking priority over type matching Use decibels in sounds instead of arbitrary distances Fix gameresources not always compiling Fix some sound decibels
3 Years Ago
Citizen: updated main FBX to fix bindpose warnings when importing back into 3ds Max This updated file will be made available on the wiki shortly.
3 Years Ago
Split sound stacks Use vmix_mixgraph_send
3 Years Ago
Citizen: updated skinning & triangulation; improvements for extreme wrist poses & volume preservation in elbows/kneecaps https://files.facepunch.com/maxlebled/1b0611b1/citizen_v2_june22update.gif - the new file will also be available on the wiki shortly.
3 Years Ago
Convert angles to radians for Set Float (Per Particle) so degrees can be used in editor
3 Years Ago
Fix crash when previewing blend2d node and model recompiles
3 Years Ago
Better implementation for hiding model particles
3 Years Ago
Reenable constant buffers until I fix AMD driver bug Revert shaders to be compatible with cbuffers Flag that shaders should be compiled with cbuffers until amd fix
3 Years Ago
Squashed merge structured transform buffers Cleanup Use precision padding to make up for low precision upload to GPU, fix instancing padding on vr_lighting Allow usage of VS_INPUT in geometry shaders Add new shaders with new transform slot sequence strategy Adjustments, refactoring, cleanups and new strategy to bind transform buffers Rename BindTransformTextureAndInstanceIDBuffer to something friendlier Use thread safe allocations for transforms, fix transform alignment Temp disable multiview instancing combo to speed up compiles remove F_UNLIT and F_DISABLE_TONE_MAPPING from Complex, unlikely to help Trim complex a bit more Yank the internal includes out of foliage shader, make it work in our API Make Water compile with our new API, optimize it, have more accurate reflectance constant Add USE_CUSTOM_SHADING flag to skip default combos Make ToMaterialMultiblend compatible with our new API Object compile of base shaders with structured buffers working as intended 🙏 Use MSAA friendly discard for foliage, cleanup Object files for base addon shaders No need for a mutex on AllocateTransforms
3 Years Ago
wooden crate - adjusted lod3 to reduce pop
3 Years Ago
Default material preview back to plane
3 Years Ago
Revert "Improvements to Curve2D" This reverts commit 58ee73dadf169938eb8ffc79b46a0f56ea4eabec.
3 Years Ago
Improvements to Curve2D
3 Years Ago
Change delete layer to a non shit icon
3 Years Ago
Add icons to context menu & add layers menu for pp
3 Years Ago
Fix crash opening blend2d node
3 Years Ago
Added duplicate layers option to context menu for post processing editor https://files.facepunch.com/ognik/1b0511b1/2022-06-21_55-49-a1312f6d-22e5-41c8-bdfb-fdb479e5086a-mg8WBrWj.png
3 Years Ago
Rename some context options, add masks too
3 Years Ago
Add menu for post processing context menu
3 Years Ago
Add delete context menu for post processing layers
3 Years Ago
Allow negative numbers for postprocessing editor entries
3 Years Ago
Add input boxes to bloom & tonemapping
3 Years Ago
Added a blend version of the simple dev material
3 Years Ago
AddToSelection/RemoveFromSelection bound to Ctrl+Shift (up/down)
3 Years Ago
Fix dodgy asset browsers when used in animgraph tool
3 Years Ago
Adjusted gutter tileset Added tags to gib models