amxmodx/modules/fun
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
..
msvc12 Little cleanup (#461) 2017-12-07 18:45:16 +01:00
AMBuilder Little cleanup (#461) 2017-12-07 18:45:16 +01:00
fun.cpp Update Fun module (#421) 2018-08-30 19:16:19 +02:00
fun.h Update Fun module (#421) 2018-08-30 19:16:19 +02:00
moduleconfig.h Update Fun module (#421) 2018-08-30 19:16:19 +02:00
version.rc Move dlls/ to modules/ 2015-03-13 15:18:47 +02:00