Updated GPL headers based on Q2 Tools GPL source release.

This commit is contained in:
Knightmare66 2020-06-04 17:01:28 -04:00
parent c0aa905347
commit e317029eac
286 changed files with 3860 additions and 3124 deletions

View file

@ -1,3 +1,25 @@
/*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc.
This file is part of Quake 2 source code.
Quake 2 source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
Quake 2 source code 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
// table of quotients and remainders for [-15...16] / [-15...16] // table of quotients and remainders for [-15...16] / [-15...16]
// numerator = -15 // numerator = -15

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
{-0.525731, 0.000000, 0.850651}, {-0.525731, 0.000000, 0.850651},
{-0.442863, 0.238856, 0.864188}, {-0.442863, 0.238856, 0.864188},
{-0.295242, 0.000000, 0.955423}, {-0.295242, 0.000000, 0.955423},

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
int CDAudio_Init(void); int CDAudio_Init(void);

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "client.h" #include "client.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// console.c // console.c

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_download.c -- client autodownload code // cl_download.c -- client autodownload code

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_effects.c -- particle and decal effects parsing/generation // cl_effects.c -- particle and decal effects parsing/generation

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_ents.c -- entity parsing and management // cl_ents.c -- entity parsing and management
#include "client.h" #include "client.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_event.c -- entity events: footsteps, etc. // cl_event.c -- entity events: footsteps, etc.

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "client.h" #include "client.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl.input.c -- builds an intended movement command to send to the server // cl.input.c -- builds an intended movement command to send to the server
#include "client.h" #include "client.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_inv.c -- client inventory screen // cl_inv.c -- client inventory screen
#include "client.h" #include "client.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "client.h" #include "client.h"
#ifdef _WIN32 #ifdef _WIN32

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_lights.c -- light style, dynamic light, and muzzle flash parsing and management // cl_lights.c -- light style, dynamic light, and muzzle flash parsing and management

View file

@ -1,21 +1,26 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
/*
NoCheat LOC support by NiceAss NoCheat LOC support by NiceAss
Edited and Fixed by Xile and FourthX Edited and Fixed by Xile and FourthX
*/ */

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// Copyright (C) 2001-2003 pat@aftermoon.net for modif flanked by <serverping> // Copyright (C) 2001-2003 pat@aftermoon.net for modif flanked by <serverping>

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_parse.c -- parse a message received from the server // cl_parse.c -- parse a message received from the server
#include "client.h" #include "client.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_particle.c -- particle effect and decal management // cl_particle.c -- particle effect and decal management

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "client.h" #include "client.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_screen.c -- master for refresh, status bar, console, chat, notify, etc // cl_screen.c -- master for refresh, status bar, console, chat, notify, etc

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_string.c // cl_string.c

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_tent.c -- client side temporary entities // cl_tent.c -- client side temporary entities
#include "client.h" #include "client.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_util.c -- misc client utility functions // cl_util.c -- misc client utility functions

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// cl_view.c -- player rendering positioning // cl_view.c -- player rendering positioning
#include "client.h" #include "client.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// client.h -- primary header for client // client.h -- primary header for client
//define PARANOID // speed sapping error checking //define PARANOID // speed sapping error checking

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// //

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// input.h -- external (non-keyboard) input devices // input.h -- external (non-keyboard) input devices
void IN_Init (void); void IN_Init (void);

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// //

View file

@ -1,3 +1,24 @@
/*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc.
This file is part of Quake 2 source code.
Quake 2 source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
Quake 2 source code 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
// psychospaz's particle system // psychospaz's particle system

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// The old 256 color palette in RGB form // The old 256 color palette in RGB form

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#ifndef __REF_H #ifndef __REF_H
#define __REF_H #define __REF_H

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// screen.h // screen.h
typedef struct typedef struct

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// snd_dma.c -- main control for any streaming sound output device // snd_dma.c -- main control for any streaming sound output device
#include "client.h" #include "client.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// snd_loc.h -- private sound functions // snd_loc.h -- private sound functions
#ifdef OGG_SUPPORT #ifdef OGG_SUPPORT

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// snd_mem.c: sound caching // snd_mem.c: sound caching
#include "client.h" #include "client.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// snd_mix.c -- portable code to mix sounds for snd_dma.c // snd_mix.c -- portable code to mix sounds for snd_dma.c
#include "client.h" #include "client.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// snd_ogg.h -- Ogg Vorbis streaming functions // snd_ogg.h -- Ogg Vorbis streaming functions

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// snd_stream.c -- Ogg Vorbis stuff // snd_stream.c -- Ogg Vorbis stuff

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
struct sfx_s; struct sfx_s;

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// vid.h -- video driver defs // vid.h -- video driver defs
typedef struct vrect_s typedef struct vrect_s

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
//===================================================================== //=====================================================================

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1998 Steve Yeager Copyright (C) 1998 Steve Yeager
This program is free software; you can redistribute it and/or This file is part of ACE Bot source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, ACE Bot source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. ACE Bot source code 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 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 ACE Bot source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_ai.c // g_ai.c

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_camera.c (func_monitor) // g_camera.c (func_monitor)

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_combat.c // g_combat.c

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,25 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"
#include "m_player.h" #include "m_player.h"

View file

@ -1,21 +1,23 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or This file is part of Quake 2 source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Quake 2 source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Quake 2 source code 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 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 Quake 2 source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#define CTF_VERSION 2.12 //1.52 Knightmare- show Lazarus version #define CTF_VERSION 2.12 //1.52 Knightmare- show Lazarus version

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_local.h -- local definitions for game module // g_local.h -- local definitions for game module

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_misc.c // g_misc.c

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// Argh! // Argh!

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_phys.c // g_phys.c

View file

@ -1,24 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,25 +1,26 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"
#define Function(f) {#f, f} #define Function(f) {#f, f}

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_turret.c // g_turret.c

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// g_utils.c -- misc utility functions for game module // g_utils.c -- misc utility functions for game module

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// game.h -- game dll information visible to server // game.h -- game dll information visible to server

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Knightmare Copyright (C) 2000-2002 Knightmare
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Knightmare Copyright (C) 2000-2002 Knightmare
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/* Knightmare's cvar header file */ /* Knightmare's cvar header file */

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// //

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// m_actor.c // m_actor.c

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
//ed - weapon protos //ed - weapon protos

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
#include "g_local.h" #include "g_local.h"

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/* /*

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// G:\quake2\baseq2\models/monsters/berserk // G:\quake2\baseq2\models/monsters/berserk

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/* /*

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// G:\quake2\baseq2\models/monsters/boss2 // G:\quake2\baseq2\models/monsters/boss2

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/* /*

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
/* /*

View file

@ -1,22 +1,24 @@
/* /*
===========================================================================
Copyright (C) 1997-2001 Id Software, Inc. Copyright (C) 1997-2001 Id Software, Inc.
Copyright (C) 2000-2002 Mr. Hyde and Mad Dog Copyright (C) 2000-2002 Mr. Hyde and Mad Dog
This program is free software; you can redistribute it and/or This file is part of Lazarus Quake 2 Mod source code.
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Lazarus Quake 2 Mod source code is free software; you can redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of and/or modify it under the terms of the GNU General Public License as
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
See the GNU General Public License for more details. Lazarus Quake 2 Mod source code 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 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 Lazarus Quake 2 Mod source code; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/ */
// G:\quake2\baseq2\models/monsters/boss3/jorg // G:\quake2\baseq2\models/monsters/boss3/jorg

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