Commit Graph

1512 Commits

Author SHA1 Message Date
David Anderson
c181282248 fixed AddTargetsToMenu() not being marked as optional
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401519
2007-10-01 20:17:45 +00:00
David Anderson
deb457ba68 fixed typo in build tool
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401518
2007-10-01 20:09:51 +00:00
David Anderson
3ce6547a51 fixed linux build for topmenus extension
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401517
2007-10-01 20:01:14 +00:00
David Anderson
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

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401516
2007-10-01 18:50:07 +00:00
David Anderson
2c5cd63552 added IsClientInKickQueue() to deal with a bot issue
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401515
2007-10-01 18:41:39 +00:00
David Anderson
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

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401514
2007-10-01 18:04:37 +00:00
David Anderson
93e34b17a6 experimental removal of some unnecessary code
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401513
2007-10-01 14:31:57 +00:00
Michael McKoy
cb3b2a9ab6 Fixed MapChooser using sm_mapvote_start as seconds instead of minutes
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401512
2007-09-30 21:26:45 +00:00
David Anderson
445ecf961f fixed a bug where UTIL_ReplaceAll() did not work on a buffer size of 1 even if the other inputs were valid
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401511
2007-09-30 02:16:37 +00:00
Borja Ferrer
b609c4eb86 added amb964, DispatchKeyValue natives
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401510
2007-09-29 22:26:36 +00:00
David Anderson
8154fb4897 fixed amb988 - stack corruption in text parser. stack variables are moved to better detect pointer corruption now
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401509
2007-09-29 22:11:21 +00:00
David Anderson
b17cf5c7af cstrike shouldn't autoload
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401508
2007-09-29 18:45:12 +00:00
Michael McKoy
970826c9d4 Fixed accidental closing of the nomination menu handle in RTV
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401507
2007-09-29 14:51:56 +00:00
Michael McKoy
222acb80ee RTV Menu title translation bug fixed
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401506
2007-09-29 14:46:59 +00:00
Borja Ferrer
75074ffcee synced linux build
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401505
2007-09-28 20:13:42 +00:00
Borja Ferrer
b50d7697f6 added amb753, entity input native
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401504
2007-09-28 19:56:19 +00:00
David Anderson
3d3db1d3a2 fixed some topmenus, completed initial test
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401503
2007-09-26 22:37:40 +00:00
David Anderson
61ac102fe2 - various improvements to the plugin-level topmenu api
- categories are no longer displayed if they have no items

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401502
2007-09-26 21:44:12 +00:00
David Anderson
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

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401501
2007-09-26 20:34:50 +00:00
Michael McKoy
15d5d6620e Minor fix to RTV to stop possible "rogue votes"
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401500
2007-09-26 18:15:36 +00:00
David Anderson
d2eae473a0 fixed broken build
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401499
2007-09-26 17:57:13 +00:00
Michael McKoy
3a1961cfc0 Nextmap now has an error message if the reason it didn't load maps was due to non-existant file.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401498
2007-09-26 16:27:53 +00:00
David Anderson
2c2d791f89 whoops, forgot to set svn:keywords
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401497
2007-09-26 14:49:10 +00:00
David Anderson
527ffe85de added -Wno-uninitialized to sdk makefile, since gcc doesn't know what it's talking about
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401496
2007-09-26 14:44:07 +00:00
David Anderson
4a455c4e4e updated makefile and linux support
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401495
2007-09-26 14:43:35 +00:00
David Anderson
924cfb4f9f initial import of UNTESTED, UNFINISHED topmenus extension
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401494
2007-09-26 14:38:40 +00:00
David Anderson
6867f28071 updated sdk for more interfaces
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401493
2007-09-26 14:36:08 +00:00
David Anderson
0bd7df8667 made new playerhelpers api backwards compatible; added note about server activation and maxclients
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401492
2007-09-26 13:14:41 +00:00
David Anderson
fda5ac1738 added new api to IPlayerHelpers for detecting when the server starts up
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401491
2007-09-26 13:12:59 +00:00
David Anderson
5c58cbf624 added new menu api (oops, forgot to commit this)
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401490
2007-09-26 13:12:37 +00:00
Michael McKoy
beafe4411a Small fraglimit fix
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401489
2007-09-26 04:03:22 +00:00
Michael McKoy
3c9a2414df ExtendTimelimit works off seconds, so we should too.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401488
2007-09-26 02:48:22 +00:00
David Anderson
6732fd8bfd added basecomm, rockthevote, and randomcycle to the package. the latter two are disabled.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401487
2007-09-26 02:47:19 +00:00
David Anderson
c84a3cf8e9 fixed a logic error in ExtendMapTimeLimit()
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401486
2007-09-26 02:43:58 +00:00
Michael McKoy
17b7f4c68d MapChooser "final"
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401485
2007-09-26 02:39:27 +00:00
Michael McKoy
a9bab71084 Import of rockthevote, minor translation adjustments on basecomm and mapchooser
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401484
2007-09-26 02:18:26 +00:00
David Anderson
53df0cba3f fixed CheckAccess() in IAdminSystem having the wrong parameter type
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401483
2007-09-26 02:14:05 +00:00
David Anderson
cd6007f54c added amb870 - menus can display from a given item
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401482
2007-09-26 01:48:52 +00:00
Michael McKoy
a4d85676e8 Import of basecomm. Import of randomcycle. New stock added to console.inc.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401481
2007-09-26 01:22:25 +00:00
David Anderson
efbf57ac90 added API for menus to re-display from a previous page
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401480
2007-09-26 01:04:22 +00:00
David Anderson
69c65a848b added CheckCommandAccess() equivalent to IAdminSystem
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401479
2007-09-26 01:03:20 +00:00
David Anderson
2df94fb594 fixed amb887 - 4d+ arrays were generated wrong
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401478
2007-09-25 21:45:25 +00:00
David Anderson
058e832d16 fixed an indexing error in amb967
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401477
2007-09-25 15:14:29 +00:00
David Anderson
4974c11766 fixed minor typo from amb967
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401476
2007-09-25 15:09:58 +00:00
David Anderson
a8aa9d2d7f added chat trigger detection
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401475
2007-09-24 15:06:10 +00:00
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