[root]/server/trunk/types/identify_altar
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 196 (100.0%) | 16.3 |
gros | 1 (8.3%) | 134 (68.4%) | 134.0 |
akirschbaum | 3 (25.0%) | 35 (17.9%) | 11.6 |
ryo_saeba | 3 (25.0%) | 8 (4.1%) | 2.6 |
quinet | 1 (8.3%) | 6 (3.1%) | 6.0 |
kbulgrien | 1 (8.3%) | 6 (3.1%) | 6.0 |
qal21 | 1 (8.3%) | 4 (2.0%) | 4.0 |
mwedel | 1 (8.3%) | 2 (1.0%) | 2.0 |
anmaster | 1 (8.3%) | 1 (0.5%) | 1.0 |
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: