[root]/server/trunk/types/trap
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 216 (100.0%) | 12.7 |
qal21 | 4 (23.5%) | 126 (58.3%) | 31.5 |
gros | 1 (5.9%) | 55 (25.5%) | 55.0 |
akirschbaum | 4 (23.5%) | 26 (12.0%) | 6.5 |
ryo_saeba | 4 (23.5%) | 4 (1.9%) | 1.0 |
anmaster | 3 (17.6%) | 3 (1.4%) | 1.0 |
quinet | 1 (5.9%) | 2 (0.9%) | 2.0 |
Rename most functions in object.c to object_xxx().
1 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
25 lines of code changed in 3 files:
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.
3 lines of code changed in 3 files:
Fix documentation, no functional change.
1 lines of code changed in 1 file:
Documentation, no functional change.
1 lines of code changed in 1 file:
Refactor some rune and trap code.
122 lines of code changed in 3 files:
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:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
55 lines of code changed in 1 file: