Eric Minekus
85963cafe7
Fixed several plugins excluding the last client from loops (bug 3984, r=dvander).
2009-10-02 02:26:11 -07:00
David Anderson
d8474cfafa
Added generic command hooking mechanism, to replace Reg*Cmd which is intended for command creation (bug 4015, r=pred).
2009-09-26 17:12:23 -04:00
Matt Woodrow
4228642b53
Rockthevote 'already voted' message now displays RTV progress (bug 4011, r=Fyren)
2009-09-17 18:55:40 +12:00
Fyren
70bb4930f6
Respect clientside mutes and add fixed client listening API (bug 3818, r=pred,dvander).
2009-09-07 17:09:28 -07:00
David Anderson
d682361cfc
More changes for new build system.
2009-08-30 00:46:56 -07:00
DaFox
e315726001
Added PointOutsideWorld native to sdktools (bug 3906, r=dvander)
2009-08-24 09:19:42 +12:00
Erik Minekus
2f3e172162
Added "motd" chat trigger to basetriggers (bug 2694, r=dvander)
2009-08-24 09:13:37 +12:00
Mr E. Unknown
1156d00538
Fixed 'list' type custom menu entries overwriting admin restrictions (bug 3783, r=pred)
2009-08-24 09:02:10 +12:00
Downtown1
5707354a18
Added sm_resetcvar command to basecommands (bug 3636, r=pred)
2009-08-24 08:55:34 +12:00
David Anderson
008e98d980
Fixed incorrect escaping in clientprefs SQLite queries (bug 3904, r+a12=pred).
2009-08-10 22:16:58 -04:00
Fyren
ffd72fbb4d
Improve non-admin to admin chat (bug 3844, r=pred)
2009-07-27 17:02:04 -07:00
Matt Woodrow
3e36382b58
Added support for logical (non-networked) entities using entity references - See http://wiki.alliedmods.net/Entity_References_%28SourceMod%29 (bug 2459, r=dvander)
2009-07-24 12:34:31 +12:00
David Anderson
d4798ccaa5
Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren).
2009-05-30 19:59:55 -04:00
Matt Woodrow
7b6f2863a9
Added PlayerRunCmd hook to sdktools (bug 3289, r=dvander)
2009-05-12 13:54:06 +12:00
Matt Woodrow
4abdc29d9e
l2merge Fyren
2009-04-24 18:20:55 +12:00
Fyren
74a25097b2
Fix OnClientConnect rejectmsg handling, improve doc (bug 3690, r=dvander)
2009-04-13 16:39:53 -07:00
Fyren
9def5e57de
Disable nextmap in Synergy and Dystopia (bug 3687, bug 3741; r=liam)
2009-04-01 05:56:51 -07:00
David Anderson
40a8892cb7
Merge from sourcemod-1.2 branch.
2009-03-30 11:43:16 +02:00
David Anderson
3ac9ecb4b7
Removed tag system (bug 3751, r=fyren, a12=blocking).
2009-03-25 03:27:32 -04:00
Fyren
4364ba46e2
Switch base plugins to APL2; disable nextmap for L4D, Dystopia, Synergy (bugs 3716, 3687, 3741; r=pred)
2009-03-18 22:10:39 -07:00
Fyren
d7917a6a9a
Add AskPluginLoad2() to allow silent failure, deprecate AskPluginLoad() (bug 3716, r=dvander)
2009-03-18 19:20:40 -07:00
Fyren
81e30e75c4
Merge: this'll teach me to not pull first
2009-03-18 19:15:40 -07:00
Fyren
7a94343dec
Fix/restore TF2_IgnitePlayer (bug 3528, r=pred)
2009-03-18 18:50:31 -07:00
Fyren
3ee6bae4ba
Fix/restore TF2_IgnitePlayer (bug 3528, r=pred)
2009-03-18 18:50:20 -07:00
Fyren
9a77e6b3cc
Gave OnClientAuthorized() its meds.
2009-03-18 18:34:46 -07:00
Matt Woodrow
c23ffa2ce5
Added GetClientCookieTime native (bug 3736, r=dvander)
2009-03-17 12:30:21 +13:00
Liam
5b21fc89fc
Fixed typo in code that broke buildbot. (Bug 3698 r=Liam)
2009-03-07 23:27:10 -05:00
Liam
bc7b90a1b4
Removed the alive check from sm_rename. Improved mod support between various engines. (Bug 3698 r=pred)
2009-03-07 17:11:11 -05:00
Liam
134cb68396
Removed the alive check from sm_rename. Added in additional support for CSS / OB engines.
2009-03-07 16:58:14 -05:00
David Anderson
d4bcbc3771
Merge from 1.2 branch.
2009-03-06 14:44:25 -05:00
Fyren
2c7555366f
Fixed SetEntityHealth (bug 3693, r+a12=dvander).
2009-03-06 14:40:30 -05:00
Scott Ehlert
d8264fada7
Merge from 1.2 branch.
2009-03-05 15:48:38 -06:00
Scott Ehlert
72da49415e
Added -dev tag back to version.h files for manual builds.
2009-03-05 14:59:09 -06:00
David Anderson
8e744ec5f7
Re-added -dev tag, bumped version to 1.2.1.
2009-03-05 02:36:27 -05:00
David Anderson
8dfbcf5a9f
Bumped versions.
2009-03-05 02:07:44 -05:00
David Anderson
1f636bf7a9
Bumped trunk to 1.3.0.
2009-03-05 01:48:18 -05:00
Matt Woodrow
096a04b3e4
Added SourceMod to the sv_tags list and added a tags API for plugins (bug 3688, r=dvander)
2009-03-05 11:59:49 +13:00
David Anderson
a0128d9b7c
Fixed SetEntityHealth not compiling, darkm regression (bug 3684).
2009-03-03 09:41:55 -05:00
Fyren
a85031be53
Gently disable nextmap on L4D, rather than fail load (bug 3683, r+a12=dvander).
2009-03-01 21:15:14 -05:00
FLOOR_MASTER
d372e789a4
Performance improvements to admin-sql-prefetch (bug 3354, r+a12=dvander).
2009-03-01 16:59:12 -05:00
Fyren
d9f7e4c9e0
Added more detail to certain player-oriented menu titles (bug 2740, r=liam, a12=dvander).
2009-03-01 16:51:15 -05:00
Fyren
e6ea726b69
Improved docs of TIMER_HNDL_CLOSE (bug 3641, r=dvander).
2009-03-01 16:48:55 -05:00
Fyren
e04d2a4a10
Added case insensitivity search to ReplaceString (bug 3639, r=dvander).
2009-03-01 16:41:44 -05:00
David Anderson
96a3671bb6
Improved user message interception API (bug 3631, r=pred).
2009-03-01 16:39:25 -05:00
Scott Ehlert
2c3bf7dd23
Ran versionchanger script for consistency.
2009-02-25 23:44:18 -06:00
Matt Woodrow
10ba5809d2
Fixed mapchooser not checking for an existing vote with mp_fraglimit (bug 3503)
2009-02-19 20:35:41 +13:00
Matt Woodrow
ca3df3bd50
Added a client verification serial API (bug 3616, r=dvander)
2009-02-19 19:19:44 +13:00
Scott Ehlert
bd9fab6cf5
Added support for Dark Messiah engine and game. (no bug, r=me).
...
The development of this feature would not be possible without the support of the following people from the game's community:
Dylan Riggs, Carl Pettengill, Ed Moreland, and Christian.
2009-02-18 02:19:22 -06:00
David Anderson
15d64b8486
Fixed documentation typos in dbi.inc (bug 3587).
2009-02-08 15:40:48 -05:00
David Anderson
e276223b61
Merge from sourcemod-1.1.
2009-02-08 00:02:58 -05:00