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.128 by root, Wed Apr 28 11:28:21 2010 UTC vs.
Revision 1.133 by root, Tue Jan 3 11:25:33 2012 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,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the 7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
238int check_name (player *me, const char *name); 238int check_name (player *me, const char *name);
239int create_savedir_if_needed (char *savedir); 239int create_savedir_if_needed (char *savedir);
240void copy_file (const char *filename, FILE *fpout); 240void copy_file (const char *filename, FILE *fpout);
241 241
242/* main.c */ 242/* main.c */
243void server_tick (); 243void one_tick ();
244void version (object *op); 244void version (object *op);
245void info_keys (object *op); 245void info_keys (object *op);
246char *crypt_string (char *str, char *salt); 246char *crypt_string (char *str, char *salt);
247void enter_player_savebed (object *op); 247void enter_player_savebed (object *op);
248void leave_map (object *op); 248void leave_map (object *op);
487void move_marker (object *op); 487void move_marker (object *op);
488void process_object (object *op); 488void process_object (object *op);
489 489
490/* weather.c */ 490/* weather.c */
491void adjust_daylight (); 491void adjust_daylight ();
492

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines