summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-12Fix up handling of GM statusJared Adams1-2/+3
2009-05-12Fix player party hilighting issuesJared Adams1-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-03Moved mIsGM from Being to Player and made isGM() constBjørn Lindeijer1-2/+2
2009-05-01Merge the NPC dialogs into oneJared Adams1-7/+0
Also add support for the new TMWServ NPC packets
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-2/+2
We don't use underscores in the filenames generally, and let's be consistent on that matter.
2009-04-28Made map non-resizable. Stopped emote spamming.David Athay1-1/+5
2009-04-18Make sure every eAthena packet has a #defineJared Adams1-4/+4
2009-04-14Put the remaining unnamespaced handlers in a namespaceBjørn Lindeijer1-0/+4
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const.
2009-04-12Properly interpret `PC is dead' information from eAthena serverFate1-0/+4
(cf. 5cf18a062ffca03196b83fe6fda8ea3e54079c57; apparently the change was lost later)
2009-04-06Add support for changing direction under eAthenaJared Adams1-0/+13
2009-04-01Fix "unnamed" monstersJared Adams1-2/+6
2009-03-28Remove #ifdefs related to Being creationJared Adams1-5/+38
Also move the Monster type offset handling into the eAthena netcode.
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-14/+16
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-18/+22
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-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!