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
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
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
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
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
Milo
3ab1ef139f
Fixed documentation typo on TF2_GetPlayerClass (bug 3608, r=dvander).
2009-02-07 22:05:04 -05:00
Scott Ehlert
5c92b0d154
Bumped version to 1.1.1 and added back -dev build string.
2008-12-28 23:50:26 -06:00
David Anderson
1577fab93a
Ran versionchanger.pl over trunk to get 1.2.0 into headers (bug 3521).
2008-12-28 19:59:40 -05:00
Scott Ehlert
7bdcea5814
Merged changes from 1.1 branch.
2008-12-05 15:57:49 -06:00
David Anderson
04354a809c
Fixed FindTeamByName using wrong case sensitivity (bug 3446, r=pred).
2008-11-29 23:28:28 -06:00
David Anderson
7ff0129f36
Fixed ReadFileString ignoring fourth parameter (bug 3459, r=ds).
2008-11-29 22:43:30 -06:00
Scott Ehlert
ff7a2c6b73
Added preliminary support for Left 4 Dead; some things may not yet work.
2008-11-14 09:18:30 -06:00
Scott Ehlert
c1c5d2656c
The replicate and notify parameters for SetConVarX and ResetConVar are now ignored on Orange Box.
...
- OB engine automatically replicates and fires server_cvar event notification for changes cvars.
- Added a note about this in comments for affected natives.
2008-11-12 23:14:49 -06:00
David Anderson
c8b3c82a12
Moved structs.inc out of plugins\include.
...
--HG--
rename : plugins/include/structs.inc => extensions/structs/structs.inc
2008-11-01 00:02:53 -07:00
David Anderson
b3b972caf7
Fixed missing semi-colon in sdktools_stocks.inc (bug 3376).
2008-10-31 08:38:44 -05:00
David Anderson
a6579c7bcb
Added new OnClientConnected callback with correct pairing intent (bug 3311, r=pred).
2008-10-18 22:14:13 -05:00
David Anderson
2f36e3b231
Deprecated SQL_ConnectEx for SQL_ConnectCustom, which expresses the API intent better (bug 3307, r=pred).
2008-10-13 01:13:39 -05:00
Matt Woodrow
ed75da0f85
Reworked unavailable nominations showing in the menu (bug 3269)
...
Fixed a non-const String in mapchooser.inc
2008-10-09 14:24:30 +13:00
Matt Woodrow
7009e755fe
Backed out changeset: 44b02986c01b
...
Damn you tortoisehg
2008-10-09 13:33:47 +13:00
Matt Woodrow
bba2cfc6f7
Structs now builds for the old engine (bug 3286)
2008-10-09 13:24:44 +13:00
Matt Woodrow
db5a0be4ca
Backed out changeset: 19331eae67ad
2008-10-08 20:59:56 +13:00
Matt Woodrow
29e57e77f7
Maps nominated by owner=0 should not be replaced. Fixes sm_nominate_addmap only allowing a single map to be added (bug 3272)
2008-10-08 20:58:25 +13:00
David Anderson
f50c7469ca
Added MaxClients public var to replace GetMaxClients (bug 3283, r=pred).
...
This is a hard bump of the plugin version number. 1.1 plugins compiled against this include set
will not run against earlier versions of SourceMod.
2008-10-05 15:20:17 -07:00
David Anderson
04b7b7b9ff
Removed pointless performance warning.
2008-10-04 12:59:21 -07:00
David Anderson
31a4f40c9a
Merge.
2008-09-23 01:17:40 -05:00
David Anderson
4001b0f804
Various chat commands now follow sm_show_activity (bug 2080, r=pred).
...
Added FormatActivitySource() native to assist in emulating ShowActivity().
2008-09-23 01:17:15 -05:00
David Anderson
a838276ec2
Changed functag syntax so public keyword is in the normal place. The old style is still allowed.
2008-09-21 14:56:38 -07:00
Matt Woodrow
46095d797c
Merge
2008-09-18 15:33:50 +12:00
Matt Woodrow
5687a7ba90
Added Struct Abstraction extension (bug 2666 and bug 2663)
...
--HG--
rename : extensions/structs/structs.txt => gamedata/structs.gamedata.txt
rename : extensions/structs/structs.inc => plugins/include/structs.inc
rename : extensions/structs/structtest.sp => plugins/testsuite/structtest.sp
2008-09-18 15:32:22 +12:00
David Anderson
556c03babf
Added CreateDirectory() native and a few permissions macros (bug 3253, r=ds).
2008-09-17 02:07:19 -05:00
David Anderson
fb44b51d26
Updated version files so I can build again.
2008-09-14 22:16:35 -07:00
David Anderson
bcf1b092ae
Mirrored buildbot/version template changes from branch.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402539
2008-09-14 06:13:25 +00:00
David Anderson
4951dccded
Fixed amb1927 - client command case sensitivity did not match the server's logic.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402483
2008-09-02 03:58:34 +00:00