Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 206 (100.0%) | 17.1 |
gros | 1 (8.3%) | 147 (71.4%) | 147.0 |
akirschbaum | 3 (25.0%) | 39 (18.9%) | 13.0 |
quinet | 1 (8.3%) | 7 (3.4%) | 7.0 |
qal21 | 1 (8.3%) | 6 (2.9%) | 6.0 |
ryo_saeba | 3 (25.0%) | 3 (1.5%) | 1.0 |
anmaster | 2 (16.7%) | 3 (1.5%) | 1.5 |
kbulgrien | 1 (8.3%) | 1 (0.5%) | 1.0 |
Give player's killer to plugins.
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.
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:
types/deep_swamp/deep_swamp.c: Replace sprintf() with snprintf().
2 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
36 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
7 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:
Fix compilation warnings, mostly missing #include.
1 lines of code changed in 1 file:
Make functions in types/ static where possible and reasonable.
6 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
147 lines of code changed in 1 file: