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.41 by pippijn, Thu Mar 1 13:14:11 2007 UTC vs.
Revision 1.44 by pippijn, Fri Mar 2 10:43:01 2007 UTC

97int command_bug(object *op, char *params); 97int command_bug(object *op, char *params);
98void malloc_info(object *op); 98void malloc_info(object *op);
99void current_region_info(object *op); 99void current_region_info(object *op);
100void current_map_info(object *op); 100void current_map_info(object *op);
101int command_whereabouts(object *op, char *params); 101int command_whereabouts(object *op, char *params);
102int command_afk(object *op, char *params);
103int command_malloc(object *op, char *params); 102int command_malloc(object *op, char *params);
104int command_mapinfo(object *op, char *params); 103int command_mapinfo(object *op, char *params);
105int command_whereami(object *op, char *params); 104int command_whereami(object *op, char *params);
106int command_maps(object *op, char *params); 105int command_maps(object *op, char *params);
107int command_strings(object *op, char *params); 106int command_strings(object *op, char *params);
123int command_printlos(object *op, char *params); 122int command_printlos(object *op, char *params);
124int command_version(object *op, char *params); 123int command_version(object *op, char *params);
125void bug_report(const char *reportstring); 124void bug_report(const char *reportstring);
126int command_output_sync(object *op, char *params); 125int command_output_sync(object *op, char *params);
127int command_output_count(object *op, char *params); 126int command_output_count(object *op, char *params);
128int command_listen(object *op, char *params);
129int command_statistics(object *pl, char *params); 127int command_statistics(object *pl, char *params);
130int command_fix_me(object *op, char *params); 128int command_fix_me(object *op, char *params);
131int command_players(object *op, char *paramss); 129int command_players(object *op, char *paramss);
132int command_logs(object *op, char *params); 130int command_logs(object *op, char *params);
133int command_applymode(object *op, char *params); 131int command_applymode(object *op, char *params);
134int command_bowmode(object *op, char *params); 132int command_bowmode(object *op, char *params);
135int command_petmode(object *op, char *params); 133int command_petmode(object *op, char *params);
136int command_showpets(object *op, char *params); 134int command_showpets(object *op, char *params);
137int command_usekeys(object *op, char *params);
138int command_resistances(object *op, char *params); 135int command_resistances(object *op, char *params);
139int command_help(object *op, char *params); 136int command_help(object *op, char *params);
140int onoff_value(const char *line); 137int onoff_value(const char *line);
141int command_quit(object *op, char *params); 138int command_quit(object *op, char *params);
142int command_real_quit(object *op, char *params); 139int command_real_quit(object *op, char *params);
143int command_sound(object *op, char *params);
144void receive_player_name(object *op, char k); 140void receive_player_name(object *op, char k);
145void receive_player_password(object *op, char k); 141void receive_player_password(object *op, char k);
146int command_title(object *op, char *params); 142int command_title(object *op, char *params);
147int command_save(object *op, char *params);
148int command_peaceful(object *op, char *params);
149int command_wimpy(object *op, char *params);
150int command_brace(object *op, char *params);
151int command_style_map_info(object *op, char *params); 143int command_style_map_info(object *op, char *params);
152int command_kill_pets(object *op, char *params); 144int command_kill_pets(object *op, char *params);
153int command_quests(object *pl, char *params); 145int command_quests(object *pl, char *params);
154/* c_move.c */ 146/* c_move.c */
155int command_east(object *op, char *params); 147int command_east(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines