18 Commits

Author SHA1 Message Date
Artem Golubikhin
baf100c59d
Fixed crashes on the latest ReHLDS (#4)
Fixes #1 by updating the memory pattern for `gMsgBuffer` and `gMsgType` variables.
2022-02-06 16:11:03 +03:00
fl0werD
614a6496d7
Fixed the abuse of the non-printable U+FFA0 character (#2)
An update to the table of printable characters. Prohibits the use of Halfwidth Hangul Filler U+FFA0. This is a port of dreamstalker/rehlds#893 which fixes dreamstalker/rehlds#887.
2022-01-30 04:52:37 +03:00
Artem Golubikhin
3efaadcb55 Fixed crash on the latest ReHLDS
Fixed crashes on some platforms which restore protection (or remove write access) of memory after function (memory) call
2017-10-09 02:14:29 +00:00
Artem Golubikhin
e24168d70b Added support for formatters containing # 2017-07-15 17:32:07 +00:00
Artem Golubikhin
18acff2728 Reverted compile script changes
Fixed crash
Added deinitialization
2017-07-15 07:46:15 +00:00
Artem Golubikhin
0d0e1f56f2 Forgot to remove this debugging log 2017-07-13 10:29:31 +00:00
Artem Golubikhin
ef1fc95425 Removed test logging
Updated version
2017-07-13 10:26:50 +00:00
Artem Golubikhin
1f9b8adb02 Moved initialization into Meta_Attach 2017-07-13 10:18:17 +00:00
Artem Golubikhin
7a9ecbe842 Added some additional tests for linux 2017-07-13 10:13:57 +00:00
Artem Golubikhin
32e0562f50 Forgot PLID in LOG_CONSOLE 2017-07-13 10:11:32 +00:00
Artem Golubikhin
0cff1bfa8f Added tests to find problem on linux 2017-07-13 10:09:25 +00:00
Artem Golubikhin
d2bc30e94b Fixed linux build error 2017-07-13 09:58:43 +00:00
Artem Golubikhin
7294986558 Fixed linux build error 2017-07-13 09:56:31 +00:00
Artem Golubikhin
d49f59e6d2 Added safety for SayText and TextMsg in cstrike and czero 2017-07-13 09:43:07 +00:00
Artem Golubikhin
713fed3777 Added chat message truncation (to avoid breaking of default engine behaviour) 2017-01-31 23:51:51 +00:00
Artem Golubikhin
c5a833768a Forgot update the date 2017-01-29 23:07:54 +00:00
Artem Golubikhin
b1d857cc99 Fixed undefined behaviour with isdigit calls
Reverted static links
2017-01-29 22:55:19 +00:00
Artem Golubikhin
b7e2e97111 Initial commit 2016-01-25 02:09:11 +00:00