19,232 Commits over 3,898 Days - 0.21cph!
Different tool modes, frustum selection, selection boxes
When the mouse isn't visible, CursorAim should be straight down the camera
Tag all buttons with the button class
Don't block properties named "on"
ConvarToggleButton has on, off and convar properties
Fix classes with generic arguments breaking codegen
Fix sometimes empty solution name from a VS instance causing crash
Delete COMIntegration.exe
Stop engine writing steam_appid.txt
Wander mode
Frustum select tests
Add Entity.WorldSpaceBounds
Add Frustum.IsInside
IsInside bbox tests take a partial bool
Merge branch 'master' of sbox
Added Plane.Distance
Added Plane.GetIntersection
Fix RealTimeSince equality warnings
Add BBox.AddPoint
Added Physics.GetEntitiesInBox
Add Frustum class
Plane cleanup
Swap frustum plane order to match engine
Add Plane.GetDistance( Vector3 point )
Add plane.SnapToPlane( Vector3 point )
Add Plane.IsInFront( Vector3 point ) and plane.IsInFront( BBox box )
Merge branch 'master' of sbox
Added NavMesh.GetPointWithinRadius
Profiling, DebugDraw utility
More stable movement
Add Vector3.AddClamped
Merge branch 'master' of sbox
Fixed FileTransfer read stream could be left open, causing havoc
NavMesh - skip points that are really close to together
Fixed clients never downloading the first file (usually meaning broken missing hud files)
Fix lab_toolmode default not working
UserVar > ConVar.ClientData
[UserVar] is now [ConVar.ClientData]
[ConVar.ClientData] initial default value sent to server, value survives across hotloads
Non static [ConVar.ClientData] must be a member of an entity
The "Joining failed" message now passes the exception
Print in console when codegen errors out
Warning fixes
[ConVar.ClientData] convars can be entity members
Merge branch 'master' of sbox
Removing unused tools so people don't try to use them
Whitelist System.Numerics
Whitelist System.Globalization*
Fixed overflow: hidden blocking mouse wheel scrolling of parent panels
Fix Grid Layout cutting off bottom row when multicolumn
Map list tweaks
voice_loopback false by default
Added TryMoveWithStep to MoveHelper
Navmesh optimizer
ModelEntity, AnimEntity extra constructors
NavMesh.BuildPath that adds to list of points
Clothing model fixes
Fix label text sometimes wrapping when it shouldn't
Add Capsule.FromHeightAndRadius
Add BBox.FromHeightAndRadius
Trace.Size can be a bbox
Citizen skin 3 tweaks
Support for :empty, :first-child, :last-child, :only-child
button sets the tag has-label if it has a text label
Button icon property from templates works
Added IconPanel defaults to base.scss
Panel has support for value property
Merge branch 'master' of sbox
Don't force pointer-events: none on hud root panels
add "cursor: crosshair" support
pointer-events: auto behaves as advertised
Merge branch 'master' of sbox
Panel templates .console events work again (onclick.console="quit")
Merge branch 'master' of sbox
Entity.BuildInput does most common first person stuff by default
Update .gitignore
The .addon file doesn't need any of this now
.addon file doesn't need gamemodes or name section
.addon file doesn't need depends section
Game class doesn't need specific [Library] name, we'll create the leafiest non abstract class
▉▄▍▄▉▊ ▋▉▊▄ ▄▉▄▌██ ▇▍▍▇▄▅ ▉▊▌▇▅▅█▍
Making SetAnimParam obsolete to avoid confusion between SetAnimFloat and SetAnimInt
Added SetAnimLookAt
Warning Fixes
NavMesh.BuildPath returns points
Move to root
Add chatbox via the template
Hide the player when they die
Add a call to SimulateActiveChild so no-one misses it