branchsbox/mastercancel

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

3 Years Ago
Remove env_spark, point_tesla, logic_lineto, physics_cannister, point_gamestats_counter from the base.fgd Fix description of ent_path_platform.StartBackwards
3 Years Ago
Set/GetModel => Model
3 Years Ago
Aircon - adjusted mount so its easier to place on walls in hammer Merge branch 'master' of sbox
3 Years Ago
Remove redundant overload and add extra documentation
3 Years Ago
Allow choices to be optional for SpeechRecognition
3 Years Ago
Simple Speech API (Limited) (#144) * Very simple listen method purely with dictation or listen method with a set of possible choices Co-authored-by: Chloe Marcec <dmarcecguzman@gmail.com>
3 Years Ago
Allow specifying HTTP headers in WebSocket.Connect (some are not allowed though) Set appropriate User-Agent and Origin headers (not customizable) Merge pull request #138 from Facepunch/websocket-headers Allow specifying HTTP headers in WebSocket.Connect
3 Years Ago
Fix menu clipping with maps & local games
3 Years Ago
Fix Vector3.ClampLength( float minLength, float maxLength )
3 Years Ago
Asset Listing tests
3 Years Ago
Add min max variant to ClampLength
3 Years Ago
Add Vector3.Clamp
3 Years Ago
MaterialIcon lookup fix ListView control
3 Years Ago
Icon Attribute, MaterialIcon enum
3 Years Ago
Allow specifying root namespace Merge pull request #145 from Facepunch/root-namespace Allow specifying root namespace in the .addon file ``` { "sharedassets": "*.*", "type": "game", "ident": "ognik.spectest", "rootnamespace": "Poop" } ``` https://files.facepunch.com/ognik/1b0811b1/2022-01-18_36-07-333a9692-b006-45ae-9291-ba9d4a2e701b-EM3ZWSxJ.png
3 Years Ago
Remove glass hack, try and put quad basis into entity key values instead
3 Years Ago
Fix startup assert related to duplicate QT layout Fixed start up exception due to a malformed comment
3 Years Ago
Better fix for AMD driver bug on DoF, wrap around problematic instruction
3 Years Ago
AssetSystem hooks
3 Years Ago
Organize Qt defs Bind pixmap Create IAsset.def Create IAssetPreviewSystem.def Create IAssetSystem.def Add Paint.Draw( rect, pixmap ) Add Utility.GetAssetThumb( path ) ModelProperty draws thumbnail
3 Years Ago
Aircon - aircon, gibs and mount lod0
3 Years Ago
Chop off a pixel when mp4 recording is an odd size so any size can be recorded
3 Years Ago
Refactoring Expose the ModelEntity's Model as a property Moved Model, Material, Texture into Engine.dll Remove unused RouteDamageToNative ModelProperty placeholder
3 Years Ago
Initial SDF tracing optimizations until multipass rewrite Fix DoF on AMD
3 Years Ago
Metal Railing Tileset https://files.facepunch.com/louie/1b0711b1/sbox_JRSGuE8OgJ.png Addition models for railing tileset
3 Years Ago
Removed broken/ fixed Core particles Removed old test maps from /core Updated tags for particles Cleaned up explosion particle
3 Years Ago
If in full screen tools mode and open the console, disable full screen Added console command "tcmd", which can be used to run events in tools realm Added tool event commands editor.fulltoggle, editor.fulloff, editor.fullon Bind f3 "tcmd editor.fulltoggle" Add Input.GetBindingForButton( string buttonName ) Pressing F keys in editor will run those binds in game, even if the game doesn't have direct focus
3 Years Ago
Fixed weird ghosting on DOF edge
3 Years Ago
Disable videomode settings when in tools as it's handled by the widget (prevents user getting into an infinitely tiling window state)
3 Years Ago
Move sliders from menu to base Make CoC Smoother for shader Initial dev camera DOF UI Remove old DOF stuff from devcam Add the ability to use old CoC Cleanup var names Correct focal point for old coc Merge pull request #143 from Facepunch/dof-settin-devcam DOF Settings menu with devcam. Hold TAB: https://files.facepunch.com/ognik/1b0711b1/2022-01-21_02-16-6a51e513-aa5a-4419-a390-0c91b867974e-ZdXU8wWx.png
3 Years Ago
Update entity list when entity parent changes
3 Years Ago
Iron Fences - revised post design and improved texture resolution iron fence - roughness tweak for paint
3 Years Ago
Add mp4 support to CMovieRecorder so we have a working mp4 recorder that we can speed up for runtime use
3 Years Ago
PropertySheet header wip
3 Years Ago
Select server entity, if available Split classes into files Allow getting DisplayInfo to type to not inherit Inspector navbar Add Option.Enabled Inspector back/forward with history
3 Years Ago
Added Paint.AntiAliasing Add Widget.ToolTip, Widget.StatusTip FloatEditor can have an icon instead Add Angles Editor Add Paint.SetBrush( image ) Color editor
3 Years Ago
Fix warnings Fix titlebar dragging
3 Years Ago
Float, Vector2, Vector3 editors
3 Years Ago
Strings are editable in inspector MaterialIcons latest Fix MouseEvent buttons being wrong on mouserelease event Add Widget OnMouseClick event Add StringEditor ObjectPicker Fix game not visible in in-game console
3 Years Ago
We don't need the left column in the in game console now MainLoop timings (didn't hook it up to anything yet)
3 Years Ago
DisplayInfo handles passing nulls EntityRegistry runs tool events when entity added/removed DataModel LayoutChanged Added TreeView.UniformRowHeights Initialize ModelIndex to -1 properly Add managed QRectF to make interop things simpler Add Assert.False Paint.DrawText returns size rect Implement our own ItemDelegate in c# Painter SetFont, MeasureText Add Painter.DrawMaterialIcon Cleaned out unused tree shit Add TextFlag for painting text (replaces/swallows Alignment) PaneList restored EntityList restored Allow DataValueNode to be implemented using events Entity list cleanup Tree sorting and filtering tests Option toggle callback Entity list filtering, sort by age Toolbar AddWidget, SetIconSize Filter entities by string Call entity.changed in tools context when dormant status changes Added Rect Expand( x, y ) Don't call Dormant change callbacks if it didn't change Don't create dockWidget if we have one Label can use DataBind Move Inspector code to addon Inspector tweaks Remove placeholder tabs in editor qt update Show inspector and entity list by default, maximize editor window by default
3 Years Ago
Ensure caret sanity after setting text on a Label to avoid exceptions in TextEntry after clearing existing text Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Throw a nicer exception if you try to add children to something that shouldn't have them ( <text>, <img> )
3 Years Ago
ModelDoc: Change default save location to path of imported model file
3 Years Ago
Fix NRE on unsized Image panel with no texture
3 Years Ago
<img> panel will now default size to their Texture size
3 Years Ago
Fix stray pixels along edges when using background-image
3 Years Ago
When rendering an Image panel mimick background-size: cover instead of contain - fix it looking shit at edges
3 Years Ago
Organised core assets with tags https://files.facepunch.com/louie/1b0411b1/sbox_whobIOoHgX.png
3 Years Ago
Allow usage of our custom tags