Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 222 (100.0%) | 18.5 |
ryo_saeba | 6 (50.0%) | 128 (57.7%) | 21.3 |
gros | 1 (8.3%) | 72 (32.4%) | 72.0 |
akirschbaum | 2 (16.7%) | 12 (5.4%) | 6.0 |
quinet | 1 (8.3%) | 5 (2.3%) | 5.0 |
qal21 | 1 (8.3%) | 4 (1.8%) | 4.0 |
anmaster | 1 (8.3%) | 1 (0.5%) | 1.0 |
Add space before the parenthesis in description.
1 lines of code changed in 1 file:
Don't display media tags by default in item names.
Clients don't handle media tags in tooltips or floor, so only use tags when describing items.
1 lines of code changed in 1 file:
Inform the player of the result of applying a glowing crystal, and give the new charge level while we're at it.
122 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.
11 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:
Fix wrong return values.
2 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:
Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.
2007-01-14 - Gros
72 lines of code changed in 1 file: