
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 14 (100.0%) | 200 (100.0%) | 14.2 | 
| gros | 1 (7.1%) | 134 (67.0%) | 134.0 | 
| akirschbaum | 3 (21.4%) | 35 (17.5%) | 11.6 | 
| ryo_saeba | 4 (28.6%) | 10 (5.0%) | 2.5 | 
| quinet | 1 (7.1%) | 6 (3.0%) | 6.0 | 
| kbulgrien | 1 (7.1%) | 6 (3.0%) | 6.0 | 
| qal21 | 1 (7.1%) | 4 (2.0%) | 4.0 | 
| toxicfrog | 1 (7.1%) | 2 (1.0%) | 2.0 | 
| mwedel | 1 (7.1%) | 2 (1.0%) | 2.0 | 
| anmaster | 1 (7.1%) | 1 (0.5%) | 1.0 | 
Refactor need_identify into is_identifiable_type and is_identified
This should result in no functional changes, but makes a lot of code
that queries ID status a bit easier to read. It also replaces the
hard-coded list of object types in need_identify with a more general
approach of checking whether the object type has an associated
identifyskill.
    
2 lines of code changed in 1 file:
Don't display media tags by default in item names.
Clients don't handle media tags in tooltips or floor, so only use tags when describing items.
    
2 lines of code changed in 1 file:
Add code to have identified objects merge together with like objects.
identify() modified to return object, which may be merged object.
examine() modified to stop processing once it does a skill ident
on an item, since the pointer is has may now be invalid.
MSW 2010-11-18
    
2 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.
    
6 lines of code changed in 1 file:
Rewrite loops iterating over inv/env/below/above object lists with macros that are not affected by objects being modified/removed/freed within the loop.
2 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
32 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
6 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 trailing whitespace.
1 lines of code changed in 1 file:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
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:
Remove obsolete long_desc(), replaced by ob_describe(), get rid of static buffer.
3 lines of code changed in 1 file:
No functional changes, just compilation warnings / Doxygen stuff.
4 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
    
134 lines of code changed in 1 file: