summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-12-03Add an effects manager (patch by Kage Jittai)Ira Rice1-90/+0
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-6/+3
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-11Fixed a text glitch reported by Jarvellis.Ira Rice1-1/+1
2008-11-02This correctly fixes the attack problem. Apparently, I didn't realize a bit a...Ira Rice1-0/+4
2008-11-02Fixed a hair color problem that Soft reported that I apparently broke when I ...Ira Rice1-1/+1
2008-11-02Fixed weapon attacks, which apparently has been broken since the mapping code...Ira Rice1-3/+0
2008-11-01* Use hair.xml to determine hair colours (#514)Fate1-4/+91
2008-11-01Merged revisions 4300-4301 via svnmerge from Bjørn Lindeijer1-2/+2
2008-10-31Added a text patch done on TMW to increase the number of characters Ira Rice1-2/+2
2008-10-31Added critical notifications to the client. While I had originally Ira Rice1-4/+20
2008-10-30Minor fixes to movement and hit effects. Patch by Kage_Jittai.Dennis Friis1-5/+4
2008-10-27Removed an unnecessary check.Ira Rice1-3/+0
2008-10-27De-hardcoded the number of hair styles.Ira Rice1-1/+14
2008-10-27Revised code so that dead sprites are de-targeted.Ira Rice1-0/+1
2008-10-27Merged the Tametomo branch back into trunk. Targeting has been removed Ira Rice1-2/+2
2008-10-23Removed a few compiler warnings.Ira Rice1-3/+3
2008-10-19Fixed a small error that I didn't notice before with de-hardcoding the Ira Rice1-3/+0
2008-10-16Fixed a width that I accidently messed up earlier, as well as made text Ira Rice1-10/+20
2008-10-15Added patch so that players can turn on or off speech bubbles.Ira Rice1-1/+25
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice1-1/+1
2008-10-14Early addition of a particle effect disabling option. Would like to Ira Rice1-13/+18
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-1/+1
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-142/+88
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-89/+176
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-2/+1
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-19/+31
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-1/+102
2008-08-17Fixed crash resulting from having a player targeted when hitting a warp pointLloyd Bryant1-0/+1
2008-08-13Added support for different colored fonts for different being typesLloyd Bryant1-0/+1
2008-07-18Import of client treeLloyd Bryant1-20/+35
2008-07-02Fixed speech bubbles staying on screen after map change bug.Philipp Sehmisch1-0/+2
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch1-39/+30
2008-05-28Change order of direction to up/down/right/left in Being::getSpriteDirection ...Dennis Friis1-4/+4
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-1/+1
2008-05-04Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-...Bjørn Lindeijer1-3/+5
2008-04-10Fixed compile warning.Bjørn Lindeijer1-1/+1
2008-04-07Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).Bjørn Lindeijer1-3/+5
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-0/+6
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer1-1/+2
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch1-7/+17
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch1-1/+1
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer1-1/+11
2008-02-12Made pathfinding not halt on collision destination tile, made moving around w...Eugenio Favalli1-0/+6
2007-12-28Added the possibility to assign particle effects to monsters in the monster d...Philipp Sehmisch1-1/+2
2007-12-10Include cassert header.Bjørn Lindeijer1-1/+2
2007-12-10Simplified player subsprite handling by treating equipment, hairstyle and bas...Philipp Sehmisch1-4/+7
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-16/+3
2007-11-21Added interpolation of tile offset for intermediate steps in long moves.Guillaume Melquiond1-5/+22