ErikMinekus
d9fb0ba64e
Update base plugins for transitional syntax ( #507 )
2016-05-11 10:44:58 -04:00
Ross Bemrose
10a95cfdce
Add new function: GetMapDisplayName.
...
This function will resolve the name of a map using FindMap, then (if applicable), will turn a workshop map name into a nicely formatted name.
Currently only TF2 and CS:GO Map Workshops are supported. More can be added at a later date.
This function returns false if a map was not found, but true in any other instance even if FindMap could not resolve the map name.
This patch also updates the following core plugins to use this GetMapDisplayName:
BaseTriggers
BaseVotes
MapChooser
NextMap
Nominations
RandomCycle
RockTheVote
2015-09-15 16:16:58 -04:00
Ryan Stecker
8bc3d5d93c
Fix more buffer sizes for map names.
2015-06-04 18:32:49 -05:00
Nicholas Hastings
4a9dffd3e1
Change sm_trigger_show default value to 0 / disabled.
2014-12-29 11:56:07 -05:00
David Anderson
1328984e0b
Update plugins for transitional methods.
2014-12-13 13:29:15 -08:00
David Anderson
28eb663f9b
Port events to transitional syntax.
2014-12-13 12:51:16 -08:00
David Anderson
4a66b67d81
Port remaining .sp files.
2014-11-09 16:52:06 -08:00
SystematicMania
10f878d8c7
Fix regressions in b2f7d97b1ea7 and update plugins for OnClientSayCommand changes (bug 5986, r=psychonic).
2014-02-28 10:38:36 -05:00
Nicholas Hastings
9bf78a96cc
Replace hardcoded "/ff" check in basetriggers (bug 5863, r=drifter).
2013-08-24 21:59:52 -04:00
Kyle Sanderson
5d76ffef88
Added global pre and post forwards for client chat (bug 5394, r=psychonic).
2013-08-05 11:46:29 -04:00
Peace-Maker
305d53f094
Fixed possible rte in basetriggers for !ingame clients (bug 5191, r=psychonic).
2013-03-18 20:11:50 -04:00
Nicholas Hastings
df7680aa73
Fixed ff trigger printing in triggerer's language to all (bug 5161, r=asherkin).
2011-11-03 09:59:14 -04:00
Nicholas Hastings
325ae5e977
Added better Nuclear Dawn compatibility to base plugins (bug 5117, r=fyren).
2011-10-11 19:47:20 -04:00
Nicholas Hastings
e67a65c0db
Fixed build.
2011-06-16 15:59:27 -04:00
Nicholas Hastings
e8fbe0f36c
Fixed uninit'ed string and other minor issues in basetriggers (bug 4945, r=fyren).
2011-06-05 23:13:25 -04:00
Erik Minekus
92d3fc3d8c
Fixed lack of error checking on sm_motd. (bug 4460, r=dvander)
2010-06-23 23:41:47 -04:00
Nicholas Hastings
5d89599799
Backed out changeset: 6c4d95b625ea
2010-06-23 23:40:53 -04:00
Erik Minekus
2eb5b5eb67
Fixed lack of error checking on sm_motd.
2010-06-23 23:39:39 -04:00
Erik Minekus
2f3e172162
Added "motd" chat trigger to basetriggers (bug 2694, r=dvander)
2009-08-24 09:13:37 +12:00
David Anderson
f9d472847c
Merge from sourcemod-1.1.
2009-02-01 02:37:00 -05:00
mr.e.unk@gmail.com
94303ea9a0
Fixed nextmap trigger showing wrong output with end-of-map voting disabled and sm_trigger_show set to zero (bug 3597, r=pred).
2009-02-01 02:09:15 -05:00
Liam
29b357a2f6
Insurgency game_start / game_newmap event fix (bug 3497, +dvander)
2009-01-31 22:21:37 -05:00
David Anderson
a04521b55a
Fixed "nextmap" command being spammable (bug 3391, r=pred).
2008-11-05 21:02:07 -08:00
Matt Woodrow
07cbe39552
Updated basetriggers to use more translation friendly phrases (bug 3330, r=dvander).
...
Basetriggers now counts rounds remaining for mp_maxrounds output.
2008-10-16 10:54:23 +13:00
Matt Woodrow
95aca7b61b
Fixed amb1924 - Nextmap command now checks if end of map voting is enabled
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402441
2008-08-10 05:39:25 +00:00
Matt Woodrow
dad66c9204
Nextmap command (basetriggers.sp) will now show 'Pending Vote' if mapchooser is running, and the vote has not yet occured.
...
Few cvar description changes in rockthevote.sp
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402423
2008-07-17 07:47:11 +00:00
Matt Woodrow
67e28d7475
Moved nextmap command into basetriggers.sp
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402417
2008-07-13 07:01:54 +00:00
Matt Woodrow
c75d607a00
- Added ForceChangeLevel and Map History to nextmap api
...
- Changed base plugins to use new api
- Added sm_maphistory command to nextmap.sp
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402413
2008-07-13 05:13:37 +00:00
David Anderson
2cc809be0c
fixed amb1748 - timeleft was spammable from console
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402359
2008-07-05 23:02:27 +00:00
Matt Woodrow
bff2b0a95d
Added amb1665 and amb1381 - Added other map limits to 'timeleft' and handling of timeleft/nextmap console commands.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402195
2008-05-26 01:09:10 +00:00
Scott Ehlert
251cced1f8
Spring Cleaning, Part Ichi (1)
...
Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
2008-03-30 07:00:22 +00:00