Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-13 | Add code to change gameservers to manaserv netcode | Jared Adams | 1 | -2/+8 | |
Reviewed-by: Freeyorp | |||||
2010-04-16 | Fix canceling game connection | Jared Adams | 1 | -2/+5 | |
Reviewed-by: Bertram | |||||
2010-04-12 | Add support for map-server switching under eAthena | Jared Adams | 1 | -9/+13 | |
Also do some cleanup that's been needed for a while. Reviewed-by: Bertram | |||||
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -3/+3 | |
Much code was moved from main() to the new Client::exec(). This new event loop now integrates with the Game class, so that the tick counter and framerate limiter apply universally. The Client class is also responsible for some things that used to be global variables. Mantis-issue: ... | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -3/+3 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Remove some support ifdefs | Jared Adams | 1 | -0/+4 | |
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+2 | |
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 1 | -1/+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 | Fix switching characters under ManaServ | Jared Adams | 1 | -5/+14 | |
2009-11-03 | Simplify ManaServ netcode some more | Jared Adams | 1 | -5/+9 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -4/+3 | |
2009-11-02 | Got rid of GameHandler::clear | Thorbjørn Lindeijer | 1 | -5/+0 | |
It was just forwarding to disconnect(). | |||||
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+132 | |