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.38 by pippijn, Wed Feb 28 19:19:27 2007 UTC vs.
Revision 1.48 by pippijn, Fri Mar 2 11:23:17 2007 UTC

88void apply_builder_wall(object *pl, object *material, short x, short y); 88void apply_builder_wall(object *pl, object *material, short x, short y);
89void apply_builder_item(object *pl, object *item, short x, short y); 89void apply_builder_item(object *pl, object *item, short x, short y);
90void apply_builder_remove(object *pl, int dir); 90void apply_builder_remove(object *pl, int dir);
91void apply_map_builder(object *pl, int dir); 91void apply_map_builder(object *pl, int dir);
92int adjust_sign_msg(object *pl, short x, short y, object *tmp); 92int adjust_sign_msg(object *pl, short x, short y, object *tmp);
93/* c_chat.c */
94int command_me(object *op, char *params);
95int command_cointoss(object *op, char *params);
96int command_orcknuckle(object *op, char *params);
97/* c_misc.c */ 93/* c_misc.c */
98void map_info(object *op, char *search);
99int command_body(object *op, char *params); 94int command_body(object *op, char *params);
100int command_motd(object *op, char *params); 95int command_motd(object *op, char *params);
101int command_bug(object *op, char *params); 96int command_bug(object *op, char *params);
102void malloc_info(object *op); 97void malloc_info(object *op);
103void current_region_info(object *op);
104void current_map_info(object *op);
105int command_whereabouts(object *op, char *params); 98int command_whereabouts(object *op, char *params);
106int command_afk(object *op, char *params);
107int command_malloc(object *op, char *params); 99int command_malloc(object *op, char *params);
108int command_mapinfo(object *op, char *params);
109int command_whereami(object *op, char *params);
110int command_maps(object *op, char *params); 100int command_maps(object *op, char *params);
111int command_strings(object *op, char *params); 101int command_strings(object *op, char *params);
112int command_sstable(object *op, char *params); 102int command_sstable(object *op, char *params);
113int command_time(object *op, char *params); 103int command_time(object *op, char *params);
114int command_weather(object *op, char *params); 104int command_weather(object *op, char *params);
125int command_dumpmap(object *op, char *params); 115int command_dumpmap(object *op, char *params);
126int command_dumpallmaps(object *op, char *params); 116int command_dumpallmaps(object *op, char *params);
127int command_printlos(object *op, char *params); 117int command_printlos(object *op, char *params);
128int command_version(object *op, char *params); 118int command_version(object *op, char *params);
129void bug_report(const char *reportstring); 119void bug_report(const char *reportstring);
130int command_output_sync(object *op, char *params);
131int command_output_count(object *op, char *params);
132int command_listen(object *op, char *params);
133int command_statistics(object *pl, char *params); 120int command_statistics(object *pl, char *params);
134int command_fix_me(object *op, char *params); 121int command_fix_me(object *op, char *params);
135int command_players(object *op, char *paramss); 122int command_players(object *op, char *paramss);
136int command_logs(object *op, char *params); 123int command_logs(object *op, char *params);
137int command_applymode(object *op, char *params);
138int command_bowmode(object *op, char *params); 124int command_bowmode(object *op, char *params);
139int command_petmode(object *op, char *params);
140int command_showpets(object *op, char *params); 125int command_showpets(object *op, char *params);
141int command_usekeys(object *op, char *params);
142int command_resistances(object *op, char *params); 126int command_resistances(object *op, char *params);
143int command_help(object *op, char *params); 127int command_help(object *op, char *params);
144int onoff_value(const char *line); 128int onoff_value(const char *line);
145int command_quit(object *op, char *params); 129int command_quit(object *op, char *params);
146int command_real_quit(object *op, char *params); 130int command_real_quit(object *op, char *params);
147int command_sound(object *op, char *params);
148void receive_player_name(object *op, char k); 131void receive_player_name(object *op, char k);
149void receive_player_password(object *op, char k); 132void receive_player_password(object *op, char k);
150int command_title(object *op, char *params); 133int command_title(object *op, char *params);
151int command_save(object *op, char *params);
152int command_peaceful(object *op, char *params);
153int command_wimpy(object *op, char *params);
154int command_brace(object *op, char *params);
155int command_style_map_info(object *op, char *params);
156int command_kill_pets(object *op, char *params); 134int command_kill_pets(object *op, char *params);
157int command_quests(object *pl, char *params); 135int command_quests(object *pl, char *params);
158/* c_move.c */ 136/* c_move.c */
159int command_east(object *op, char *params); 137int command_east(object *op, char *params);
160int command_north(object *op, char *params); 138int command_north(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines