8,596 Commits over 3,256 Days - 0.11cph!
Reverted Default font to its old self and added a HudDefault font for HL2 HUD elements
- Fixed sounds not playing at all when close captioning is enabled (close captioning itself still doesn't work though)
- Fixed lag compensation causing players to drift away from the vehicle they are driving
- HL2 HUD elements now use the new HudDefault font instead of Default
- All NetworkedVar functions now use the new networked variable system
- Removed all NetworkedVar2 functions
- Fixed SetNWEntity not working correctly in singleplayer
- NetworkedVars are now properly saved when saving a game or transitioning between levels in singleplayer
- Added Entity:GetNWVarTable(), returns all the networked variables in an entity
- Fixed a save file issue with CSoundPatch
- Added render.SetLocalModelLights(lights)
- Increased maximum bone count from 128 to 256 (please test this!)
- Added Entity:SetNWVarProxy(name, func) and Entity:GetNWVarProxy(name) [shared]
* Fixed some addons not being able to be extracted.
* Returned maps/*.png to game addon whilelist
* Fixed Player:KillSilent not forcing player to exit vehicle, making him stuck dead
* Fixed util.IsValidModel false-positives, now you can spawn big pipe from HL2
* Added more blocked commands to prevent servers from fukcing up players
* Fixed materials/gm_construct/grass-sand.vmt $surfaceprop2
Sync with GitHub + One more blocked convar
- Fixed another exploit related to downloading restricted files from the server
- Fixed plugin_load not loading plugins if no file extension is given
- Fixed not being able to change the render cull mode on entities bonemerged to viewmodels
Fixed a few minor issues with render.SetLocalModelLights and added MATERIAL_LIGHT_ enums
* Improved preset saving. (Force lowercase, add number prefix)
* Converted old file names to new file names for default presets
NWVars now support clientside prediction
GitSync + New fancy spawnicons
Fixed net.ReadUInt not using unsigned integers
GitSync + Update Bootil to latest version
Fixed hammer, added map compiling tools, added model compiling tool ( needs testing ), moved garrysmod.fgd to GarrysMod/bin