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.88 by root, Wed Apr 30 06:40:28 2008 UTC vs.
Revision 1.90 by root, Fri Aug 29 02:12:25 2008 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify 6 * Deliantra is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or 8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
132int command_version (object *op, char *params); 132int command_version (object *op, char *params);
133void bug_report (const char *reportstring); 133void bug_report (const char *reportstring);
134int command_statistics (object *pl, char *params); 134int command_statistics (object *pl, char *params);
135int command_fix_me (object *op, char *params); 135int command_fix_me (object *op, char *params);
136int command_players (object *op, char *paramss); 136int command_players (object *op, char *paramss);
137int command_logs (object *op, char *params);
138int command_bowmode (object *op, char *params); 137int command_bowmode (object *op, char *params);
139int command_showpets (object *op, char *params); 138int command_showpets (object *op, char *params);
140int command_resistances (object *op, char *params); 139int command_resistances (object *op, char *params);
141int command_help (object *op, char *params); 140int command_help (object *op, char *params);
142int onoff_value (const char *line); 141int onoff_value (const char *line);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines