Move treasure file to arch directory. This is the logical place.
0 lines of code changed in 1 file:
Partially update metaserver specification.
93 lines of code changed in 2 files:
Those are now in the arch directory.
0 lines of code changed in 1 file:
Correct case.
2 lines of code changed in 1 file:
Fix wrong image checksum.
3 lines of code changed in 2 files:
Fix for bug #1990016 (No message when using skills over an empty cauldron)
12 lines of code changed in 2 files:
Add missing newlines in copyright header in some plugin source/header files.
18 lines of code changed in 6 files:
Reformat all header files in include/ to fit with current coding style standard,
a combination of using the astyle tool and manual review afterwards.
1557 lines of code changed in 32 files:
First step in fixing bug #1992235 (citylife/rabies potential DOS). Make citylife
NPCs undead.
7 lines of code changed in 2 files:
Reformat all files in server/ to fit with current coding style standard, a
combination of using the astyle tool and manual review afterwards.
15123 lines of code changed in 39 files:
Reformat all files in random_maps/ to fit with current coding style standard, a
combination of using the astyle tool and manual review afterwards.
963 lines of code changed in 20 files:
Reformat all files in socket/ to fit with current coding style standard, a
combination of using the astyle tool and manual review afterwards. Also fix
copy-and-paste typo from svn output in changelog below.
1365 lines of code changed in 10 files:
Reformat common/loader.l a bit too. Update info in common/README. Clean up
some trailing whitespaces in some header files.
230 lines of code changed in 7 files:
Reformat all files in common/ to fit with current coding style standard, a
combination of using the astyle tool and manual review afterwards.
2552 lines of code changed in 30 files:
Get rid of a GCC warning, fix a typo in a comment.
9 lines of code changed in 4 files:
Reformat some files to fit with current coding style standard, a combination of
astyle and manual review afterwards.
257 lines of code changed in 5 files:
Remove some auto generated (by autoconf/automake) files from svn. Updated
svn:ignore to match. Also updated svn:ignore for other places.
15 lines of code changed in 7 files:
Reformat some files to fit with current coding style standard, a combination of
astyle and manual review afterwards. Also fix bad date in ChangeLog I entered
below (copy and paste blergh).
1416 lines of code changed in 5 files:
Reformat two files to fit with current coding style standard, a combination of
astyle and manual review afterwards.
771 lines of code changed in 3 files:
Prevent running the crossfire server as root on *nix systems. Give an explaining
error message. It will also prevent running it as suid (intentional).
20 lines of code changed in 2 files:
Temporary work around a crash in move_disease() that is very hard to reproduce,
and I haven't managed to find the cause for.
9 lines of code changed in 2 files:
Make more functions and variables in plugins static. Clean up some indention in plugins.
58 lines of code changed in 6 files:
Clean up in plugins, fix a lot of gcc warnings (in plugins), update prototype
headers in plugins, make some functions static. Also update build system for
cflogger to make it not include common plugin stuff in header. Followed example
set by cfnewspaper's Makefile.am. Make the template plugin include prototype
header. (It is a good idea to do so, for various reasons.) Also add some missing
newlines at end of copyright header comments in some files. Also make some
variables const (in python plugin) in order to fix gcc warnings and to make
code cleaner (a string literal is always a const char* in C90 or later, but
char* is allowed for compatibility reasons, though it will actually be a const).
140 lines of code changed in 19 files:
Spellcheck and update documentation. Updated CVS commit guide lines to refer
to SVN (and current practice). Added missing docs for "music" command to
protocol docs.
165 lines of code changed in 11 files:
Add some missing "extern" keywords that caused warnings. Change some EXTERN to
extern (as EXTERN is undefined in some files, but that caused issues in a few
cases). Add some missing "const" keywords to devel/devel.c and fix a typo in
a comment. Remove some unused variables from random_maps.
14 lines of code changed in 2 files:
Add some missing "extern" keywords that caused warnings. Change some EXTERN to
extern (as EXTERN is undefined in some files, but that caused issues in a few
cases). Add some missing "const" keywords to devel/devel.c and fix a typo in
a comment. Remove some unused variables from random_maps.
24 lines of code changed in 7 files:
Set svn:eol-style to native on *.c and *.h files that were missing it.
187 lines of code changed in 93 files:
Updated 'make collect' so that it does not complain about some files.
8 lines of code changed in 2 files:
May 2008 »