amxmodx/modules
Vincent Herbet 1a2dd9e7ea
Update Fun module (#421)
* Fun: Replace ENTINDEX with TypeConversion for consistency

* Fun: Add a class wrapping player's data

* Fun: Make TraceLine a post forward

Reason: as it is it breaks plugins hooking TraceLine because of the original game call is being superceded and other modules can't catch it. It looks like it's this way from the very start fun module has been introduced 13 years ago before. Fakemeta module comes a little later.

* Fun: Clean up code

* Fun: Toggle PlayerPreThink forward on demand

* Fun: Toggle TraceLine forward on demand

* Fun: Add HITZONE* constants for use with set/get_user_hitzone()

* Fun: Refactor a litte the player class

* Fun: Clean up a little more

* Fun: Fix typo in set_user_hitzones from previous commit
2018-08-30 19:16:19 +02:00
..
cstrike Sanitize load_amxscript() and add load_amxscript_ex/MF_LoadAmxScriptEx() requiring error max length (#530) 2018-08-30 18:49:42 +02:00
dod Sanitize load_amxscript() and add load_amxscript_ex/MF_LoadAmxScriptEx() requiring error max length (#530) 2018-08-30 18:49:42 +02:00
engine Add or adjust a bunch of safety checks (#433) 2018-08-26 17:18:39 +02:00
fakemeta Add or adjust a bunch of safety checks (#433) 2018-08-26 17:18:39 +02:00
fun Update Fun module (#421) 2018-08-30 19:16:19 +02:00
geoip Update libmaxminddb to v1.3.2 (#526) 2018-08-27 15:42:35 +02:00
hamsandwich Fix a buffer issue in RegisterHam (#495) 2018-07-13 16:23:03 +02:00
json Introduce a JSON module (#379) 2017-09-30 20:23:12 +02:00
mysqlx Comment MODULE_RELOAD_ON_MAP_CHANGE on modules that use USE_METAMOD (#484) 2018-03-09 19:37:46 +01:00
ns Little cleanup (#461) 2017-12-07 18:45:16 +01:00
nvault Port code to AMTL (#427) 2017-04-14 19:36:59 +02:00
regex Fix AMBuild and VS projects files 2015-10-02 23:22:22 +02:00
sockets Fix sockets crash (#418) 2017-03-04 14:14:08 +01:00
sqlite Comment MODULE_RELOAD_ON_MAP_CHANGE on modules that use USE_METAMOD (#484) 2018-03-09 19:37:46 +01:00
tfcx Sanitize load_amxscript() and add load_amxscript_ex/MF_LoadAmxScriptEx() requiring error max length (#530) 2018-08-30 18:49:42 +02:00
ts Sanitize load_amxscript() and add load_amxscript_ex/MF_LoadAmxScriptEx() requiring error max length (#530) 2018-08-30 18:49:42 +02:00