Commit Graph

  • a4d85676e8 Import of basecomm. Import of randomcycle. New stock added to console.inc. Michael McKoy 2007-09-26 01:22:25 +0000
  • efbf57ac90 added API for menus to re-display from a previous page David Anderson 2007-09-26 01:04:22 +0000
  • 69c65a848b added CheckCommandAccess() equivalent to IAdminSystem David Anderson 2007-09-26 01:03:20 +0000
  • 2df94fb594 fixed amb887 - 4d+ arrays were generated wrong David Anderson 2007-09-25 21:45:25 +0000
  • 058e832d16 fixed an indexing error in amb967 David Anderson 2007-09-25 15:14:29 +0000
  • 4974c11766 fixed minor typo from amb967 David Anderson 2007-09-25 15:09:58 +0000
  • a8aa9d2d7f added chat trigger detection David Anderson 2007-09-24 15:06:10 +0000
  • e4728b0413 Added VOICE_TEAM and VOICE_LISTENTEAM flags to the SDKTools voice functionality. Michael McKoy 2007-09-23 21:01:07 +0000
  • 7df54ec38d "say timeleft" changed to use new Core timeleft functionality. Minor fix to mapchooser, in case no maps were loaded to the list Michael McKoy 2007-09-23 20:33:22 +0000
  • 87c78064c1 fixed cstrike project file David Anderson 2007-09-23 20:31:57 +0000
  • 0421072597 added cstrike to modules.versions file David Anderson 2007-09-23 20:20:16 +0000
  • 979f62309a updated builder for cstrike extension David Anderson 2007-09-23 20:19:35 +0000
  • b76bcaf808 added cstrike extension to the core gamedata file David Anderson 2007-09-23 20:16:26 +0000
  • 8bbbb57d8c clarified and fixed the meaning of timelimit/timeleft when no frames have been processed David Anderson 2007-09-23 20:11:48 +0000
  • 997bab506c renamed IsServerTicking() to IsServerProcessing() David Anderson 2007-09-23 19:35:22 +0000
  • 4b8f46d870 updated cstrike makefile David Anderson 2007-09-23 19:34:16 +0000
  • 0f45f8b5ee - added timeleft functionality to cstrike extension - finalized timeleft api once again (i hope) - added weapon slot definitions to cstrike.inc - bumped timer API David Anderson 2007-09-23 19:33:19 +0000
  • 980a8fba7b fixed amb959 David Anderson 2007-09-23 16:01:12 +0000
  • 3ca013d7f0 fixed a bug where the TE natives could double-free on exit and crash David Anderson 2007-09-23 06:51:44 +0000
  • 0059d92b61 fixed a bug where double dependencies could cause a crash on unload David Anderson 2007-09-23 06:51:21 +0000
  • 8f20b7fea1 added GetPlayerInfo() to IGamePlayer David Anderson 2007-09-23 00:35:28 +0000
  • c49555b174 Removed a debug log message Michael McKoy 2007-09-22 18:02:42 +0000
  • a41428c1d3 added mapchooser to build, just disabled David Anderson 2007-09-22 17:52:27 +0000
  • dd076961bf Fixed most of mapchooser.sp. May have issues with mp_winlimit on DoD. Timelimits may not function 100% in cstrike (Depends on something else, sorry) Michael McKoy 2007-09-22 17:44:18 +0000
  • d27a768d97 New IsStringInArray stock for array ADT Michael McKoy 2007-09-22 17:43:19 +0000
  • b38f0cc02e whoops, i forgot to update the banning API... this is the correct revision David Anderson 2007-09-21 14:56:18 +0000
  • 34111ff1e4 clarified "error" and "data" parameters to threaded dbi callbacks David Anderson 2007-09-21 14:53:13 +0000
  • d306b250f4 changed SQLITE_MISUSE to SQLITE_ERROR in one case David Anderson 2007-09-21 14:48:54 +0000
  • 4ec0df9b9b potential fix for amb818 - sqlite busy waits for locks now David Anderson 2007-09-21 14:42:50 +0000
  • b59e16ff97 Stupid semicolon Michael McKoy 2007-09-21 02:30:01 +0000
  • ea0678cf3c Some minor changes to mapchooser, plus added the translation file. Michael McKoy 2007-09-20 23:54:17 +0000
  • eeb8cc6a41 improved fatal logging errors David Anderson 2007-09-20 17:19:16 +0000
  • 31d143c946 oh forgot this one Borja Ferrer 2007-09-19 15:18:15 +0000
  • 39bf41c5b1 cstrike extension builds now on linux added SSE support in all linux extensions Borja Ferrer 2007-09-19 15:16:58 +0000
  • 9733816b35 added new cstrike extension Borja Ferrer 2007-09-19 14:58:02 +0000
  • d5998d6622 Initial import of mapchooser.sp. Untested, not in builds yet, awaiting a change to core Michael McKoy 2007-09-19 00:24:53 +0000
  • 315f20d0c8 nextmap reloads the map list on map change, IF the file has changed. Michael McKoy 2007-09-19 00:24:00 +0000
  • 53d5b04016 Fixed amb890 Michael McKoy 2007-09-19 00:20:46 +0000
  • 64f22826b8 clarified "blockload" parameters David Anderson 2007-09-18 17:45:36 +0000
  • 167c1d0a31 added request amb948 - blocking of plugin loads David Anderson 2007-09-18 17:44:17 +0000
  • 78e0de7a5b fixed amb953 - blank overrides did not strip flags David Anderson 2007-09-18 17:07:56 +0000
  • 9366bad594 - fixed amb949 - basechat still didn't catch blank say commands right - fixed a bug where server console could not use say commands in basechat David Anderson 2007-09-16 15:34:44 +0000
  • 840c6236d0 made the indirection vector generation dimension count check a little safer David Anderson 2007-09-16 05:15:46 +0000
  • 8d6138fba9 admin file parser now reports line numbers for individual errors David Anderson 2007-09-16 03:45:06 +0000
  • 6617ef3ad8 added two more interfaces to sample sdk David Anderson 2007-09-16 03:32:00 +0000
  • 95c46b781e fixed amb951 - te hooking did not auto-remove hooks from plugins David Anderson 2007-09-16 03:28:30 +0000
  • 82108a7fcd fixed up the CheckCommandAccess() logic a bit David Anderson 2007-09-16 02:36:49 +0000
  • c6dba359c6 added amb852, create entity natives Borja Ferrer 2007-09-15 19:38:02 +0000
  • 7e3b07a594 updated windows build David Anderson 2007-09-14 03:08:06 +0000
  • bb0678c1ac finalized api by adding limited interception David Anderson 2007-09-14 03:01:14 +0000
  • c230444274 fixed a bug where player inputs were parsed too late for BanClient() David Anderson 2007-09-14 02:20:23 +0000
  • f0202a67a5 fixed a stupid bug where flags were not stripped in BanClient() David Anderson 2007-09-14 02:14:35 +0000
  • 74b23aebfe - added 3 new natives for banning/unbanning and interception - moved banning commands into new plugin, basebans - improved quality and input methods of ban commands - corrected svn props on a few files - added an IsLANServer() to IGameHelpers API - completely deprecated and removed old banning forwards David Anderson 2007-09-14 02:11:10 +0000
  • f968fc1293 fixed amb873 (say with no text would RTE) David Anderson 2007-09-13 18:29:04 +0000
  • be731888e7 GetCmdArg() and GetCmdArgString() now return a string length David Anderson 2007-09-13 18:28:47 +0000
  • f8816ab556 added amb932 on a lark... %N maps to a client name, or "Console" David Anderson 2007-09-13 17:30:27 +0000
  • 38a8e8ac80 added amb919 - GetExtensionFileStatus() David Anderson 2007-09-13 17:21:41 +0000
  • 5a16141bcf default damage is now 0 (amb864) David Anderson 2007-09-13 16:46:36 +0000
  • f942b65db1 fixed amb920 - blank kick messages from sm_kick David Anderson 2007-09-13 16:44:50 +0000
  • 67e6ad739e i broke teh build David Anderson 2007-09-13 02:07:02 +0000
  • c531ad8564 finalized (i hope) new map timer api David Anderson 2007-09-13 01:14:02 +0000
  • 6206027476 overhaul of the map timer idea -- function is now an interface, and the timer flag is removed David Anderson 2007-09-13 00:33:56 +0000
  • aec2160e84 added new reconnect client panel stock Borja Ferrer 2007-09-12 23:37:00 +0000
  • 2920ba897c - moved gameframe hook to timersys - rewrote simulation algorithm - various internal improvements to timer - removed the unused parameter to GetTickedTime() David Anderson 2007-09-12 22:46:00 +0000
  • 532f0bde47 Why was this not const? I have no idea, but what a lame commit for me to make after all this time Scott Ehlert 2007-09-12 07:22:38 +0000
  • 09618e15e1 whoops, this changeset had a really bad side effect. build needs to be broken until i can fix it. David Anderson 2007-09-11 18:50:16 +0000
  • dd824d2056 added a case where CreateTimer() can return INVALID_HANDLE fixed two initialization bugs in TimerSys David Anderson 2007-09-11 18:16:25 +0000
  • 641041b906 timelimit function now gets initialized David Anderson 2007-09-11 18:08:49 +0000
  • 293705f63f removed tick simulator and added api to help with mapchanges David Anderson 2007-09-11 18:02:59 +0000
  • 017da078ef header movement #1 - reduced usage of TextParsers.h David Anderson 2007-09-11 15:10:18 +0000
  • 269c0f2877 fixed a few typos in sql-admin-manager and updated the immunity phrase David Anderson 2007-09-11 12:29:58 +0000
  • 2898fc2a7e updated build tool for new package layout David Anderson 2007-09-10 23:43:21 +0000
  • 6aec628ab0 - completely overhauled the immunity system - updated and reorganized database schema files - changed config files to show new immunity rules - updated sql-admin-manager so it can update+create tables - added compile.sh file for building plugins in batch - deprecated the old admin-cache immunity api relying on ImmunityType - added a new sm_config table to the schema for storing version numbers David Anderson 2007-09-10 23:38:58 +0000
  • 93581bb296 enabled SSE code in all dlls Borja Ferrer 2007-09-10 22:28:22 +0000
  • 2ff0469648 added amb858 and amb924, some new KV natives Borja Ferrer 2007-09-10 18:03:06 +0000
  • ee753a13f8 reorganized sql scripts folder David Anderson 2007-09-09 02:29:46 +0000
  • db3b9c2fa1 added amb923 - CheckCommandAccess() changes David Anderson 2007-09-07 02:20:08 +0000
  • 08403e2b4a added more info and a usage warning to IsValidHandle() David Anderson 2007-09-04 21:38:27 +0000
  • 20350108ac fixed amb893, closing a timer handle wouldn't kill the timer properly Borja Ferrer 2007-09-03 18:49:58 +0000
  • 7a02c6b9c2 fixed JIT portion of amb887 - dynamic local arrays with more than 3 dimensions (i.e. >=3 levels of indirection) would have bad indirection tables, corrupting memory and/or crashing on r/w David Anderson 2007-09-03 17:55:43 +0000
  • 8ebadc442e omg Borja Ferrer 2007-09-02 00:39:53 +0000
  • 6bfac7ff26 clarified true/false David Anderson 2007-08-31 21:23:42 +0000
  • c62c5cfc30 improved makefile layout so deps are all at the same level and sourcemm trunk is no longer explicitly referenced David Anderson 2007-08-31 15:26:05 +0000
  • 5cba82afc9 fixed another minor comment David Anderson 2007-08-29 05:47:46 +0000
  • e5d81cf621 mirrored earlier core native binding optimization to extensions as well. clarified note about pointer lifetime in AddNatives(), as it will be gaining a second version soon David Anderson 2007-08-29 05:44:29 +0000
  • 77cc895151 moved trie to public so extensions can use it easier David Anderson 2007-08-29 05:22:47 +0000
  • 3faa842794 initial import of trie as a template; old file is now a wrapper David Anderson 2007-08-29 05:20:48 +0000
  • 80452fb3ec fixed linux build David Anderson 2007-08-29 02:43:07 +0000
  • b8b6a1a2bd added an additional comment to sm_trie_tpl David Anderson 2007-08-29 02:43:02 +0000
  • d614744b2d fixed a stray comment VAX reformatted David Anderson 2007-08-29 02:40:05 +0000
  • 784370e24d hugely experimental templated trie, will be used soon David Anderson 2007-08-29 02:37:59 +0000
  • 07037e3fa2 cleaned up the Trie code a bit by unifying retrieval into one internal function David Anderson 2007-08-29 02:37:25 +0000
  • 97196e70be fixed some build issues from last commit David Anderson 2007-08-29 02:36:41 +0000
  • f145178fc0 greatly optimized the process of mapping plugin natives from Core David Anderson 2007-08-29 00:47:05 +0000
  • 08ae85bdb3 added note about putinserver and steamids David Anderson 2007-08-29 00:28:19 +0000
  • 6bb7b3a1f8 added a layer for autoloading per-game extensions David Anderson 2007-08-29 00:27:54 +0000
  • 437f6543d7 fixed LogToOpenFileEx not being exported David Anderson 2007-08-27 14:02:22 +0000
  • aab0eeaa1e - implemented amb855 - LogAction() - changed base plugins to use LogAction() where appropriate David Anderson 2007-08-27 02:00:37 +0000
  • 2930621b7d fixed portion of amb777 -- chat triggers ate up spaces and thus "/ kick" was the same as "/kick" David Anderson 2007-08-26 20:12:30 +0000
  • 0dcd1edd56 added amb845 - reports custom flags now David Anderson 2007-08-26 20:04:01 +0000