0601988e80branched trunk to 1.1.0
David Anderson
2007-11-11 20:59:20 +0000
9284a90d41added further error logging for timer closing
Borja Ferrer
2007-11-11 20:40:08 +0000
116553f7dffixed bug amb1132 - team finding code crashed ins from null deref
David Anderson
2007-11-11 06:50:50 +0000
0aa30ccde2fixed amb1121 - ban commands didn't tokenize reasons properly
David Anderson
2007-11-11 06:41:46 +0000
bb82eb772bfixed amb1147 - truncation of cvars in sm_cvar
David Anderson
2007-11-11 06:24:31 +0000
6c1af7ee30whoops, another minor fix
David Anderson
2007-11-10 07:32:04 +0000
7ed29b4fe3removed absolute path comments
David Anderson
2007-11-10 06:39:36 +0000
ca0da2559dfixed bugs in the external extension system import of external SDK that's been sitting around for a while
David Anderson
2007-11-10 05:46:09 +0000
6bda3e55b9fixed a long-standing problem that tries ignored empty strings
David Anderson
2007-11-10 03:18:55 +0000
a8f9073fb0Addition of second half of amb1051. Immunity from reserved slot kicking without having a reserved slot.
Matt Woodrow
2007-11-10 02:03:27 +0000
1a09c2c1dcFixed amb1112. sv_visiblemaxplayers now gets reset when reserved slots gets disabled
Matt Woodrow
2007-11-10 02:00:04 +0000
daaf961c07New adt_array functions: CloneArray, FindStringInArray, FindCellInArray Adjusted mapchooser/randomcycle/rockthevote and LoadMaps stock to use new array functions
Michael McKoy
2007-11-09 23:46:05 +0000
b3fa7316d5Changed basechat to exclude hl2mp from color messages, but include everything else.
Michael McKoy
2007-11-09 18:08:09 +0000
45b7c2e30fbug fix for amb1116 - timers intervals are no longer cumulative
David Anderson
2007-11-02 20:38:37 +0000
61cc4e3139fixed amb1065 - vote map stuff didn't restore the menu properly
David Anderson
2007-10-31 06:58:03 +0000
f12831bed4fixed amb1076 - potential issues with deadtalk+alltalk I guess, I don't know
David Anderson
2007-10-31 06:37:21 +0000
ed011618e4fixed amb1087 - sm_unmute did not work
David Anderson
2007-10-31 06:22:36 +0000
30f3067827- fixed bug where the menu map parser truncated lines and thus gave IsMapValid() weird results - fixed a bug where kicking yourself could throw an RTE
David Anderson
2007-10-31 05:26:08 +0000
00682b7782fixed build
David Anderson
2007-10-31 05:09:07 +0000
172f28d676fixed a number of memory complaints from valgrind. most of these were minor, but there was a rather disturbing memory over-read error in the SMC text parser. correcting this brought about a rewrite of its API. this change is BACKWARDS INCOMPATIBLE for C++ extensions, but it was sorely needed, and the API is now both future-extensible and much easier to work with. plugins didn't need any changes, but they will probably get the better API changes in a future release. as a special bonus, the RawLine() hook is now much less expensive since the entire stream buffer won't be shoved through it like before!
David Anderson
2007-10-31 05:04:07 +0000
e425558f3fadded more "remote extension" stuff
David Anderson
2007-10-30 20:43:59 +0000
11c5ce6996fixed amb1061 - wrong compiler name in comment
David Anderson
2007-10-30 01:27:25 +0000
4abf26c626fixed amb1098 - SetMenuExitButton() did not work with MENU_NO_PAGINATION
David Anderson
2007-10-30 01:22:47 +0000
fe28f51e9afixed nonsense documentation comment
David Anderson
2007-10-29 00:33:20 +0000
142fb2f652initial import of incomplete installer
David Anderson
2007-10-28 20:15:51 +0000
45f99fbb9cmirroed sdk fixes
David Anderson
2007-10-28 08:25:56 +0000
afb4bd6d8bfixed macro bug in the sdk
David Anderson
2007-10-28 08:24:47 +0000
f60369a005added experimental extension interface for loading external extensions from mm:s hard-bumped the extension api
David Anderson
2007-10-28 08:02:24 +0000
0cf6a24414Updated le makefile
David Anderson
2007-10-28 05:51:10 +0000
7ba2c6ae7eadded missing new sqlite 3.5.1 file
David Anderson
2007-10-28 05:49:37 +0000
f78ceafdceupdated to sqlite-3.5.1 now that it's stable used new shared cache functionality (yay)
David Anderson
2007-10-28 05:48:06 +0000
dc746c5806fixed amb190 - serious bug in the target processor
David Anderson
2007-10-28 05:06:12 +0000
60af5442d4Fixed handle leak in mapchooser and rtv
Michael McKoy
2007-10-25 03:29:55 +0000
92ee426225Fixed amb1065 - Votemap clears itself properly after a failed vote
Matt Woodrow
2007-10-23 20:08:19 +0000
095dc2ec4bsm_dump_netprops now shows classnames
David Anderson
2007-10-22 22:57:08 +0000
fe8594a96afixed linux build
David Anderson
2007-10-22 16:48:54 +0000
af68caaf85- sourcemod now intelligently unloads plugins which are leaking insane amounts of handles. these unloads get logged to sourcemod_fatal.log - unloading is now delayed if a plugin is in the middle of a callstack
David Anderson
2007-10-22 08:53:15 +0000
00ec666f18sdktools' te dump command now uses mod dir instead of game dir
David Anderson
2007-10-22 07:54:04 +0000
b302164b01added sm_dump_netprops and sm_dump_netprops_xml to sdktools for debugging
David Anderson
2007-10-22 07:41:57 +0000
3864882ef0fixed a compatibility bug in AddToTopMenu()
David Anderson
2007-10-22 07:27:48 +0000
2e333caf77- added amb1050 - topmenu info strings (similar to menus) - added removal detection to topmenus
David Anderson
2007-10-22 06:56:17 +0000
c6eaccde0badded amb932 - sm_who can be used by normal clients if the server allows it
David Anderson
2007-10-22 06:23:58 +0000
3c460aa48afixed a compatibility bug in AddTargetsToMenu()
David Anderson
2007-10-22 06:01:07 +0000
8172560f39- added "war mode" options to config menu cfg - fixed a regression bug where OnConfigsExecuted() wouldn't get executed. oops!
David Anderson
2007-10-22 05:53:38 +0000
b6e33a575f- fixed a bug where OnConfigsExecuted() could be ran before OnAllPluginsLoaded() - added new commands for amb1036, war mode - fixed a bug in the admin menu
David Anderson
2007-10-22 05:35:31 +0000
b59c3f8a0efixed filenames in comments
David Anderson
2007-10-22 03:41:05 +0000
b1aa7a1ed2added @aim target to sdktools
David Anderson
2007-10-22 03:27:22 +0000
b4896ecadacommited overhaul of a large number of commands and phrases, which largely included basecomm. also re-implemented FindTarget() with ProcessTargetString()
David Anderson
2007-10-22 02:54:27 +0000
f3e7bf4a16Added alive checks before adding certain player lists to the admin menu
Matt Woodrow
2007-10-22 02:05:51 +0000
ef6da943d6- moved more translation phrases around - converted more code to ProcessTargetString()
David Anderson
2007-10-22 00:49:44 +0000
53156446d4- updated basecommands and basefuncommands to use ProcessTargetString() and ShowActivity2() - moved a bunch of translation phrases around - ShowActivity2() no longer prints to console - fixed a memory corruption bug in the translation parser
David Anderson
2007-10-21 23:50:37 +0000
04b2845b0d- improved comments on ShowActivity() natives - switched to ShowActivity2() in basecommands - added lifestates offsets to core gamedata file - added a few translation phrases that were missing - added new API calls to IPlayerHelpers for extending target processing
David Anderson
2007-10-21 20:35:15 +0000
f5370eb171removed IsPlayerAlive() from sdktools (it's in Core now)
David Anderson
2007-10-21 20:09:28 +0000
02e8977ea0- added ShowActivity2() which has a more convenient display algorithm - added commandfilters.inc and ProcessTargetString(), an extensible API for processing a command target and getting back formatted replies + player lists. This makes SearchForClients() look paltry, and base plugins will slowly be moved to support the new functionality - removed IsPlayerAlive() from SDKTools, added it to Core - fixed a small bug in re-entrant translations - core.games.txt is now automatically added to all plugins
David Anderson
2007-10-21 20:06:30 +0000
744dbdc4c7atcprintf() is now fully re-entrant, meaning translations can be used from inside translations
David Anderson
2007-10-21 17:58:35 +0000
c3149f22cffixed amb1055
David Anderson
2007-10-21 15:18:01 +0000
baeecb098eFixed a potential issue with reservedslots. Thanks for the hint :)
Matt Woodrow
2007-10-21 06:43:03 +0000
a04f844b73Reserve slots plugin now offers the option to kick public players (see sourcemod.cfg for details)
Matt Woodrow
2007-10-21 04:51:57 +0000
1d3f8a44e5added function for resolving team names -> indexes
David Anderson
2007-10-21 00:16:46 +0000
c5391ecb5efixed a native prototype
Borja Ferrer
2007-10-20 23:47:15 +0000
871f27c858synced linux build
Borja Ferrer
2007-10-20 23:43:48 +0000
ff2819e266added amb814, added a set of team natives
Borja Ferrer
2007-10-20 23:39:10 +0000
98e921c210fixed GetClientEyeAngles() again
David Anderson
2007-10-19 09:03:34 +0000
c2644b2f94- added GetClientAimTarget() - fixed a bug where GetClientEyeAngles() was basically bogus
David Anderson
2007-10-19 08:51:05 +0000
ab8f67fc42added amb944 - acceptinput offsets for ship and sourceforts
David Anderson
2007-10-19 06:51:44 +0000
7d49a55a7badded amb1009 - fortress forever support
David Anderson
2007-10-19 06:49:01 +0000
4e1c0edfcaadded amb1015 part2 - more sm_who changes
David Anderson
2007-10-19 06:36:06 +0000
86dbfbd248added amb1015 - sm_who now shows admin names
David Anderson
2007-10-19 05:45:56 +0000
bd58aa930bAdded new stock to helpers.inc: LoadMaps() Adjusted all plugins that use LoadMaps() Nextmap no longer worries about mapcyclefile until the map changes RTV/MC/RC use OnConfigsExecuted() instead of OnMapStart() now RTV/MC/RC will no longer "permanently" exclude the current map being played when the map file is loaded.
Michael McKoy
2007-10-18 01:16:42 +0000
0b66a6aceefixed a regression where valve-style menus stopped working
David Anderson
2007-10-18 01:08:48 +0000
7d7dafaa92bumped build to recompile against hl2sdk-ob
David Anderson
2007-10-18 00:45:15 +0000
1777c84a75blocked sm_admin from being used by rcon
David Anderson
2007-10-17 17:12:26 +0000
261295acd6fixed amb1028
David Anderson
2007-10-17 16:46:27 +0000
7338fa6cb5added slap to the menu sorting
David Anderson
2007-10-17 02:58:44 +0000
96cb8cbc38renamed all the admin menu items
David Anderson
2007-10-17 02:40:41 +0000
31d8511904enabled episode2 building
David Anderson
2007-10-17 02:21:14 +0000
f2a185d77eadded adminmenu to build
David Anderson
2007-10-17 02:20:43 +0000
ca4ca95bfdupdated sdktools support for tf2
David Anderson
2007-10-17 01:44:46 +0000
adfea8ade8prepared sdktools base natives for OB port
Borja Ferrer
2007-10-16 22:32:26 +0000
f1c72419b6fixed topmenus bug
David Anderson
2007-10-16 20:10:43 +0000
54febbbc48cleaned up menu vote code a bit
David Anderson
2007-10-16 19:28:02 +0000
f0dc4e996f- more phrase changes - added "mani" sorting to adminmenu
David Anderson
2007-10-16 19:06:11 +0000
5d72810449overhaul of the phrases for consistency renamed config files for adminmenu cleaned up execcfg menu code
David Anderson
2007-10-16 18:37:24 +0000
2b15d877aarenamed fun commands on menu
David Anderson
2007-10-16 17:29:06 +0000
10042990baadminmenu now loads config file removed debug line
David Anderson
2007-10-16 17:28:36 +0000
4bb433b17ctopmenu config files are now read properly
David Anderson
2007-10-16 17:28:19 +0000
b281adbb7bfixed linux build
Borja Ferrer
2007-10-16 17:24:52 +0000
501db6ee8badded TE compatibility to TF2
Borja Ferrer
2007-10-16 17:17:08 +0000
147643591dre-enabled episode2 builds on linux
David Anderson
2007-10-16 06:03:28 +0000
1e9f3296adfixed build
David Anderson
2007-10-16 05:58:45 +0000
630168a924concmd manager now uses the concmd cleaner
David Anderson
2007-10-16 05:30:41 +0000
1ab2bf2139fixed ep2 build fixed a bug in the cmd cleaner code
David Anderson
2007-10-16 01:29:28 +0000
796d9b2de8- added new system for detecting convar/concmd removals in one nice place - convar code overhaul - reorganized handle contents to make removal easier
David Anderson
2007-10-16 01:17:08 +0000
60d8e4f248overhaul of the vsp listening code
David Anderson
2007-10-15 22:15:22 +0000
0600be8c3aMenu map lists (map and votemap) now fall back to the contents of maps folder if the menu_maplist.ini isn't found
Matt Woodrow
2007-10-15 21:12:52 +0000
7f667a58d0fixed a trie lookup bug where terminated string arcs could be return false positives. for example, sm_k would match sm_kick, if and only if the sm_k formed the arc and the ick formed the termination
David Anderson
2007-10-15 19:38:18 +0000
3c0aba7035fixed misusage, freeing convar info while it can still be read fixed a minor memory leak
David Anderson
2007-10-15 19:37:14 +0000
9396a88fdcremoved some of the new stuff from build process
David Anderson
2007-10-15 19:18:08 +0000
fe0a6fb475moved IClient stuff around so OB changes are easier to manage
David Anderson
2007-10-15 18:51:56 +0000