summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-16Cancel walking to a clicked monster if the target is lost while getting to it...Dennis Friis1-0/+5
2008-04-11 Players now need toDavid Athay1-1/+32
2008-04-04Spawning a particle effect whenever the client sends a move message to the se...Philipp Sehmisch1-0/+1
2008-04-03Added right click to invite to guildDavid Athay1-0/+17
2008-03-25Initialized some uninitialized variables (patch by peavey).Philipp Sehmisch1-3/+5
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch1-7/+7
2008-03-05Fixed guild creation.David Athay1-56/+6
2008-03-03Skill gui beautifications by roderic.Philipp Sehmisch1-14/+16
2008-02-28Work in Progress commit of guilds.David Athay1-0/+62
2008-02-22Implemented skill name display in skill dialog and xp messages (based on a pa...Philipp Sehmisch1-1/+31
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-0/+1
2008-02-12Made pathfinding not halt on collision destination tile, made moving around w...Eugenio Favalli1-2/+2
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-16/+50
2008-01-13Fixed non-default location music loadingDavid Athay1-0/+1