Michael McKoy
e4728b0413
Added VOICE_TEAM and VOICE_LISTENTEAM flags to the SDKTools voice functionality.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401474
2007-09-23 21:01:07 +00:00
Michael McKoy
7df54ec38d
"say timeleft" changed to use new Core timeleft functionality.
...
Minor fix to mapchooser, in case no maps were loaded to the list
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401473
2007-09-23 20:33:22 +00:00
David Anderson
87c78064c1
fixed cstrike project file
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401472
2007-09-23 20:31:57 +00:00
David Anderson
0421072597
added cstrike to modules.versions file
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401471
2007-09-23 20:20:16 +00:00
David Anderson
979f62309a
updated builder for cstrike extension
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401470
2007-09-23 20:19:35 +00:00
David Anderson
b76bcaf808
added cstrike extension to the core gamedata file
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401469
2007-09-23 20:16:26 +00:00
David Anderson
8bbbb57d8c
clarified and fixed the meaning of timelimit/timeleft when no frames have been processed
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401468
2007-09-23 20:11:48 +00:00
David Anderson
997bab506c
renamed IsServerTicking() to IsServerProcessing()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401467
2007-09-23 19:35:22 +00:00
David Anderson
4b8f46d870
updated cstrike makefile
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401466
2007-09-23 19:34:16 +00:00
David Anderson
0f45f8b5ee
- added timeleft functionality to cstrike extension
...
- finalized timeleft api once again (i hope)
- added weapon slot definitions to cstrike.inc
- bumped timer API
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401465
2007-09-23 19:33:19 +00:00
David Anderson
980a8fba7b
fixed amb959
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401464
2007-09-23 16:01:12 +00:00
David Anderson
3ca013d7f0
fixed a bug where the TE natives could double-free on exit and crash
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401463
2007-09-23 06:51:44 +00:00
David Anderson
0059d92b61
fixed a bug where double dependencies could cause a crash on unload
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401462
2007-09-23 06:51:21 +00:00
David Anderson
8f20b7fea1
added GetPlayerInfo() to IGamePlayer
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401461
2007-09-23 00:35:28 +00:00
Michael McKoy
c49555b174
Removed a debug log message
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401460
2007-09-22 18:02:42 +00:00
David Anderson
a41428c1d3
added mapchooser to build, just disabled
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401459
2007-09-22 17:52:27 +00:00
Michael McKoy
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)
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401458
2007-09-22 17:44:18 +00:00
Michael McKoy
d27a768d97
New IsStringInArray stock for array ADT
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401457
2007-09-22 17:43:19 +00:00
David Anderson
b38f0cc02e
whoops, i forgot to update the banning API... this is the correct revision
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401456
2007-09-21 14:56:18 +00:00
David Anderson
34111ff1e4
clarified "error" and "data" parameters to threaded dbi callbacks
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401455
2007-09-21 14:53:13 +00:00
David Anderson
d306b250f4
changed SQLITE_MISUSE to SQLITE_ERROR in one case
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401454
2007-09-21 14:48:54 +00:00
David Anderson
4ec0df9b9b
potential fix for amb818 - sqlite busy waits for locks now
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401453
2007-09-21 14:42:50 +00:00
Michael McKoy
b59e16ff97
Stupid semicolon
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401452
2007-09-21 02:30:01 +00:00
Michael McKoy
ea0678cf3c
Some minor changes to mapchooser, plus added the translation file.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401451
2007-09-20 23:54:17 +00:00
David Anderson
eeb8cc6a41
improved fatal logging errors
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401450
2007-09-20 17:19:16 +00:00
Borja Ferrer
31d143c946
oh forgot this one
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401449
2007-09-19 15:18:15 +00:00
Borja Ferrer
39bf41c5b1
cstrike extension builds now on linux
...
added SSE support in all linux extensions
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401448
2007-09-19 15:16:58 +00:00
Borja Ferrer
9733816b35
added new cstrike extension
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401447
2007-09-19 14:58:02 +00:00
Michael McKoy
d5998d6622
Initial import of mapchooser.sp. Untested, not in builds yet, awaiting a change to core
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401446
2007-09-19 00:24:53 +00:00
Michael McKoy
315f20d0c8
nextmap reloads the map list on map change, IF the file has changed.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401445
2007-09-19 00:24:00 +00:00
Michael McKoy
53d5b04016
Fixed amb890
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401444
2007-09-19 00:20:46 +00:00
David Anderson
64f22826b8
clarified "blockload" parameters
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401443
2007-09-18 17:45:36 +00:00
David Anderson
167c1d0a31
added request amb948 - blocking of plugin loads
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401442
2007-09-18 17:44:17 +00:00
David Anderson
78e0de7a5b
fixed amb953 - blank overrides did not strip flags
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401441
2007-09-18 17:07:56 +00:00
David Anderson
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
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401440
2007-09-16 15:34:44 +00:00
David Anderson
840c6236d0
made the indirection vector generation dimension count check a little safer
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401439
2007-09-16 05:15:46 +00:00
David Anderson
8d6138fba9
admin file parser now reports line numbers for individual errors
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401438
2007-09-16 03:45:06 +00:00
David Anderson
6617ef3ad8
added two more interfaces to sample sdk
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401437
2007-09-16 03:32:00 +00:00
David Anderson
95c46b781e
fixed amb951 - te hooking did not auto-remove hooks from plugins
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401436
2007-09-16 03:28:30 +00:00
David Anderson
82108a7fcd
fixed up the CheckCommandAccess() logic a bit
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401435
2007-09-16 02:36:49 +00:00
Borja Ferrer
c6dba359c6
added amb852, create entity natives
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401434
2007-09-15 19:38:02 +00:00
David Anderson
7e3b07a594
updated windows build
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401433
2007-09-14 03:08:06 +00:00
David Anderson
bb0678c1ac
finalized api by adding limited interception
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401432
2007-09-14 03:01:14 +00:00
David Anderson
c230444274
fixed a bug where player inputs were parsed too late for BanClient()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401431
2007-09-14 02:20:23 +00:00
David Anderson
f0202a67a5
fixed a stupid bug where flags were not stripped in BanClient()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401430
2007-09-14 02:14:35 +00:00
David Anderson
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
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401429
2007-09-14 02:11:10 +00:00
David Anderson
f968fc1293
fixed amb873 (say with no text would RTE)
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401428
2007-09-13 18:29:04 +00:00
David Anderson
be731888e7
GetCmdArg() and GetCmdArgString() now return a string length
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401427
2007-09-13 18:28:47 +00:00
David Anderson
f8816ab556
added amb932 on a lark... %N maps to a client name, or "Console"
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401426
2007-09-13 17:30:27 +00:00
David Anderson
38a8e8ac80
added amb919 - GetExtensionFileStatus()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401425
2007-09-13 17:21:41 +00:00