Commit Graph

  • 0601988e80 branched trunk to 1.1.0 David Anderson 2007-11-11 20:59:20 +0000
  • 9284a90d41 added further error logging for timer closing Borja Ferrer 2007-11-11 20:40:08 +0000
  • 116553f7df fixed bug amb1132 - team finding code crashed ins from null deref David Anderson 2007-11-11 06:50:50 +0000
  • 0aa30ccde2 fixed amb1121 - ban commands didn't tokenize reasons properly David Anderson 2007-11-11 06:41:46 +0000
  • bb82eb772b fixed amb1147 - truncation of cvars in sm_cvar David Anderson 2007-11-11 06:24:31 +0000
  • 6c1af7ee30 whoops, another minor fix David Anderson 2007-11-10 07:32:04 +0000
  • 7ed29b4fe3 removed absolute path comments David Anderson 2007-11-10 06:39:36 +0000
  • ca0da2559d fixed bugs in the external extension system import of external SDK that's been sitting around for a while David Anderson 2007-11-10 05:46:09 +0000
  • 6bda3e55b9 fixed a long-standing problem that tries ignored empty strings David Anderson 2007-11-10 03:18:55 +0000
  • a8f9073fb0 Addition of second half of amb1051. Immunity from reserved slot kicking without having a reserved slot. Matt Woodrow 2007-11-10 02:03:27 +0000
  • 1a09c2c1dc Fixed amb1112. sv_visiblemaxplayers now gets reset when reserved slots gets disabled Matt Woodrow 2007-11-10 02:00:04 +0000
  • daaf961c07 New adt_array functions: CloneArray, FindStringInArray, FindCellInArray Adjusted mapchooser/randomcycle/rockthevote and LoadMaps stock to use new array functions Michael McKoy 2007-11-09 23:46:05 +0000
  • b3fa7316d5 Changed basechat to exclude hl2mp from color messages, but include everything else. Michael McKoy 2007-11-09 18:08:09 +0000
  • 45b7c2e30f bug fix for amb1116 - timers intervals are no longer cumulative David Anderson 2007-11-02 20:38:37 +0000
  • 61cc4e3139 fixed amb1065 - vote map stuff didn't restore the menu properly David Anderson 2007-10-31 06:58:03 +0000
  • f12831bed4 fixed amb1076 - potential issues with deadtalk+alltalk I guess, I don't know David Anderson 2007-10-31 06:37:21 +0000
  • ed011618e4 fixed amb1087 - sm_unmute did not work David Anderson 2007-10-31 06:22:36 +0000
  • 30f3067827 - fixed bug where the menu map parser truncated lines and thus gave IsMapValid() weird results - fixed a bug where kicking yourself could throw an RTE David Anderson 2007-10-31 05:26:08 +0000
  • 00682b7782 fixed build David Anderson 2007-10-31 05:09:07 +0000
  • 172f28d676 fixed a number of memory complaints from valgrind. most of these were minor, but there was a rather disturbing memory over-read error in the SMC text parser. correcting this brought about a rewrite of its API. this change is BACKWARDS INCOMPATIBLE for C++ extensions, but it was sorely needed, and the API is now both future-extensible and much easier to work with. plugins didn't need any changes, but they will probably get the better API changes in a future release. as a special bonus, the RawLine() hook is now much less expensive since the entire stream buffer won't be shoved through it like before! David Anderson 2007-10-31 05:04:07 +0000
  • e425558f3f added more "remote extension" stuff David Anderson 2007-10-30 20:43:59 +0000
  • 11c5ce6996 fixed amb1061 - wrong compiler name in comment David Anderson 2007-10-30 01:27:25 +0000
  • 4abf26c626 fixed amb1098 - SetMenuExitButton() did not work with MENU_NO_PAGINATION David Anderson 2007-10-30 01:22:47 +0000
  • fe28f51e9a fixed nonsense documentation comment David Anderson 2007-10-29 00:33:20 +0000
  • 142fb2f652 initial import of incomplete installer David Anderson 2007-10-28 20:15:51 +0000
  • 45f99fbb9c mirroed sdk fixes David Anderson 2007-10-28 08:25:56 +0000
  • afb4bd6d8b fixed macro bug in the sdk David Anderson 2007-10-28 08:24:47 +0000
  • f60369a005 added experimental extension interface for loading external extensions from mm:s hard-bumped the extension api David Anderson 2007-10-28 08:02:24 +0000
  • 0cf6a24414 Updated le makefile David Anderson 2007-10-28 05:51:10 +0000
  • 7ba2c6ae7e added missing new sqlite 3.5.1 file David Anderson 2007-10-28 05:49:37 +0000
  • f78ceafdce updated to sqlite-3.5.1 now that it's stable used new shared cache functionality (yay) David Anderson 2007-10-28 05:48:06 +0000
  • dc746c5806 fixed amb190 - serious bug in the target processor David Anderson 2007-10-28 05:06:12 +0000
  • 2cfd5bbaf3 added amb1062, get/set command flags natives Borja Ferrer 2007-10-26 20:37:02 +0000
  • 60af5442d4 Fixed handle leak in mapchooser and rtv Michael McKoy 2007-10-25 03:29:55 +0000
  • 92ee426225 Fixed amb1065 - Votemap clears itself properly after a failed vote Matt Woodrow 2007-10-23 20:08:19 +0000
  • 095dc2ec4b sm_dump_netprops now shows classnames David Anderson 2007-10-22 22:57:08 +0000
  • fe8594a96a fixed linux build David Anderson 2007-10-22 16:48:54 +0000
  • af68caaf85 - sourcemod now intelligently unloads plugins which are leaking insane amounts of handles. these unloads get logged to sourcemod_fatal.log - unloading is now delayed if a plugin is in the middle of a callstack David Anderson 2007-10-22 08:53:15 +0000
  • 00ec666f18 sdktools' te dump command now uses mod dir instead of game dir David Anderson 2007-10-22 07:54:04 +0000
  • b302164b01 added sm_dump_netprops and sm_dump_netprops_xml to sdktools for debugging David Anderson 2007-10-22 07:41:57 +0000
  • 3864882ef0 fixed a compatibility bug in AddToTopMenu() David Anderson 2007-10-22 07:27:48 +0000
  • 2e333caf77 - added amb1050 - topmenu info strings (similar to menus) - added removal detection to topmenus David Anderson 2007-10-22 06:56:17 +0000
  • c6eaccde0b added amb932 - sm_who can be used by normal clients if the server allows it David Anderson 2007-10-22 06:23:58 +0000
  • 3c460aa48a fixed a compatibility bug in AddTargetsToMenu() David Anderson 2007-10-22 06:01:07 +0000
  • 8172560f39 - added "war mode" options to config menu cfg - fixed a regression bug where OnConfigsExecuted() wouldn't get executed. oops! David Anderson 2007-10-22 05:53:38 +0000
  • b6e33a575f - fixed a bug where OnConfigsExecuted() could be ran before OnAllPluginsLoaded() - added new commands for amb1036, war mode - fixed a bug in the admin menu David Anderson 2007-10-22 05:35:31 +0000
  • b59c3f8a0e fixed filenames in comments David Anderson 2007-10-22 03:41:05 +0000
  • b1aa7a1ed2 added @aim target to sdktools David Anderson 2007-10-22 03:27:22 +0000
  • b4896ecada commited overhaul of a large number of commands and phrases, which largely included basecomm. also re-implemented FindTarget() with ProcessTargetString() David Anderson 2007-10-22 02:54:27 +0000
  • f3e7bf4a16 Added alive checks before adding certain player lists to the admin menu Matt Woodrow 2007-10-22 02:05:51 +0000
  • ef6da943d6 - moved more translation phrases around - converted more code to ProcessTargetString() David Anderson 2007-10-22 00:49:44 +0000
  • 53156446d4 - updated basecommands and basefuncommands to use ProcessTargetString() and ShowActivity2() - moved a bunch of translation phrases around - ShowActivity2() no longer prints to console - fixed a memory corruption bug in the translation parser David Anderson 2007-10-21 23:50:37 +0000
  • 04b2845b0d - improved comments on ShowActivity() natives - switched to ShowActivity2() in basecommands - added lifestates offsets to core gamedata file - added a few translation phrases that were missing - added new API calls to IPlayerHelpers for extending target processing David Anderson 2007-10-21 20:35:15 +0000
  • f5370eb171 removed IsPlayerAlive() from sdktools (it's in Core now) David Anderson 2007-10-21 20:09:28 +0000
  • 02e8977ea0 - added ShowActivity2() which has a more convenient display algorithm - added commandfilters.inc and ProcessTargetString(), an extensible API for processing a command target and getting back formatted replies + player lists. This makes SearchForClients() look paltry, and base plugins will slowly be moved to support the new functionality - removed IsPlayerAlive() from SDKTools, added it to Core - fixed a small bug in re-entrant translations - core.games.txt is now automatically added to all plugins David Anderson 2007-10-21 20:06:30 +0000
  • 744dbdc4c7 atcprintf() is now fully re-entrant, meaning translations can be used from inside translations David Anderson 2007-10-21 17:58:35 +0000
  • c3149f22cf fixed amb1055 David Anderson 2007-10-21 15:18:01 +0000
  • baeecb098e Fixed a potential issue with reservedslots. Thanks for the hint :) Matt Woodrow 2007-10-21 06:43:03 +0000
  • a04f844b73 Reserve slots plugin now offers the option to kick public players (see sourcemod.cfg for details) Matt Woodrow 2007-10-21 04:51:57 +0000
  • 1d3f8a44e5 added function for resolving team names -> indexes David Anderson 2007-10-21 00:16:46 +0000
  • c5391ecb5e fixed a native prototype Borja Ferrer 2007-10-20 23:47:15 +0000
  • 871f27c858 synced linux build Borja Ferrer 2007-10-20 23:43:48 +0000
  • ff2819e266 added amb814, added a set of team natives Borja Ferrer 2007-10-20 23:39:10 +0000
  • 98e921c210 fixed GetClientEyeAngles() again David Anderson 2007-10-19 09:03:34 +0000
  • c2644b2f94 - added GetClientAimTarget() - fixed a bug where GetClientEyeAngles() was basically bogus David Anderson 2007-10-19 08:51:05 +0000
  • ab8f67fc42 added amb944 - acceptinput offsets for ship and sourceforts David Anderson 2007-10-19 06:51:44 +0000
  • 7d49a55a7b added amb1009 - fortress forever support David Anderson 2007-10-19 06:49:01 +0000
  • 4e1c0edfca added amb1015 part2 - more sm_who changes David Anderson 2007-10-19 06:36:06 +0000
  • 86dbfbd248 added amb1015 - sm_who now shows admin names David Anderson 2007-10-19 05:45:56 +0000
  • bd58aa930b Added new stock to helpers.inc: LoadMaps() Adjusted all plugins that use LoadMaps() Nextmap no longer worries about mapcyclefile until the map changes RTV/MC/RC use OnConfigsExecuted() instead of OnMapStart() now RTV/MC/RC will no longer "permanently" exclude the current map being played when the map file is loaded. Michael McKoy 2007-10-18 01:16:42 +0000
  • 0b66a6acee fixed a regression where valve-style menus stopped working David Anderson 2007-10-18 01:08:48 +0000
  • 7d7dafaa92 bumped build to recompile against hl2sdk-ob David Anderson 2007-10-18 00:45:15 +0000
  • 1777c84a75 blocked sm_admin from being used by rcon David Anderson 2007-10-17 17:12:26 +0000
  • 261295acd6 fixed amb1028 David Anderson 2007-10-17 16:46:27 +0000
  • 7338fa6cb5 added slap to the menu sorting David Anderson 2007-10-17 02:58:44 +0000
  • 96cb8cbc38 renamed all the admin menu items David Anderson 2007-10-17 02:40:41 +0000
  • 31d8511904 enabled episode2 building David Anderson 2007-10-17 02:21:14 +0000
  • f2a185d77e added adminmenu to build David Anderson 2007-10-17 02:20:43 +0000
  • ca4ca95bfd updated sdktools support for tf2 David Anderson 2007-10-17 01:44:46 +0000
  • adfea8ade8 prepared sdktools base natives for OB port Borja Ferrer 2007-10-16 22:32:26 +0000
  • f1c72419b6 fixed topmenus bug David Anderson 2007-10-16 20:10:43 +0000
  • 54febbbc48 cleaned up menu vote code a bit David Anderson 2007-10-16 19:28:02 +0000
  • f0dc4e996f - more phrase changes - added "mani" sorting to adminmenu David Anderson 2007-10-16 19:06:11 +0000
  • 5d72810449 overhaul of the phrases for consistency renamed config files for adminmenu cleaned up execcfg menu code David Anderson 2007-10-16 18:37:24 +0000
  • 2b15d877aa renamed fun commands on menu David Anderson 2007-10-16 17:29:06 +0000
  • 10042990ba adminmenu now loads config file removed debug line David Anderson 2007-10-16 17:28:36 +0000
  • 4bb433b17c topmenu config files are now read properly David Anderson 2007-10-16 17:28:19 +0000
  • b281adbb7b fixed linux build Borja Ferrer 2007-10-16 17:24:52 +0000
  • 501db6ee8b added TE compatibility to TF2 Borja Ferrer 2007-10-16 17:17:08 +0000
  • 147643591d re-enabled episode2 builds on linux David Anderson 2007-10-16 06:03:28 +0000
  • 1e9f3296ad fixed build David Anderson 2007-10-16 05:58:45 +0000
  • 630168a924 concmd manager now uses the concmd cleaner David Anderson 2007-10-16 05:30:41 +0000
  • 1ab2bf2139 fixed ep2 build fixed a bug in the cmd cleaner code David Anderson 2007-10-16 01:29:28 +0000
  • 796d9b2de8 - added new system for detecting convar/concmd removals in one nice place - convar code overhaul - reorganized handle contents to make removal easier David Anderson 2007-10-16 01:17:08 +0000
  • 60d8e4f248 overhaul of the vsp listening code David Anderson 2007-10-15 22:15:22 +0000
  • 0600be8c3a Menu map lists (map and votemap) now fall back to the contents of maps folder if the menu_maplist.ini isn't found Matt Woodrow 2007-10-15 21:12:52 +0000
  • 7f667a58d0 fixed a trie lookup bug where terminated string arcs could be return false positives. for example, sm_k would match sm_kick, if and only if the sm_k formed the arc and the ick formed the termination David Anderson 2007-10-15 19:38:18 +0000
  • 3c0aba7035 fixed misusage, freeing convar info while it can still be read fixed a minor memory leak David Anderson 2007-10-15 19:37:14 +0000
  • 9396a88fdc removed some of the new stuff from build process David Anderson 2007-10-15 19:18:08 +0000
  • fe0a6fb475 moved IClient stuff around so OB changes are easier to manage David Anderson 2007-10-15 18:51:56 +0000