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

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.21 by root, Fri Sep 29 19:28:43 2006 UTC vs.
Revision 1.24 by root, Mon Dec 11 22:56:57 2006 UTC

79int find_unused_connected_value(struct mapdef *map); 79int find_unused_connected_value(struct mapdef *map);
80int find_or_create_connection_for_map(object *pl, short x, short y, object *rune); 80int find_or_create_connection_for_map(object *pl, short x, short y, object *rune);
81object *get_connection_rune(object *pl, short x, short y); 81object *get_connection_rune(object *pl, short x, short y);
82object *get_msg_book(object *pl, short x, short y); 82object *get_msg_book(object *pl, short x, short y);
83object *get_wall(struct mapdef *map, int x, int y); 83object *get_wall(struct mapdef *map, int x, int y);
84void fix_walls(struct mapdef *map, int x, int y); 84void fix_walls(maptile *map, int x, int y);
85void fix_walls_around(maptile *map, int x, int y);
85void apply_builder_floor(object *pl, object *material, short x, short y); 86void apply_builder_floor(object *pl, object *material, short x, short y);
86void apply_builder_wall(object *pl, object *material, short x, short y); 87void apply_builder_wall(object *pl, object *material, short x, short y);
87void apply_builder_item(object *pl, object *item, short x, short y); 88void apply_builder_item(object *pl, object *item, short x, short y);
88void apply_builder_remove(object *pl, int dir); 89void apply_builder_remove(object *pl, int dir);
89void apply_map_builder(object *pl, int dir); 90void apply_map_builder(object *pl, int dir);
223int command_southeast(object *op, char *params); 224int command_southeast(object *op, char *params);
224int command_southwest(object *op, char *params); 225int command_southwest(object *op, char *params);
225int command_west(object *op, char *params); 226int command_west(object *op, char *params);
226int command_stay(object *op, char *params); 227int command_stay(object *op, char *params);
227/* c_new.c */ 228/* c_new.c */
228int execute_newserver_command(object *pl, char *command); 229void execute_newserver_command(object *pl, char *command);
229int command_run(object *op, char *params); 230int command_run(object *op, char *params);
230int command_run_stop(object *op, char *params); 231int command_run_stop(object *op, char *params);
231int command_fire(object *op, char *params); 232int command_fire(object *op, char *params);
232int command_fire_stop(object *op, char *params); 233int command_fire_stop(object *op, char *params);
233int bad_command(object *op, char *params); 234int bad_command(object *op, char *params);
286int command_banish(object *op, char *params); 287int command_banish(object *op, char *params);
287int command_kick(object *op, char *params); 288int command_kick(object *op, char *params);
288int command_save_overlay(object *op, char *params); 289int command_save_overlay(object *op, char *params);
289int command_toggle_shout(object *op, char *params); 290int command_toggle_shout(object *op, char *params);
290int command_shutdown(object *op, char *params); 291int command_shutdown(object *op, char *params);
291int command_goto(object *op, char *params);
292int command_generate(object *op, char *params);
293int command_freeze(object *op, char *params); 292int command_freeze(object *op, char *params);
294int command_arrest(object *op, char *params); 293int command_arrest(object *op, char *params);
295int command_summon(object *op, char *params); 294int command_summon(object *op, char *params);
296int command_teleport(object *op, char *params); 295int command_teleport(object *op, char *params);
297int command_create(object *op, char *params); 296int command_create(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines