[root]/server/trunk/types/sign
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 171 (100.0%) | 17.1 |
gros | 1 (10.0%) | 125 (73.1%) | 125.0 |
akirschbaum | 2 (20.0%) | 22 (12.9%) | 11.0 |
qal21 | 1 (10.0%) | 8 (4.7%) | 8.0 |
quinet | 1 (10.0%) | 7 (4.1%) | 7.0 |
ryo_saeba | 3 (30.0%) | 4 (2.3%) | 1.3 |
kbulgrien | 1 (10.0%) | 4 (2.3%) | 4.0 |
anmaster | 1 (10.0%) | 1 (0.6%) | 1.0 |
- 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.
4 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
21 lines of code changed in 1 file:
Make readable_message_type a compile-time constant.
1 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:
Fix wrong return values.
2 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.
8 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
125 lines of code changed in 1 file: