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.400 by root, Sat Apr 23 04:46:27 2011 UTC vs.
Revision 1.401 by root, Sat Apr 30 05:41:17 2011 UTC

2349 for_all_players (pl) 2349 for_all_players (pl)
2350 if (pl->ob && pl->ob->map == THIS) 2350 if (pl->ob && pl->ob->map == THIS)
2351 PUSHs (sv_2mortal (to_sv (pl->ob))); 2351 PUSHs (sv_2mortal (to_sv (pl->ob)));
2352 } 2352 }
2353 2353
2354#if 0
2355
2354void 2356void
2355maptile::add_quadland (int mx, int my, int mz, SV *biome_map, SV *biome_plt) 2357maptile::add_quadland (int mx, int my, int mz, SV *biome_map, SV *biome_plt)
2356 CODE: 2358 CODE:
2357{ 2359{
2358 static frac_gen<vec2d> frac; 2360 static frac_gen<vec2d> frac;
2402#endif 2404#endif
2403 } 2405 }
2404 skip: ; 2406 skip: ;
2405 } 2407 }
2406} 2408}
2409
2410#endif
2407 2411
2408void 2412void
2409maptile::add_underlay (SV *data, int offset, int stride, SV *palette) 2413maptile::add_underlay (SV *data, int offset, int stride, SV *palette)
2410 CODE: 2414 CODE:
2411{ 2415{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines