summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-12-07Added some initialization and removed ChargeDialogIra Rice1-2/+12
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-2/+3
2008-12-07Added some initialization and removed ChargeDialogBjørn Lindeijer1-5/+12
2008-12-07Added client-side status change handlers (text, icon, particle effect, audio).Fate1-0/+40
2008-11-29Imported patch that Fate made on TMW which which changes the item Ira Rice1-0/+1
2008-11-28Eliminated silly C++ warningFate1-1/+1
2008-11-28Initialise mSkillPoint variable to avoid erroneous skill point displays durin...Fate1-0/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-06Ported a patch by Peavey on TMW to keep all item pointers inside of Ira Rice1-1/+1
2008-11-06Have equipment tied into player inventory instead of keeping its own list of ...Dennis Friis1-1/+1
2008-11-05Minor targeting fix (don't count attacking against target timeouts), as Ira Rice1-5/+6
2008-11-01Magic implementation phase 1 and 2 (added netcode and a very crude gui for us...Philipp Sehmisch1-4/+9
2008-11-01Merged revisions 4207-4209,4221-4222 via svnmerge from Bjørn Lindeijer1-2/+4
2008-10-31Merged revisions 4071,4093,4100,4363 via svnmerge from Bjørn Lindeijer1-5/+38
2008-10-30Minor fixes to movement and hit effects. Patch by Kage_Jittai.Dennis Friis1-4/+4
2008-10-30Fixed a small targeting issue that arose from having uninitialized data Ira Rice1-10/+9
2008-10-28Fixed a fast walking bug that was caused by a state conflict Ira Rice1-6/+0
2008-10-28Changed the name of the old target key to stop attack, as well as making Ira Rice1-1/+7
2008-10-28Fixed attacking so that it will actually continue to attack in Ira Rice1-29/+43
2008-10-27Revised code so that dead sprites are de-targeted.Ira Rice1-7/+14
2008-10-27Fixed mouse attacks and targeting.Ira Rice1-1/+5
2008-10-27Added the ability to turn off a target by targeting it again after being Ira Rice1-2/+9
2008-10-27Made targets draw on the fringe layer, as well as added t for talking to Ira Rice1-3/+20
2008-10-27Add an effects manager (patch by Kage Jittai)Jared Adams1-1/+3
2008-10-27Merged the Tametomo branch back into trunk. Targeting has been removed Ira Rice1-0/+99
2008-10-26Pixel-accurate and fluently animated keyboard movement by Kage Jittai - albei...Philipp Sehmisch1-5/+31
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris1-1/+13
2008-10-24Made it so the player will auto face its targetJared Adams1-0/+26
2008-10-23Cleaned up ColorDB code so that it loads with all other databases, as Ira Rice1-1/+0
2008-10-15src/localplayer.cppDavid Athay1-1/+1
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice1-0/+1
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-24/+39
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-4/+18
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-3/+5
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-3/+25
2008-08-18Fixed bugs with new arrow typesLloyd Bryant1-3/+0
2008-08-16reverted last change - playability issuesLloyd Bryant1-4/+0
2008-08-16Bugfix for segfault when hitting a warp while targeting another playerLloyd Bryant1-0/+5
2008-07-18Import of client treeLloyd Bryant1-4/+26
2008-07-07Added /party command.David Athay1-2/+2
2008-06-27add icons to the skill dialogRoderic Morris1-14/+14
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-34/+3
2008-04-29Name structs with capital, just like classes.Bjørn Lindeijer1-2/+2
2008-04-28Skills patch by roderic, mantis id=209David Athay1-17/+17
2008-04-22Added more support for partiesDavid Athay1-1/+7
2008-04-18Limited keyboard walk messages flooding to one message per 1/10 sec.Yohann Ferreira1-1/+5
2008-04-17Moved walking calls flooding control when dragging mouse to viewport.Yohann Ferreira1-14/+4
2008-04-17Added input type parameter to the LocalPlayer::SetDestination methods in orde...Yohann Ferreira1-4/+14