Author Statistics for darth_bob

Back to Index Page

Author Details

Login: darth_bob
Fullname: darth_bob
Revisions: 44
Lines of Code: 776
Added Lines of Code: 1172
Lines of Code per Change: 17.6

Lines Of Code (per Author)

Lines Of Code for darth_bob (per module)

Activity

Commit Log

DateAuthorFile/Message
12/23/01 2:09 AMdarth_bob
A hole pointed out by Mark.. This should mean Rabies is fully functioning (1 Files changed, 2 Lines changed)
server/spell_util.c 1.63 (+2 -1)
12/19/01 12:54 AMdarth_bob
Fixed up the bug which Mark pointed out (1 Files changed, 5 Lines changed)
include/attack.h 1.9 (+5 -2)
12/18/01 9:46 PMdarth_bob
Turn down the damage abit (1 Files changed, 3 Lines changed)
server/attack.c 1.65 (+3 -3)
12/18/01 3:52 AMdarth_bob
More life stealing stuff (1 Files changed, 3 Lines changed)
common/living.c 1.31 (+3 -2)
12/18/01 3:45 AMdarth_bob
New attack type, life stealing. Mostly untested, I am commiting this to allow people to test it out, currently it is only availible on a devourers blessed weapon. It currently drain and life stealing both are used as resistances to this attack type, this is to allow fairly seemless merging. (2 Files changed, 48 Lines changed)
include/attack.h 1.8 (+11 -12)
server/attack.c 1.64 (+37 -13)
12/16/01 3:06 AMdarth_bob
Fixed some stylistic problems. (1 Files changed, 33 Lines changed)
server/attack.c 1.62 (+33 -73)
12/16/01 1:15 AMdarth_bob
poison fog is now low grace required (50 grace points) (1 Files changed, 3 Lines changed)
lib/treasures 1.47 (+3 -3)
12/16/01 1:13 AMdarth_bob
Fixes a few bugs and removes non-ansi comments. (1 Files changed, 16 Lines changed)
server/attack.c 1.61 (+16 -15)
12/14/01 4:31 AMdarth_bob
! Big changes made by njh !!
Basic code clean, using switch instead of repeated else if's
Hashed some code which was nop (didn't seem to do anything)
changed over to using ATNR_SLOW etc, instead of AT_SLOW.

Has been tested, all those interested in attack.c please read through this code again and make sure everything is in order. Mail problems to njh@hawthorn.csse.monash.edu.au!
(1 Files changed, 223 Lines changed)
server/attack.c 1.60 (+223 -156)
11/14/01 8:04 PMdarth_bob
Added Sorig mail to treasure (1 Files changed, 2 Lines changed)
lib/treasures 1.44 (+2 -2)