ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/freezethaw.C
(Generate patch)

Comparing deliantra/server/server/freezethaw.C (file contents):
Revision 1.20 by root, Sun May 27 23:14:37 2007 UTC vs.
Revision 1.21 by root, Mon May 28 21:28:36 2007 UTC

1/*****************************************************************************/
2/* CrossFire, A roguelike realtime multiplayer game */
3/*****************************************************************************/
4
5/* 1/*
6 * This code is placed under the GNU General Public Licence (GPL) 2 * This file is part of Crossfire TRT, the Roguelike Realtime MORPG.
7 * 3 *
8 * Copyright (C) 2006 by Marc Lehmann <crossfire@schmorp.de> 4 * Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team
9 * 5 *
10 * This program is free software; you can redistribute it and/or modify 6 * Crossfire TRT is free software; you can redistribute it and/or modify it
11 * it under the terms of the GNU General Public License as published by 7 * under the terms of the GNU General Public License as published by the Free
12 * the Free Software Foundation; either version 2 of the License, or 8 * Software Foundation; either version 2 of the License, or (at your option)
13 * (at your option) any later version. 9 * any later version.
14 * 10 *
15 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful, but
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 * GNU General Public License for more details. 14 * for more details.
19 * 15 *
20 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License along
21 * along with this program; if not, write to the Free Software 17 * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51
22 * Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 *
20 * The authors can be reached via e-mail to <crossfire@schmorp.de>
23 */ 21 */
24 22
25#include "global.h" // bug in cfperl.h, doesn't include interface_class stuff 23#include "global.h" // bug in cfperl.h, doesn't include interface_class stuff
26#include "logger.h" 24#include "logger.h"
27#include "cfperl.h" 25#include "cfperl.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines