Alias sdk_lightmappedgeneric_dx9 to lightmappedgeneric
Change DHTML/HTML console message "source" color
Pull Request: Fixed missing Server Browser localization
Main menu adjustments
* Use localized string for "server not responding" for favorites
* Adjust blue colors in server browser to be consistent with each other, including hover colors, and be slightly darker for better contrast with white text
* Adjust "Search servers by IP" menu in favorites tab
Fixed a bunch more compile warnings
Close spawn/context menus when main menu is open
Also disallow F1 to open spawnmenu in main menu
Call Remove instead of Close for toolstips, if Close is not defined
More compile warning fixes
Remove main menu's reliance on RUNLUA: hack
Reduce MAX_LIGHTMAP_DIM to 128
Bumpmapped materials allocate 4x the size, so we have to account for that.
Bump "target max" size for entdata to 4MB (from 394KB)
No real functionality change, just less OVERFLOW!!111 warnings on map compile
Added `spawnmenu_toggle`, defaults to 0
This setting is available in Utilities => User => Sandbox
Give better max values for Utilities => Sandbox limit sliders
Switch debugoverlay functions to better optional argument checking
* Potential breakage point: If given invalid type for optional argument, no longer do nothing but throw an error, but should be a tiny bit faster now
Added Player:SetFlashlightColor (clientside only, but works on others)
Minor cleanup: Remove GetPlayerEntIndex from headers
Fixed Player:Flashlight playing sounds when nothing changes
Use `gmod_flashlight` attachment for flashlight if it exists
This works for player models, world models and view models
Spawnicon resize menu: work around the weird offset with icons
Added ability to select what weapon Creator Tool spawns NPCs with
Update IME candidate menu size to fit new text
Fixed respawning while driving while dead putting you to death position
Respawning while driving will no longer snap eye angles to spawnpoint
Minor cleanups
Use consistent search paths for textures and some model code
* Makes textures load from "GAME" path instead of NULL, so it is consistent with models and materials.
* Changed some gmod code related to reading model files to also use "GAME" path instead of NULL for consistency with engine model loading
Prevent potential server crash with npc_heli_avoidsphere at edict limit
Fixed missing alpha channel on DoD:S playermodel fallbacks
Consistent mat_monitorgamma convar flags
Adjust formatting of VRAD usage info
* Give more context to -SunSamplesAreaLight
Fixed Menu Lua errors when creating presets
* Due to recent changes to main menu internals
Fixed crashes to do with a certain broken demo file
Improve invalid model detection
Make `gm_spawn` only work for .mdl files
util.IsValidModel returns false if extension is not .mdl
Better warning for "Unknown read error 38"