/server/trunk Developers: qal21

Login name:
qal21
Total Commits:
366 (2.0%)
Lines of Code:
7,463 (1.8%)
Most Recent Commit:
2007-11-28 20:29

Activity by Clock Time

Activity by Hour of Day for qal21

Activity by Day of Week for qal21

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 366 (100.0%) 7463 (100.0%) 20.3
types/ 45 (12.3%) 2068 (27.7%) 45.9
types/spell_effect/ 2 (0.5%) 836 (11.2%) 418.0
/ 68 (18.6%) 567 (7.6%) 8.3
server/ 63 (17.2%) 519 (7.0%) 8.2
types/weapon_improver/ 1 (0.3%) 481 (6.4%) 481.0
types/food/ 2 (0.5%) 407 (5.5%) 203.5
include/ 82 (22.4%) 368 (4.9%) 4.4
types/potion/ 2 (0.5%) 245 (3.3%) 122.5
types/common/ 2 (0.5%) 242 (3.2%) 121.0
types/spellbook/ 2 (0.5%) 221 (3.0%) 110.5
types/gate/ 1 (0.3%) 212 (2.8%) 212.0
types/scroll/ 1 (0.3%) 139 (1.9%) 139.0
types/trap/ 4 (1.1%) 126 (1.7%) 31.5
types/treasure/ 1 (0.3%) 106 (1.4%) 106.0
doc/ 6 (1.6%) 106 (1.4%) 17.6
types/skillscroll/ 2 (0.5%) 99 (1.3%) 49.5
types/savebed/ 1 (0.3%) 97 (1.3%) 97.0
types/peacemaker/ 2 (0.5%) 86 (1.2%) 43.0
types/poisoning/ 1 (0.3%) 81 (1.1%) 81.0
types/poison/ 3 (0.8%) 75 (1.0%) 25.0
types/clock/ 1 (0.3%) 70 (0.9%) 70.0
types/cf_handle/ 1 (0.3%) 64 (0.9%) 64.0
types/exit/ 4 (1.1%) 40 (0.5%) 10.0
types/thrown_object/ 2 (0.5%) 38 (0.5%) 19.0
types/arrow/ 2 (0.5%) 24 (0.3%) 12.0
types/legacy/ 17 (4.6%) 23 (0.3%) 1.3
plugins/cfpython/ 8 (2.2%) 10 (0.1%) 1.2
types/sign/ 1 (0.3%) 8 (0.1%) 8.0
types/trigger/ 1 (0.3%) 6 (0.1%) 6.0
types/transport/ 1 (0.3%) 6 (0.1%) 6.0
types/deep_swamp/ 1 (0.3%) 6 (0.1%) 6.0
common/ 4 (1.1%) 6 (0.1%) 1.5
types/converter/ 1 (0.3%) 5 (0.1%) 5.0
types/trigger_pedestal/ 1 (0.3%) 4 (0.1%) 4.0
types/trigger_button/ 1 (0.3%) 4 (0.1%) 4.0
types/trigger_altar/ 1 (0.3%) 4 (0.1%) 4.0
types/trapdoor/ 1 (0.3%) 4 (0.1%) 4.0
types/spinner/ 1 (0.3%) 4 (0.1%) 4.0
types/shop_mat/ 1 (0.3%) 4 (0.1%) 4.0
types/rune/ 2 (0.5%) 4 (0.1%) 2.0
types/power_crystal/ 1 (0.3%) 4 (0.1%) 4.0
types/player_mover/ 1 (0.3%) 4 (0.1%) 4.0
types/pedestal/ 1 (0.3%) 4 (0.1%) 4.0
types/item_transformer/ 2 (0.5%) 4 (0.1%) 2.0
types/identify_altar/ 1 (0.3%) 4 (0.1%) 4.0
types/hole/ 1 (0.3%) 4 (0.1%) 4.0
types/director/ 1 (0.3%) 4 (0.1%) 4.0
types/container/ 1 (0.3%) 4 (0.1%) 4.0
types/check_inv/ 1 (0.3%) 4 (0.1%) 4.0
types/button/ 1 (0.3%) 4 (0.1%) 4.0
types/book/ 1 (0.3%) 4 (0.1%) 4.0
types/altar/ 1 (0.3%) 4 (0.1%) 4.0
utils/ 10 (2.7%) 0 (0.0%) 0.0

Activity of qal21

Most Recent Commits

qal21 2007-11-28 20:29 Rev.: 7582

Refactor poisoning code.

103 lines of code changed in 9 files:

  • ChangeLog (+11)
  • include: sproto.h (-1), typesproto.h (+2)
  • server: ob_types.c (+1), time.c (-44)
  • types: ChangeLog (+7), Makefile.am (+1)
  • types/legacy: process.c (-4)
  • types/poisoning: poisoning.c (new 81)
qal21 2007-11-28 20:17 Rev.: 7581

Fix missing newline at end of file.

1 lines of code changed in 1 file:

  • types/peacemaker: peacemaker.c (+1 -1)
qal21 2007-11-25 03:17 Rev.: 7571

Refactor peacemaker code.

106 lines of code changed in 9 files:

  • ChangeLog (+10)
  • include: sproto.h (-1), typesproto.h (+2)
  • server: ob_types.c (+1), spell_effect.c (-43)
  • types: ChangeLog (+7), Makefile.am (+1)
  • types/legacy: process.c (-4)
  • types/peacemaker: peacemaker.c (new 85)
qal21 2007-11-23 12:51 Rev.: 7563

Refactor gate code.

257 lines of code changed in 9 files:

  • ChangeLog (+10)
  • include: sproto.h (-2), typesproto.h (+2)
  • server: ob_types.c (+1), time.c (+1 -176)
  • types: ChangeLog (+7), Makefile.am (+1)
  • types/gate: gate.c (new 212)
  • 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 :)

553 lines of code changed in 9 files:

  • ChangeLog (+2 -1)
  • include: sproto.h (+1 -1), typesproto.h (+2)
  • server: apply.c (+59 -507), ob_types.c (+1)
  • types: ChangeLog (+5 -3), Makefile.am (+2)
  • types/legacy: apply.c (-4)
  • types/weapon_improver: weapon_improver.c (new 481)
qal21 2007-11-22 01:19 Rev.: 7560

Refactor applying treasure

116 lines of code changed in 9 files:

  • ChangeLog (+2 -1)
  • include: sproto.h (-1), typesproto.h (+2)
  • server: apply.c (-66), ob_types.c (+1)
  • types: ChangeLog (+4 -3), Makefile.am (+1)
  • types/legacy: apply.c (-8)
  • types/treasure: treasure.c (new 106)
qal21 2007-11-22 00:40 Rev.: 7559

Refactor cf_handle code

73 lines of code changed in 7 files:

  • ChangeLog (+2 -1)
  • include: typesproto.h (+2)
  • server: ob_types.c (+1)
  • types: ChangeLog (+3 -3), Makefile.am (+1)
  • types/cf_handle: cf_handle.c (new 64)
  • types/legacy: apply.c (-12)
qal21 2007-11-21 23:57 Rev.: 7558

Fix a silly accidental paste

1 lines of code changed in 1 file:

  • types/poison: poison.c (+1 -1)
qal21 2007-11-21 23:56 Rev.: 7557

Generalize poison 'killer' message

3 lines of code changed in 2 files:

  • ChangeLog (+1)
  • types/poison: poison.c (+2 -2)
qal21 2007-11-21 23:45 Rev.: 7556

Refactor poison code

83 lines of code changed in 10 files:

  • ChangeLog (+3 -2)
  • include: sproto.h (-1), typesproto.h (+2)
  • server: apply.c (-26), attack.c (+1 -1), ob_types.c (+1)
  • types: ChangeLog (+3 -3), Makefile.am (+1)
  • types/legacy: apply.c (-4)
  • types/poison: poison.c (new 72)
qal21 2007-11-21 20:57 Rev.: 7555

Refactor savebed code

118 lines of code changed in 9 files:

  • ChangeLog (+11)
  • include: sproto.h (-1), typesproto.h (+2)
  • server: apply.c (-42), ob_types.c (+1)
  • types: ChangeLog (+6), Makefile.am (+1)
  • types/legacy: apply.c (-8)
  • types/savebed: savebed.c (new 97)
qal21 2007-07-05 18:43 Rev.: 6758

Revert accidental commit

0 lines of code changed in 1 file:

  • trunk (del)
qal21 2007-07-05 17:09 Rev.: 6757

0 lines of code changed in 1 file:

  • trunk (new)
qal21 2007-06-21 20:20 Rev.: 6700

Remove C++ style comment.

2 lines of code changed in 2 files:

  • ChangeLog (+1)
  • common: shstr.c (+1 -1)
qal21 2007-06-21 20:13 Rev.: 6699

Fix some stray 'comma at end of enumerator list' warnings.

4 lines of code changed in 3 files:

  • ChangeLog (+1)
  • include: map.h (+2 -2), player.h (+1 -1)
qal21 2007-06-21 19:33 Rev.: 6698

Add missing math.h include.

4 lines of code changed in 2 files:

  • ChangeLog (+3)
  • types/food: food.c (+1)
qal21 2007-06-09 10:26 Rev.: 6444

Refactor food applying.

419 lines of code changed in 9 files:

  • ChangeLog (+2)
  • include: sproto.h (-2), typesproto.h (+2)
  • server: apply.c (-363), ob_types.c (+1)
  • types: ChangeLog (+7), Makefile.am (+1)
  • types/food: food.c (new 406)
  • types/legacy: apply.c (-6)
qal21 2007-06-09 09:47 Rev.: 6443

Update prototypes.

8 lines of code changed in 2 files:

  • ChangeLog (+3)
  • include: libproto.h (+5 -4)
qal21 2007-06-09 09:27 Rev.: 6442

Fix documentation.

2 lines of code changed in 1 file:

  • types/potion: potion.c (+2 -2)
qal21 2007-06-08 16:24 Rev.: 6431

Refactor SCROLL and POTION applying.

412 lines of code changed in 12 files:

  • ChangeLog (+4 -1)
  • include: sproto.h (+1 -2), typesproto.h (+4)
  • server: apply.c (+1 -296), attack.c (+1 -1), monster.c (+8 -2), ob_types.c (+2)
  • types: ChangeLog (+7), Makefile.am (+2)
  • types/legacy: apply.c (-8)
  • types/potion: potion.c (new 243)
  • types/scroll: scroll.c (new 139)

(47 more)

Generated by StatSVN 0.7.0