Commit Graph

  • 410ef8ce96 Merge Nicholas Hastings 2010-04-19 11:18:46 -0400
  • ce7cb9cf64 Added Notepad++ userDefineLang.xml generator for Sourcepawn (based on the SP GeSHi generator) Nicholas Hastings 2010-04-19 11:10:26 -0400
  • 31a16375ab Enhanced Sourcepawn GeSHi generation script * Added a few missing keywords. * Added better preprocessor, number, and string control char highlighting. * Added default tab width (of 4 spaces). * Fixed parsing of some enum values. * Changed keywords to be case sensitive. * Changed colors to be more sane. Nicholas Hastings 2010-04-19 11:08:23 -0400
  • ec7b47da22 Updated Empires gamedata for Empires 2.25a release (bug 4108, r=fyren) Nicholas Hastings 2010-04-19 10:38:28 -0400
  • 0124020ba4 Added obsidian to list of games which need menu redraws (thread 123237, r=me). David Anderson 2010-04-04 23:50:27 -0700
  • 28f71d18bd Added obsidian to radiotimeout game list (t=123237, r=me). David Anderson 2010-04-04 23:49:28 -0700
  • fe226c1c8d Updated sourcepawn GeSHi colors slightly to appease 2.53% of the haterz. Nicholas Hastings 2010-03-31 18:40:03 -0400
  • 18e20de4d6 Added GeSHi language file generator for Sourcepawn Nicholas Hastings 2010-03-31 14:27:09 -0400
  • 8800d5311c Added TF2_StunPlayer native and TF2_GetPlayerConditionFlags stock to TF2 ext. (bug 4331, r=pred) Nicholas Hastings 2010-03-31 08:51:25 -0400
  • 956d345e17 Added TF2_StunPlayer native and TF2_GetPlayerConditionFlags stock to TF2 ext. (bug 4331, r=pred) Nicholas Hastings 2010-03-31 08:51:25 -0400
  • ddfb958647 Added missing semicolon in plugins/include/tf2.inc. Nicholas Hastings 2010-03-23 20:06:13 -0400
  • 145d0ef37d Added Gamerules SDKCall support to CSPromod gamedata (bug 4320, r=pred) Nicholas Hastings 2010-03-23 19:42:19 -0400
  • 019e3956f7 Fixed bad caller crash with HookEntityOutput (bug 4311, r=fyren) Nicholas Hastings 2010-03-20 11:07:45 -0400
  • 3705210879 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. Nicholas Hastings 2010-03-18 11:35:05 -0400
  • 5f4befcb6a Argh, really fixed HookEntityOutput() crash on TF2 (bug 4375). Scott Ehlert 2010-04-30 10:54:34 -0400
  • 314011f118 Fixed HookEntityOutput() crash with recent updates to TF2 and L4D2 (bug 4375, r=pred, a=blocking). Scott Ehlert 2010-04-30 03:51:01 -0400
  • a9b7a5dc5c Triggering build Fyren 2010-04-29 20:55:16 -0700
  • 9b78c68b1b Updated sample extension makefiles to compile against latest changes for L4D2 and TF2 (bug 4374, r=dvander). Scott Ehlert 2010-04-29 16:04:47 -0400
  • 328109be1f Fixed SetUserCvar offset for ep2v (bug 4371, r=fyren) Nicholas Hastings 2010-04-29 14:17:44 -0400
  • aba0f29666 ep2v gamedata (bug 4371, r=fyren) Nicholas Hastings 2010-04-28 23:48:26 -0700
  • bdefb58e5f ep2v build changes (bug 4371, r=dvander) Fyren 2010-04-28 19:44:20 -0700
  • 7ad3a57c47 Check return value of GetPlayerNetInfo (bug 4315, r=fyren). David Anderson 2010-04-27 23:40:04 -0700
  • 5a2f3cf433 Fixed entity output hooks not working in Insurgency (bug 4365, r=fyren) Nicholas Hastings 2010-04-24 21:10:15 -0400
  • fffc27a348 Added obsidian to list of games which support tempents with ep2 gamedata (thread 75480, r=me). Nicholas Hastings 2010-04-24 21:08:13 -0400
  • cecb7cb6a2 Fixed functions.inc not having double-include prevention (bug 4342, r=fyren) Nicholas Hastings 2010-04-24 21:05:48 -0400
  • f5cc5eb757 Fixed IGamePlayer->GetUserId() returning junk (bug 3916, r=fyren) Zach Kanzler 2010-04-24 21:02:40 -0400
  • 689406744b Updated L4D2 gamedata for The Passing update (bug 4361, r=pending) Nicholas Hastings 2010-04-23 12:11:49 -0400
  • 603da899b7 Updated Insurgency gamedata for Insurgency 2010-04-19 update (bug 4356, r=fyren) Nicholas Hastings 2010-04-23 10:38:37 -0400
  • 9b4d1f6972 Build stuff for L4D2 DLC (bug 4361, r=what's a review?) Fyren 2010-04-23 07:33:58 -0700
  • d56b222637 Merge backout. David Anderson 2010-04-23 02:31:15 -0400
  • dfefda81e1 Backed out changeset 6b5fa86c1a0d (bug 4315). David Anderson 2010-04-23 02:31:07 -0400
  • 0c463b1f86 Merge. David Anderson 2010-04-22 17:55:55 -0400
  • bf345eea8c Attempting fix for SendConVarValue crash (bug 4315, r=fyren, a13=me). David Anderson 2010-04-22 17:55:35 -0400
  • 5328447b74 Merge Nicholas Hastings 2010-04-19 11:15:51 -0400
  • db6881b7e3 Updated Empires gamedata for Empires 2.25a release (bug 4108, r=fyren) Nicholas Hastings 2010-04-19 10:38:50 -0400
  • 3e96b1617a Added obsidian to list of games which need menu redraws (thread 123237, r=me). David Anderson 2010-04-04 23:51:20 -0700
  • 7ef8b415bb Added Gamerules SDKCall support to CSPromod gamedata (bug 4320, r=pred) Nicholas Hastings 2010-03-23 19:42:58 -0400
  • 9a5d6957b9 Fixed bad caller crash with HookEntityOutput (bug 4311, r=fyren) Nicholas Hastings 2010-03-20 11:08:48 -0400
  • 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. Nicholas Hastings 2010-03-18 11:35:05 -0400
  • b5a2ec7a5e Added missing core voting cvars to sourcemod.cfg (bug 4309, r=fyren) Nicholas Hastings 2010-03-11 22:01:11 -0500
  • 58ce9cd37f Added missing core voting cvars to sourcemod.cfg (bug 4309, r=fyren) Nicholas Hastings 2010-03-11 22:00:46 -0500
  • 373136af4e Added missing core voting cvars to sourcemod.cfg (bug 4224, r=pred) Nicholas Hastings 2010-03-11 17:44:41 -0500
  • 687bdaff8f Added missing core voting cvars to sourcemod.cfg (bug 4224, r=pred) Nicholas Hastings 2010-03-11 17:43:46 -0500
  • 8673c11341 Fixed incorrect DispatchSpawn signature for ZPS and added ShowMenu and Hudtext support (bug 4279, r=Fyren) Nicholas Hastings 2010-03-09 20:40:06 -0500
  • 2143a66ad6 Fixed incorrect DispatchSpawn signature for ZPS and added ShowMenu and Hudtext support (bug 4279, r=Fyren) Nicholas Hastings 2010-03-09 20:39:56 -0500
  • 8c082de148 Re-enabled ShowMenu support for FortressForever (bug 4028, r=dvander) Nicholas Hastings 2010-03-09 18:50:57 -0500
  • 74892f1562 Re-enabled ShowMenu support for FortressForever (bug 4028, r=dvander) Nicholas Hastings 2010-03-09 18:50:47 -0500
  • e62d47a85e Fixed FireOutput signature for FortressForever (bug 4062, r=dvander) Nicholas Hastings 2010-03-09 18:48:03 -0500
  • 4a59ac011f Fixed FireOutput signature for FortressForever (bug 4062, r=dvander) Nicholas Hastings 2010-03-09 18:47:56 -0500
  • 2d32c587ba Fixed sm_rename on L4D2 on Windows (bug 4131, r=dvander) Nicholas Hastings 2010-03-09 18:44:28 -0500
  • e0fd2e8f27 Fixed sm_rename on L4D2 on Windows (bug 4131, r=dvander) Nicholas Hastings 2010-03-09 18:44:18 -0500
  • 31e29ee94c Fixed inaccurate description for sm_unban (bug 4245, r=dvander) Nicholas Hastings 2010-03-09 18:41:43 -0500
  • ba76506773 Fixed inaccurate description for sm_unban (bug 4245, r=dvander) Nicholas Hastings 2010-03-09 18:41:25 -0500
  • e95e453258 Fixed CSPromod SDKTools Support (bug 4255, r=dvander) Nicholas Hastings 2010-03-09 18:36:51 -0500
  • d224827544 Fixed CSPromod SDKTools Support (bug 4255, r=dvander) Nicholas Hastings 2010-03-09 18:36:45 -0500
  • 48b0f61551 Updated PVKII support for PVKII 2.3 (bug 4276, r=dvander) Nicholas Hastings 2010-03-09 18:30:15 -0500
  • 8d35b5bd11 Updated PVKII support for PVKII 2.3 (bug 4276, r=dvander) Nicholas Hastings 2010-03-09 18:29:31 -0500
  • ef88fc21a1 Fixed CreateGameRulesObject sig for ZPS (bug 4285, r=dvander). Nicholas Hastings 2010-03-09 18:15:23 -0500
  • 9df28c25d7 Fixed CreateGameRulesObject sig for ZPS (bug 4285, r=dvander). Nicholas Hastings 2010-03-09 18:13:21 -0500
  • 5f9b2a91fd Added optional 'No Vote' option to vote menu (bug 4217, r=dvander) Matt Woodrow 2010-02-27 14:56:02 +1300
  • 558c8c9745 Fixed Insurgency gamedata file (bug 4282, r+a13=dvander). Erik Minekus 2010-02-24 23:41:06 -0800
  • 46a46f5e49 Fixed Insurgency gamedata file (bug 4282, r=dvander). Erik Minekus 2010-02-24 23:41:06 -0800
  • 4bdc495d01 Corrected a typo in the string.inc file. (bug 4207, r=fyren) Liam 2010-02-13 01:49:39 -0500
  • e60d5e6aeb Updated VC2010 files. Liam 2010-02-13 01:13:43 -0500
  • 7c3387755d Added MSVC10 files for Visual Studio 2010 support. Rob 2010-02-13 00:40:53 -0500
  • 6f04dad428 maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux) Fyren 2010-02-10 11:07:21 -0800
  • 2f60680cfb maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux) Fyren 2010-02-10 10:53:54 -0800
  • 1ffcf7a664 Bumped version to 1.3.2-dev. David Anderson 2010-02-09 22:00:28 -0800
  • c00b688ab7 Added tag sourcemod-1.3.1 for changeset 3f33d01fcc28 David Anderson 2010-02-09 21:59:41 -0800
  • 4169e25451 Removed -dev tag for release. sourcemod-1.3.1 David Anderson 2010-02-09 21:12:39 -0800
  • 85fc65bae5 Updated changelog for 1.3.1. David Anderson 2010-02-08 20:58:15 -0800
  • 6ed4720df3 Added missing file for Battlegrounds support (bug 4146). Nicholas Hastings 2010-02-08 20:47:51 -0800
  • aed62d5670 Added missing file for Battlegrounds support (bug 4146). Nicholas Hastings 2010-02-08 20:47:51 -0800
  • ac7b454039 Added SDKTools support for CSProMod (bug 4255, r=dvander) Nicholas Hastings 2010-02-08 20:25:11 -0800
  • 01d46b8c9c Added SDKTools support for CSProMod (bug 4255, r+a13=dvander) Nicholas Hastings 2010-02-08 20:25:11 -0800
  • 0af39de346 Fixed base plugins using GetMaxClients() instead of MaxClients (bug 3985, r=dvander). Nicholas Hastings 2010-02-08 20:14:52 -0800
  • f70b48276e Fixed base plugins using GetMaxClients() instead of MaxClients (bug 3985, r+a13=dvander). Nicholas Hastings 2010-02-08 20:14:52 -0800
  • d484979fe8 Fixed CreateEntityByName for Insurgency (bug 4180, r=dvander). Nicholas Hastings 2010-02-08 20:10:24 -0800
  • f0070e45a0 Fixed CreateEntityByName for Insurgency (bug 4180, r+a13=dvander). Nicholas Hastings 2010-02-08 20:10:24 -0800
  • 6e87e5c05f Updated Garry's Mod offsets (bug 4230, r=dvander). Nicholas Hastings 2010-02-08 20:08:14 -0800
  • 11782cee90 Updated Garry's Mod offsets (bug 4230, r+a13=dvander). Nicholas Hastings 2010-02-08 20:08:14 -0800
  • 7633c8e76e Fixed nextmap errors on Garry's Mod (bug 4268, r=dvander). Nicholas Hastings 2010-02-08 20:06:48 -0800
  • 24b86584a2 Fixed nextmap errors on Garry's Mod (bug 4268, r+a13=dvander). Nicholas Hastings 2010-02-08 20:06:48 -0800
  • c78e89c3c1 Compiler confused |any| tag with |String| on array arguments. Fyren 2010-02-08 20:00:06 -0800
  • 01b3eee1b8 Compiler confused |any| tag with |String| on array arguments (bug 4274, r=dvander, a13=blocking). Fyren 2010-02-08 20:00:06 -0800
  • 1852aaf332 Fixed GetClientCookieTime not being exported (bug 4237, r=fyren). David Anderson 2010-02-08 19:58:36 -0800
  • 2fb3f8ab0f Fixed GetClientCookieTime not being exported (bug 4237, r=fyren, a13=blocking). David Anderson 2010-02-08 19:58:36 -0800
  • 8b4c8f63c0 Fixed FindEntityByClassname crash in Synergy (bug 4235, r=dvander). Nicholas Hastings 2010-02-08 19:57:20 -0800
  • 2c7b0e04e9 Fixed FindEntityByClassname crash in Synergy (bug 4235, r=dvander, a13=blocking). Nicholas Hastings 2010-02-08 19:57:20 -0800
  • d7b64c18c2 Fixed NULL-deref in entity handling code. Fyren 2010-02-08 19:55:14 -0800
  • 9f3e9a2ff4 Fixed NULL-deref in entity handling code (bug 4249, r=dvander, a13=blocking). Fyren 2010-02-08 19:55:14 -0800
  • 09668c972e Fixed Day of Defeat offsets for 20100203 update (bug 4262, r=dvander). Nicholas Hastings 2010-02-04 19:28:06 -0600
  • d9d5b65f2c Fixed Day of Defeat offsets for 20100203 update (bug 4262, r=dvander, a13=blocking). Nicholas Hastings 2010-02-04 19:28:06 -0600
  • 68a0d10443 Webternet and Updater extensions now load on Windows 2000 (bug 4234, r=dvander). Scott Ehlert 2010-01-20 15:12:57 -0600
  • 90cc2d6c37 Webternet and Updater extensions now load on Windows 2000 (bug 4234, r+a13=dvander). Scott Ehlert 2010-01-20 15:11:13 -0600
  • 0708e7f8f6 Fixed accidental hook against garbage offset (bug 4231, r=fyren). David Anderson 2010-01-20 04:03:46 -0800
  • 1ab5403f9f Fixed accidental hook against garbage offset (bug 4231, r=fyren, a13=blocking). David Anderson 2010-01-20 04:03:46 -0800
  • 1235e989d4 Added PlayerRunCmd offset for DoD:s (bug 4231 mitigation, r=me). David Anderson 2010-01-20 04:01:39 -0800
  • 4d03a4ef60 Added PlayerRunCmd offset for DoD:s (bug 4231 mitigation, r=me). David Anderson 2010-01-20 04:01:39 -0800
  • 3a6808e4d8 Updated .hgignore for Explorer files beginning with a lowercase letter (argh!) Scott Ehlert 2010-01-20 02:40:55 -0600