a4d85676e8Import of basecomm. Import of randomcycle. New stock added to console.inc.
Michael McKoy
2007-09-26 01:22:25 +0000
efbf57ac90added API for menus to re-display from a previous page
David Anderson
2007-09-26 01:04:22 +0000
69c65a848badded CheckCommandAccess() equivalent to IAdminSystem
David Anderson
2007-09-26 01:03:20 +0000
2df94fb594fixed amb887 - 4d+ arrays were generated wrong
David Anderson
2007-09-25 21:45:25 +0000
058e832d16fixed an indexing error in amb967
David Anderson
2007-09-25 15:14:29 +0000
4974c11766fixed minor typo from amb967
David Anderson
2007-09-25 15:09:58 +0000
a8aa9d2d7fadded chat trigger detection
David Anderson
2007-09-24 15:06:10 +0000
e4728b0413Added 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
87c78064c1fixed cstrike project file
David Anderson
2007-09-23 20:31:57 +0000
0421072597added cstrike to modules.versions file
David Anderson
2007-09-23 20:20:16 +0000
979f62309aupdated builder for cstrike extension
David Anderson
2007-09-23 20:19:35 +0000
b76bcaf808added cstrike extension to the core gamedata file
David Anderson
2007-09-23 20:16:26 +0000
8bbbb57d8cclarified and fixed the meaning of timelimit/timeleft when no frames have been processed
David Anderson
2007-09-23 20:11:48 +0000
997bab506crenamed IsServerTicking() to IsServerProcessing()
David Anderson
2007-09-23 19:35:22 +0000
4b8f46d870updated 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
980a8fba7bfixed amb959
David Anderson
2007-09-23 16:01:12 +0000
3ca013d7f0fixed a bug where the TE natives could double-free on exit and crash
David Anderson
2007-09-23 06:51:44 +0000
0059d92b61fixed a bug where double dependencies could cause a crash on unload
David Anderson
2007-09-23 06:51:21 +0000
8f20b7fea1added GetPlayerInfo() to IGamePlayer
David Anderson
2007-09-23 00:35:28 +0000
c49555b174Removed a debug log message
Michael McKoy
2007-09-22 18:02:42 +0000
a41428c1d3added mapchooser to build, just disabled
David Anderson
2007-09-22 17:52:27 +0000
dd076961bfFixed 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
d27a768d97New IsStringInArray stock for array ADT
Michael McKoy
2007-09-22 17:43:19 +0000
b38f0cc02ewhoops, i forgot to update the banning API... this is the correct revision
David Anderson
2007-09-21 14:56:18 +0000
34111ff1e4clarified "error" and "data" parameters to threaded dbi callbacks
David Anderson
2007-09-21 14:53:13 +0000
d306b250f4changed SQLITE_MISUSE to SQLITE_ERROR in one case
David Anderson
2007-09-21 14:48:54 +0000
4ec0df9b9bpotential fix for amb818 - sqlite busy waits for locks now
David Anderson
2007-09-21 14:42:50 +0000
b59e16ff97Stupid semicolon
Michael McKoy
2007-09-21 02:30:01 +0000
ea0678cf3cSome minor changes to mapchooser, plus added the translation file.
Michael McKoy
2007-09-20 23:54:17 +0000
eeb8cc6a41improved fatal logging errors
David Anderson
2007-09-20 17:19:16 +0000
31d143c946oh forgot this one
Borja Ferrer
2007-09-19 15:18:15 +0000
39bf41c5b1cstrike extension builds now on linux added SSE support in all linux extensions
Borja Ferrer
2007-09-19 15:16:58 +0000
9733816b35added new cstrike extension
Borja Ferrer
2007-09-19 14:58:02 +0000
d5998d6622Initial import of mapchooser.sp. Untested, not in builds yet, awaiting a change to core
Michael McKoy
2007-09-19 00:24:53 +0000
315f20d0c8nextmap reloads the map list on map change, IF the file has changed.
Michael McKoy
2007-09-19 00:24:00 +0000
53d5b04016Fixed amb890
Michael McKoy
2007-09-19 00:20:46 +0000
64f22826b8clarified "blockload" parameters
David Anderson
2007-09-18 17:45:36 +0000
167c1d0a31added request amb948 - blocking of plugin loads
David Anderson
2007-09-18 17:44:17 +0000
78e0de7a5bfixed 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
840c6236d0made the indirection vector generation dimension count check a little safer
David Anderson
2007-09-16 05:15:46 +0000
8d6138fba9admin file parser now reports line numbers for individual errors
David Anderson
2007-09-16 03:45:06 +0000
6617ef3ad8added two more interfaces to sample sdk
David Anderson
2007-09-16 03:32:00 +0000
95c46b781efixed amb951 - te hooking did not auto-remove hooks from plugins
David Anderson
2007-09-16 03:28:30 +0000
82108a7fcdfixed up the CheckCommandAccess() logic a bit
David Anderson
2007-09-16 02:36:49 +0000
7e3b07a594updated windows build
David Anderson
2007-09-14 03:08:06 +0000
bb0678c1acfinalized api by adding limited interception
David Anderson
2007-09-14 03:01:14 +0000
c230444274fixed a bug where player inputs were parsed too late for BanClient()
David Anderson
2007-09-14 02:20:23 +0000
f0202a67a5fixed 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
f968fc1293fixed amb873 (say with no text would RTE)
David Anderson
2007-09-13 18:29:04 +0000
be731888e7GetCmdArg() and GetCmdArgString() now return a string length
David Anderson
2007-09-13 18:28:47 +0000
f8816ab556added amb932 on a lark... %N maps to a client name, or "Console"
David Anderson
2007-09-13 17:30:27 +0000
38a8e8ac80added amb919 - GetExtensionFileStatus()
David Anderson
2007-09-13 17:21:41 +0000
5a16141bcfdefault damage is now 0 (amb864)
David Anderson
2007-09-13 16:46:36 +0000
f942b65db1fixed amb920 - blank kick messages from sm_kick
David Anderson
2007-09-13 16:44:50 +0000
67e6ad739ei broke teh build
David Anderson
2007-09-13 02:07:02 +0000
c531ad8564finalized (i hope) new map timer api
David Anderson
2007-09-13 01:14:02 +0000
6206027476overhaul 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
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
532f0bde47Why 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
09618e15e1whoops, 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
dd824d2056added a case where CreateTimer() can return INVALID_HANDLE fixed two initialization bugs in TimerSys
David Anderson
2007-09-11 18:16:25 +0000
641041b906timelimit function now gets initialized
David Anderson
2007-09-11 18:08:49 +0000
293705f63fremoved tick simulator and added api to help with mapchanges
David Anderson
2007-09-11 18:02:59 +0000
017da078efheader movement #1 - reduced usage of TextParsers.h
David Anderson
2007-09-11 15:10:18 +0000
269c0f2877fixed a few typos in sql-admin-manager and updated the immunity phrase
David Anderson
2007-09-11 12:29:58 +0000
2898fc2a7eupdated 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
93581bb296enabled SSE code in all dlls
Borja Ferrer
2007-09-10 22:28:22 +0000
2ff0469648added amb858 and amb924, some new KV natives
Borja Ferrer
2007-09-10 18:03:06 +0000
ee753a13f8reorganized sql scripts folder
David Anderson
2007-09-09 02:29:46 +0000
db3b9c2fa1added amb923 - CheckCommandAccess() changes
David Anderson
2007-09-07 02:20:08 +0000
08403e2b4aadded more info and a usage warning to IsValidHandle()
David Anderson
2007-09-04 21:38:27 +0000
20350108acfixed amb893, closing a timer handle wouldn't kill the timer properly
Borja Ferrer
2007-09-03 18:49:58 +0000
7a02c6b9c2fixed 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
6bfac7ff26clarified true/false
David Anderson
2007-08-31 21:23:42 +0000
c62c5cfc30improved 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
5cba82afc9fixed another minor comment
David Anderson
2007-08-29 05:47:46 +0000
e5d81cf621mirrored 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
77cc895151moved trie to public so extensions can use it easier
David Anderson
2007-08-29 05:22:47 +0000
3faa842794initial import of trie as a template; old file is now a wrapper
David Anderson
2007-08-29 05:20:48 +0000
80452fb3ecfixed linux build
David Anderson
2007-08-29 02:43:07 +0000
b8b6a1a2bdadded an additional comment to sm_trie_tpl
David Anderson
2007-08-29 02:43:02 +0000
d614744b2dfixed a stray comment VAX reformatted
David Anderson
2007-08-29 02:40:05 +0000
784370e24dhugely experimental templated trie, will be used soon
David Anderson
2007-08-29 02:37:59 +0000
07037e3fa2cleaned up the Trie code a bit by unifying retrieval into one internal function
David Anderson
2007-08-29 02:37:25 +0000
97196e70befixed some build issues from last commit
David Anderson
2007-08-29 02:36:41 +0000
f145178fc0greatly optimized the process of mapping plugin natives from Core
David Anderson
2007-08-29 00:47:05 +0000
08ae85bdb3added note about putinserver and steamids
David Anderson
2007-08-29 00:28:19 +0000
6bb7b3a1f8added a layer for autoloading per-game extensions
David Anderson
2007-08-29 00:27:54 +0000
437f6543d7fixed 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
2930621b7dfixed 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
0dcd1edd56added amb845 - reports custom flags now
David Anderson
2007-08-26 20:04:01 +0000