AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
IgnacioFDM 7c4688f557 Comment MODULE_RELOAD_ON_MAP_CHANGE on modules that use USE_METAMOD (#484)
Currently amxmodx doesn't reload modules that use metamod, so MODULE_RELOAD_ON_MAP_CHANGE being defined or not doesn't make any difference.
Even though this commit currently doesn't change any behavior, amxmodx might in the future support reloading modules that use metamod, and all these modules in their current state either fail completely because of erroneous cleanup, or are untested (and most likely leak stuff).
Furthermore, these changes make it clear that these modules are in fact not being reloaded.
2018-03-09 19:37:46 +01:00
amxmodx Fix OnPluginsUnloaded not being called for reloadable modules. (#485) 2018-03-09 19:32:30 +01:00
compiler Fix inc/dec operators not returning an iEXPRESSION (#429) 2017-04-29 23:33:09 +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 Comment MODULE_RELOAD_ON_MAP_CHANGE on modules that use USE_METAMOD (#484) 2018-03-09 19:37:46 +01:00
plugins Update include files documentation (#360) 2017-12-09 00:22:43 +01:00
public Little cleanup (#461) 2017-12-07 18:45:16 +01:00
support Strip whitespace when reading product.version (#470) 2017-12-06 15:29:06 +01:00
third_party Fix utf8rewind compilation with GCC 2017-10-14 14:25:21 +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 Update to the latest AMTL (#381) 2016-08-12 15:30:06 +02:00
.gitmodules Use upstream AMTL as a submodule 2015-03-09 22:53:58 +01:00
.travis.yml Bump MySQL version to 5.5 (#466) 2017-10-31 23:06:30 +01:00
AMBuildScript Bump MySQL version to 5.5 (#466) 2017-10-31 23:06:30 +01:00
appveyor.yml Bump MySQL version to 5.5 (#466) 2017-10-31 23:06:30 +01:00
configure.py Tweak build scripts so the vs build frontend will work. 2014-08-02 12:29:53 -07: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 💇 2014-06-03 12:19:43 +03:00

AMX Mod X

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

General

Development