Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 183 (100.0%) | 20.3 |
ryo_saeba | 3 (33.3%) | 155 (84.7%) | 51.6 |
akirschbaum | 3 (33.3%) | 20 (10.9%) | 6.6 |
quinet | 1 (11.1%) | 5 (2.7%) | 5.0 |
kbulgrien | 1 (11.1%) | 2 (1.1%) | 2.0 |
anmaster | 1 (11.1%) | 1 (0.5%) | 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 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().
6 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.
5 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:
Try to factor esrv_del_item and esrv_send_item into remove_ob() and insert_ob_in_ob(). Fix calls to esrv_send_item that are really esrv_update_item().
0 lines of code changed in 1 file:
Fix lamp-related issues.
8 lines of code changed in 1 file:
Move ob_apply logic for LAMP objects to the ob_method system.
147 lines of code changed in 1 file: