Nicholas Hastings
09668c972e
Fixed Day of Defeat offsets for 20100203 update (bug 4262, r=dvander).
2010-02-04 19:28:06 -06:00
David Anderson
1235e989d4
Added PlayerRunCmd offset for DoD:s (bug 4231 mitigation, r=me).
2010-01-20 04:01:39 -08:00
David Anderson
2f1de22cae
Backed out changeset 292be4eb9d0c (bug 4211).
2010-01-10 17:16:02 -08:00
Nicholas Hastings
956fe42a6c
Fixed SetUserCvar (sm_rename) on TF/DoD Linux (bug 4196, r=dvander).
2010-01-07 01:26:01 -08:00
Nicholas Hastings
fe405df704
Another TF2 gamedata fix (bug 4151, r=dvander).
2009-12-19 12:57:26 -08:00
Nicholas Hastings
ac5ee90c9b
Battlegrounds 2 gamedata support (bug 4146, r=dvander).
2009-12-19 00:03:57 -08:00
Nicholas Hastings
fb6b34e155
TF2 gamedata updates (bug 4147, r=dvander).
2009-12-18 22:01:41 -08:00
Nicholas Hastings
98ad6cd23b
Fixed CreateEntityByName for Insurgency (bug 4046, r=dvander).
2009-12-14 20:31:16 -08:00
Nicholas Hastings
bd80d1cd76
Updated Synergy gamedata (bug 3987, r=dvander).
2009-12-14 20:30:44 -08:00
Nicholas Hastings
6fd039925a
Added Neotokyo support (bug 4126, r=dvander).
2009-12-14 20:29:23 -08:00
Dog
f59ead54d3
Fixed CommitSuicide offset on DoD:S (bug 4109, r=dvander).
2009-12-14 20:26:45 -08:00
Matt Woodrow
eb68e4c627
SourceMod MSVC project files updated, windows tested and loading, gamedata fix.
2009-10-30 14:29:45 +13:00
Matt Woodrow
533723cd8b
L4D2 gamedata updates
2009-10-30 13:27:05 +13:00
TESLA-X4
5528b9ba09
HL2DM support for OnPlayerRunCmd (bug 3914, r=dvander).
2009-10-06 03:13:44 -07:00
Fyren
83e633534d
New L4D offset for SetUserCvar (bug 4033, r=dvander).
2009-10-02 04:59:47 -07:00
Nicholas Hastings
e0c7b17bd5
Updated GiveNamedItem for latest L4D update (bug 4035, r=dvander).
2009-10-02 02:35:25 -07:00
Matt Woodrow
c307c692a0
Copy of new tf engine changes from 1.2 branch
2009-08-17 10:03:53 +12:00
psychonic
3c365259cc
Synergy gamedata updates (bug 3315, r=dvander)
2009-07-30 17:17:48 -07:00
psychonic
b7757d71bf
Insurgency gamedata updates (bug 3511, r=dvander)
2009-07-27 16:17:13 -07:00
psychonic
55338e731b
ZM gamedata updates (bug 3746, r=dvander)
2009-07-27 16:16:33 -07:00
psychonic
097aa3fa16
Empires gamedata updates (bug 3500, r=dvander)
2009-07-27 16:13:55 -07:00
psychonic
935d6a7cf5
ZPS gamedata updates (bug 3877, r=dvander)
2009-07-27 16:04:43 -07:00
psychonic
c69d1c7fb8
AoC gamedata updates (bug 3891, r=dvander)
2009-07-27 13:30:01 -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
Fyren
14320f2155
Fix PlayerRunCmd offset for TF2
2009-06-16 19:41:44 -07:00
Fyren
73c8246204
Preliminary TF2 gamedata changes
2009-05-21 20:43:22 -07:00
Fyren
850dbd62c6
Fix pred's failed l2merge merge
2009-05-13 16:24:55 -07: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
6aded88e14
Fixed CommitSuicide offset for today's TF2 update
2009-04-20 21:38:12 -07:00
Fyren
a4295d1e93
Add a warning to not edit SM's gamedata files; switched to UNIX line endings (bug 3728, r=dvander)
2009-04-07 09:59:21 -07:00
Fyren
3d573c08a1
Fix CommitSuicide offset (bug 3726, r=Srdog)
2009-04-01 04:35:51 -07:00
Fyren
c9ff6be881
Fix CommitSuicide offset (bug 3726, r=Srdog)
2009-04-01 04:34:01 -07:00
David Anderson
0c028ca9d0
Fixed CommitSuicide offset for Insurgency (bug 2560).
2009-03-01 16:35:01 -05:00
David Anderson
2e8a53ff34
Normalized gamedata line endings to Windows.
2009-03-01 01:19:51 -05:00
Matt Woodrow
09b24e45f9
Merge from 1.1 branch
2009-02-26 12:47:56 +13:00
Matt Woodrow
fc7f9ac6e9
Fixed linux offset for SetClientInfo (bug 3652, r=Fyren)
2009-02-23 10:09:51 +13:00
Matt Woodrow
3fac7d027a
Fixed SetClientInfo offset after TF2 update (bug 3652)
2009-02-21 11:29:28 +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
Scott Ehlert
22675ba2e7
Fixed crash in GetClientInfo() native on L4D (bug 3569, r=me).
...
The CreateFakeClient signature (used for verification before retrieving the IServer interface pointer) changed in a recent update. The IServer pointer was therefore null and GetClientInfo() did not check for this.
The CreateFakeClient signature is also no longer hardcoded. It is modifiable in gamedata/sdktools.games/engine.*.txt.
2009-01-22 15:20:45 -06:00
Rothgar
fb8f46ea45
Updated SDKTools definitions for Zombie Panic Source (bug 2467, r=dvander).
2009-01-13 15:58:29 -05:00
TheDOO
3653f56331
Update of Obsidian CommitSuicide offset (bug 2699, r=dvander).
2009-01-12 02:33:03 -05:00
David Anderson
e31cbbfe21
New gamedata organization (bug 3546, r=ds,pred).
2009-01-12 02:28:22 -05:00