ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/region.h
(Generate patch)

Comparing deliantra/server/include/region.h (file contents):
Revision 1.10 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.12 by root, Thu Jan 1 11:41:17 2009 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-2005,2007 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002-2005,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
56 * this should be the one we fall back on as the default */ 56 * this should be the one we fall back on as the default */
57 float treasure_density; // chance of treasure per mapspace 57 float treasure_density; // chance of treasure per mapspace
58 treasurelist *treasure; // treasure to generate (mostly monsters) 58 treasurelist *treasure; // treasure to generate (mostly monsters)
59 59
60 static region *default_region (); 60 static region *default_region ();
61 static region *find (const char *name); 61 static region *find (shstr_cmp name);
62 static region *find_fuzzy (const char *name); 62 static region *find_fuzzy (const char *name);
63 static region *read (object_thawer &f); 63 static region *read (object_thawer &f);
64 64
65 void do_destroy (); 65 void do_destroy ();
66}; 66};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines