[root]/server/trunk/types/scroll
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 198 (100.0%) | 12.3 |
qal21 | 1 (6.3%) | 139 (70.2%) | 139.0 |
akirschbaum | 6 (37.5%) | 44 (22.2%) | 7.3 |
ryo_saeba | 2 (12.5%) | 6 (3.0%) | 3.0 |
kbulgrien | 3 (18.8%) | 5 (2.5%) | 1.6 |
quinet | 1 (6.3%) | 2 (1.0%) | 2.0 |
mwedel | 1 (6.3%) | 1 (0.5%) | 1.0 |
anmaster | 2 (12.5%) | 1 (0.5%) | 0.5 |
Use skill number directly.
1 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
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:
Remove duplicate initializations.
1 lines of code changed in 1 file:
Add HEAD() macro for accessing the head part of an object.
1 lines of code changed in 1 file:
Whitespace changes.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
2 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
37 lines of code changed in 1 file:
Fix for bug #2140899: crash server by reading scroll on ground.
5 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:
Remove trailing whitespace.
2 lines of code changed in 1 file:
Refactor SCROLL and POTION applying.
139 lines of code changed in 1 file: