
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 18 (100.0%) | 296 (100.0%) | 16.4 | 
| ryo_saeba | 7 (38.9%) | 83 (28.0%) | 11.8 | 
| akirschbaum | 1 (5.6%) | 75 (25.3%) | 75.0 | 
| gros | 1 (5.6%) | 65 (22.0%) | 65.0 | 
| qal21 | 4 (22.2%) | 40 (13.5%) | 10.0 | 
| partmedia | 1 (5.6%) | 21 (7.1%) | 21.0 | 
| quinet | 1 (5.6%) | 7 (2.4%) | 7.0 | 
| kbulgrien | 1 (5.6%) | 3 (1.0%) | 3.0 | 
| silvernexus | 1 (5.6%) | 1 (0.3%) | 1.0 | 
| anmaster | 1 (5.6%) | 1 (0.3%) | 1.0 | 
Clean up standard C headers.
21 lines of code changed in 1 file:
Correct several typos in code comments.
1 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.
    
3 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
75 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
7 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:
Remove obsolete get_map_ob define, replaced by GET_MAP_OB.
2 lines of code changed in 1 file:
Move function is_legal_2ways_exit() to relevant file, remove legacy function.
76 lines of code changed in 1 file:
Fix documentation, no functional change.
1 lines of code changed in 1 file:
Fix Doxygen stuff, no functional changes.
1 lines of code changed in 1 file:
Fix decleration of exit_type_apply.
3 lines of code changed in 1 file:
Fix bad definition of exit_type_apply.
3 lines of code changed in 1 file:
Move apply handling for exits.
30 lines of code changed in 1 file:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
1 lines of code changed in 1 file:
Fix compilation warnings, mostly missing #include.
1 lines of code changed in 1 file:
Make functions in types/ static where possible and reasonable.
4 lines of code changed in 1 file:
No functional changes, just compilation warnings / Doxygen stuff.
1 lines of code changed in 1 file:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
    
65 lines of code changed in 1 file: