Directory server/trunk/types/legacy/

Directory Created:
2007-01-14 04:16
Total Files:
3
Deleted Files:
0
Lines of Code:
252

[root]/server/trunk/types/legacy

Lines of Code

server/trunk/types/legacy/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 671 (100.0%) 11.1
gros 7 (11.7%) 471 (70.2%) 67.2
akirschbaum 6 (10.0%) 115 (17.1%) 19.1
ryo_saeba 25 (41.7%) 57 (8.5%) 2.2
qal21 17 (28.3%) 23 (3.4%) 1.3
anmaster 4 (6.7%) 4 (0.6%) 1.0
quinet 1 (1.7%) 1 (0.1%) 1.0

Most Recent Commits

ryo_saeba 2010-04-26 11:28 Rev.: 12977

Rename POTION_EFFECT to POTION_RESIST_EFFECT to better describe what it is.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (+1 -1)
akirschbaum 2009-06-13 17:21 Rev.: 11840

Rename function names.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (+1 -1)
akirschbaum 2009-06-10 13:50 Rev.: 11796

Merge HORNs (type 35) into RODs (type 3).

0 lines of code changed in 2 files:

  • server/trunk/types/legacy: apply.c (-1), process.c (-1)
anmaster 2009-02-07 06:21 Rev.: 11388

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:

  • server/trunk/types/legacy: legacy_describe.c (+1 -1)
akirschbaum 2009-01-24 03:20 Rev.: 11226

Whitespace changes: consistently reformat code.

114 lines of code changed in 3 files:

  • server/trunk/types/legacy: apply.c (+34 -37), legacy_describe.c (+32 -34), process.c (+48 -50)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: legacy_describe.c (+1 -1)
anmaster 2008-06-01 11:40 Rev.: 9198

Set svn:eol-style to native on *.c and *.h files that were missing it.

3 lines of code changed in 3 files:

  • server/trunk/types/legacy: apply.c (+1), legacy_describe.c (+1), process.c (+1)
ryo_saeba 2008-04-11 15:48 Rev.: 8715

Extract detector handling to its own type file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-04-09 15:13 Rev.: 8713

Extract mood floor handling to its own type file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-04-09 13:15 Rev.: 8711

Extract marker handling to its own type file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-04-09 12:54 Rev.: 8710

Extract creator handling to its own type file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-04-08 17:18 Rev.: 8708

Extract teleporter handling to its own type file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-03-30 05:52 Rev.: 8672

Extract blindness to its own file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-03-29 17:37 Rev.: 8666

Extract player_changer to its own file.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
ryo_saeba 2008-03-23 09:06 Rev.: 8590

Fix documentation, no functional change.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (+1 -1)
qal21 2007-11-28 20:29 Rev.: 7582

Refactor poisoning code.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
qal21 2007-11-25 03:17 Rev.: 7571

Refactor peacemaker code.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)
qal21 2007-11-23 12:51 Rev.: 7563

Refactor gate code.

23 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (+23 -30)
qal21 2007-11-22 01:52 Rev.: 7561

Refactor weapon_improver code. This slims a notably amount from apply.c :)

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-4)
qal21 2007-11-22 01:19 Rev.: 7560

Refactor applying treasure

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-8)
qal21 2007-11-22 00:40 Rev.: 7559

Refactor cf_handle code

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-12)
qal21 2007-11-21 23:45 Rev.: 7556

Refactor poison code

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-4)
qal21 2007-11-21 20:57 Rev.: 7555

Refactor savebed code

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-8)
ryo_saeba 2007-08-20 17:03 Rev.: 6964

Write when an item is glowing.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: legacy_describe.c (+1)
ryo_saeba 2007-08-06 13:06 Rev.: 6893

Rename remove_door2() to remove_locked_door().

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (+1 -1)
qal21 2007-06-09 10:26 Rev.: 6444

Refactor food applying.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-6)
qal21 2007-06-08 16:24 Rev.: 6431

Refactor SCROLL and POTION applying.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-8)
qal21 2007-06-07 17:31 Rev.: 6428

Refactor apply for skillscrolls and spellbooks.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-16)
qal21 2007-06-06 18:07 Rev.: 6424

Refactor some rune and trap code.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-5)
ryo_saeba 2007-06-02 13:13 Rev.: 6389

Move ob_apply logic for LAMP objects to the ob_method system.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-1)
ryo_saeba 2007-06-02 12:34 Rev.: 6388

Move ob_apply logic for ARMOUR_IMPROVER objects to the ob_method system.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-8)
ryo_saeba 2007-06-02 11:49 Rev.: 6387

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:

  • server/trunk/types/legacy: apply.c (-8)
ryo_saeba 2007-06-02 11:05 Rev.: 6386

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:

  • server/trunk/types/legacy: apply.c (+23 -31)
ryo_saeba 2007-05-14 15:50 Rev.: 6292

Remove (legacy_)apply_container that wasn't used. Rename esrv_ function to this name.

2 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (+2 -6)
ryo_saeba 2007-05-05 12:36 Rev.: 6186

Fix broken LIGHTER.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (+1 -1)
ryo_saeba 2007-04-06 13:36 Rev.: 5945

Fix scrolls not taking casting direction into account.

1 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (+1 -1)
qal21 2007-04-05 02:05 Rev.: 5935

Move apply logic for clocks.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-18)
qal21 2007-04-05 01:33 Rev.: 5934

Move apply handling for exits.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: apply.c (-20)
qal21 2007-04-04 01:44 Rev.: 5932

Move ob_process logic for SPELL_EFFECT objects to the ob_method system.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-5)
qal21 2007-04-04 00:38 Rev.: 5930

Remove old LIGHTNING(12) type.

0 lines of code changed in 1 file:

  • server/trunk/types/legacy: process.c (-4)

(9 more)

Generated by StatSVN 0.7.0