1b693c0351
fixed amb830 - basefunvotes.sp was named wrong
David Anderson2007-08-26 19:51:24 +00:00
ec8413193f
added amb786 - sm_banip can take a user name, redid access permissions, and prevented a bad mistake
David Anderson2007-08-26 19:41:05 +00:00
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 Anderson2007-08-22 02:01:24 +00:00
b24a28d834
Fixed amb729, implemented amb778. Admin needs ADMFLAG_CHANGEMAP to use sm_setnextmap
Michael McKoy2007-08-22 01:19:10 +00:00
4441de43f4
Fixed amb822. Fixed tag mismatches in vote plugins. Fixed "No votes casts"
Michael McKoy2007-08-22 01:18:17 +00:00
f70881d641
Fixed amb822. Fixed tag mismatches in vote plugins. Fixed "No votes casts"
Michael McKoy2007-08-22 00:58:47 +00:00
aa1d2b4c9e
potential crash fix -- api inconsistency again?
David Anderson2007-08-21 16:26:15 +00:00
89899de7b0
fixed a trie (corruption/invalid memory access) bug found while investigating amb779
David Anderson2007-08-21 16:20:28 +00:00
f6c7196408
fixed a bug where the player count could be trashed across bad mapchanges. additionally, it gets hard reset on mapchange as a safety precaution.
David Anderson2007-08-19 15:47:53 +00:00
a9b04f391f
fixed 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 Anderson2007-08-19 15:44:36 +00:00
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 Anderson2007-08-19 15:11:49 +00:00
267312d553
removed the query code for cl_language
Borja Ferrer2007-08-19 15:02:20 +00:00
a1acf91af7
- clarified GetMaxClients + OnPluginStart - added a MAX_NAME_LENGTH define for player names
David Anderson2007-08-15 23:09:13 +00:00
dd4974b2af
Oops - broke the build by not committing this
David Anderson2007-08-15 22:05:00 +00:00
f333264a50
plugin name is now outputted in debug messages
David Anderson2007-08-15 20:22:30 +00:00
da0a160371
SourceMod 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 Anderson2007-08-15 20:18:15 +00:00
290f90a3a3
added FakeClientCommandEx() to solve a nasty re-entrancy issue
David Anderson2007-08-15 18:26:15 +00:00
ab2a4d5457
added request amb780 - fakeclientcommand no longer sets chat triggers
David Anderson2007-08-15 17:22:21 +00:00
a1009aed38
Updated 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 Ehlert2007-08-15 06:19:30 +00:00
6943dece87
initial import of sql admins prefetch plugin and associated table schemas
David Anderson2007-08-13 01:46:58 +00:00
07570212e8
added basevotes and basefunvotes to the build
David Anderson2007-08-13 00:22:27 +00:00
1458a48f13
admin plugin now reads overrides from separate file (but also admin_levels.cfg for backwards compatibility)
David Anderson2007-08-13 00:19:46 +00:00
c2e2c5bfda
Fixed bug where error messages weren't displayed; changed icon; added optional compiler.ini to set default output directory (Section "Main", Key "Output")
Christian Hammacher2007-08-10 20:00:08 +00:00
ac03126022
Added replicate and notify parameters to ResetConVar() - these were already available for SetConVarX()
Scott Ehlert2007-08-10 09:16:58 +00:00
a53d103507
fixed per-group command overrides not working
David Anderson2007-08-10 05:59:03 +00:00
0adbf810b8
fixed 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 Anderson2007-08-09 19:48:46 +00:00
000d5792e3
bumped the menu api version (oops) and added sm_vote_delay to sourcemod.cfg
David Anderson2007-08-09 19:14:15 +00:00