Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |