updated more header files (mostly internal now)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401237
This commit is contained in:
David Anderson 2007-08-01 02:12:47 +00:00
parent 1e2bbcc783
commit 38ddbb37b9
131 changed files with 3249 additions and 910 deletions

View File

@ -1,3 +1,35 @@
/**
* vim: set ts=4 :
* ================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License,
* version 3.0, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/
#include "ADTFactory.h" #include "ADTFactory.h"
#include "sm_globals.h" #include "sm_globals.h"
#include "ShareSys.h" #include "ShareSys.h"

View File

@ -1,3 +1,35 @@
/**
* vim: set ts=4 :
* ================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License,
* version 3.0, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/
#include <IADTFactory.h> #include <IADTFactory.h>
#include "sm_globals.h" #include "sm_globals.h"
#include "sm_trie.h" #include "sm_trie.h"

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,3 +1,35 @@
/**
* vim: set ts=4 :
* ================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License,
* version 3.0, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/
#include "ChatTriggers.h" #include "ChatTriggers.h"
#include "sm_stringutil.h" #include "sm_stringutil.h"
#include "TextParsers.h" #include "TextParsers.h"

View File

@ -1,3 +1,35 @@
/**
* vim: set ts=4 :
* ================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License,
* version 3.0, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/
#ifndef _INCLUDE_SOURCEMOD_CHAT_TRIGGERS_H_ #ifndef _INCLUDE_SOURCEMOD_CHAT_TRIGGERS_H_
#define _INCLUDE_SOURCEMOD_CHAT_TRIGGERS_H_ #define _INCLUDE_SOURCEMOD_CHAT_TRIGGERS_H_

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,16 +1,35 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */
#if defined CRAZY_DEBUG #if defined CRAZY_DEBUG
#include "sm_globals.h" #include "sm_globals.h"
#include "sourcemm_api.h" #include "sourcemm_api.h"

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,22 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod Threader API * SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ================================================================
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License,
* as published by the Free Software Foundation; either version 2 * version 3.0, as published by the Free Software Foundation.
* of the License, or (at your option) any later version. *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,16 +1,34 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* * ================================================================
* This file is not open source and may not be copied without explicit *
* written permission of AlliedModders LLC. This file may not be redistributed * This program is free software; you can redistribute it and/or
* in whole or significant part. * modify it under the terms of the GNU General Public License,
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * version 3.0, as published by the Free Software Foundation.
* *
* Version: $Id$ * This program is distributed in the hope that it will be useful,
*/ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/
#ifndef _INCLUDE_SOURCEMOD_CTIMERSYS_H_ #ifndef _INCLUDE_SOURCEMOD_CTIMERSYS_H_
#define _INCLUDE_SOURCEMOD_CTIMERSYS_H_ #define _INCLUDE_SOURCEMOD_CTIMERSYS_H_

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -482,10 +482,6 @@
RelativePath="..\sm_autonatives.h" RelativePath="..\sm_autonatives.h"
> >
</File> </File>
<File
RelativePath="..\sm_cachelist.h"
>
</File>
<File <File
RelativePath="..\sm_fastlink.h" RelativePath="..\sm_fastlink.h"
> >
@ -542,10 +538,6 @@
RelativePath="..\TextParsers.h" RelativePath="..\TextParsers.h"
> >
</File> </File>
<File
RelativePath="..\thread\ThreadSupport.h"
>
</File>
<File <File
RelativePath="..\TimerSys.h" RelativePath="..\TimerSys.h"
> >

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,18 +1,35 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_FASTLINK_H_ #ifndef _INCLUDE_SOURCEMOD_FASTLINK_H_
#define _INCLUDE_SOURCEMOD_FASTLINK_H_ #define _INCLUDE_SOURCEMOD_FASTLINK_H_

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,18 +1,35 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SM_QUEUE_H #ifndef _INCLUDE_SM_QUEUE_H
#define _INCLUDE_SM_QUEUE_H #define _INCLUDE_SM_QUEUE_H

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,18 +1,35 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */
#include "sm_globals.h" #include "sm_globals.h"
#include "HandleSys.h" #include "HandleSys.h"
#include "Database.h" #include "Database.h"

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

View File

@ -1,13 +1,31 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ================================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod
* =============================================================== * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================
* *
* This file is not open source and may not be copied without explicit * This program is free software; you can redistribute it and/or
* written permission of AlliedModders LLC. This file may not be redistributed * modify it under the terms of the GNU General Public License,
* in whole or significant part. * version 3.0, as published by the Free Software Foundation.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* As a special exception, AlliedModders LLC gives you permission to
* link the code of this program (as well as its derivative works) to
* "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any
* Game MODs that run on software by the Valve Corporation. You must
* obey the GNU General Public License in all respects for all other
* code used. Additionally, AlliedModders LLC grants this exception
* to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version
* JULY-31-2007), or <http://www.sourcemod.net/license.php>.
* *
* Version: $Id$ * Version: $Id$
*/ */

Some files were not shown because too many files have changed in this diff Show More