summaryrefslogtreecommitdiff
path: root/src/net/ea/generalhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-11Standardize item statistics formatJared Adams1-6/+6
2009-05-11Fixed the memory issues with the pointers to item stat modifiersBjørn Lindeijer1-14/+7
It was a list of pointers to Stat instances that had long been popped off the stack and deleted.
2009-05-11Fix an odd segfault with custom item statsJared Adams1-1/+1
2009-05-07Fix handling of error messages in the game stateJared Adams1-3/+7
Also make sure an appropirate message gets shown on duplicated login.
2009-05-06Don't show the split button for eAthenaJared Adams1-0/+3
2009-04-16Fix compilation under TMWServJared Adams1-6/+6
2009-04-16Remove last support #ifdef in the resource codeJared Adams1-0/+21
2009-04-11Remove more support #ifdefsJared Adams1-1/+29
2009-04-09Some random cleanupsBjørn Lindeijer1-5/+2
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-1/+3
2009-04-08Associated setup tab name with the tab itselfBjørn Lindeijer1-1/+0
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class.
2009-04-07Make GeneralHandlers for both networksJared Adams1-0/+164
Also make Net::LogoutHandler