--- crossfire/common ---


Protocol:pserver User:anonymous
Machine:crossfire.cvs.sourceforge.net CVSROOT:/cvsroot/crossfire

Filename: region.c
Revision 1.12qal21 2006/08/09 21:35:24 +2 -2
Regions file moved to map tree.
Show difference between Revision 1.11 and 1.12
Revision 1.11ryo_saeba 2006/07/04 16:21:07 +2 -2
Fix memset call.
Show difference between Revision 1.10 and 1.11
Revision 1.10akirschbaum 2006/02/08 18:48:36 +5 -5
Apply patch #1427979 (code-cleanup: add const, fix warnings) by Stefan
Huehner.
Show difference between Revision 1.9 and 1.10
Revision 1.9cavesomething 2006/02/07 19:52:58 +42 -1
add arrest command, and regional jails
Show difference between Revision 1.8 and 1.9
Revision 1.8akirschbaum 2005/12/05 17:34:03 +4 -4
Apply patch #1371956 (code cleanup patch) by Stefan Huehner: fix old-style
function declarations and prototypes to proper Ansi C syntax. This patch
allows the compiler to check function arguments and also removes some warnings
when compiling with -Wstrict-prototypes.
Show difference between Revision 1.7 and 1.8
Revision 1.7akirschbaum 2005/10/28 14:08:53 +6 -3
Fix compiler warnings. Most changes do not change the program (remove unused
variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix
(possible) problems (fix uninitialized variables, fix printf format
specifiers, fix mismatches between signed and unsigned variables, add missing
return and default statements).
Show difference between Revision 1.6 and 1.7
Revision 1.6ryo_saeba 2005/07/17 06:00:03 +4 -4
Use const char* instead of char* when possible. Removed unused variables from weather code.
Show difference between Revision 1.5 and 1.6
Revision 1.5ryo_saeba 2005/04/16 17:05:08 +3 -3
Use const char* instead of char* in function parameters
Show difference between Revision 1.4 and 1.5
Revision 1.4ryo_saeba 2005/04/14 14:15:39 +1 -2
Fix a few things, use const char* instead of char* when possible
Show difference between Revision 1.3 and 1.4
Revision 1.3cavesomething 2005/03/24 16:35:26 +3 -2
minor fix to remove compile error on old compilers
Show difference between Revision 1.2 and 1.3
Revision 1.2cavesomething 2005/03/23 15:34:30 +83 -1
allow who command to take regions as arguments, if a region is given as an argument then only the players in the region are shown. Partial region names can be used also. Calling who on its own shows everyone that was shown before.
Show difference between Revision 1.1 and 1.2
Revision 1.1ryo_saeba 2005/03/15 15:06:19 None
Apply patch #1145089 by cavesomething for region support
First version


File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:17