Fixed crash on startup
Fixed broken particles
Removed server crashing console commands
Fixed 'Touch' Lua errors on some custom SENTs
Spectated entities are now automatically added to PVS
Added pl_goldrush to map menu
Gamemodes can now organise their maps on the map screen
Added example gamemode 'melonracer'
ents.FindInBox now shared
ents.FindInSphere now shared
Added ents.FindInCone( vPos, vDir, fLength, fConeDegrees )
Added access debug overlay library (Only displays when developer!=0)
- debugoverlay.Line( pos1, pos2, duration=1, color=white, skipdepth=false )
- debugoverlay.Box( origin, mins, maxs, duration=1, color=white )
- debugoverlay.Cross( origin, size, duration=1, color=white, skipdepth=false )
- debugoverlay.Text( origin, text, duration=1 )
- debugoverlay.Sphere( origin, size, duration=1, color=white, skipdepth=false )
Added PrintMessage( msgtype, text )
Added better built in framework for team based gamemodes
Fixed ply:KillSilent() not working as intended
GM:PlayerAuthed should now be reliable
Added Player:GetPData( , ) (persistant data)
Added Player:SetPData( , )