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

Comparing deliantra/server/server/init.C (file contents):
Revision 1.63 by root, Sun Apr 20 00:44:13 2008 UTC vs.
Revision 1.64 by root, Tue Apr 22 23:50:24 2008 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992,2007 Frank Tore Johansen 6 * Copyright (©) 1992,2007 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify 8 * Deliantra is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
930 cfperl_init (); 930 cfperl_init ();
931 load_settings (); /* Load the settings file */ 931 load_settings (); /* Load the settings file */
932 load_materials (); 932 load_materials ();
933 parse_args (argc, argv, 2); 933 parse_args (argc, argv, 2);
934 LOG (llevInfo, "Welcome to Deliantra, v" VERSION); 934 LOG (llevInfo, "Welcome to Deliantra, v" VERSION);
935 LOG (llevInfo, "Copyright (C) 2005, 2006, 2007 Marc Lehmann."); 935 LOG (llevInfo, "Copyright (C) Marc Alexander Lehmann / Robin Redeker / the Deliantra team.");
936 LOG (llevInfo, "Copyright (C) 1994 Mark Wedel."); 936 LOG (llevInfo, "Copyright (C) 1994 Mark Wedel.");
937 LOG (llevInfo, "Copyright (C) 1992 Frank Tore Johansen."); 937 LOG (llevInfo, "Copyright (C) 1992 Frank Tore Johansen.");
938 938
939 if (strcmp (settings.dm_mail, "") != 0) 939 if (strcmp (settings.dm_mail, "") != 0)
940 { 940 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines