4,930 Commits over 1,522 Days - 0.13cph!
Player movement treats player as as solid by default again
Add Trace.TestPoint
Fixed shooting water and underwater
Clean up HierarchyId collision stuff
Fix TraceResult.Tags being fucked
strip collision group from intersectiondictionary
Delete interaction + collision group functions from RnQueryShapeAttr_t + RnCollisionAttr_t
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
Fix PublishWindow not working
Publish Window is a BaseWindow
GameResourceEditor use BaseWindow
Refactor so Widget can be a frameless window
Tweak ProjectSettings into a window
Move BaseWindow to tools addon
Make ProjectSettings a BaseWindow
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
Fixed tag defaults not working out properly if one side had no tags
Save addon config with enums as strings
Add CVPhys2World::SetCollisionRulesFromJson
Apply ServerConfig collision rules in OnPhysicsWorld, or on change
Fix MatrixButton looping
Move CollisionRules to engine
Add ServerConfig and hot reload RuntimeGame's Config file
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
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
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
Layout.Clear can optionally delete the widgets too
Start implementing rule system
Strip out as much collisiongroup stuff as I can stand right now
Enable BaseWeapon shooting players
Fixed terrible mistakes
Obsolete CollisionGroup & CollisionLayer
Rewrite CRnCollisionFilter, strip out CIntersectionController
Delete LAYER_INDEX_CONTENTS_SERVER_ENTITY_ON_CLIENT, CONTENTS_SERVER_ENTITY_ON_CLIENT
Explicitly forbid triggers from colliding with the world
Traces don't hit client only entities by default, added IncludeClientside to opt in
By default traces only hit entities and world that also exist on the server. This is the most common scenario as if you hit client only entities during prediction you will get prediction errors. You might however want to opt into including client entities in specific traces.
Trimming redundant tracefilters, EFL_USE_PARTITION_WHEN_NOT_SOLID, LocatableEntity system, RNQUERY_OBJECTS_NON_COLLIDEABLE
Delete unused unit test
Trim unused code
Add UseHitboxes to RnQueryShapeAttr_t - ask for them explicitly, don't use CONTENTS_HITBOX mask
Remove CollisionGroupOverride from prop_physics
Add m_SeenTags to intersectiondictionary
Refactor m_Tags to m_PhysicsTagStrings, so it's more searchable
Remove debug
Physics Shape partial tag Access
Move Tags to top of property window since it's pretty important
Collapse the help section of the object property window by default
Remove Hammer Mesh PhysicsGroup, PhysicsInteractsAs, PhysicsInteractsWith, PhysicsInteractsExclude - replace with Tags
Support tag queries in RnCollisionAttr_t
If a shape doesn't have tags then add solid for now
Pass trace tag filters straight to rubikon, delete SandboxTraceFilter, Trace.ResolveEntities
Make player movement tags consistent
Split mapbuilder.tags
Material compiles
Temporary ladder rule
check your code you dumb cunt
Update mapbuilder.passbullets, blocksound
mapbuilder.npcclip
mapbuilder.sky
mapbuilder.teleportclip
mapbuilder.navclip
Cleanup
Update toolsblock_los
delete mapbuilder.infectedladder
Fire exit - lods, self illum and terry skin
Merge branch 'master' of sbox
Fix tool camera ALT + right click being incredibly sensitive
Hammer default layout remove auto vis, selection sets, undo history, map problems
Hammer: Reset camera speed mul with middle mouse button
Support custom picked maps for light rigs so you're not always stuck with built in ones https://files.facepunch.com/layla/1b0311b1/sbox-dev_QJtb1fY8HV.png
ModelDoc: Fix bone merged models not clamping to their max lod level when forcing lod level
Remove CBaseTrigger
Remove heatmapviz, smoke_fog_overlay, warp_overlay
Remove base_curve_over_time, point_entity_fader, point_render_attr_curve
Remove physics_npc_solver
Remove textstatsmgr
Remove last remaining references to vscript hanging around
Another cleaning pass on BasePlayer
Hammer: tidy up the outliner widget to make use of space better
https://files.facepunch.com/matt/1b0311b1/sbox_x99gtaxdGM.png
https://files.facepunch.com/matt/1b0311b1/sbox_Rx3STK6r6U.png
Hammer: Get rid of all the text in the top toolbars, huge waste of space that also limited usage as vertical toolbars
https://files.facepunch.com/matt/1b0311b1/sbox_oNHtLaD5Kf.png
https://files.facepunch.com/matt/1b0311b1/sbox_vH2CK68K7H.png
Citizen: fixed LOD3 eyes + more animgraph comments
Citizen/animgraph: hooked up swimming idle anim
Animgraph: Allow bone merged models to be enabled/disabled
Fix incorrect morph position delta scaling
Merge branch 'master' of sbox
Merge branch 'master' into collisions
Remove unused
Clean up CMaterialCollisionGroupParams, use tags
Pass collision tags to physics builder
ShapePage show tags
Update playerclip material
Compile fix
switch triggers over to be tagged
Tell entity its collision rules changed when tags added/removed
Tag water with water
Cleanup
Mock up collision rules
ThirdPersonCamera trace for solids
Remove unused
Get rid of CCollisionAttributeWriter and VPhysicsCollisionAttribute_t clusterfuck
Obsolete Trace.HitLayer (should be using .WithTag instead)
Strip unused code
Stripping more unused
CollisionProxy
Build out CitizenAnimationHelper
A few more parameters on CitizenAnimationHelper
Trim unused gameui stuff
Render HUD, UI, VROverlay, DebugOverlay on main thread
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
Panel system optimization
Fixed possible exceptions in FontManager
Add TypeForwardedTo for EventAttribute
Soundscape System cleanup
Strip out c++ soundscape
Cleaning Up
Clean up SoundscapeRadiusEntity