Commit Graph

  • 6e03cb39a1 filled in data for core's TF2 support David Anderson 2007-10-15 18:51:11 +0000
  • 24f23232b8 fixed typo in SDKTools filename Borja Ferrer 2007-10-15 16:06:06 +0000
  • e08b4cdf1e - LibraryExists() now works on extensions - geoip and cstrike now work as libraries David Anderson 2007-10-15 04:27:56 +0000
  • c803eb8328 fixed an overall deficiency where libraries did not include extensions. extensions can now mark themselves as libraries, and they thus become fully optional just as plugins do. additionally, a bug was fixed where plugins could be accidentally marked as required instead of optional. these changes resulted in a bcompat API bump to the extension/sharesys interface. David Anderson 2007-10-15 04:06:57 +0000
  • 8eaf03c441 added new makefiles for cstrike David Anderson 2007-10-15 01:06:06 +0000
  • 7888958f34 fixed author line for css extension David Anderson 2007-10-15 00:57:55 +0000
  • 723334f3fa added proper versioning to topmenus David Anderson 2007-10-15 00:41:29 +0000
  • 4de4797b8b extensions can now be built for multiple engines, and will autoload from auto.X.Y folders David Anderson 2007-10-15 00:38:25 +0000
  • d5add98082 added cstrike back to the build process David Anderson 2007-10-15 00:17:01 +0000
  • 3f3040c4bb added new makefiles for sdktools David Anderson 2007-10-14 23:28:40 +0000
  • 3ef9c445f4 added makefile for loader David Anderson 2007-10-14 23:16:06 +0000
  • f42463c0af re-added sdktools to the build script David Anderson 2007-10-14 22:36:21 +0000
  • a167a8a154 added loader to version script David Anderson 2007-10-14 22:17:52 +0000
  • 0fedd3d245 added loader to build script David Anderson 2007-10-14 22:17:40 +0000
  • 5994e3e35e added versioning/resource file prevented loading after new api is called David Anderson 2007-10-14 22:17:14 +0000
  • 4a8f76afd9 added Orange Box compat to sdktools Borja Ferrer 2007-10-14 22:12:46 +0000
  • ee6c08d687 fixed bug in build tool David Anderson 2007-10-14 21:51:30 +0000
  • de6497f0d9 all pdbs are now packaged with windows David Anderson 2007-10-14 21:31:39 +0000
  • b71951d010 added new core loader Borja Ferrer 2007-10-14 20:25:57 +0000
  • 4819783444 now creates the new extension layout David Anderson 2007-10-14 20:13:30 +0000
  • 3e00e7f07a added new makefiles for sample SDK David Anderson 2007-10-14 20:10:36 +0000
  • aa27367a3f updated linux build, removed ep2 builds for linux David Anderson 2007-10-14 19:57:53 +0000
  • c5dd1bddd4 fixed makefiles more David Anderson 2007-10-14 19:48:26 +0000
  • f2293087fe cstrike extension builds now Borja Ferrer 2007-10-14 19:34:46 +0000
  • 405b93d220 updated makefile David Anderson 2007-10-14 19:21:33 +0000
  • b069620eaa added core makefiles David Anderson 2007-10-14 19:10:44 +0000
  • 388a5cb487 updated project files for sdktools and cstrike extensions Borja Ferrer 2007-10-14 19:08:17 +0000
  • 97d1660b34 added real support for alternate building methods and orangebox packaging refactored a lot of variable names, yuck removed tons of legacy compressing/SVN code that's since handled by Perl David Anderson 2007-10-14 18:55:49 +0000
  • 7a74c92167 various build fixes and vcproj changes David Anderson 2007-10-14 18:53:29 +0000
  • 50fd47697b updated extension vcproj files to have new include dirs David Anderson 2007-10-14 18:44:49 +0000
  • 4c1f97bd81 fixed compat wrappers including core stuff David Anderson 2007-10-14 17:55:02 +0000
  • 0c80c793fe part 1 of tf2 support is now done David Anderson 2007-10-14 02:30:16 +0000
  • 7a4fe8aaa4 added env vars to orig builds David Anderson 2007-10-14 01:09:40 +0000
  • d03488e45b initial change of build process, part 1 fixed cvar linking issue broke the build even better David Anderson 2007-10-14 00:48:55 +0000
  • b7d9d487cc ported SM's core to Orange Box build is broken now in purpose Borja Ferrer 2007-10-14 00:04:21 +0000
  • 36f6a760b5 Uhh.. How'd that get there? Removed blank file. Matt Woodrow 2007-10-13 22:13:43 +0000
  • 69ee0e01b1 Fixed an incorrect variable name Michael McKoy 2007-10-13 19:41:25 +0000
  • 39515aa306 Updated build Matt Woodrow 2007-10-13 19:22:04 +0000
  • 3ff2e4ad62 Fixed cs specific example in config and updated adminmenu header Matt Woodrow 2007-10-13 05:21:52 +0000
  • ae5e3217bd Coded menus for most base plugins Matt Woodrow 2007-10-13 04:43:42 +0000
  • 2008ca0e0b Misplaced ( Michael McKoy 2007-10-08 22:13:49 +0000
  • 936d90a93c Remove non-deterministic loop from rockthevote.sp Michael McKoy 2007-10-08 22:13:17 +0000
  • 3fb88f9178 Removed nondeterministic loop in mapchooser.sp Michael McKoy 2007-10-08 21:55:20 +0000
  • 41ba6db2d6 Fixed bad loop in RTV Michael McKoy 2007-10-07 20:50:52 +0000
  • 2173773f35 -Fixed MapChooser translating the last map in a vote without extend to "Extend Map" -Added convar sm_mapvote_novote to MapChooser. Default is 1. Set to 0 and MapChooser will not set the map when no one votes -Added convar sm_mapvote_extend. Default is 1, set to 0 and Extend option will not appear, even if the other extend cvars would allow it. -MapChooser now sets sm_nextmap to "Vote Pending" when the map starts. (Note: If using RandomCycle as well, it will be changed to RandomCycle's choice.) -Nextmap changed to reset sm_nextmap if it is invalid at end of map intermission Michael McKoy 2007-10-05 22:38:22 +0000
  • de496cc583 Fixed GetArraySize problem in mapchooser Michael McKoy 2007-10-05 00:12:14 +0000
  • a15f245e5c Crash loop in Mapchooser fixed. Michael McKoy 2007-10-03 23:51:34 +0000
  • f4f5083ef2 Minor adjustments in mapchooser, no bugs fixed... Michael McKoy 2007-10-02 22:42:38 +0000
  • 97d2c4b5a9 - fixed admin menu regression bugs - if a category fails to draw, the root menu now gets re-displayed David Anderson 2007-10-02 16:11:02 +0000
  • 5fa3cbf134 experimental changes to topmenu api -- drawing/displaying is now properly abstracted David Anderson 2007-10-02 15:13:13 +0000
  • bd89b6d126 - removed incorrect information about DrawOption, renamed to DisplayOption - renamed DrawTitle to DisplayTitle David Anderson 2007-10-02 14:48:44 +0000
  • a130fede3a added note about TopMenuAction_DrawOption Cancel vote option now only appears if a vote is in progress David Anderson 2007-10-02 14:42:38 +0000
  • ee90188103 added voting category and a menu option for cancelling votes David Anderson 2007-10-02 14:34:45 +0000
  • 7cb4d7ae9c menuaction_select and menuaction_cancel now set the reply source to SM_REPLY_CHAT David Anderson 2007-10-02 14:06:07 +0000
  • 9c1807bd31 simpler demo, added "Reload admins" option to "Server Commands" category David Anderson 2007-10-02 01:52:15 +0000
  • afbfb98f1a topmenu callback now sets proper reply-to source David Anderson 2007-10-02 01:51:38 +0000
  • c420f453de added reply-to stuff for the C++ API David Anderson 2007-10-02 01:50:36 +0000
  • 5600942b3c experimental commit of a menu attachment for sm_reloadadmins David Anderson 2007-10-02 01:02:40 +0000
  • f8e2a09b39 Log messages added to MapChooser to help debug issues with repeated or early votes. Michael McKoy 2007-10-02 00:23:14 +0000
  • af12ff000b @ symbol moved to a #define. say_team now checks if in a chat trigger. Michael McKoy 2007-10-02 00:20:18 +0000
  • ff280d6886 fixed amb991, dispatchkeyvalue natives had wrong offsets Borja Ferrer 2007-10-01 21:20:30 +0000
  • f956093b93 fixed return value in DisplayTopMenu() David Anderson 2007-10-01 20:34:46 +0000
  • c181282248 fixed AddTargetsToMenu() not being marked as optional David Anderson 2007-10-01 20:17:45 +0000
  • deb457ba68 fixed typo in build tool David Anderson 2007-10-01 20:09:51 +0000
  • 3ce6547a51 fixed linux build for topmenus extension David Anderson 2007-10-01 20:01:14 +0000
  • 602b0aa6a5 - added topmenus extension to build - basecommands is slowly getting split into multiple source files now - added experimental api of a potential admin menu design - added experimental admin menu entry to basecommands to kick things off David Anderson 2007-10-01 18:50:07 +0000
  • 2c5cd63552 added IsClientInKickQueue() to deal with a bot issue David Anderson 2007-10-01 18:41:39 +0000
  • 4c4b89a403 - fixed a bug where CS:S Tools could be loaded more than once on mapchange - fixed a bug where Core did not interpet some file paths properly - fixed a crash bug where SourceMod could pass invalid data to ISmmAPI on shutdown David Anderson 2007-10-01 18:04:37 +0000
  • 93e34b17a6 experimental removal of some unnecessary code David Anderson 2007-10-01 14:31:57 +0000
  • cb3b2a9ab6 Fixed MapChooser using sm_mapvote_start as seconds instead of minutes Michael McKoy 2007-09-30 21:26:45 +0000
  • 445ecf961f fixed a bug where UTIL_ReplaceAll() did not work on a buffer size of 1 even if the other inputs were valid David Anderson 2007-09-30 02:16:37 +0000
  • b609c4eb86 added amb964, DispatchKeyValue natives Borja Ferrer 2007-09-29 22:26:36 +0000
  • 8154fb4897 fixed amb988 - stack corruption in text parser. stack variables are moved to better detect pointer corruption now David Anderson 2007-09-29 22:11:21 +0000
  • b17cf5c7af cstrike shouldn't autoload David Anderson 2007-09-29 18:45:12 +0000
  • 970826c9d4 Fixed accidental closing of the nomination menu handle in RTV Michael McKoy 2007-09-29 14:51:56 +0000
  • 222acb80ee RTV Menu title translation bug fixed Michael McKoy 2007-09-29 14:46:59 +0000
  • 75074ffcee synced linux build Borja Ferrer 2007-09-28 20:13:42 +0000
  • b50d7697f6 added amb753, entity input native Borja Ferrer 2007-09-28 19:56:19 +0000
  • 3d3db1d3a2 fixed some topmenus, completed initial test David Anderson 2007-09-26 22:37:40 +0000
  • 61ac102fe2 - various improvements to the plugin-level topmenu api - categories are no longer displayed if they have no items David Anderson 2007-09-26 21:44:12 +0000
  • 035d646dfd - TOPMENUS ARE STILL UNTESTED - added appropriate client+plugins listeners to topmenus - initial import of plugin API + implementation - added call for finding category object ids - various internal improvements David Anderson 2007-09-26 20:34:50 +0000
  • 15d5d6620e Minor fix to RTV to stop possible "rogue votes" Michael McKoy 2007-09-26 18:15:36 +0000
  • d2eae473a0 fixed broken build David Anderson 2007-09-26 17:57:13 +0000
  • 3a1961cfc0 Nextmap now has an error message if the reason it didn't load maps was due to non-existant file. Michael McKoy 2007-09-26 16:27:53 +0000
  • 2c2d791f89 whoops, forgot to set svn:keywords David Anderson 2007-09-26 14:49:10 +0000
  • 527ffe85de added -Wno-uninitialized to sdk makefile, since gcc doesn't know what it's talking about David Anderson 2007-09-26 14:44:07 +0000
  • 4a455c4e4e updated makefile and linux support David Anderson 2007-09-26 14:43:35 +0000
  • 924cfb4f9f initial import of UNTESTED, UNFINISHED topmenus extension David Anderson 2007-09-26 14:38:40 +0000
  • 6867f28071 updated sdk for more interfaces David Anderson 2007-09-26 14:36:08 +0000
  • 0bd7df8667 made new playerhelpers api backwards compatible; added note about server activation and maxclients David Anderson 2007-09-26 13:14:41 +0000
  • fda5ac1738 added new api to IPlayerHelpers for detecting when the server starts up David Anderson 2007-09-26 13:12:59 +0000
  • 5c58cbf624 added new menu api (oops, forgot to commit this) David Anderson 2007-09-26 13:12:37 +0000
  • beafe4411a Small fraglimit fix Michael McKoy 2007-09-26 04:03:22 +0000
  • 3c9a2414df ExtendTimelimit works off seconds, so we should too. Michael McKoy 2007-09-26 02:48:22 +0000
  • 6732fd8bfd added basecomm, rockthevote, and randomcycle to the package. the latter two are disabled. David Anderson 2007-09-26 02:47:19 +0000
  • c84a3cf8e9 fixed a logic error in ExtendMapTimeLimit() David Anderson 2007-09-26 02:43:58 +0000
  • 17b7f4c68d MapChooser "final" Michael McKoy 2007-09-26 02:39:27 +0000
  • a9bab71084 Import of rockthevote, minor translation adjustments on basecomm and mapchooser Michael McKoy 2007-09-26 02:18:26 +0000
  • 53df0cba3f fixed CheckAccess() in IAdminSystem having the wrong parameter type David Anderson 2007-09-26 02:14:05 +0000
  • cd6007f54c added amb870 - menus can display from a given item David Anderson 2007-09-26 01:48:52 +0000