pheadxdll
|
488de0014e
|
Added TF2_MakeBleed native to TF2 ext (bug 4542, r=fyren,psychonic).
|
2010-07-26 11:06:08 -04:00 |
|
Zach Callear
|
9c2e0ebd4c
|
Fixed living players hearing dead players if alltalk is disabled while deadtalk is on (bug 4533, r=fyren).
|
2010-07-26 08:23:49 -04:00 |
|
Nicholas Hastings
|
28cc96cfd0
|
Fixed errors and missing effects caused by missing sprites on L4D2 (bug 4512, r=fyren).
|
2010-07-26 08:15:52 -04:00 |
|
Erik Minekus
|
4ab3b15efd
|
Added TF2 object stocks (bug 4536, r=psychonic).
|
2010-07-23 21:23:35 -04:00 |
|
Nicholas Hastings
|
1507d03c21
|
Updated TF2 conditions enum and defines (bug 4526, r=fyren)
|
2010-07-20 11:21:37 -04:00 |
|
Scott Ehlert
|
c72222f718
|
Updated docs on replicate and notify params for SetConVar* and ResetConVar (bug 4517, r=pred).
|
2010-07-14 20:29:53 -05:00 |
|
Scott Ehlert
|
86f767e1aa
|
Made name param of GetConVarName() non-const (bug 4515, r=pred).
|
2010-07-14 20:29:29 -05:00 |
|
Scott Ehlert
|
9d5e994c01
|
Bleh, fixed compiler error in console.inc caused by previous changeset.
|
2010-07-07 02:27:59 -05:00 |
|
Scott Ehlert
|
6f16fc77b8
|
Added GetConVarDefault() native (bug 4502, r=dvander).
|
2010-07-06 17:32:58 -05:00 |
|
Nicholas Hastings
|
e4832f0d08
|
Added forward/detour for TF2's GetHoliday function (bug 4462, r=pred)
|
2010-06-28 17:48:14 -04:00 |
|
_KaszpiR_
|
5d5400a9ac
|
Added FindFlagChar native. (bug 3776, r=dvander)
|
2010-06-27 19:17: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 |
|
devicenull
|
d7ebf2edc1
|
Fixed inaccuracy in CommandListener documentation
|
2010-06-23 09:22:49 -04:00 |
|
Greyscale
|
a9aed2e557
|
Removed unnecessary tag from return value of SetArrayCell
|
2010-06-23 09:17:21 -04:00 |
|
Nicholas Hastings
|
2f128113b6
|
Added missing TF2 critcola condflag define (bug 4464, r=fyren)
|
2010-06-22 19:31:33 -04:00 |
|
Nicholas Hastings
|
895f7edd12
|
Added new player condition (TFCond_CritCola) to tf2.inc. (bug 4447, r=fyren)
|
2010-06-06 20:51:35 -04:00 |
|
Nicholas Hastings
|
fe08104d18
|
Fixed tf2.inc incorrectly attempting to load tf2 ext on all games (bug 4197, r=fyren)
|
2010-05-31 16:31:10 -04:00 |
|
David Anderson
|
28217f10cb
|
Added ProcessTargetString simple filter API (bug 4404, r=ds).
|
2010-05-13 12:28:51 -07:00 |
|
Nicholas Hastings
|
b1b0484dae
|
Fixed TF2 natives not being marked optional when ext not required (bug 4389, r=fyren)
|
2010-05-10 18:18:15 -04:00 |
|
David Anderson
|
fc88cd3cb1
|
Check return value of GetPlayerNetInfo (bug 4315, r=fyren).
|
2010-04-27 23:40:04 -07:00 |
|
Nicholas Hastings
|
e5e1507dff
|
Fixed functions.inc not having double-include prevention (bug 4342, r=fyren)
|
2010-04-24 21:06:10 -04:00 |
|
Nicholas Hastings
|
956d345e17
|
Added TF2_StunPlayer native and TF2_GetPlayerConditionFlags stock to TF2 ext. (bug 4331, r=pred)
|
2010-03-31 08:51:25 -04:00 |
|
Nicholas Hastings
|
ddfb958647
|
Added missing semicolon in plugins/include/tf2.inc.
|
2010-03-23 20:06:13 -04:00 |
|
Nicholas Hastings
|
a72daff4ac
|
Added 4 new natives to TF2 ext. (bug 4166, r=pred)
Added natives for Regenerate, add/remove condition, and SetPlayerPowerPlay. Also updated TF2 test plugin.
|
2010-03-18 11:35:05 -04:00 |
|
Nicholas Hastings
|
ba76506773
|
Fixed inaccurate description for sm_unban (bug 4245, r=dvander)
|
2010-03-09 18:41:25 -05:00 |
|
Liam
|
4bdc495d01
|
Corrected a typo in the string.inc file. (bug 4207, r=fyren)
|
2010-02-13 01:49:39 -05:00 |
|
Fyren
|
6f04dad428
|
maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux)
|
2010-02-10 11:07:21 -08:00 |
|
Nicholas Hastings
|
0af39de346
|
Fixed base plugins using GetMaxClients() instead of MaxClients (bug 3985, r=dvander).
|
2010-02-08 20:14:52 -08:00 |
|
Nicholas Hastings
|
7633c8e76e
|
Fixed nextmap errors on Garry's Mod (bug 4268, r=dvander).
|
2010-02-08 20:06:48 -08:00 |
|
Greyscale
|
3b0785cae0
|
Fixed missing #endif in adminmenu.inc (bug 4216, r=dvander).
|
2010-01-14 00:22:45 -08:00 |
|
Downtown1
|
18865c44c8
|
Added a new ValveCallType that allows for arbitrary |this| parameters, as well as associated features in gamedata and for reading/writing memory (bug 3520, r=dvander, sr=fyren).
|
2010-01-11 22:46:44 -08:00 |
|
Nicholas Hastings
|
deb3f6d9c4
|
Changed basechat to use %N instead of GetClientName (bug 4205, r=dvander).
|
2010-01-10 17:57:34 -08:00 |
|
Nicholas Hastings
|
b1b98c5256
|
Fixed basechat not using color messages on hl2mp (bug 4204, r=dvander).
|
2010-01-10 17:51:24 -08:00 |
|
Nicholas Hastings
|
4dc2227f23
|
Fixed lack of quotes on some basechat log messages (bug 4132, r=dvander).
|
2010-01-10 17:50:30 -08:00 |
|
David Anderson
|
a76f9e11fb
|
Backed out changeset 9a52d61fe6ba (bad commit).
|
2010-01-10 17:49:44 -08:00 |
|
Nicholas Hastings
|
abeb91a5e4
|
Fixed lack of quotes on some basechat log messages (bug 4132, r=dvander).
|
2010-01-10 17:47:11 -08:00 |
|
Nicholas Hastings
|
6d5e7cbe08
|
Added missing SDK define for L4D2 (bug 4209, r=dvander).
|
2010-01-10 17:38:03 -08:00 |
|
Nicholas Hastings
|
c468c26ad6
|
Follow-up to bug 4194 (r=dvander).
|
2010-01-10 17:29:32 -08:00 |
|
David Anderson
|
4631282709
|
Fixed reentrancy problems with iterators, forwards, and function removals (bug
4059, r=fyren).
|
2010-01-10 16:58:17 -08:00 |
|
David Anderson
|
02a99f1e51
|
Add ability to change dontBroadcast status on hooked events (bug 3886, r=ds).
|
2009-12-19 18:16:41 -08:00 |
|
David Anderson
|
cd602ab5e3
|
Fixed basecomm description spelling (bug 4112, r=me).
|
2009-12-14 20:27:26 -08:00 |
|
Fyren
|
0cef3fbf27
|
Fix leak in nominations plugin (bug 4104, r=pred)
|
2009-11-18 15:44:51 -08:00 |
|
Fyren
|
b5d9b18da4
|
Fix rare basevotes map vote problem (bug 3905, r=dvander)
|
2009-11-18 15:42:21 -08:00 |
|
David Anderson
|
5bf17fc5ae
|
Clarified handle invariants in clientprefs.inc (no bug, r=me).
|
2009-11-04 13:52:12 -05:00 |
|
Matt Woodrow
|
eb68e4c627
|
SourceMod MSVC project files updated, windows tested and loading, gamedata fix.
|
2009-10-30 14:29:45 +13:00 |
|
Fyren
|
9e69afbbd6
|
Inital SM fixes for l4d2 and linux makefile updates
|
2009-10-30 13:26:13 +13:00 |
|
David Anderson
|
2698ff1a04
|
Added feature testing functionality (bug 4021, r=pred).
|
2009-10-28 00:37:34 -07:00 |
|
David Anderson
|
084dd1c8dd
|
Build fix.
|
2009-10-28 00:31:48 -07:00 |
|