reposboxcancel

17,203 Commits over 1,308 Days - 0.55cph!

1 Year Ago
Strip out server_valve logic Strip out snd_das (I probably missed some, there's a LOT here) strip m_nCollisionGroup, m_nInteractsAs, m_nInteractsWith, m_nInteractsExclude from RnCollisionAttr_t and RnQueryShapeAttr_t
1 Year Ago
Fix hotloading filling path tool ui with whitespace Add small icons to entity list for SupportsSolids and Solid only entities Also adjust a entity list tooltips https://files.facepunch.com/rubat/1b0811b1/nuBjMOroOt.png
1 Year Ago
Fix PublishWindow not working
1 Year Ago
Publish Window is a BaseWindow GameResourceEditor use BaseWindow
1 Year Ago
Give categories/names to default path entities
1 Year Ago
Update Path tool UI Also removes duplicate/redundant entities https://files.facepunch.com/rubat/1b0811b1/sbox-dev_D7XWFcKoCZ.png
1 Year Ago
Refactor so Widget can be a frameless window Tweak ProjectSettings into a window Move BaseWindow to tools addon Make ProjectSettings a BaseWindow
1 Year Ago
Force EditorWindow resize when editor is first shown Resolves odd windowed state when the editor boots up. There has to be a better way to handle this.
1 Year Ago
Fix error when commands are null
1 Year Ago
Fix double depth prepass due to viewmodel depth pass
1 Year Ago
Add IntSliderProperty Clamp LaunchConfig.MaxPlayers
1 Year Ago
Refresh config list when local addons are changed
1 Year Ago
Support for multiple d3dcompiler and their reflection types Simplify that, and add d3dcompiler_47 Remove redundant functions now that they are processed on the core shader Fix typo Merge pull request #356 from Facepunch/d3dcompiler_47 Add support for the latest version of D3D11 shader compiler
1 Year Ago
PopupWidget can have a shadow Add Label.Color Add documentation to the collision page https://files.facepunch.com/garry/5cfd42ca-d9c5-4420-a082-68e6485ab5e6.png Add Layout.AddRow, Layoiut.AddColumn
1 Year Ago
Make SetPhysicsJointAnchorToChild work with scale and mirror modifiers
1 Year Ago
Make modeldochelper_attachment work with scale and mirror modifiers
1 Year Ago
updated fire extinguisher gibs
1 Year Ago
Animgraph: Parameters lists are not sorted alphabetically (do the same fix for conditions)
1 Year Ago
Update Tools to .NET 6, remove .NET 5 dependency Got rid of Webview (unused) while we're having fun over here
1 Year Ago
Fixed tag defaults not working out properly if one side had no tags
1 Year Ago
Save addon config with enums as strings Add CVPhys2World::SetCollisionRulesFromJson Apply ServerConfig collision rules in OnPhysicsWorld, or on change Fix MatrixButton looping
1 Year Ago
Make sure SoundFile actually preloads the sound - it was only working before because the sound got played, which preloaded it Fix our CopySamples16 bind messing up memory for ADPCM sounds
1 Year Ago
Grey out Save button by default
1 Year Ago
Don't query local addons in OnPaint, use Package.IsRemote
1 Year Ago
Use package information for local addons where possible
1 Year Ago
Add static AddonConfig.GetPackageType so we can convert anywhere Added addon editor properties, and addon selector window We've got a few windows that are doing the same thing here, so I'm gonna look into unifying it shortly. https://files.facepunch.com/devultj/1b0711b1/sbox_ICOQ0r16AU.mp4
1 Year Ago
Hammer: Move selection tool keybinds UI below all the buttons Added a 'clear text' button to Hammer's entity tool filter text entry Hammer: try to save some vertical space in property editor tab
1 Year Ago
Move CollisionRules to engine Add ServerConfig and hot reload RuntimeGame's Config file
1 Year Ago
fire extinguisher - changed foam label to be cream coloured
1 Year Ago
Re-add icons to generated configs, add Generated suffix Give display names to game / map, renamed MapIdent to MapName Moved config name outside of Identity section Pre/PostLaunchCommands as string, split by semi-colon params Add footer with save/discard buttons to config editor
1 Year Ago
Remove redundant functions now that they are processed on the core shader Fix typo
1 Year Ago
Context menu to delete tag Popup widgets don't have shadows and have transparent backgrounds LineEdit.RegexValidator Can add new tags https://files.facepunch.com/garry/d70eded3-8c03-4ffc-95e4-92994a5b63dc.mp4
1 Year Ago
Fixed AddStretchCell defaulting to -1 Added Paint.Rotate overload that takes a center point Changed Layout.Spacing to float - it's not float but this avoids casting all the time Started Collision Matrix
1 Year Ago
fire exit - removed default skin and adjusted transparency Merge branch 'master' of sbox Merge branch 'master' of sbox
1 Year Ago
Modeldoc: box and cylinder helpers render edges with noZ
1 Year Ago
Citizen: fixed physics joints (ragdoll) after ScaleAndMirror fixes Citizen: additional fix on the physics joints for the legs
1 Year Ago
Citizen: recompiled AO proxies
1 Year Ago
Reenable ScaleBoneRelativeAttribute and ScaleWorldAttribute so AO proxies can be scaled
1 Year Ago
Simplify that, and add d3dcompiler_47
1 Year Ago
Support for multiple d3dcompiler and their reflection types
1 Year Ago
Remove args from OnGameLoopStopped, as they're not needed
1 Year Ago
ModelDoc outliner tweaks https://files.facepunch.com/rubat/1b0611b1/Vix2fB89dN.png
1 Year Ago
Cleanup
1 Year Ago
OnGameLoopStart -> OnGameLoopStarted Launch Configs read addon metadata for compatible maps/games
1 Year Ago
Fix a typo in qtoolbar.css Improve text contrast in WeighList ModelDoc node editor Fixed a ModelDoc crash when adding an animation hold Happens when all existing animation holds are set to hold for 0 frames
1 Year Ago
Add game actions for Launcher Stash, gonna come back to it later. https://files.facepunch.com/devultj/1b0611b1/sbox_TKpD7YzbN7.png
1 Year Ago
Add Layout.InnerRect, Layout.InnerRect Add Button.Primary AddonConfig.GetPackageType() is PackageType Make GetHashCode readonly on a bunch of structs Add AddConfig.TryGetMeta, SetMeta Restore font after Tools.Paint.DrawIcon Add Widget.MinimumWidth, MinimumHeight, MaximumWidth, MaximumHeight Create NavigationView.cs OrganisationProperty opens on press instead of click Add ProjectSettings Add CollisionPage
1 Year Ago
Layout.Clear can optionally delete the widgets too
1 Year Ago
Remove prt_matrix type - unused
1 Year Ago
Remove qc_asset type - unused