Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 1 | -2/+1 | |
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler. | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -1/+1 | |
2009-11-02 | Fixing disconnection bug. | Andrei Karas | 1 | -1/+1 | |
And revert commit 30db6c4375f932370d4fce0c5b35a0cab93a2a18. | |||||
2009-11-02 | Got rid of GameHandler::clear | Thorbjørn Lindeijer | 1 | -5/+0 | |
It was just forwarding to disconnect(). | |||||
2009-10-30 | Support switching characters under eAthena | Jared Adams | 1 | -0/+18 | |
2009-10-29 | Some random cleanups | Thorbjørn Lindeijer | 1 | -2/+1 | |
2009-10-06 | Some cleanup regarding keeping track of gender for eAthena | Thorbjørn Lindeijer | 1 | -6/+10 | |
LoginHandler now owns the world list and the token, instead of having them as global variables with pointers to the 'sex' member of the token from the GUI. | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -0/+149 | |
Also do some cleanup and refactoring of related code. |