Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -14/+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/+1 | |
2009-05-07 | Fix handling of error messages in the game state | Jared Adams | 1 | -3/+7 | |
Also make sure an appropirate message gets shown on duplicated login. | |||||
2009-05-06 | Don't show the split button for eAthena | Jared Adams | 1 | -0/+3 | |
2009-04-16 | Fix compilation under TMWServ | Jared Adams | 1 | -6/+6 | |
2009-04-16 | Remove last support #ifdef in the resource code | Jared Adams | 1 | -0/+21 | |
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -1/+29 | |
2009-04-09 | Some random cleanups | Bjørn Lindeijer | 1 | -5/+2 | |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -1/+3 | |
2009-04-08 | Associated setup tab name with the tab itself | Bjørn Lindeijer | 1 | -1/+0 | |
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class. | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+164 | |
Also make Net::LogoutHandler |