[root]/server/trunk/types/trigger
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 116 (100.0%) | 10.5 |
gros | 1 (9.1%) | 87 (75.0%) | 87.0 |
akirschbaum | 2 (18.2%) | 14 (12.1%) | 7.0 |
qal21 | 1 (9.1%) | 6 (5.2%) | 6.0 |
ryo_saeba | 4 (36.4%) | 4 (3.4%) | 1.0 |
quinet | 1 (9.1%) | 2 (1.7%) | 2.0 |
kbulgrien | 1 (9.1%) | 2 (1.7%) | 2.0 |
anmaster | 1 (9.1%) | 1 (0.9%) | 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.
2 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
1 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
13 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:
New sound support. Check doc/Developers/sound.
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:
No functional changes, just compilation warnings / Doxygen stuff.
1 lines of code changed in 1 file:
Refactoring for the TRIGGER class of objects, methods apply and process.
2007-01-14 - gros
87 lines of code changed in 1 file: