8,596 Commits over 3,256 Days - 0.11cph!
Added ents.FindAlongRay( vecStart, VecEnd, vecMins=nil, vecMaxs=nil ) = table
Reduced lag with a very huge amount of notifications
Reduced probabilty of the game crashing when rendering dupe icon
Git: Slightly improved performace of player animations
Remove error message when userdata's metatable has no a MetaName
util.Base64Encode: Corrected output for 0 and 1 byte inputs
▄▍█ █▊▉▅▌▉ ▍▆▇▄▇▆ ▉▌▊▄▉ ▋▉█ ▅▄▅█.▉▊▌▌█▇▊▊▍▅
HL1 headcrab no longer breaks HL2 headcrab and vice versa
Player.SetAmmo actually uses the new method with bounds checking
Added game.GetAmmoNPCDamage()
Added game.GetAmmoPlayerDamage()
Added game.GetAmmoForce()
Added game.GetAmmoDamageType()
Player.SetAmmo now has proper ammo typeID bounds check, as well as proper max ammo check (0-9999)
FL_ANIMDUCKING is now set automatically and is used for crouching animations
Added /LARGEADDRESSAWARE to GMPublish (for now)
CreatePhysCollidesFromModel no longer crashes with models without physics meshes or with bad input strings
Added PhysCollide.__tostring
Added PhysObj.ApplyTorqueCenter( Vector/AngularImpulse )
Added PhysObj.GetShadowPos() = Vector
Added PhysObj.GetShadowAngles() = Angle
Added PhysObj.GetVelocityAtPoint( Vector ) = Vector
Added PhysObj.SetContents( uint )
Added PhysObj.GetContents() = uint
game.CleanUpMap() will no longer crash on LZMA compressed maps
Fixed entities inside player clip brushes not being usable by +use (Fix for Half Life Source map(s))
Fixed util.DecalEx not working on entities with brush models.
Fixed game.AddDecal not precaching added decals resulting in util.DecalMaterial not working as expected in some cases
merge from /main/hitboxes
Fixed util.DecalEx's scale arguments not working
Fixed util.DecalEx using inverted normal for non brush entities
corrected collision bounds after SetModelScale server->client
cl_showhitboxes
fixed ray traces to scaled hitboxes
serverside bone manipulation works on players
ScriptedEntityType will now work equally on all entity types
Added navmesh.GetGroundHeight( pos ) = float height, Vector normal
Added engine.TickCount()
GitSync:
* Fixed Paint tool's reload not removing the duplicator entity modifiers
* IsValid micro optimisation
`--disable-features=TouchpadAndWheelScrollLatching,AsyncWheelEvents`
Updated default spawnlists: Portal 1, Builder and HL2: Characters categories, added Garry's Mod category. This only affects new players
Updating some existing spawnicons
(Experimental) Updated BASS.DLL for windows to yet unreleased version to fix crash regressions introduced by latest public release of BASS.DLL
Eyeposer and Fingerposer can now be used on Effects
Added DNumSlider.GetText, Set/GetDefaultValue, ResetToDefaultValue
Faceposer changes:
* Context panel now properly clears itself when targeted entity becomes invalid
* Right clicking a model will no longer break the face on certain models like HWM TF2 models or Alyx
* Clear function of the Faceposer will now properly reset all values to their defaults, so faces are no longer broken
* Faceposer now supports 128 flexes not just 64
* Flex names are now prettier
* The secondary presets (pictures) no longer occupy 3 rows even if 2 or even 1 row is populated
* Better placement of the orange ring around the face, so it is no longer in the stomach of certain TF2 models
* You can now middle mouse click on a slider's knob to reset the slider to its default value
* Faceposer now has a quick filter feature, allowing to quickly search through flexes by name
* Improved the flex list so that the text is now cut off on the bottom
CreatePhysCollidesFromModel
Fixed pickup HUD ( ammo, weapons, etc ) not working properly for some time after changelevels
Restored functinality of monster_mortar to fix a crash issue on c1a3b
disable xss auditor for asset://html/
asset://html/ doesn't screw with newlines
Added support for BodyGroups in Sandbox NPC list
Updated some HL2 map icons to be more recognizable
steamworks upload filtering
Panel:SetHTML supports refreshing
Added CNavLadder.GetTop(),GetBottom(),GetWidth()
Added serverlist.AddCurrentServerToFavorites(), CanAddServerToFavorites(), menustate only
Added Favorite this server button to the bottom bar of the main menu when you are on a server
Slightly adjusted alignment of text and icons on the bottom bar of the main menu
Added entity and entindex to the "Changing collision rules within a callback is likely to cause crashes!" error message
Restore g_FailedSounds on OSX