Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-01 | Remove complex path finding for players. Add a simple path finding algorithm ↵ | Roderic Morris | 1 | -2/+3 | |
to map. | |||||
2009-05-29 | Some movement fixes for TMWServ build. | Chuck Miller | 1 | -7/+2 | |
Looked pretty good so I removed annoying debug information. Also should note that movement between two players is still off. | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -1/+1 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
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-07 | Fixed compile warnings about unsigned/signed comparisons | Bjørn Lindeijer | 1 | -8/+11 | |
2009-04-06 | Moved many MessageOut constructions around | Bjørn Lindeijer | 1 | -4/+4 | |
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces. | |||||
2009-03-28 | Remove #ifdefs related to Being creation | Jared Adams | 1 | -2/+3 | |
Also move the Monster type offset handling into the eAthena netcode. | |||||
2009-03-27 | Changed the includes for the net/tmwserv/ directory | Bjørn Lindeijer | 1 | -17/+15 | |
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -4/+4 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -1/+1 | |
Conflicts: A lot of files. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -0/+359 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. |