amxmodx/modules/cstrike/cstrike
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
..
msvc12 Little cleanup (#461) 2017-12-07 18:45:16 +01:00
AMBuilder Little cleanup (#461) 2017-12-07 18:45:16 +01:00
CstrikeDatas.h Add basic ReHLDS and ReGameDLL support (#417) 2017-03-09 19:59:38 +01:00
CstrikeHacks.cpp Cstrike: Get offset for m_bMapHasBombTarget (#443) 2017-06-21 10:07:26 +02:00
CstrikeHacks.h Add basic ReHLDS and ReGameDLL support (#417) 2017-03-09 19:59:38 +01:00
CstrikeItemsInfos.cpp Fix signed/unsigned mismatch warning (#428) 2017-04-04 10:32:04 +02:00
CstrikeItemsInfos.h Fix a bcompat issue with cs_s/get_user_backpackammo() by not relying on m_rgpPlayerItems to get ammo index 2016-03-16 16:29:55 +01:00
CstrikeMain.cpp Fix broken cs_set_user_model update_index parameter for the default engine (#450) 2017-07-29 17:01:34 +02:00
CstrikeNatives.cpp Fix build clang 3.9+ (#458) 2017-09-25 15:22:53 +02:00
CstrikePlayer.cpp Fix a cs_set_user_model issue with model not being persistent set on a 32th player 2017-03-10 18:33:19 +01:00
CstrikePlayer.h Add basic ReHLDS and ReGameDLL support (#417) 2017-03-09 19:59:38 +01:00
CstrikeUserMessages.cpp Replace INDEXENT and ENTINDEX by TypeConversion for consistency 2016-03-16 21:40:43 +01:00
CstrikeUserMessages.h Cstrike: Fix defuser/nvgs not being called with CS_OnBuy and fix wrong shield CSI constants 2015-11-03 10:45:51 +01:00
CstrikeUtils.cpp Fix CS_OnBuy* not triggered from alias containing uppercase letters 2016-01-23 00:09:04 +01:00
CstrikeUtils.h Replace INDEXENT and ENTINDEX by TypeConversion for consistency 2016-03-16 21:40:43 +01:00
moduleconfig.h Comment MODULE_RELOAD_ON_MAP_CHANGE on modules that use USE_METAMOD (#484) 2018-03-09 19:37:46 +01:00
version.rc Move dlls/ to modules/ 2015-03-13 15:18:47 +02:00