AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
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
amxmodx Sanitize load_amxscript() and add load_amxscript_ex/MF_LoadAmxScriptEx() requiring error max length (#530) 2018-08-30 18:49:42 +02:00
compiler Updated compiler exitcodes (#486) 2018-07-10 12:27:27 +02:00
configs Minor fixes in configs files. (#455) 2017-09-01 15:23:49 +02:00
editor/studio Add elog_message native (#451) 2017-08-01 15:14:53 +02:00
gamedata Cstrike: Get offset for m_bMapHasBombTarget (#443) 2017-06-21 10:07:26 +02:00
installer Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
modules Update Fun module (#421) 2018-08-30 19:16:19 +02:00
plugins Update Fun module (#421) 2018-08-30 19:16:19 +02:00
public Sanitize load_amxscript() and add load_amxscript_ex/MF_LoadAmxScriptEx() requiring error max length (#530) 2018-08-30 18:49:42 +02:00
support Add GeoIP data update to the automatic build system (#524) 2018-08-27 15:06:59 +02:00
third_party Update Zlib to v1.2.11 (#527) 2018-08-27 21:35:24 +02:00
tools Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
.gitattributes Add gitattributes 2015-03-10 11:11:49 +02:00
.gitignore Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
.gitmodules Use upstream AMTL as a submodule 2015-03-09 22:53:58 +01:00
.travis.yml Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
AMBuildScript Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
appveyor.yml Fix AppVeyor (#528) 2018-08-27 14:36:38 +02:00
configure.py Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
product.version Bump version to 1.8.3-dev. 2013-02-14 23:30:38 -08:00
pushbuild.txt Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
README.md Add link to API reference in README (#493) 2018-07-12 10:17:49 +02:00

AMX Mod X

AMX Mod X - Half-Life 1 Scripting and Server Administration

General

Development