e4728b0413
Added VOICE_TEAM and VOICE_LISTENTEAM flags to the SDKTools voice functionality.
Michael McKoy2007-09-23 21:01:07 +00:00
7df54ec38d
"say timeleft" changed to use new Core timeleft functionality. Minor fix to mapchooser, in case no maps were loaded to the list
Michael McKoy2007-09-23 20:33:22 +00:00
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 Anderson2007-09-23 19:33:19 +00:00
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 McKoy2007-09-22 17:44:18 +00:00
167c1d0a31
added request amb948 - blocking of plugin loads
David Anderson2007-09-18 17:44:17 +00:00
78e0de7a5b
fixed amb953 - blank overrides did not strip flags
David Anderson2007-09-18 17:07:56 +00:00
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 Anderson2007-09-16 15:34:44 +00:00
840c6236d0
made the indirection vector generation dimension count check a little safer
David Anderson2007-09-16 05:15:46 +00:00
8d6138fba9
admin file parser now reports line numbers for individual errors
David Anderson2007-09-16 03:45:06 +00:00
bb0678c1ac
finalized api by adding limited interception
David Anderson2007-09-14 03:01:14 +00:00
c230444274
fixed a bug where player inputs were parsed too late for BanClient()
David Anderson2007-09-14 02:20:23 +00:00
f0202a67a5
fixed a stupid bug where flags were not stripped in BanClient()
David Anderson2007-09-14 02:14:35 +00:00
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 Anderson2007-09-14 02:11:10 +00:00
2920ba897c
- moved gameframe hook to timersys - rewrote simulation algorithm - various internal improvements to timer - removed the unused parameter to GetTickedTime()
David Anderson2007-09-12 22:46:00 +00:00
532f0bde47
Why was this not const? I have no idea, but what a lame commit for me to make after all this time
Scott Ehlert2007-09-12 07:22:38 +00:00
09618e15e1
whoops, this changeset had a really bad side effect. build needs to be broken until i can fix it.
David Anderson2007-09-11 18:50:16 +00:00
dd824d2056
added a case where CreateTimer() can return INVALID_HANDLE fixed two initialization bugs in TimerSys
David Anderson2007-09-11 18:16:25 +00:00
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 Anderson2007-09-10 23:38:58 +00:00
08403e2b4a
added more info and a usage warning to IsValidHandle()
David Anderson2007-09-04 21:38:27 +00:00
20350108ac
fixed amb893, closing a timer handle wouldn't kill the timer properly
Borja Ferrer2007-09-03 18:49:58 +00:00
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 Anderson2007-09-03 17:55:43 +00:00
c62c5cfc30
improved makefile layout so deps are all at the same level and sourcemm trunk is no longer explicitly referenced
David Anderson2007-08-31 15:26:05 +00:00
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 Anderson2007-08-29 05:44:29 +00:00
77cc895151
moved trie to public so extensions can use it easier
David Anderson2007-08-29 05:22:47 +00:00
3faa842794
initial import of trie as a template; old file is now a wrapper
David Anderson2007-08-29 05:20:48 +00:00