summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-29If an item link isn't found, don't treat it as a link.Ira Rice1-1/+2
2009-01-28Removed manual trimmings in exchange for using trim.h instead.Ira Rice1-9/+3
2009-01-26Bit of code cleanup for the last commit (moved default width and heightIra Rice1-6/+9
2009-01-26Fixed offset of right-click hitboxes and made NPCs without spritesIra Rice1-4/+10
2009-01-24Tweaks to the speech bubbles so that being status (GM, mob, npc,Ira Rice1-2/+2
2009-01-24Updated DejaVuSans ttf file, as well as adding the bolded version, whichIra Rice1-3/+4
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-2/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-21Fixed multiple embeddings of square brackets so that it doesn't crashIra Rice1-0/+7
2009-01-20Added the ability to parse multiple item links, as well as removingIra Rice1-3/+6
2009-01-20Repaired text messages. While trimming out the link code is still a goodIra Rice1-10/+7
2009-01-20Trim displayed speech to not show links.Ira Rice1-1/+33
2009-01-16Made emotes load in only one location, as well as fixing the code on theIra Rice1-7/+4
2009-01-15Added emote database, which is loosely based off of the NPC database.Ira Rice1-9/+17
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-3/+0
2009-01-10Changed a few emote variable names to be more sensible, as well asIra Rice1-2/+3
2009-01-09Added the ability to see your own name in game.Ira Rice1-0/+1
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-8/+8
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-2/+2
2008-12-26Fixed a potential leak in setup, changed the default border color toIra Rice1-4/+0
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch1-2/+4
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-33/+13
2008-12-06Added particle containers and refactored beings to use them (to clean up resp...Fate1-29/+5
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-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-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-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-09-25Merged the Tametomo branch into trunk.Ira Rice1-89/+176
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