summaryrefslogtreecommitdiff
path: root/src/statuseffect.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27Clean up chat and chat tabs some moreJared Adams1-1/+3
2009-03-26Major clean up of ChatTab handlingJared Adams1-2/+2
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game.
2009-03-12Fix leaks in status effectsJared Adams1-12/+16
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-2/+2
When not passing any parameters to constructors, there is no reason for using parenthesis.
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-5/+5
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-12-09Defer re-adding of particles to next call to Being::logic() to avoid crashFate1-3/+3
2008-12-09Status particle effects: when looking up block IDs (effect IDs for otherFate1-0/+4
players), make sure to initialise if needed Status particle effects: properly delete particles after effect has worn off
2008-12-07Some small updates and reformattingBjørn Lindeijer1-21/+16
2008-12-07Added client-side status change handlers (text, icon, particle effect, audio).Fate1-0/+171