Go to file
Nicholas Hastings 9e0dbfcf68 Fix inconsistencies with buffer sizes for player names.
Found any I could not using MAX_NAME_LENGTH and changed them to use it. I think that we should
increase MAX_NAME_LENGTH to 128 for CS:GO at some point as that's what it uses internally.
(Presumably to get the client's full multibyte name from Steam without truncation mid-codepoint which
can happen in other games. Steam's max is 32 characters if I remember correctly, but allows multibyte chars).
2015-06-03 22:40:43 -04:00
configs Fix sm_trigger_show default in shipped sourcemod.cfg match default in basetriggers. 2015-05-30 07:52:31 -04:00
core Merge pull request #337 from alliedmodders/earlier-maxclients 2015-05-20 06:48:08 -04:00
editor Added AMXX Pawn geshi generation script. 2010-08-23 13:53:44 -04:00
extensions Fix crash on Black Mesa when an entity is deleted and SDK Hooks is loaded. 2015-05-31 23:21:43 -04:00
gamedata Update FoF gamedata. 2015-06-02 17:59:13 -04:00
loader Add basic support for Black Mesa. 2015-05-06 21:12:13 -04:00
plugins Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
public Update AMTL and SourcePawn. 2015-05-27 10:22:40 -04:00
sourcepawn@3f491d1a07 Update AMTL and SourcePawn. 2015-05-27 10:22:40 -04:00
tools Add gamedata file missing in PackageScript. 2015-05-11 06:52:56 -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 Fix .gitignore typo 2014-06-30 15:06:22 +02:00
.gitmodules Use upstream SourcePawn as a submodule. 2015-03-15 16:38:38 -07:00
.travis.yml Install g++-4.8 before installing llvm 3.5 2015-02-21 19:20:18 -08:00
AMBuildScript Fix indentation. 2015-05-12 06:21:32 -07: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. 2015-05-15 20:53:17 -04:00
README.md and maybe also a hyphen 2014-05-27 01:09:12 -06:00

SourceMod

General

Development