Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-21 | Handle packet 0x0195, and shows player's party name in a popup | Chuck Miller | 1 | -0/+1 | |
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-24 | Remove some more _SUPPORT ifdefs | Jared Adams | 1 | -0/+17 | |
2009-12-16 | Stored the cached config value which says if non-crucial particle effects ↵ | Philipp Sehmisch | 1 | -0/+1 | |
are enabled or not in a static member of class Particle instead of an instanced member of Being. | |||||
2009-11-07 | More eAthena guild stuff | Jared Adams | 1 | -8/+31 | |
Also some related chenges elsewhere | |||||
2009-11-03 | Move ManaServ guild code into GuildHandler | Jared Adams | 1 | -0/+23 | |
Ad start eAthena's GuildHandler | |||||
2009-10-30 | Support switching characters under eAthena | Jared Adams | 1 | -0/+3 | |
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -1/+5 | |
Also do some cleanup and refactoring of related code. | |||||
2009-09-21 | Fix character creation failure message ID | Jared Adams | 1 | -1/+1 | |
2009-07-19 | Merge StatusWindows | Jared Adams | 1 | -7/+2 | |
Also some other small merges | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 1 | -0/+24 | |
2009-07-14 | Add netcode for specials | Jared Adams | 1 | -0/+5 | |
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 1 | -0/+1 | |
2009-05-25 | Add athena netcode for changing account password. | Dennis Friis | 1 | -0/+2 | |
2009-05-22 | Add rudimentary support for forced revive on athena. | Dennis Friis | 1 | -0/+1 | |
2009-04-27 | Moved special coordinates packing into MessageOut | Bjørn Lindeijer | 1 | -3/+0 | |
Is a better place. The reading part was already in MessageIn. | |||||
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -3/+4 | |
2009-04-18 | Make sure every eAthena packet has a #define | Jared Adams | 1 | -9/+38 | |
2009-04-06 | Add support for changing direction under eAthena | Jared Adams | 1 | -0/+2 | |
2009-04-02 | Make eAthena's CharHandler | Jared Adams | 1 | -0/+5 | |
Also add ping to MapHandler and fill in eAthena's MapHandler's connect method. | |||||
2009-04-02 | Add some missing handler for eAthena | Jared Adams | 1 | -0/+3 | |
Also expand aAthena's AdminHandler | |||||
2009-04-01 | Create a few more handlers for eAthena | Jared Adams | 1 | -0/+6 | |
Map, chat, and admin have been finished (to the degree they handle all existing cases). | |||||
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -1/+1 | |
2009-03-28 | Clean up eAthena party handling a bit more | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Moved the inventory and storage offset handling into netcode | Bjørn Lindeijer | 1 | -0/+3 | |
No need to complicate the item containers and inventory classes with a silly offset used by the eAthena server. Also fixed the logToStandardOut option by reading it from the config after the configuration has been initialized. | |||||
2009-03-27 | Include statement cleanup for net/ea/ directory. | Bjørn Lindeijer | 1 | -2/+2 | |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -8/+10 | |
Conflicts: A lot of files. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+162 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! |