sourcemod/plugins
Nicholas Hastings 5139eef183 Fix buffer sizes used for map names (64 -> MAX_PATH).
As more games are now supporting maps nested in subfolders or in folders outside of the maps folder,
we need to account for the full path that the game uses to refer to the map for compatibility. Many other
places for fixed for this already after CS:GO added Steam Workshop support for maps.
2015-06-03 22:28:58 -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 Update plugins for transitional methods. 2014-12-13 13:29:15 -08: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 Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
funvotes Update plugins for transitional methods. 2014-12-13 13:29:15 -08:00
include Merge pull request #337 from alliedmodders/earlier-maxclients 2015-05-20 06:48:08 -04:00
playercommands Change sm_rename to use new SetClientName native. 2015-03-22 12:15:30 -07: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 regression in admin-sql-threaded when porting to transitional syntax. 2015-05-18 10:15:17 -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 Update plugins for transitional methods. 2014-12-13 13:29:15 -08: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 buffer sizes used for map names (64 -> MAX_PATH). 2015-06-03 22:28:58 -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 Port rockthevote. 2014-11-09 16:10:25 -08: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