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

Comparing deliantra/server/include/libproto.h (file contents):
Revision 1.82 by root, Sat Jan 30 23:30:26 2010 UTC vs.
Revision 1.84 by root, Fri Mar 26 00:59:21 2010 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,2008 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 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992,2007 Frank Tore Johansen 6 * Copyright (©) 1992 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 8 * 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 9 * 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 10 * Free Software Foundation, either version 3 of the License, or (at your
11 * option) any later version. 11 * option) any later version.
139int blocked_link (object *ob, maptile *m, int sx, int sy); 139int blocked_link (object *ob, maptile *m, int sx, int sy);
140/* object.c */ 140/* object.c */
141char *dump_object (object *op); 141char *dump_object (object *op);
142void dump_me (object *op, char *outstr); 142void dump_me (object *op, char *outstr);
143object *find_object (tag_t i); 143object *find_object (tag_t i);
144object *find_object_uuid (UUID i);
144object *find_object_name (const char *str); 145object *find_object_name (const char *str);
145void free_all_object_data (); 146void free_all_object_data ();
146void update_turn_face (object *op); 147void update_turn_face (object *op);
147void update_object (object *op, int action); 148void update_object (object *op, int action);
148object *merge_ob (object *op, object *top); 149object *merge_ob (object *op, object *top);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines