
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 10 (100.0%) | 78 (100.0%) | 7.8 | 
| qal21 | 1 (10.0%) | 64 (82.1%) | 64.0 | 
| akirschbaum | 2 (20.0%) | 7 (9.0%) | 3.5 | 
| kbulgrien | 3 (30.0%) | 3 (3.8%) | 1.0 | 
| quinet | 1 (10.0%) | 2 (2.6%) | 2.0 | 
| ryo_saeba | 1 (10.0%) | 1 (1.3%) | 1.0 | 
| anmaster | 2 (20.0%) | 1 (1.3%) | 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.
    
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
1 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
6 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:
New sound support. Check doc/Developers/sound.
1 lines of code changed in 1 file:
Refactor cf_handle code
64 lines of code changed in 1 file: