Change log/5.20
Jump to navigation
Jump to search
1 Code
1.1 Engine
- [VGUI2/GameUI] Fixed paste command not working for password fields.
- [VGUI2/GameUI] Number pad Enter can be used to confirm choices, buttons, dialogs, etc.
- [Networking] All recvfrom/sendto related socket errors are now non-critical (similar to Source engine). To see socket related errors set the "developer" CVAR to "1" or higher.
- Fixes the "ERROR: Network is unreachable" shutdown on Linux.
- Fixes the "ERROR: NO ERROR" shutdown on Windows.
- [Networking] Proper error messages are now printed for recvfrom/sendto errors on both Windows and Linux (Linux-only previously).
- Added few security fixes present in vanilla GoldSrc but missing from Svengine.
- Disabled post-map change texture stats. ("gl_texstats" still works as before)
- Fixed multiple info string exploits.
- Fixed unsafe string handling in DLL interfaces.