Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 123 (100.0%) | 9.4 |
gros | 1 (7.7%) | 90 (73.2%) | 90.0 |
akirschbaum | 4 (30.8%) | 19 (15.4%) | 4.7 |
quinet | 1 (7.7%) | 4 (3.3%) | 4.0 |
qal21 | 1 (7.7%) | 4 (3.3%) | 4.0 |
ryo_saeba | 3 (23.1%) | 3 (2.4%) | 1.0 |
partmedia | 1 (7.7%) | 1 (0.8%) | 1.0 |
kbulgrien | 1 (7.7%) | 1 (0.8%) | 1.0 |
anmaster | 1 (7.7%) | 1 (0.8%) | 1.0 |
Add new NROF() macro to deal with nrof=0
Most of the code assumes that nrof=0 is the same as nrof=1. Document
this and add a macro to deal with this and use it whenever possible.
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:
Whitespace changes.
1 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.
16 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
4 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:
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.
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
90 lines of code changed in 1 file: