[root]/server/trunk/types/arrow
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 104 (100.0%) | 9.4 |
gros | 1 (9.1%) | 63 (60.6%) | 63.0 |
qal21 | 2 (18.2%) | 24 (23.1%) | 12.0 |
akirschbaum | 4 (36.4%) | 13 (12.5%) | 3.2 |
ryo_saeba | 2 (18.2%) | 2 (1.9%) | 1.0 |
silvernexus | 1 (9.1%) | 1 (1.0%) | 1.0 |
anmaster | 1 (9.1%) | 1 (1.0%) | 1.0 |
Correct several typos in code comments.
1 lines of code changed in 1 file:
Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.
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:
Whitespace changes: consistently reformat code.
9 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.
3 lines of code changed in 1 file:
Change move_arrow calls to ob_process.
21 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
63 lines of code changed in 1 file: