summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/generalhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-10-03Do some more post-merge cleanupJared Adams1-1/+6
Fixes a few more bugs
2009-10-04Replaced setNetworkOptions with LoginHandler::supportedOptionalActionsThorbjørn Lindeijer1-2/+1
Better to ask when needed that rely on static booleans to be set from somewhere. Also tried to fix the layouting a bit, but it's still not perfect.
2009-10-01Redesign CharSelectDialogJared Adams1-3/+6
2009-10-01Fixed TMWserv client buildBertram1-1/+1
2009-10-01Finish merging registration dialogJared Adams1-0/+4
2009-09-30Merge login state machines for both clientsJared Adams1-24/+36
Also do some cleanup and refactoring of related code.
2009-08-10Add SpecialsWindowJared Adams1-1/+5
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena.
2009-07-19Merge StatusWindowsJared Adams1-2/+4
Also some other small merges
2009-07-15Merge and cleanup attribute codeJared Adams1-0/+8
2009-07-07Use tmw-skills.xml instead of hardcodingJared Adams1-0/+2
2009-05-12Show party name in party windowJared Adams1-0/+2
2009-05-11Standardize item statistics formatJared Adams1-6/+6
2009-05-11Fixed the memory issues with the pointers to item stat modifiersBjørn Lindeijer1-15/+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/+2
2009-05-06Don't show the split button for eAthenaJared Adams1-1/+3
2009-04-16Fix compilation under TMWServJared Adams1-6/+8
2009-04-16Remove last support #ifdef in the resource codeJared Adams1-0/+19
2009-04-11Remove more support #ifdefsJared Adams1-0/+10
2009-04-09Remove a segfault when exiting the clientJared Adams1-0/+2
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-8/+8
2009-04-07Make GeneralHandlers for both networksJared Adams1-0/+126
Also make Net::LogoutHandler