1b693c0351fixed amb830 - basefunvotes.sp was named wrong
David Anderson
2007-08-26 19:51:24 +0000
ec8413193fadded amb786 - sm_banip can take a user name, redid access permissions, and prevented a bad mistake
David Anderson
2007-08-26 19:41:05 +0000
07b04432a2fixed linux build
David Anderson
2007-08-26 19:20:36 +0000
1191b6332dcleaned up the core gamedata file a bit
David Anderson
2007-08-26 19:11:36 +0000
af4a59c071added amb727 (sm_time_adjustment)
David Anderson
2007-08-26 18:41:57 +0000
d9866748f7implemented amb843 - GetFileTime()
David Anderson
2007-08-26 18:29:02 +0000
294d6b9f8ffixed amb834 - command callbacks could potentially occur on invalid clients in very rare cases
David Anderson
2007-08-26 17:41:02 +0000
b85f2c625cfixed amb832
David Anderson
2007-08-24 23:56:57 +0000
eb0a4bda94- fixed a bug where the stack was restored incorrectly when the VM was not capable of properly restoring the stack (i.e. when an error occurred) - fixed re-entrancy bugs when a nested VM call on the same context threw an error
David Anderson
2007-08-22 02:01:24 +0000
b24a28d834Fixed amb729, implemented amb778. Admin needs ADMFLAG_CHANGEMAP to use sm_setnextmap
Michael McKoy
2007-08-22 01:19:10 +0000
4441de43f4Fixed amb822. Fixed tag mismatches in vote plugins. Fixed "No votes casts"
Michael McKoy
2007-08-22 01:18:17 +0000
f70881d641Fixed amb822. Fixed tag mismatches in vote plugins. Fixed "No votes casts"
Michael McKoy
2007-08-22 00:58:47 +0000
aa1d2b4c9epotential crash fix -- api inconsistency again?
David Anderson
2007-08-21 16:26:15 +0000
89899de7b0fixed a trie (corruption/invalid memory access) bug found while investigating amb779
David Anderson
2007-08-21 16:20:28 +0000
25f045bdeaadded helper function for panel text
David Anderson
2007-08-19 18:34:36 +0000
2a3de44ddbfixed amb819 - SplitString() cut off search by one character
David Anderson
2007-08-19 17:31:26 +0000
6a05c0925cadded amb805, time formatting cvar
Borja Ferrer
2007-08-19 16:54:06 +0000
f6c7196408fixed a bug where the player count could be trashed across bad mapchanges. additionally, it gets hard reset on mapchange as a safety precaution.
David Anderson
2007-08-19 15:47:53 +0000
a9b04f391ffixed bug amb779 - CS:S was freeing CBaseEntity pointers before client disconnect. IsClientInGame() checks now include a CBaseEntity validity check for safety measure. This will fix GetClientName() sometimes crashing on mapchange.
David Anderson
2007-08-19 15:44:36 +0000
33580d632b- fixed a series of corruption bugs in the admin cache (oh man, i suck sometimes) - fixed per-group immunity being implemented completely wrong - fixed GetAdminGroup being implemented wrong - fixed a crash bug in the native GetAdminGroup
David Anderson
2007-08-19 15:11:49 +0000
267312d553removed the query code for cl_language
Borja Ferrer
2007-08-19 15:02:20 +0000
8bf21ae4b5bumped api version
David Anderson
2007-08-19 13:55:33 +0000
5c53de349ffixed ordering mistake
David Anderson
2007-08-19 13:55:14 +0000
cb7f62246aremoved an API feature that was not only in the wrong place but was not implemented at all
David Anderson
2007-08-18 14:14:48 +0000
874e3d6ed2added crash notice about KickClient()
David Anderson
2007-08-18 13:17:51 +0000
c6c5540457fixed amb806 - menus with no items caused halt
David Anderson
2007-08-17 20:28:19 +0000
eb6ede7cefremoved an assertion that really isn't needed
David Anderson
2007-08-16 14:58:25 +0000
ed5b455e8emax client name is more reasonable now
David Anderson
2007-08-16 11:33:29 +0000
a1acf91af7- clarified GetMaxClients + OnPluginStart - added a MAX_NAME_LENGTH define for player names
David Anderson
2007-08-15 23:09:13 +0000
dd4974b2afOops - broke the build by not committing this
David Anderson
2007-08-15 22:05:00 +0000
f333264a50plugin name is now outputted in debug messages
David Anderson
2007-08-15 20:22:30 +0000
da0a160371SourceMod will now spit out errors for scripts that become corrupt and would otherwise be crashing Core. if you get these errors contact the dev team.
David Anderson
2007-08-15 20:18:15 +0000
290f90a3a3added FakeClientCommandEx() to solve a nasty re-entrancy issue
David Anderson
2007-08-15 18:26:15 +0000
ab2a4d5457added request amb780 - fakeclientcommand no longer sets chat triggers
David Anderson
2007-08-15 17:22:21 +0000
cb57752dbafixed a less likely fakeclientcommand bug
David Anderson
2007-08-15 17:17:52 +0000
84a08ba000fixed bug amb571 (FakeClientCommand having weird side effects)
David Anderson
2007-08-15 17:14:48 +0000
4016c52a38- removed some debug stuff - committed msvc8 detection to sm_platform.h - updated comments to FormatTime()
David Anderson
2007-08-15 16:21:28 +0000
54a8126648fixed amb800 - FormatTime() being microsofty
David Anderson
2007-08-15 16:17:54 +0000
fd9ffeaf79Ick again, fixed?
Scott Ehlert
2007-08-15 08:08:42 +0000
90dd80f614Ick, fixed builds
Scott Ehlert
2007-08-15 07:42:51 +0000
a1009aed38Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. All plugin and include file headers also have been changed to say about GPL3 instead of GPL2.
Scott Ehlert
2007-08-15 06:19:30 +0000
8920861d6aadded sql stuff to build
David Anderson
2007-08-14 07:22:40 +0000
c72110e9affixed small bug in the mysql admin script
David Anderson
2007-08-14 07:17:05 +0000
99d9b96ec6fixed a help text error
David Anderson
2007-08-14 06:41:12 +0000
b5df2dfb07schema change (ugh) normalized immunity properly
David Anderson
2007-08-14 05:42:44 +0000
309de7c510initial import of simple sql admin management plugin
David Anderson
2007-08-14 04:46:21 +0000
e2e6ec777badded SQL_CheckConfig() so sql admin plugins can default back
David Anderson
2007-08-14 01:00:42 +0000
badeade4e9fixed up sqlite3 script - now has proper constraints and autoincrement fields
David Anderson
2007-08-14 00:53:39 +0000
86d5ccc3c4initial import of threaded sql admin plugin
David Anderson
2007-08-13 22:49:57 +0000
6053dff454fixed a bug where sm_dump_handles reported some freed handles incorrectly
David Anderson
2007-08-13 19:41:15 +0000
31dea335c3immunity list can now be NULL
David Anderson
2007-08-13 19:12:38 +0000
c99ed2a8ebfixed another Handle leak in same
David Anderson
2007-08-13 18:41:11 +0000
a8206db64efixed a memory leak in sql groups prefetch
David Anderson
2007-08-13 18:39:02 +0000
b8900e9cfeadded data parameter to SQL_TConnect()
David Anderson
2007-08-13 16:49:53 +0000
6943dece87initial import of sql admins prefetch plugin and associated table schemas
David Anderson
2007-08-13 01:46:58 +0000
07570212e8added basevotes and basefunvotes to the build
David Anderson
2007-08-13 00:22:27 +0000
1458a48f13admin plugin now reads overrides from separate file (but also admin_levels.cfg for backwards compatibility)
David Anderson
2007-08-13 00:19:46 +0000
afb58cfd67outputs to stdout now
David Anderson
2007-08-12 20:02:07 +0000
ed88587a2fFixed a compiler crash on Linux when the include directory didn't exist
Scott Ehlert
2007-08-12 05:54:09 +0000
aad8efc0a7and apparently msvc didn't like those line endings
David Anderson
2007-08-11 21:24:30 +0000
e980160d12added windows support for crc32
David Anderson
2007-08-11 21:24:00 +0000
dc9a5a7a4badded support for insurgency 1.1a
David Anderson
2007-08-11 21:20:33 +0000
ad1173a318added small file-crc32'ing tool
David Anderson
2007-08-11 21:20:03 +0000
4b75dffe41added CRC32 checking capability to gamedata files
David Anderson
2007-08-11 21:19:35 +0000
761100b856fixed header not having double-include barrier
David Anderson
2007-08-11 19:58:06 +0000
45b1bbdcd4fixed a bug where admin access levels were read incorrectly
David Anderson
2007-08-11 18:03:55 +0000
9f4a682a1ffixed dynamic output dir for drag+drop
Christian Hammacher
2007-08-10 22:43:44 +0000
5d195c6560fixed drag&drop bug
Christian Hammacher
2007-08-10 22:29:54 +0000
c2e2c5bfdaFixed bug where error messages weren't displayed; changed icon; added optional compiler.ini to set default output directory (Section "Main", Key "Output")
Christian Hammacher
2007-08-10 20:00:08 +0000
ac03126022Added replicate and notify parameters to ResetConVar() - these were already available for SetConVarX()
Scott Ehlert
2007-08-10 09:16:58 +0000
a53d103507fixed per-group command overrides not working
David Anderson
2007-08-10 05:59:03 +0000
2ff8d1776efixed some state parsing errors
David Anderson
2007-08-10 05:08:14 +0000
2a8d9a7aeeflag letter assignment is now handled by core
David Anderson
2007-08-10 04:53:30 +0000
267f2bd60aVoteCancel_NoVotes implemented in vote plugins
Michael McKoy
2007-08-10 01:07:07 +0000
70cfc9395dMenuAction_Cancel now passes a vote cancellation reason
David Anderson
2007-08-09 23:45:33 +0000
ddf6726f14Vote plugin changes, added basefunvotes
Michael McKoy
2007-08-09 23:34:53 +0000
eedb308babadded amb739, SQL_ReadDriver()
David Anderson
2007-08-09 20:06:42 +0000
0adbf810b8fixed silly design decisions in geoip that were copied over from amxmodx. natives now return true/false and the buffer is zeroed instead of filled with "ERROR"
David Anderson
2007-08-09 19:48:46 +0000
000d5792e3bumped the menu api version (oops) and added sm_vote_delay to sourcemod.cfg
David Anderson
2007-08-09 19:14:15 +0000
e6fa620ae2added amb764, vote delay setting
David Anderson
2007-08-09 19:05:34 +0000
3cd3a0a8d6added amb766 - GetMenuTitle()
David Anderson
2007-08-09 18:25:00 +0000
9588414f45fixed amb769 (tag mismatch on MENU_ACTIONS_ALL)
David Anderson
2007-08-09 18:19:23 +0000
5db2f8e495fixed amb768
David Anderson
2007-08-09 06:16:07 +0000
c8f03384cboops, tag mismatch on MenuActionAll, forced tag for now.
Michael McKoy
2007-08-09 00:45:38 +0000
cb8a6cddebMENU_ACTIONS_ALL, lawls.
Michael McKoy
2007-08-09 00:38:26 +0000
87ba626fe5Basevote changes based on testing and BAILOFEEDBACK
Michael McKoy
2007-08-09 00:31:45 +0000
59687e802dImport of baseplugins.sp
Michael McKoy
2007-08-08 23:45:24 +0000
681477cd24Import of new phrase file
Michael McKoy
2007-08-08 23:44:56 +0000
63ac214c47removed on ferret's request
David Anderson
2007-08-08 23:44:38 +0000
ba43b95d73Base Votes import.
Michael McKoy
2007-08-08 23:35:16 +0000
3d26e26d52Corrected filename in header of basefuncommands.sp
Michael McKoy
2007-08-08 23:26:42 +0000
ccbdfdbf2bfixed a parsing bug in admin-flatfile's group parser
David Anderson
2007-08-08 23:04:48 +0000
6b18b901aeYou really should use your booleans right! sm_cancelvote fixed...
Michael McKoy
2007-08-08 21:46:44 +0000
acfd5204d9Switched to hinttext native and added sm_hsay back to non-CSS mods. Color is still CSS only.
Michael McKoy
2007-08-08 21:32:39 +0000
803f2122cfAdded sm_cancelvote to the base commands, as well as appropriate translations.
Michael McKoy
2007-08-08 21:32:06 +0000