Author Statistics for cavesomething

Back to Index Page

Author Details

Login: cavesomething
Fullname: cavesomething
Revisions: 156
Lines of Code: 3626
Added Lines of Code: 13084
Lines of Code per Change: 23.2

Author of the Month

Lines Of Code (per Author)

Lines Of Code for cavesomething (per module)

Activity

Commit Log

DateAuthorFile/Message
2/20/06 5:35 PMcavesomething
A better fix for sending the spell skill data (1 Files changed, 2 Lines changed)
socket/request.c 1.85 (+2 -4)
2/20/06 12:43 PMcavesomething
fix crash when sending spell info if there no associated skill (2 Files changed, 15 Lines changed)
ChangeLog 1.572 (+4 -0)
socket/request.c 1.84 (+11 -8)
2/9/06 8:17 PMcavesomething
make the dm stats command print Int and damage, display in sequential order, and add a help file for the command (5 Files changed, 20 Lines changed)
lib/Makefile.in 1.77 (+3 -3)
server/c_wiz.c 1.81 (+7 -6)
lib/wizhelp/stats 1.1 added 3
lib/Makefile.am 1.27 (+1 -1)
ChangeLog 1.557 (+6 -0)
2/8/06 7:51 PMcavesomething
lock players' starting items to make it less likely they will accidentally drop them (2 Files changed, 8 Lines changed)
ChangeLog 1.554 (+4 -0)
server/player.c 1.192 (+4 -2)
2/7/06 7:52 PMcavesomething
add arrest command, and regional jails (9 Files changed, 96 Lines changed)
lib/regions 1.9 (+2 -0)
include/sproto.h 1.162 (+1 -0)
include/map.h 1.34 (+3 -1)
include/libproto.h 1.85 (+1 -0)
server/commands.c 1.57 (+2 -1)
common/region.c 1.9 (+42 -1)
ChangeLog 1.550 (+10 -0)
server/c_wiz.c 1.79 (+25 -1)
doc/Developers/regions 1.4 (+10 -3)
2/2/06 8:34 PMcavesomething
fix bug #1413239 related to the who command (2 Files changed, 6 Lines changed)
ChangeLog 1.546 (+4 -0)
server/c_misc.c 1.75 (+2 -2)
1/30/06 11:00 AMcavesomething
prevent unlimited login attempts by dropping the connection after too many password failures. Document the itemcmd setup flag, and improve that for the item and item2 commands (6 Files changed, 50 Lines changed)
ChangeLog 1.545 (+7 -0)
include/newserver.h 1.37 (+5 -1)
socket/loop.c 1.39 (+16 -2)
doc/Developers/protocol 1.17 (+10 -3)
server/login.c 1.58 (+10 -2)
socket/init.c 1.46 (+2 -1)
1/13/06 2:42 PMcavesomething
fix a crash bug in addspell packet formation (2 Files changed, 12 Lines changed)
ChangeLog 1.542 (+4 -0)
socket/request.c 1.80 (+8 -4)
1/11/06 10:27 AMcavesomething
stop rename crashing if there is no name to rename to when object is passed by number. (2 Files changed, 5 Lines changed)
ChangeLog 1.541 (+3 -0)
server/c_object.c 1.76 (+2 -3)
1/10/06 8:03 PMcavesomething
allow rename command to use item tag instead of name (2 Files changed, 17 Lines changed)
ChangeLog 1.540 (+4 -0)
server/c_object.c 1.75 (+13 -4)