Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-12 | Fix up handling of GM status | Jared Adams | 1 | -2/+3 | |
2009-05-12 | Fix player party hilighting issues | Jared Adams | 1 | -3/+8 | |
Causes when other party memebrs were on the same map and they came in range, they wouldn't get hilighted. Also simplify the check for correct player (avoiding problems with multiple characters on an account). | |||||
2009-05-03 | Moved mIsGM from Being to Player and made isGM() const | Bjørn Lindeijer | 1 | -2/+2 | |
2009-05-01 | Merge the NPC dialogs into one | Jared Adams | 1 | -7/+0 | |
Also add support for the new TMWServ NPC packets | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -2/+2 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-28 | Made map non-resizable. Stopped emote spamming. | David Athay | 1 | -1/+5 | |
2009-04-18 | Make sure every eAthena packet has a #define | Jared Adams | 1 | -4/+4 | |
2009-04-14 | Put the remaining unnamespaced handlers in a namespace | Bjørn Lindeijer | 1 | -0/+4 | |
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const. | |||||
2009-04-12 | Properly interpret `PC is dead' information from eAthena server | Fate | 1 | -0/+4 | |
(cf. 5cf18a062ffca03196b83fe6fda8ea3e54079c57; apparently the change was lost later) | |||||
2009-04-06 | Add support for changing direction under eAthena | Jared Adams | 1 | -0/+13 | |
2009-04-01 | Fix "unnamed" monsters | Jared Adams | 1 | -2/+6 | |
2009-03-28 | Remove #ifdefs related to Being creation | Jared Adams | 1 | -5/+38 | |
Also move the Monster type offset handling into the eAthena netcode. | |||||
2009-03-27 | Include statement cleanup for net/ea/ directory. | Bjørn Lindeijer | 1 | -14/+16 | |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -18/+22 | |
Conflicts: A lot of files. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+542 | |
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! |