branchsbox/mastercancel

13,504 Commits over 1,522 Days - 0.37cph!

2 Years Ago
Fix physics timescale default
2 Years Ago
Fix tags set in Hammer not reaching the in game entities Fix console spam on map load with paths due to unfortunately named properties Merge branch 'master' of sbox
2 Years Ago
PhysicsShape Add/Remove/HasTag methods take strings instead of uint Merge branch 'physicshape-tag-strings'
2 Years Ago
Rework Entity.OnPhysicsCollision API a bit, mainly adding all data for the other entity in a collision as well as the Surface and PostAngularVelocity of both Restore physicsgamesystem interop used for collision event
2 Years Ago
remove sv_gravity and all other movevars Remove a bunch of movetypes delete src\game\shared\movevars_shared.cpp/h Get rid of phys_timescale Get rid of sv_skyname Initial Physics Settings class Obsolete Global.PhysicsSubSteps, Global.PhysicsTimeScale Simplify physics substep math, store substeps and timescale on world Physics settings page https://files.facepunch.com/garry/26f366ac-323a-4258-8106-0f1fa49a3e58.png Game page Move compiler stuff into project settings, add a couple more options Merge branch 'project_settings'
2 Years Ago
Fix game crashing when
2 Years Ago
Remove CBaseEntity::VPhysicsShadowCollision (S1 legacy code) Delete PhysicsGameSystemS1 and other unused crap Get rid of legacy gamevcollisionevent_t, cleans up calls to CBaseEntity::VPhysicsCollision Move C# collision interop from CBaseEntity::VPhysicsCollision to CPhysicsGameSystem::DispatchCallbacks, call C# once per collision instead of once per entity in that collision. Give ourselves additional data to expose onto the game API.
2 Years Ago
Fixed breadcrumb passing the format, not the formatted string Better error on Open Image Denoise error Add breadcrumbs to CUtlLinkedList overflow
2 Years Ago
When resolving MSAA, account for alpha
2 Years Ago
Fixed package meta deserialization for enum values Solves collision matrix info not loading on remote packages
2 Years Ago
Animgraph: Better way of deleting selection without deleting group input/output
2 Years Ago
Citizen/animgraph: updated Rifle/SMG branch to use new deploys & fix IK (Also fixed a weightlist error.) Merge branch 'master' of sbox
2 Years Ago
Animgraph: Don't allow group input/output nodes to be copied
2 Years Ago
Minor deadcode removal
2 Years Ago
Delete physics_testbed delete physprofiler_subtool Delete rubikon serialization, reflection, snoop, intersectiondictionary
2 Years Ago
Use copy_postbuild.cmd instead of just copy.cmd
2 Years Ago
When out of memory, drop a breadcrumb describing how much we tried to allocate Add breadcrumbs around startup and shutdown, loop changes
2 Years Ago
updated map prefab, materials, models, fx Merge branch 'master' of sbox
2 Years Ago
Delete some orphan textures
2 Years Ago
Actually fix launch config cookie being stomped..
2 Years Ago
When a glass shard takes damage, check surrounding shards, better hit detection for melee damage
2 Years Ago
Content build
2 Years Ago
Clean up, refactor into ItemListWidget AssetList uses ItemListWidget instead of ListView Fix OnDragStart being called when not dragging Add Paint.SetFlags Feel tweaks Successfully make CAbstractScrollArea transparent Add DebugOverlay to ItemListWidget CurvePresets uses ItemListWidget PublishWindow uses ItemListWidget Refactor Obsolete ListView Switch everything in addon from ListView Give a warning on AuthenticationException when downloading image Tweaks
2 Years Ago
Delete leftover debug print? Fixed selecting a .png asset still setting .jpg extension when the property was empty
2 Years Ago
New Outfit! - Prisoner Outfit New Prisoner Outfit piece, LODs to come ASAP! Plus a few adjustments to skinning and colour variations, which will be very soon! https://files.facepunch.com/daniel/1b1511b1/Photoshop_dWaS9GH6HN.jpg
2 Years Ago
Add Scrollbar.Value Fixed Rect.Contract by margin Move some UI structs to System so they can be used by Tools Move viewport to QAbstractScrollArea Add Scrollbar.PageStep, SingleStep Add BaseScrollWidget.OnScrollChangedf Add MarginProperty Connect SliderMoved Explicitly mark out of memory errors Prevent frameless window stuff messing with popups/tooltips Widget.OnDoubleClick calls OnMousePress by default Drag.Execute returns a DropAction Add Drag.SetImage Add smooth scrolling to BaseScrollWidget Create ScrollExperiment.cs Compatibility fix
2 Years Ago
Fixed Hammer crashes when loading map after deleting some nodes
2 Years Ago
Only set cycle zero time to anim time if playback rate is non zero, set it to the cycle otherwise
2 Years Ago
Set AddonProperty Value on return pressed, fixes write-ins
2 Years Ago
Revert my ComboBox action change, add ComboBox.InvokeSelected Use InvokeSelected in Launcher, fixes cookie being stomped
2 Years Ago
Add some more cycle normalizes in sequence update node
2 Years Ago
FSR Depth upscaler & MSAA Resolver
2 Years Ago
wall letter box - gib tweak
2 Years Ago
Advertising board - lod0 Merge branch 'master' of sbox
2 Years Ago
Quick shit script to auto update our .NET runtime Update to .NET 6.0.7 Uncomplicate loads of shit in the error list, fixes base addon errors, as well as reports menu and tools errors too. If an addon has no errors but still has warnings we'll show those too but won't raise the error list dock. I've explicitly not let the Compiler report it's own errors to ToolsDll since it's all done in threads, plus it'll be quicker for Qt to update batches.
2 Years Ago
Add glass tag to glass shards
2 Years Ago
wall letter box - made square, changed door design and lock, added new gibs Merge branch 'master' of sbox
2 Years Ago
DebugOverlay's ComboBox remembers its selection after a hotload
2 Years Ago
Add MethodDescription.InvokeWithReturn Add WidgetGalleryWindow Start BaseScrollWidget
2 Years Ago
QColorDialog improvements Added a small separator between RGB and HSV input boxes Added HEX input box Editing the text boxes no longer resets your caret position
2 Years Ago
AppVerif for sbox-dev Fix SoundEvent double delete
2 Years Ago
Remove r_force_copy_texture_using_rgb
2 Years Ago
Clean up error tracking delete syncfrommirror delete parsifal Tweaked launch config window Merge branch 'master' of sbox
2 Years Ago
Possible fix for dodgy color format on some cards when encoding video
2 Years Ago
Do not force display description for ModelDoc nodes that have no properties and have a custom editor Allows the custom editor to take more space.
2 Years Ago
Add right click on asset header to give option for copying asset name
2 Years Ago
delete cairo
2 Years Ago
Add ErrorReports shutdown ErrorReports sets release version correctly Merge branch 'master' of sbox
2 Years Ago
snd_soundscape editor icon
2 Years Ago
Fix lib files not copying over properly