sourcemod/plugins
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
..
admin-flatfile Purge Purge. 2015-03-05 10:56:36 -08:00
adminmenu Convert adminmenu to use newdecls and new classes/methodmaps. 2015-01-27 18:13:10 -08:00
basebans Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
basecomm Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
basecommands Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
basevotes Fix buffer sizes used for map names (64 -> MAX_PATH). 2015-06-03 22:28:58 -04:00
funcommands Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
funvotes Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
include Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
playercommands Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
testsuite Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
admin-sql-prefetch.sp Convert admin SQL plugins to use AdminId/GroupId methodmaps, newdecls. 2015-02-17 09:13:40 -08:00
admin-sql-threaded.sp Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
adminhelp.sp Convert adminhelp to newdecls. 2015-02-17 08:24:11 -08:00
adminmenu.sp Convert adminmenu to use newdecls and new classes/methodmaps. 2015-01-27 18:13:10 -08:00
AMBuilder Treat sp warnings as errors when building 2014-09-05 08:26:23 -07:00
antiflood.sp Port antiflood. 2014-11-09 16:30:41 -08:00
basebans.sp Revert adminmenu API changes. 2014-12-12 10:10:46 -08:00
basechat.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
basecomm.sp Port events to transitional syntax. 2014-12-13 12:51:16 -08:00
basecommands.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
basetriggers.sp Change sm_trigger_show default value to 0 / disabled. 2014-12-29 11:56:07 -05:00
basevotes.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
clientprefs.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
compile.sh Added spacing to compile.sh 2014-06-14 08:32:24 -04:00
funcommands.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
funvotes.sp Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
mapchooser.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
nextmap.sp Fix buffer sizes used for map names (64 -> MAX_PATH). 2015-06-03 22:28:58 -04:00
nominations.sp Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
playercommands.sp Change sm_rename to use new SetClientName native. 2015-03-22 12:15:30 -07:00
randomcycle.sp Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
reservedslots.sp Port reservedslots. 2014-11-09 16:10:13 -08:00
rockthevote.sp Fix inconsistencies with buffer sizes for player names. 2015-06-03 22:40:43 -04:00
sounds.sp Show errors for methods that are unused. (bug 6183) 2014-07-12 10:28:29 -07:00
sql-admin-manager.sp Update SQL plugins for transitional syntax. 2014-12-14 18:37:32 -08:00