summaryrefslogtreecommitdiff
path: root/src/being.h
AgeCommit message (Expand)AuthorFilesLines
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-0/+23
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Added two more options for displaying speech overhead (don't show it atIra Rice1-0/+9
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-4/+14
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-19/+24
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-2/+3
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-18/+71
2009-02-08Mostly fixed a few field values to behave better in Windows, as well asIra Rice1-2/+5
2009-02-07Some more include cleanups.Ira Rice1-13/+19
2009-02-04Moved mEquipment to the LocalPlayer class, since it's the only placeIra Rice1-3/+0
2009-01-26Created a new equipment screen, which is loosely related to theIra Rice1-0/+3
2009-01-26Bit of code cleanup for the last commit (moved default width and heightIra Rice1-3/+0
2009-01-26Fixed offset of right-click hitboxes and made NPCs without spritesIra Rice1-0/+3
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-24Tweaks to the speech bubbles so that being status (GM, mob, npc,Ira Rice1-0/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-16Made emotes load in only one location, as well as fixing the code on theIra Rice1-0/+2
2009-01-15Added emote database, which is loosely based off of the NPC database.Ira Rice1-2/+2
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-18/+1
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-3/+9
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-4/+9
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-22/+2
2008-12-13Code style reformattingBjørn Lindeijer1-2/+2
2008-12-09Defer re-adding of particles to next call to Being::logic() to avoid crashFate1-0/+1
2008-12-08Code reformattingBjørn Lindeijer1-0/+6
2008-12-08Code reformattingBjørn Lindeijer1-46/+27
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+16
2008-12-07Some code reformattingBjørn Lindeijer1-12/+10
2008-12-07Added client-side status change handlers (text, icon, particle effect, audio).Fate1-5/+49
2008-12-06Defrobnicated ParticleContainer inheritance hierarchyFate1-2/+2
2008-12-06Added particle containers and refactored beings to use them (to clean up resp...Fate1-2/+10
2008-12-03Add an effects manager (patch by Kage Jittai)Ira Rice1-9/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-01* Use hair.xml to determine hair colours (#514)Fate1-3/+7
2008-10-31Added critical notifications to the client. While I had originally Ira Rice1-0/+5
2008-10-27De-hardcoded the number of hair styles.Ira Rice1-2/+7
2008-10-27Made targets draw on the fringe layer, as well as added t for talking to Ira Rice1-1/+0
2008-10-27Merged the Tametomo branch back into trunk. Targeting has been removed Ira Rice1-4/+6
2008-10-15Added patch so that players can turn on or off speech bubbles.Ira Rice1-0/+2
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice1-4/+4
2008-10-14Early addition of a particle effect disabling option. Would like to Ira Rice1-0/+3
2008-09-25Fixed a bug that prevents compilation in some compilers.Ira Rice1-0/+1
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-60/+65
2008-09-07Added 2 new hair styles in game.Ira Rice1-1/+1
2008-09-07Added 6 colors for each of the hair styles. Since 10 is an odd number Ira Rice1-1/+1
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-15/+13