summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-17Fix segfault when canceling new character dialogJared Adams1-1/+1
2009-02-17Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-02-16Moved target unsetting on NPCs and monsters to the being class. This isIra Rice1-0/+4
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-3/+3
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-35/+42
2009-02-11Adjusted a few files for release.Ira Rice1-1/+1
2009-02-11Restored particle effects on hits and critical hits.Philipp Sehmisch1-15/+2
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-4/+4
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-10/+18
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-4/+4
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-4/+4
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-34/+28
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-3/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-14/+14
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-16/+17
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-15/+15
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-57/+192
2009-02-08Mostly fixed a few field values to behave better in Windows, as well asIra Rice1-2/+2
2009-02-07Some more include cleanups.Ira Rice1-0/+6
2009-02-04Moved mEquipment to the LocalPlayer class, since it's the only placeIra Rice1-2/+0
2009-01-29Make sure that strings aren't chopped off when a | isn't found.Ira Rice1-1/+3
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-24Use standard GUI font also for speech and namesBjørn Lindeijer1-1/+1
2009-01-24Added speech bubble background by QOALBjørn Lindeijer1-1/+1
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-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
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-3/+4
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-8/+8
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-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch1-2/+2