Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -1/+6 | |
Fixes a few more bugs | |||||
2009-10-04 | Replaced setNetworkOptions with LoginHandler::supportedOptionalActions | Thorbjørn Lindeijer | 1 | -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-01 | Redesign CharSelectDialog | Jared Adams | 1 | -3/+6 | |
2009-10-01 | Fixed TMWserv client build | Bertram | 1 | -1/+1 | |
2009-10-01 | Finish merging registration dialog | Jared Adams | 1 | -0/+4 | |
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -24/+36 | |
Also do some cleanup and refactoring of related code. | |||||
2009-08-10 | Add SpecialsWindow | Jared Adams | 1 | -1/+5 | |
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena. | |||||
2009-07-19 | Merge StatusWindows | Jared Adams | 1 | -2/+4 | |
Also some other small merges | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 1 | -0/+8 | |
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 1 | -0/+2 | |
2009-05-12 | Show party name in party window | Jared Adams | 1 | -0/+2 | |
2009-05-11 | Standardize item statistics format | Jared Adams | 1 | -6/+6 | |
2009-05-11 | Fixed the memory issues with the pointers to item stat modifiers | Bjørn Lindeijer | 1 | -15/+7 | |
It was a list of pointers to Stat instances that had long been popped off the stack and deleted. | |||||
2009-05-11 | Fix an odd segfault with custom item stats | Jared Adams | 1 | -1/+2 | |
2009-05-06 | Don't show the split button for eAthena | Jared Adams | 1 | -1/+3 | |
2009-04-16 | Fix compilation under TMWServ | Jared Adams | 1 | -6/+8 | |
2009-04-16 | Remove last support #ifdef in the resource code | Jared Adams | 1 | -0/+19 | |
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -0/+10 | |
2009-04-09 | Remove a segfault when exiting the client | Jared Adams | 1 | -0/+2 | |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -8/+8 | |
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+126 | |
Also make Net::LogoutHandler |