David Anderson
|
0c463b1f86
|
Merge.
|
2010-04-22 17:55:55 -04:00 |
|
David Anderson
|
bf345eea8c
|
Attempting fix for SendConVarValue crash (bug 4315, r=fyren, a13=me).
|
2010-04-22 17:55:35 -04:00 |
|
Nicholas Hastings
|
5328447b74
|
Merge
|
2010-04-19 11:15:51 -04:00 |
|
Nicholas Hastings
|
db6881b7e3
|
Updated Empires gamedata for Empires 2.25a release (bug 4108, r=fyren)
|
2010-04-19 10:38:50 -04:00 |
|
David Anderson
|
3e96b1617a
|
Added obsidian to list of games which need menu redraws (thread 123237, r=me).
|
2010-04-04 23:51:20 -07:00 |
|
Nicholas Hastings
|
7ef8b415bb
|
Added Gamerules SDKCall support to CSPromod gamedata (bug 4320, r=pred)
|
2010-03-23 19:42:58 -04:00 |
|
Nicholas Hastings
|
9a5d6957b9
|
Fixed bad caller crash with HookEntityOutput (bug 4311, r=fyren)
|
2010-03-20 11:08:48 -04:00 |
|
Nicholas Hastings
|
b5a2ec7a5e
|
Added missing core voting cvars to sourcemod.cfg (bug 4309, r=fyren)
|
2010-03-11 22:01:11 -05:00 |
|
Nicholas Hastings
|
373136af4e
|
Added missing core voting cvars to sourcemod.cfg (bug 4224, r=pred)
|
2010-03-11 17:44:41 -05:00 |
|
Nicholas Hastings
|
8673c11341
|
Fixed incorrect DispatchSpawn signature for ZPS and added ShowMenu and Hudtext support (bug 4279, r=Fyren)
|
2010-03-09 20:40:06 -05:00 |
|
Nicholas Hastings
|
8c082de148
|
Re-enabled ShowMenu support for FortressForever (bug 4028, r=dvander)
|
2010-03-09 18:50:57 -05:00 |
|
Nicholas Hastings
|
e62d47a85e
|
Fixed FireOutput signature for FortressForever (bug 4062, r=dvander)
|
2010-03-09 18:48:03 -05:00 |
|
Nicholas Hastings
|
2d32c587ba
|
Fixed sm_rename on L4D2 on Windows (bug 4131, r=dvander)
|
2010-03-09 18:44:28 -05:00 |
|
Nicholas Hastings
|
31e29ee94c
|
Fixed inaccurate description for sm_unban (bug 4245, r=dvander)
|
2010-03-09 18:41:43 -05:00 |
|
Nicholas Hastings
|
e95e453258
|
Fixed CSPromod SDKTools Support (bug 4255, r=dvander)
|
2010-03-09 18:36:51 -05:00 |
|
Nicholas Hastings
|
48b0f61551
|
Updated PVKII support for PVKII 2.3 (bug 4276, r=dvander)
|
2010-03-09 18:30:15 -05:00 |
|
Nicholas Hastings
|
ef88fc21a1
|
Fixed CreateGameRulesObject sig for ZPS (bug 4285, r=dvander).
|
2010-03-09 18:15:23 -05:00 |
|
Erik Minekus
|
558c8c9745
|
Fixed Insurgency gamedata file (bug 4282, r+a13=dvander).
|
2010-02-24 23:41:06 -08:00 |
|
Fyren
|
2f60680cfb
|
maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux)
|
2010-02-10 10:53:54 -08:00 |
|
David Anderson
|
1ffcf7a664
|
Bumped version to 1.3.2-dev.
|
2010-02-09 22:00:28 -08:00 |
|
David Anderson
|
c00b688ab7
|
Added tag sourcemod-1.3.1 for changeset 3f33d01fcc28
|
2010-02-09 21:59:41 -08:00 |
|
David Anderson
|
4169e25451
|
Removed -dev tag for release.
|
2010-02-09 21:12:39 -08:00 |
|
David Anderson
|
85fc65bae5
|
Updated changelog for 1.3.1.
|
2010-02-08 20:58:15 -08:00 |
|
Nicholas Hastings
|
aed62d5670
|
Added missing file for Battlegrounds support (bug 4146).
|
2010-02-08 20:47:51 -08:00 |
|
Nicholas Hastings
|
01d46b8c9c
|
Added SDKTools support for CSProMod (bug 4255, r+a13=dvander)
|
2010-02-08 20:25:11 -08:00 |
|
Nicholas Hastings
|
f70b48276e
|
Fixed base plugins using GetMaxClients() instead of MaxClients (bug 3985, r+a13=dvander).
|
2010-02-08 20:14:52 -08:00 |
|
Nicholas Hastings
|
f0070e45a0
|
Fixed CreateEntityByName for Insurgency (bug 4180, r+a13=dvander).
|
2010-02-08 20:10:24 -08:00 |
|
Nicholas Hastings
|
11782cee90
|
Updated Garry's Mod offsets (bug 4230, r+a13=dvander).
|
2010-02-08 20:08:14 -08:00 |
|
Nicholas Hastings
|
24b86584a2
|
Fixed nextmap errors on Garry's Mod (bug 4268, r+a13=dvander).
|
2010-02-08 20:06:48 -08:00 |
|
Fyren
|
01b3eee1b8
|
Compiler confused |any| tag with |String| on array arguments (bug 4274, r=dvander, a13=blocking).
|
2010-02-08 20:00:06 -08:00 |
|
David Anderson
|
2fb3f8ab0f
|
Fixed GetClientCookieTime not being exported (bug 4237, r=fyren, a13=blocking).
|
2010-02-08 19:58:36 -08:00 |
|
Nicholas Hastings
|
2c7b0e04e9
|
Fixed FindEntityByClassname crash in Synergy (bug 4235, r=dvander, a13=blocking).
|
2010-02-08 19:57:20 -08:00 |
|
Fyren
|
9f3e9a2ff4
|
Fixed NULL-deref in entity handling code (bug 4249, r=dvander, a13=blocking).
|
2010-02-08 19:55:14 -08:00 |
|
Nicholas Hastings
|
d9d5b65f2c
|
Fixed Day of Defeat offsets for 20100203 update (bug 4262, r=dvander, a13=blocking).
|
2010-02-04 19:28:06 -06:00 |
|
Scott Ehlert
|
90cc2d6c37
|
Webternet and Updater extensions now load on Windows 2000 (bug 4234, r+a13=dvander).
|
2010-01-20 15:11:13 -06:00 |
|
David Anderson
|
1ab5403f9f
|
Fixed accidental hook against garbage offset (bug 4231, r=fyren, a13=blocking).
|
2010-01-20 04:03:46 -08:00 |
|
David Anderson
|
4d03a4ef60
|
Added PlayerRunCmd offset for DoD:s (bug 4231 mitigation, r=me).
|
2010-01-20 04:01:39 -08:00 |
|
Scott Ehlert
|
46b714108a
|
Updated .hgignore for Explorer files beginning with a lowercase letter (argh!)
|
2010-01-20 02:39:52 -06:00 |
|
David Anderson
|
242e1c99e2
|
Bumped version to 1.3.1-dev.
|
2010-01-14 23:34:20 -08:00 |
|
David Anderson
|
3d0e661cd6
|
Added tag sourcemod-1.3.0 for changeset a71318396392
|
2010-01-14 23:33:20 -08:00 |
|
David Anderson
|
d076aca9ea
|
Forgotten file needed version bump.
|
2010-01-14 22:26:57 -08:00 |
|
David Anderson
|
f824a53f21
|
Another credits update.
|
2010-01-14 03:34:26 -08:00 |
|
David Anderson
|
87ca5e6e05
|
Prep for release.
|
2010-01-14 03:30:20 -08:00 |
|
David Anderson
|
23af5357c0
|
Updated credits for 1.3 release.
|
2010-01-14 03:29:16 -08:00 |
|
David Anderson
|
d6b82d5dcc
|
Updated changelog.
|
2010-01-14 03:26:16 -08:00 |
|
David Anderson
|
664da97c42
|
Registering "sm" logs an error, but will not throw.
|
2010-01-14 01:11:38 -08:00 |
|
Greyscale
|
b6507b12d4
|
Fixed missing #endif in adminmenu.inc (bug 4216, r+a13=dvander).
|
2010-01-14 00:22:45 -08:00 |
|
David Anderson
|
a5ab381c0a
|
Fixed command listener spew on server shutdown (bug 4198, r=fyren, a13=blocking).
|
2010-01-13 21:48:51 -08:00 |
|
David Anderson
|
8ec5e42c7a
|
Merge.
|
2010-01-11 20:10:57 -08:00 |
|
David Anderson
|
006423dcf2
|
Triggering build.
|
2010-01-11 20:10:38 -08:00 |
|