Vincent Herbet
3568fb8747
Add client_remove() forward and fix a bug with client not internally disconnected ( #414 )
...
* Rename client_disconnected to client_disconnecting
* Add client_disconnected as post forward
* Fix client not properly disconnected internally
Introduced in #264 .
Edict is reset once SV_DropClient is called, so that second check would be always false.
* Reflect changes on the concerned plugins
* Revert renaming, let's add only client_remove as post forward
2017-02-25 11:50:52 +01:00
Vincent Herbet
b973d24081
Add missing buffer size check to SQLite QuoteString implementation ( #411 )
2017-02-23 13:56:58 +01:00
Vincent Herbet
074af44ead
Fix a potential crash in ArrayClone for too large arrays ( #408 )
2017-02-23 13:27:16 +01:00
Vincent Herbet
3a73e12550
Update to the latest AMTL ( #410 )
2017-02-19 15:01:58 +01:00
Vincent Herbet
38b8dc338d
Fix missing backward compatibility check in TrieGetString() and TrieGetArray() ( #406 )
2017-02-05 11:52:04 +01:00
Vincent Herbet
9b3839de70
Fix missing CS_NORESET constant ( #400 )
2017-01-10 18:51:41 +01:00
Vincent Herbet
faa9f6ea9f
Fix returning strings from variadic functions (lost changes) ( #399 )
2017-01-09 20:40:28 +01:00
Vincent Herbet
e24b9548d4
Update to the latest AMTL ( #381 )
...
* Update to latest AMTL.
* Update .gitignore for VS2015
2016-08-12 15:30:06 +02:00
Vincent Herbet
861011fa24
Merge pull request #375 from voed/patch-1
...
Fixed some natives descriptions
2016-06-14 08:52:36 +02:00
Vincent Herbet
294066ca61
Merge pull request #374 from Arkshine/fix/util_replaceall
...
Fix UTIL_ReplaceAll not properly tracking length.
2016-06-10 15:29:33 +02:00
Arkshine
2099a88ddf
Fix UTIL_ReplaceAll not properly tracking length.
2016-06-06 12:09:42 +02:00
Vincent Herbet
1662b47f7e
Merge pull request #372 from Ni3znajomy/gcc6-fix-compilation
...
Fix compilation error for GCC 6
2016-06-05 19:51:27 +02:00
Vincent Herbet
f3c58b7cd6
Merge pull request #369 from Ni3znajomy/forwards/value-by-reference
...
Values by reference in forwards
2016-06-05 19:50:40 +02:00
Vincent Herbet
2628ce8664
Merge pull request #349 from Arkshine/feature/command-ml
...
Add a param to register_*cmd() and get_*cmd() to indiquate info is a multilingual key + modify plugin
2016-04-16 13:12:21 +02:00
Vincent Herbet
09e49439bc
Merge pull request #370 from Arkshine/fix/cs_set_user_model
...
Fix a crash after cs_set_user_model is used with model_index parameter set.
2016-04-16 11:45:37 +02:00
Vincent Herbet
af0afabfa0
Merge pull request #366 from Ni3znajomy/read_argv2
...
Extend "read_argv" native
2016-04-15 20:29:44 +02:00
Vincent Herbet
ffa4e05708
Merge pull request #356 from Arkshine/fix/some-cstrike-natives
...
Fix issues with some cstrike natives
2016-04-11 11:53:35 +02:00
Vincent Herbet
ccf8026761
Merge pull request #367 from Arkshine/fix/engine-typos
...
Fix typos in entity_intersects() and get_global_edict2() natives
2016-04-11 11:28:19 +02:00
Arkshine
253dec94d1
Fix a crash after cs_set_user_model is used with model_index set.
2016-04-07 20:27:27 +02:00