Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 139 (100.0%) | 13.9 |
gros | 1 (10.0%) | 67 (48.2%) | 67.0 |
qal21 | 2 (20.0%) | 38 (27.3%) | 19.0 |
akirschbaum | 4 (40.0%) | 31 (22.3%) | 7.7 |
ryo_saeba | 2 (20.0%) | 2 (1.4%) | 1.0 |
anmaster | 1 (10.0%) | 1 (0.7%) | 1.0 |
Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.
2 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
4 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
22 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.
3 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.
3 lines of code changed in 1 file:
Change move_arrow calls to ob_process.
35 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
67 lines of code changed in 1 file: