Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 63 (100.0%) | 678 (100.0%) | 10.7 |
gros | 7 (11.1%) | 471 (69.5%) | 67.2 |
akirschbaum | 6 (9.5%) | 115 (17.0%) | 19.1 |
ryo_saeba | 27 (42.9%) | 62 (9.1%) | 2.2 |
qal21 | 17 (27.0%) | 23 (3.4%) | 1.3 |
anmaster | 4 (6.3%) | 4 (0.6%) | 1.0 |
crowbert | 1 (1.6%) | 2 (0.3%) | 2.0 |
quinet | 1 (1.6%) | 1 (0.1%) | 1.0 |
'apply' command: Pass through and honor '-a' and '-u' flags for containers and add a new flag '-o' to fully open a container in your inventory.
2 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.
3 lines of code changed in 1 file:
Remove useless function.
2 lines of code changed in 1 file:
Rename POTION_EFFECT to POTION_RESIST_EFFECT to better describe what it is.
1 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Merge HORNs (type 35) into RODs (type 3).
0 lines of code changed in 2 files:
include/libproto.h, include/ob_methods.h, include/typesproto.h,
common/ob_methods.c, types/common/describe.c, types/legacy/legacy_describe.c:
Use size_t when working with buffer sizes.
include/sproto.h, server/attack.c, server/spell_util.c: Attack type should be
uint32 and not int.
1 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
114 lines of code changed in 3 files:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
1 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
3 lines of code changed in 3 files:
Extract detector handling to its own type file.
0 lines of code changed in 1 file:
Extract mood floor handling to its own type file.
0 lines of code changed in 1 file:
Extract marker handling to its own type file.
0 lines of code changed in 1 file:
Extract creator handling to its own type file.
0 lines of code changed in 1 file:
Extract teleporter handling to its own type file.
0 lines of code changed in 1 file:
Extract blindness to its own file.
0 lines of code changed in 1 file:
Extract player_changer to its own file.
0 lines of code changed in 1 file:
Fix documentation, no functional change.
1 lines of code changed in 1 file:
Refactor poisoning code.
0 lines of code changed in 1 file:
Refactor peacemaker code.
0 lines of code changed in 1 file:
Refactor gate code.
23 lines of code changed in 1 file:
Refactor weapon_improver code. This slims a notably amount from apply.c :)
0 lines of code changed in 1 file:
Refactor applying treasure
0 lines of code changed in 1 file:
Refactor cf_handle code
0 lines of code changed in 1 file:
Refactor poison code
0 lines of code changed in 1 file:
Refactor savebed code
0 lines of code changed in 1 file:
Write when an item is glowing.
1 lines of code changed in 1 file:
Rename remove_door2() to remove_locked_door().
1 lines of code changed in 1 file:
Refactor food applying.
0 lines of code changed in 1 file:
Refactor SCROLL and POTION applying.
0 lines of code changed in 1 file:
Refactor apply for skillscrolls and spellbooks.
0 lines of code changed in 1 file:
Refactor some rune and trap code.
0 lines of code changed in 1 file:
Move ob_apply logic for LAMP objects to the ob_method system.
0 lines of code changed in 1 file:
Move ob_apply logic for ARMOUR_IMPROVER objects to the ob_method system.
0 lines of code changed in 1 file:
Rename MENU to SHOP_INVENTORY, better match. Move ob_apply logic for SHOP_INVENTORY objects to the ob_method system.
0 lines of code changed in 1 file:
Fix wrong check for object applying. Move ob_apply logic for LIGHTER objects to the ob_method system.
23 lines of code changed in 1 file:
Remove (legacy_)apply_container that wasn't used. Rename esrv_ function to this name.
2 lines of code changed in 1 file:
Fix broken LIGHTER.
1 lines of code changed in 1 file:
Fix scrolls not taking casting direction into account.
1 lines of code changed in 1 file:
Move apply logic for clocks.
0 lines of code changed in 1 file:
(12 more)