Fix Portal Rocket Turret not respecting ai_disabled
Fixed a crash with prop_vehicle_crane and map cleanups
Disable hidden convar setting by the Options menu
con_enable, hud_quickswitch, hud_fastswitch
Added text entry for FPS Limiter in Options
Also nuke some hidden/unused panel code from multiplayer tab, regarding crosshairs and old player model selector
Fixed Nextbot Paths failing to generate
Also added console warnings when this happens, for debugging purposes.
Fixed RPG behavior in 3rd person in multiplayer
This involves a nasty hack setting the weapon's model for a split second in SetIdealActivity, which was already being done in SetActivity
Remove redundant cast from weapon RPG primary attack code
Fixed TOOL:Reload inconsistent trace code with left/right clicks
Was accidentally rolled back to use TraceLine
Fixed Lua Effects changing their entity table if accessed too early
Weapons and SENTS already had this fixed ages ago