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.39 by pippijn, Wed Feb 28 19:41:29 2007 UTC vs.
Revision 1.53 by pippijn, Fri Mar 2 15:04:56 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_cointoss(object *op, char *params);
95int command_orcknuckle(object *op, char *params);
96/* c_misc.c */ 93/* c_misc.c */
97void map_info(object *op, char *search);
98int command_body(object *op, char *params);
99int command_motd(object *op, char *params); 94int command_motd(object *op, char *params);
100int command_bug(object *op, char *params); 95int command_bug(object *op, char *params);
101void malloc_info(object *op); 96void malloc_info(object *op);
102void current_region_info(object *op);
103void current_map_info(object *op);
104int command_whereabouts(object *op, char *params); 97int command_whereabouts(object *op, char *params);
105int command_afk(object *op, char *params);
106int command_malloc(object *op, char *params); 98int command_malloc(object *op, char *params);
107int command_mapinfo(object *op, char *params);
108int command_whereami(object *op, char *params);
109int command_maps(object *op, char *params); 99int command_maps(object *op, char *params);
110int command_strings(object *op, char *params); 100int command_strings(object *op, char *params);
111int command_sstable(object *op, char *params); 101int command_sstable(object *op, char *params);
112int command_time(object *op, char *params); 102int command_time(object *op, char *params);
113int command_weather(object *op, char *params); 103int command_weather(object *op, char *params);
124int command_dumpmap(object *op, char *params); 114int command_dumpmap(object *op, char *params);
125int command_dumpallmaps(object *op, char *params); 115int command_dumpallmaps(object *op, char *params);
126int command_printlos(object *op, char *params); 116int command_printlos(object *op, char *params);
127int command_version(object *op, char *params); 117int command_version(object *op, char *params);
128void bug_report(const char *reportstring); 118void bug_report(const char *reportstring);
129int command_output_sync(object *op, char *params);
130int command_output_count(object *op, char *params);
131int command_listen(object *op, char *params);
132int command_statistics(object *pl, char *params); 119int command_statistics(object *pl, char *params);
133int command_fix_me(object *op, char *params); 120int command_fix_me(object *op, char *params);
134int command_players(object *op, char *paramss); 121int command_players(object *op, char *paramss);
135int command_logs(object *op, char *params); 122int command_logs(object *op, char *params);
136int command_applymode(object *op, char *params);
137int command_bowmode(object *op, char *params); 123int command_bowmode(object *op, char *params);
138int command_petmode(object *op, char *params);
139int command_showpets(object *op, char *params); 124int command_showpets(object *op, char *params);
140int command_usekeys(object *op, char *params);
141int command_resistances(object *op, char *params); 125int command_resistances(object *op, char *params);
142int command_help(object *op, char *params); 126int command_help(object *op, char *params);
143int onoff_value(const char *line); 127int onoff_value(const char *line);
144int command_quit(object *op, char *params); 128int command_quit(object *op, char *params);
145int command_real_quit(object *op, char *params); 129int command_real_quit(object *op, char *params);
146int command_sound(object *op, char *params);
147void receive_player_name(object *op, char k); 130void receive_player_name(object *op, char k);
148void receive_player_password(object *op, char k); 131void receive_player_password(object *op, char k);
149int command_title(object *op, char *params); 132int command_title(object *op, char *params);
150int command_save(object *op, char *params);
151int command_peaceful(object *op, char *params);
152int command_wimpy(object *op, char *params);
153int command_brace(object *op, char *params);
154int command_style_map_info(object *op, char *params);
155int command_kill_pets(object *op, char *params); 133int command_kill_pets(object *op, char *params);
156int command_quests(object *pl, char *params); 134int command_quests(object *pl, char *params);
157/* c_move.c */ 135/* c_move.c */
158int command_east(object *op, char *params); 136int command_east(object *op, char *params);
159int command_north(object *op, char *params); 137int command_north(object *op, char *params);
164int command_southwest(object *op, char *params); 142int command_southwest(object *op, char *params);
165int command_west(object *op, char *params); 143int command_west(object *op, char *params);
166int command_stay(object *op, char *params); 144int command_stay(object *op, char *params);
167/* c_new.c */ 145/* c_new.c */
168void execute_newserver_command(object *pl, char *command); 146void execute_newserver_command(object *pl, char *command);
169int command_run(object *op, char *params);
170int command_run_stop(object *op, char *params);
171int command_fire(object *op, char *params);
172int command_fire_stop(object *op, char *params);
173int bad_command(object *op, char *params); 147int bad_command(object *op, char *params);
174/* c_object.c */ 148/* c_object.c */
175object *find_best_object_match(object *pl, const char *params); 149object *find_best_object_match(object *pl, const char *params);
176int command_build(object *pl, char *params); 150int command_build(object *pl, char *params);
177int command_uskill(object *pl, char *params); 151int command_uskill(object *pl, char *params);
188void drop(object *op, object *tmp); 162void drop(object *op, object *tmp);
189int command_dropall(object *op, char *params); 163int command_dropall(object *op, char *params);
190int command_drop(object *op, char *params); 164int command_drop(object *op, char *params);
191int command_examine(object *op, char *params); 165int command_examine(object *op, char *params);
192object *find_marked_object(object *op); 166object *find_marked_object(object *op);
193int command_mark(object *op, char *params);
194void examine_monster(object *op, object *tmp); 167void examine_monster(object *op, object *tmp);
195char *long_desc(object *tmp, object *pl); 168char *long_desc(object *tmp, object *pl);
196void examine(object *op, object *tmp); 169void examine(object *op, object *tmp);
197void inventory(object *op, object *inv); 170void inventory(object *op, object *inv);
198int command_pickup(object *op, char *params); 171int command_pickup(object *op, char *params);
222int command_loadtest(object *op, char *params); 195int command_loadtest(object *op, char *params);
223void do_wizard_hide(object *op, int silent_dm); 196void do_wizard_hide(object *op, int silent_dm);
224int command_hide(object *op, char *params); 197int command_hide(object *op, char *params);
225int command_setgod(object *op, char *params); 198int command_setgod(object *op, char *params);
226int command_banish(object *op, char *params); 199int command_banish(object *op, char *params);
227int command_kick(object *op, char *params);
228int command_save_overlay(object *op, char *params); 200int command_save_overlay(object *op, char *params);
229int command_toggle_shout(object *op, char *params); 201int command_toggle_shout(object *op, char *params);
230int command_shutdown(object *op, char *params);
231int command_freeze(object *op, char *params); 202int command_freeze(object *op, char *params);
232int command_arrest(object *op, char *params); 203int command_arrest(object *op, char *params);
233int command_summon(object *op, char *params); 204int command_summon(object *op, char *params);
234int command_teleport(object *op, char *params); 205int command_teleport(object *op, char *params);
235int command_create(object *op, char *params); 206int command_create(object *op, char *params);
236int command_inventory(object *op, char *params); 207int command_inventory(object *op, char *params);
237int command_skills(object *op, char *params); 208int command_skills(object *op, char *params);
238int command_dump(object *op, char *params); 209int command_dump(object *op, char *params);
239int command_mon_aggr(object *op, char *params);
240int command_possess(object *op, char *params);
241int command_patch(object *op, char *params); 210int command_patch(object *op, char *params);
242int command_remove(object *op, char *params); 211int command_remove(object *op, char *params);
243int command_free(object *op, char *params); 212int command_free(object *op, char *params);
244int command_addexp(object *op, char *params); 213int command_addexp(object *op, char *params);
245int command_speed(object *op, char *params); 214int command_speed(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines