[root]/server/trunk/types/treasure
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 155 (100.0%) | 11.0 |
qal21 | 1 (7.1%) | 106 (68.4%) | 106.0 |
akirschbaum | 3 (21.4%) | 27 (17.4%) | 9.0 |
cavesomething | 1 (7.1%) | 9 (5.8%) | 9.0 |
ryo_saeba | 3 (21.4%) | 7 (4.5%) | 2.3 |
kbulgrien | 3 (21.4%) | 3 (1.9%) | 1.0 |
quinet | 1 (7.1%) | 2 (1.3%) | 2.0 |
anmaster | 2 (14.3%) | 1 (0.6%) | 0.5 |
Fix hardcoded 'chest' name.
5 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.
1 lines of code changed in 1 file:
Stop chests from drawinfo-ing the names of invisible items when they are opened.
9 lines of code changed in 1 file:
Replace most calls to object_insert_in_map() with object_insert_in_map_at().
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
6 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
20 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:
Fix documentation, no functional change.
1 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:
Documentation, no functional changes.
1 lines of code changed in 1 file:
Refactor applying treasure
106 lines of code changed in 1 file: