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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.326 by root, Mon Oct 12 21:27:55 2009 UTC vs.
Revision 1.328 by root, Tue Nov 3 22:57:06 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 (©) 2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2001-2005,2007 by Chachkoff Yann
6 * Copyright (©) 2006,2007 by Marc Lehmann <cf@schmorp.de> 5 * Copyright (©) 2006,2007 by Marc Lehmann <cf@schmorp.de>
7 * 6 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 7 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 8 * the terms of the Affero GNU General Public License as published by the
10 * Free Software Foundation, either version 3 of the License, or (at your 9 * Free Software Foundation, either version 3 of the License, or (at your
2644 case 7: RETVAL = newSVuv (ms.move_off ); break; 2643 case 7: RETVAL = newSVuv (ms.move_off ); break;
2645 } 2644 }
2646} 2645}
2647 OUTPUT: RETVAL 2646 OUTPUT: RETVAL
2648 2647
2649void fix_walls (maptile *map, int x, int y)
2650
2651void fix_walls_around (maptile *map, int x, int y)
2652
2653# worst xs function of my life 2648# worst xs function of my life
2654bool 2649bool
2655_create_random_map (\ 2650_create_random_map (\
2656 maptile *self,\ 2651 maptile *self,\
2657 utf8_string wallstyle,\ 2652 utf8_string wallstyle,\

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines