Go to file
David Anderson 0aaa659e29 Fix how the mark-serial is used.
The mark-serial is a generation number to optimize dependency tracking. It did not actually get
applied correctly, meaning that in rare cases we could miss dependencies. This patch removes the
incorrect serial propagation and ensures that we don't double-count a dependent plugin.

Additionally, this patch ensures that all callers of BindNativeToPlugin() will update the mark
serial, as is required to correctly track dependencies.
2015-09-14 12:50:50 -07:00
bridge/include Move CDataPack from core to logic. 2015-09-06 11:02:52 -07:00
configs Fix sm_trigger_show default in shipped sourcemod.cfg match default in basetriggers. 2015-05-30 07:52:31 -04:00
core Fix how the mark-serial is used. 2015-09-14 12:50:50 -07:00
editor Added AMXX Pawn geshi generation script. 2010-08-23 13:53:44 -04:00
extensions Added IsFree() edict check to FindEntityByNetClass. 2015-09-13 13:49:31 -07:00
gamedata Update TF2 gamedata 2015-08-18 21:09:33 +01:00
loader Add basic support for Black Mesa. 2015-05-06 21:12:13 -04:00
plugins Add FileTransfer Hooks to SDKTools (r=Drifter). 2015-09-12 13:01:33 -07:00
public Fix recent regression with finding engine ptr on CS:S, DoD:S, HL2:DM. 2015-09-14 09:56:06 -04:00
sourcepawn@8dd90b3589 Update to the latest AMTL version. 2015-08-27 01:01:18 -04:00
tools Merge pull request #403 from alliedmodders/gdc-fix 2015-09-13 17:23:24 -04:00
translations Remove unused phrase. 2015-03-22 15:36:07 -04:00
versionlib Change version display. 2014-05-25 03:18:05 -07:00
.arcconfig Add a .arcconfig file so that arc works 2013-10-15 22:57:59 +01:00
.gitignore Update to the latest SourcePawn revision. 2015-08-18 09:51:24 -07:00
.gitmodules Use upstream SourcePawn as a submodule. 2015-03-15 16:38:38 -07:00
.travis.yml More tweaks. 2015-07-14 19:44:52 -04:00
AMBuildScript Update build scripts for new AMTL folder structure. 2015-08-26 15:54:55 -04:00
changelog.txt Triggering a build. 2011-04-13 19:05:41 -05:00
configure.py Add an ambuild configure option to disable auto versioning. 2014-07-02 13:29:59 -05:00
product.version Bump version to 1.8.0-dev. 2014-12-18 04:55:58 -08:00
pushbuild.txt Trigger build for hl2sdk-tf2 changes. 2015-09-10 19:54:32 -04:00
README.md and maybe also a hyphen 2014-05-27 01:09:12 -06:00

SourceMod

General

Development