engine.CloseServer now returns true if quit command was issued
Fixed crashes with func_tank
Handle DAdjustableModelPanel when main menu is open
Added a Player Model Selector button to spawnmenu
The context menu widget stuff is too hidden
Make Hammer use gmod.exe when generating GameConfig.txt
Remove last 3 parameters of engine.WriteSave
Hide mat_surfaceid and vgui_drawtree_panelptr
Fixed player ragdoll forces always being applied to center
Now applies forces to the physics object that was shot.
Added timedemo and related convars/concmds to blocked list
Add a hack to ensure engine.CloseServer works from start up
Fixed a crash with ConVarExists
Minor micro optimization in VRAD
Added MAX_EDICT_BITS global enum
Updated Run Map dialog in Hammer
https://files.facepunch.com/rubat/2024/December11-872-GenerousSkimmer.png
Added NPC:GetLastPosition
Added NPC:SetMoveDelay/GetMoveDelay
Added physenv.Set/GetPhysicsPaused
Added NPC:TranslateNavGoal
Added sound.SetActorGender( model, gender )
This allows for things like soundscripts to be gender neutral for less code, and enables citizen reskins to use correct voice lines.
WARNING: the gender is stored by filename only internally, not by full model path!
Remove commedit.dll from sdktools
hl2.exe => gmod.exe in factory reset bat
Put MAX_EDICT_BITS local in net.lua back, as without it stuff might break
due to version inconsistency