summaryrefslogtreecommitdiff
path: root/src/party.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-14/+14
2024-01-24Fixed a few coding errors the compiler complained aboutThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-19Making party invite functionalStefan Dombrowski1-1/+3
2010-07-28Add some null being checks and cleanup some related codeJared Adams1-1/+2
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-2/+2
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-3/+1
2010-03-31Removed some unused members from Party and Guild classesThorbjørn Lindeijer1-48/+8
2010-03-30Fix some memory issuesJared Adams1-0/+12
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-5/+3
2010-02-25Change const void to voidJared Adams1-1/+1
2010-02-24Add more to eAthena guild supportJared Adams1-27/+44
2010-02-22Change chat autocompletion to be more flexibleJared Adams1-1/+1
2010-02-22Fix more copyright headersJared Adams1-1/+1
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Fix crash when populating parties without BeingManagerJared Adams1-3/+8
2010-02-08Fix some bugs in party handling and add HP to AvatarListBoxJared Adams1-0/+15
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-0/+233
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-215/+0
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-3/+2
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-8/+4
2009-03-26Major clean up of ChatTab handlingJared Adams1-33/+34
2009-03-23Merge eA's command handling into CommandHandlerJared Adams1-36/+38
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-1/+1
2009-02-15More copyright header fixesBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-4/+4
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-4/+4
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-6/+6
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-4/+4
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-65/+67
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-7/+1
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-65/+67
2009-02-08Mostly fixed a few field values to behave better in Windows, as well asIra Rice1-1/+1
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-01-29Trimmed out a few help functions from some subclasses, and moved themIra Rice1-5/+0
2009-01-19Made the party class use gettext.Ira Rice1-42/+47
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-07-18Import of client treeLloyd Bryant1-0/+219