
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 12 (100.0%) | 137 (100.0%) | 11.4 | 
| qal21 | 2 (16.7%) | 99 (72.3%) | 49.5 | 
| akirschbaum | 3 (25.0%) | 30 (21.9%) | 10.0 | 
| mwedel | 1 (8.3%) | 3 (2.2%) | 3.0 | 
| quinet | 1 (8.3%) | 2 (1.5%) | 2.0 | 
| kbulgrien | 3 (25.0%) | 2 (1.5%) | 0.6 | 
| anmaster | 2 (16.7%) | 1 (0.7%) | 0.5 | 
- Remove unused "oldmessage" parameter from draw_ext_info(),
  draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
  ext_info_map_except2() functions and calls.
    
0 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
2 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
27 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
2 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
.cvsignore files fixed in types subdirectories and svn:ignore re-set.
    
1 lines of code changed in 1 file:
.cvsignore files created in types subdirectories and svn:ignore set.
    
1 lines of code changed in 1 file:
No functional changes - various cleanups to reduce number of compiler warnings
when compiled with -Wall - makes it easier to catch real errors.  Most things
changed/fixed are missing returns in non void functions, missing includes,
declared but unused variables, not escaping #include sproto in CEXTRACT
checks.  MSW 2007-07-16
    
3 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Use METHOD_OK instead of METHOD_ERROR when a non-player applies a skillscroll or spellbook.
2 lines of code changed in 1 file:
Refactor apply for skillscrolls and spellbooks.
97 lines of code changed in 1 file: