Developers: damn

Login name:
damn
Total Commits:
147 (0.0%)
Lines of Code:
5,661 (0.0%)
Most Recent Commit:
1999-09-18 02:41

Activity by Clock Time

Activity by Hour of Day for damn

Activity by Day of Week for damn

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 147 (100.0%) 5661 (100.0%) 38.5
trunk/crossfire/lib/ 4 (2.7%) 3173 (56.1%) 793.2
trunk/crossfire/include/ 21 (14.3%) 1145 (20.2%) 54.5
trunk/crossfire/server/ 16 (10.9%) 832 (14.7%) 52.0
trunk/crossfire/ 4 (2.7%) 225 (4.0%) 56.2
trunk/arch/ 1 (0.7%) 118 (2.1%) 118.0
trunk/crossfire/common/ 5 (3.4%) 34 (0.6%) 6.8
trunk/crossfire/doc/ 1 (0.7%) 32 (0.6%) 32.0
trunk/arch/weapon/artifact/ 13 (8.8%) 21 (0.4%) 1.6
trunk/arch/readable/ 10 (6.8%) 10 (0.2%) 1.0
trunk/arch/armour/shield/ 10 (6.8%) 10 (0.2%) 1.0
trunk/arch/armour/mail/ 6 (4.1%) 10 (0.2%) 1.6
trunk/arch/misc/ 5 (3.4%) 5 (0.1%) 1.0
trunk/arch/armour/helmet/ 3 (2.0%) 5 (0.1%) 1.6
trunk/arch/spell/ 5 (3.4%) 4 (0.1%) 0.8
trunk/arch/armour/boots/ 4 (2.7%) 4 (0.1%) 1.0
trunk/arch/weapon/misc/ 3 (2.0%) 3 (0.1%) 1.0
trunk/arch/weapon/chained/ 3 (2.0%) 3 (0.1%) 1.0
trunk/arch/monster/misc/ 7 (4.8%) 3 (0.1%) 0.4
trunk/arch/flesh/human/ 3 (2.0%) 3 (0.1%) 1.0
trunk/arch/weapon/artifact/Usword/ 1 (0.7%) 2 (0.0%) 2.0
trunk/arch/weapon/artifact/HolyAvenger/ 1 (0.7%) 2 (0.0%) 2.0
trunk/arch/weapon/artifact/Firestar/ 2 (1.4%) 2 (0.0%) 1.0
trunk/arch/weapon/sword/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/UW_Sword/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Sting/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Masamune/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Lslasher/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Kdagger/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Gram/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Fhammer/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Demonbane/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/Darkblade/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/weapon/artifact/ChaosSword/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/talisman/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/misc/Bagpipe/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/indoor/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/armour/cloak/ 1 (0.7%) 1 (0.0%) 1.0
trunk/arch/magic/Mana/ 4 (2.7%) 0 (0.0%) 0.0

Activity of damn

Most Recent Commits

damn 1999-09-18 02:41 Rev.: 154

Moved everything back where it was, except materials. -- DAMN

17 lines of code changed in 7 files:

  • trunk/crossfire/include: living.h (-67), map.h (+1 -1), object.h (-318), player.h (+2 -16), skills.h (-2), spellist.h (-4), spells.h (+14 -62)
damn 1999-09-18 02:34 Rev.: 153

Moved things back, so spells.h doesn't need to be loaded twice any more.-- DAMN

0 lines of code changed in 1 file:

  • trunk/crossfire/include: global.h (-1)
damn 1999-09-18 02:29 Rev.: 152

Moved everything back where it was, except materials. -- DAMN

471 lines of code changed in 1 file:

  • trunk/crossfire/include: define.h (+471 -24)
damn 1999-09-18 02:08 Rev.: 151

Adjusted notification text for expired snake/staff. -- DAMN

1 lines of code changed in 1 file:

  • trunk/crossfire/server: spell_util.c (+1 -1)
damn 1999-09-17 18:54 Rev.: 150

Minor bugfix / cleanup -- DAMN

12 lines of code changed in 1 file:

  • trunk/crossfire/server: c_object.c (+12 -13)
damn 1999-09-17 18:53 Rev.: 149

see batch update for arch tree -- DAMN

2638 lines of code changed in 1 file:

  • trunk/crossfire/lib: crossfire.xpm (+2638 -2542)
damn 1999-09-17 18:42 Rev.: 148

Removed leftover prototype for staff_to_snake -- DAMN

0 lines of code changed in 1 file:

  • trunk/crossfire/include: sproto.h (-1)
damn 1999-09-17 18:40 Rev.: 147

Monster movement numbers moved here from defines.h -- DAMN

67 lines of code changed in 1 file:

  • trunk/crossfire/include: living.h (+67)
damn 1999-09-17 18:36 Rev.: 146

Oops... typo: VERY_BIG__BUF

1 lines of code changed in 1 file:

  • trunk/crossfire/common: item.c (+1 -1)
damn 1999-09-17 18:33 Rev.: 145

DESCRIBE_ABILITY macro moved to defines.h -- DAMN

1 lines of code changed in 1 file:

  • trunk/crossfire/common: item.c (+1 -16)
damn 1999-09-17 18:30 Rev.: 144

Moved spell #defines, have to #include spells.h -- DAMN

1 lines of code changed in 1 file:

  • trunk/crossfire/common: holy.c (+1)
damn 1999-09-17 18:27 Rev.: 143

*** empty log message ***

212 lines of code changed in 2 files:

  • trunk/crossfire: CHANGES (+209), DEVELOPERS (+3)
damn 1999-09-17 16:25 Rev.: 142

base archetype for Animate Weapon and Dancing Sword spells -- DAMN

3 lines of code changed in 7 files:

  • trunk/arch/monster/misc: dancingsword.111 (new), dancingsword.111.xpm (new), dancingsword.112 (new), dancingsword.112.xpm (new), dancingsword.113 (new), dancingsword.113.xpm (new), dancingsword.arc (new 3)
damn 1999-09-17 16:09 Rev.: 141

- moved NROFSKILLS here

2 lines of code changed in 1 file:

  • trunk/crossfire/include: skills.h (+2)
damn 1999-09-17 16:04 Rev.: 140

- now has the #defines for object type numbers

318 lines of code changed in 1 file:

  • trunk/crossfire/include: object.h (+318 -2)
damn 1999-09-17 15:56 Rev.: 139

- #defines from spells.h and material.h loaded early -- DAMN

3 lines of code changed in 1 file:

  • trunk/crossfire/include: global.h (+3)
damn 1999-09-17 15:54 Rev.: 138

- moved object type numbers to object.h
- moved flag numbers to object.h
- moved NROFREALSPELLS to spells.h
- moved path numbers to spells.h
- moved DESCRIBE_PATH macro to spells.h
- moved ARMOUR_ and WEAPON_ macros to player.h
- moved player state numbers to player.h
- moved monster movement numbers to living.h
- moved NROFSKILLS to skills.h -- DAMN

70 lines of code changed in 1 file:

  • trunk/crossfire/include: define.h (+70 -530)
damn 1999-09-17 14:52 Rev.: 137

- changed some artifacts and added others to match some weapons,
armour, and bows with each god
- changed some chance settings so that most items will be found
more often than once per decade
- minor spelling fixes -- DAMN

507 lines of code changed in 1 file:

  • trunk/crossfire/lib: artifacts (+507 -262)
damn 1999-09-17 14:46 Rev.: 136

- minor spelling fixes to match minor spelling fixes in artifacts -- DAMN

8 lines of code changed in 1 file:

  • trunk/crossfire/lib: formulae (+8 -8)
damn 1999-09-17 14:44 Rev.: 135

- added entries for mana spells along with their fire equivalents -- DAMN

20 lines of code changed in 1 file:

  • trunk/crossfire/lib: spell_params (+20)

(38 more)

Generated by StatSVN 0.7.0