Author Statistics for cavesomething

Back to Index Page

Author Details

Login: cavesomething
Fullname: cavesomething
Revisions: 296
Lines of Code: 11982
Added Lines of Code: 14356
Lines of Code per Change: 40.5

Author of the Month

Lines Of Code (per Author)

Lines Of Code for cavesomething (per module)

Activity

Commit Log

DateAuthorFile/Message
2/20/06 12:54 PMcavesomething
deal properly with the case where zero is sent as a spell number in an addspell packet (2 Files changed, 3 Lines changed)
Spell.java 1.5 (+1 -1)
Changelog 1.38 (+2 -0)
2/19/06 5:33 PMcavesomething
create two seperate item context menus for single and multiple item stacks (3 Files changed, 60 Lines changed)
ExamineWin.java 1.9 (+24 -9)
Changelog 1.37 (+6 -2)
InvWin.java 1.13 (+30 -12)
2/1/06 1:14 PMcavesomething
ran pmd on code and fixed many minor things as a result (14 Files changed, 144 Lines changed)
InvWin.java 1.12 (+0 -3)
CFObjectStore.java 1.4 (+3 -9)
StatbarWin.java 1.4 (+19 -72)
Changelog 1.35 (+1 -0)
TalkWin.java 1.6 (+13 -34)
CFObject.java 1.9 (+0 -2)
SpellWin.java 1.4 (+4 -11)
ExamineWin.java 1.8 (+0 -1)
PlayerStats.java 1.8 (+2 -4)
CFclient.java 1.31 (+73 -138)
ServerCon.java 1.4 (+18 -74)
Spell.java 1.4 (+0 -3)
MapWin.java 1.8 (+11 -65)
Settings.java 1.6 (+0 -1)
1/30/06 6:37 PMcavesomething
removed a couple of binary files that shouldn't have been here to start with (2 Files changed, 0 Lines changed)
com/sixlegs/png/TextChunkReader$TextChunkImpl.class 1.3 removed
com/sixlegs/png/Chunk_sPLT$SuggestedPaletteImpl.class 1.3 removed
1/30/06 6:28 PMcavesomething
make item locking work correctly (6 Files changed, 38 Lines changed)
Changelog 1.34 (+7 -0)
com/sixlegs/png/TextChunkReader$TextChunkImpl.class 1.2 (+7 -12)
com/sixlegs/png/Chunk_sPLT$SuggestedPaletteImpl.class 1.2 (+6 -8)
InvWin.java 1.11 (+13 -2)
CFclient.java 1.30 (+0 -1)
CFObject.java 1.8 (+5 -8)
1/27/06 11:16 AMcavesomething
item2 support and inventory sorting (4 Files changed, 44 Lines changed)
CFclient.java 1.29 (+13 -55)
CFObjectStore.java 1.3 (+13 -0)
CFObject.java 1.7 (+8 -4)
Changelog 1.33 (+10 -0)
1/26/06 9:00 PMcavesomething
whitespace cleanups (1 Files changed, 41 Lines changed)
CFObjectStore.java 1.2 (+41 -93)
1/26/06 6:01 PMcavesomething
make magicmap display automatically and fix some colour definitions (3 Files changed, 48 Lines changed)
CFclient.java 1.28 (+9 -5)
MagicMap.java 1.2 (+30 -7)
Changelog 1.32 (+9 -2)
1/26/06 8:53 AMcavesomething
magic map support (4 Files changed, 152 Lines changed)
MagicMap.java 1.1 added 106
StatWin.java 1.5 (+3 -1)
Changelog 1.31 (+8 -0)
CFclient.java 1.27 (+35 -37)
1/24/06 8:57 PMcavesomething
make statwin display spellpaths, and not armour (4 Files changed, 41 Lines changed)
Changelog 1.30 (+7 -0)
CFclient.java 1.26 (+4 -3)
StatWin.java 1.4 (+13 -1)
PlayerStats.java 1.7 (+17 -6)