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.67 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.69 by root, Thu Jun 21 22:42:48 2007 UTC

125int command_weather (object *op, char *params); 125int command_weather (object *op, char *params);
126int command_archs (object *op, char *params); 126int command_archs (object *op, char *params);
127int command_hiscore (object *op, char *params); 127int command_hiscore (object *op, char *params);
128int command_debug (object *op, char *params); 128int command_debug (object *op, char *params);
129int command_dumpbelow (object *op, char *params); 129int command_dumpbelow (object *op, char *params);
130int command_dumpfriendlyobjects (object *op, char *params);
130int command_wizpass (object *op, char *params); 131int command_wizpass (object *op, char *params);
131int command_wizcast (object *op, char *params); 132int command_wizcast (object *op, char *params);
132int command_dumpallobjects (object *op, char *params);
133int command_dumpfriendlyobjects (object *op, char *params);
134int command_dumpallarchetypes (object *op, char *params);
135int command_ssdumptable (object *op, char *params);
136int command_dumpmap (object *op, char *params);
137int command_dumpallmaps (object *op, char *params);
138int command_printlos (object *op, char *params); 133int command_printlos (object *op, char *params);
139int command_version (object *op, char *params); 134int command_version (object *op, char *params);
140void bug_report (const char *reportstring); 135void bug_report (const char *reportstring);
141int command_statistics (object *pl, char *params); 136int command_statistics (object *pl, char *params);
142int command_fix_me (object *op, char *params); 137int command_fix_me (object *op, char *params);
223void do_wizard_hide (object *op, int silent_dm); 218void do_wizard_hide (object *op, int silent_dm);
224int command_hide (object *op, char *params); 219int command_hide (object *op, char *params);
225int command_setgod (object *op, char *params); 220int command_setgod (object *op, char *params);
226int command_banish (object *op, char *params); 221int command_banish (object *op, char *params);
227int command_save_overlay (object *op, char *params); 222int command_save_overlay (object *op, char *params);
228int command_toggle_shout (object *op, char *params);
229int command_freeze (object *op, char *params); 223int command_freeze (object *op, char *params);
230int command_arrest (object *op, char *params); 224int command_arrest (object *op, char *params);
231int command_summon (object *op, char *params); 225int command_summon (object *op, char *params);
232int command_teleport (object *op, char *params); 226int command_teleport (object *op, char *params);
233int command_create (object *op, char *params); 227int command_create (object *op, char *params);
693int cast_earth_to_dust (object *op, object *caster, object *spell_ob); 687int cast_earth_to_dust (object *op, object *caster, object *spell_ob);
694void execute_word_of_recall (object *op); 688void execute_word_of_recall (object *op);
695int cast_word_of_recall (object *op, object *caster, object *spell_ob); 689int cast_word_of_recall (object *op, object *caster, object *spell_ob);
696int cast_wonder (object *op, object *caster, int dir, object *spell_ob); 690int cast_wonder (object *op, object *caster, int dir, object *spell_ob);
697int perceive_self (object *op); 691int perceive_self (object *op);
698int cast_create_town_portal (object *op, object *caster, object *spell, int dir);
699int magic_wall (object *op, object *caster, int dir, object *spell_ob); 692int magic_wall (object *op, object *caster, int dir, object *spell_ob);
700int dimension_door (object *op, object *caster, object *spob, int dir); 693int dimension_door (object *op, object *caster, object *spob, int dir);
701int cast_heal (object *op, object *caster, object *spell, int dir); 694int cast_heal (object *op, object *caster, object *spell, int dir);
702int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent); 695int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent);
703int cast_bless (object *op, object *caster, object *spell_ob, int dir); 696int cast_bless (object *op, object *caster, object *spell_ob, int dir);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines