Difference between revisions of "Change log/5.20"
Jump to navigation
Jump to search
m (Protected "Change log 5.20": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
m (Category.) |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
* Fixed multiple info string exploits. | * Fixed multiple info string exploits. | ||
* Fixed unsafe string handling in DLL interfaces. | * Fixed unsafe string handling in DLL interfaces. | ||
+ | |||
+ | [[Category:Game]] | ||
+ | [[Category:Change log]] |
Latest revision as of 16:54, 12 December 2020
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.