Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 160 (100.0%) | 20.0 |
ryo_saeba | 3 (37.5%) | 145 (90.6%) | 48.3 |
akirschbaum | 4 (50.0%) | 14 (8.8%) | 3.5 |
anmaster | 1 (12.5%) | 1 (0.6%) | 1.0 |
Title is a shared string.
1 lines of code changed in 1 file:
Fix bug #2005689: 2.0 Creator creates items with duplicate names.
3 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:
Rewrite loops iterating over inv/env/below/above object lists with macros that are not affected by objects being modified/removed/freed within the loop.
4 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
3 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
6 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:
Extract creator handling to its own type file.
141 lines of code changed in 1 file: