VRAD: Only show "Warning! Invalid model version" with verbose flag
Also expand the warning to show the versions
Fixed crash when ents.CreateClientProp is given an empty string
Do not complain if gmod_uncache_test doesn't exist (srcds)
Change Hitbox 7 color from white to orange
Fixed NPC icons in spawnmenu search not having default weapons set
COLOR:SetUnpacked type checks its inputs
Remove IMaterial:GetColor override hack as it is no longer needed
Improve type errors thrown from Lua
Makes it so that the error() call does not override current execution position, so error points to the faulting file, not the base game file at the top level.
Remove RegisterMetaTable and vgui.GetAll polyfill hacks
Hammer: Update Lighting Origin to mention info_target, not info_lighting
Search for shaders in BSP if none were found in MOD
Fixed logic_collision_pair not calling base UpdateOnRemove
(and a few other entities as well)
Added "shaders/*.vcs" to BSP whitelist
Empty Entity.Constraints table on constraint removal
Fixes for `tanktrain_ai`
* Fixed sound playback and updated default sounds to existing files
* Added "Chase Target" key value
* Added missing input to the FGD
* Fixed movement
* !player target will update to the closest player before every move
* Change update rate while moving to 0.1s (from 0.5)
Fix strider stomp attack creating invisible ragdoll with Keep Ragdolls
Added an ever increasing counter to poster file names
Updated C_RPG.MDL to use correct muzzle flash event
This fixes a warning that would print when the RPG is fired
Allow closecaptions in multiplayer with the cvar set to 1
This means that it will just work in local MP (for the host), on srcds closecaption_mp controls the behavior (defaults to off)
Added `viewid` to render.GetViewSetup
Fixed a server crash exploit to do with malicious packets
Added "DoImpactEffect" for `ai` and `nextbot` SENTs
Added model scale preview to Hammer
Fixed a typo in hl2 fgd
Update Portal turret relationships to certain NPCs
Antlions fear them now, and it hates combine hunters and gunships
Fixed Portal Rocket Turrent not updating its facing angles when no target
game.CleanUpMap deletes C_Hairball
Merge Pull Requests
* Fix indentation of the gamemode list items
* make file.Write and file.Append return success of file.Open used internally
Fixed bone manipulations being changed on level transition
Fixed camera entity losing its keybinds on level transition
Fix merge errors