
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 8 (100.0%) | 275 (100.0%) | 34.3 | 
| ryo_saeba | 2 (25.0%) | 206 (74.9%) | 103.0 | 
| akirschbaum | 2 (25.0%) | 39 (14.2%) | 19.5 | 
| quinet | 1 (12.5%) | 16 (5.8%) | 16.0 | 
| kbulgrien | 1 (12.5%) | 7 (2.5%) | 7.0 | 
| silvernexus | 1 (12.5%) | 6 (2.2%) | 6.0 | 
| anmaster | 1 (12.5%) | 1 (0.4%) | 1.0 | 
Mmmm spaghetti.
Put spaghetti in stomach, not in code.
    
6 lines of code changed in 1 file:
- 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.
    
7 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
3 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
36 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
16 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:
Try to factor esrv_del_item and esrv_send_item into remove_ob() and insert_ob_in_ob(). Fix calls to esrv_send_item that are really esrv_update_item().
1 lines of code changed in 1 file:
Move ob_apply logic for ARMOUR_IMPROVER objects to the ob_method system.
205 lines of code changed in 1 file: