Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -411/+0 | |
2009-10-21 | Commencing the keyboard walking fine-tune. | Bertram | 1 | -2/+1 | |
Also, fixed sit to stand action change. | |||||
2009-08-16 | Merged changes from last month with a commit I forgot to commit before I ↵ | Philipp Sehmisch | 1 | -31/+26 | |
went on vacation. | |||||
2009-07-24 | Remove an ifdef in StatusWindow and update MP more | Jared Adams | 1 | -0/+5 | |
Also make MiniStatus only update the bars when needed (called by StatusWindow). | |||||
2009-07-19 | Merge StatusWindows | Jared Adams | 1 | -1/+1 | |
Also some other small merges | |||||
2009-07-14 | Merge and cleanup more stuff | Jared Adams | 1 | -4/+8 | |
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 1 | -0/+5 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-07-13 | Some item pickup cleaning | Jared Adams | 1 | -1/+4 | |
Still need to find where to attach LocalPlayer::pickedUp for TMWServ. | |||||
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 1 | -1/+0 | |
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 1 | -24/+3 | |
2009-07-03 | Implemented display of spell recharge information from server in the magic ↵ | Philipp Sehmisch | 1 | -0/+14 | |
gui (very, very hackish) | |||||
2009-06-30 | Use two bytes for skill ID | Jared Adams | 1 | -1/+1 | |
2009-05-29 | Some movement fixes for TMWServ build. | Chuck Miller | 1 | -3/+0 | |
Looked pretty good so I removed annoying debug information. Also should note that movement between two players is still off. | |||||
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 1 | -3/+3 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings | |||||
2009-05-18 | Added target combat | David Athay | 1 | -2/+4 | |
2009-05-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 1 | -1/+2 | |
And make a few others like that, and remove them too. | |||||
2009-05-01 | Merge the NPC dialogs into one | Jared Adams | 1 | -6/+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-06 | Moved many MessageOut constructions around | Bjørn Lindeijer | 1 | -5/+17 | |
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces. | |||||
2009-04-06 | Add TMWServ's SkillHandler | Jared Adams | 1 | -0/+4 | |
Also namespace both Player- and TradeHandlers | |||||
2009-04-03 | Fill in TMWServ's TradeHandler | Jared Adams | 1 | -0/+3 | |
Also started temparary implementation of the Net::getXHandler() methods and started using them. | |||||
2009-04-02 | Start TMWServ's PlayerHandler and InventoryHandler | Jared Adams | 1 | -0/+63 | |
2009-03-27 | Clean up some ifdefs and start cleanup of parties | Jared Adams | 1 | -3/+0 | |
2009-03-27 | Fixed position of dots on minimap | Bjørn Lindeijer | 1 | -0/+1 | |
Also made mPx and mPy private and synchronize with mPos on setPosition(). The side effects of setting destination and clearing the path have been removed from setPosition(). Only the tmwserv PlayerHandler seemed to rely on that feature. Mantis-issue: 672 | |||||
2009-03-27 | Changed the includes for the net/tmwserv/ directory | Bjørn Lindeijer | 1 | -22/+22 | |
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -1/+1 | |
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game. | |||||
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 | -0/+2 | |
Conflicts: A lot of files. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -0/+327 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. |