Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -39/+13 | |
2009-04-02 | Partially fixed compilation for TMWServ. src/gui/buysell.cpp still needs to ↵ | Philipp Sehmisch | 1 | -1/+1 | |
be fixed. | |||||
2009-04-01 | Create a few more handlers for eAthena | Jared Adams | 1 | -8/+14 | |
Map, chat, and admin have been finished (to the degree they handle all existing cases). | |||||
2009-03-31 | Implement a few more handlers for eAthena | Jared Adams | 1 | -1/+0 | |
Party, skill, and trade handlers made for eAthena. | |||||
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -54/+3 | |
2009-03-28 | Fix output location for CommandHandler | Jared Adams | 1 | -142/+142 | |
2009-03-28 | Clean up eAthena party handling a bit more | Jared Adams | 1 | -2/+2 | |
2009-03-27 | Clean up some ifdefs and start cleanup of parties | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 1 | -5/+0 | |
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible. | |||||
2009-03-27 | Made eAthena's Network class statically accessible | Bjørn Lindeijer | 1 | -4/+2 | |
Now the instance doesn't need to be passed into the MessageOut class anymore. Expect a lot of cleanup in the next commit. | |||||
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -11/+1 | |
2009-03-27 | Add a close command to WhisperTab | Jared Adams | 1 | -0/+1 | |
2009-03-27 | Fix a segfault with empty whisper messages | Jared Adams | 1 | -2/+4 | |
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -96/+97 | |
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 | Add WhisperTabs | Jared Adams | 1 | -9/+1 | |
2009-03-26 | Fix some bugs with whispers under eAthena | Jared Adams | 1 | -16/+26 | |
2009-03-26 | Add ChannelTab for chat channels | Jared Adams | 1 | -5/+14 | |
This fixes TMWServ compilation form the previous commit. | |||||
2009-03-26 | Move ChatWindow over to ChatTabs | Jared Adams | 1 | -1/+1 | |
TMWServ compilation is likely not functional after this, I didn't check. THe next commit will address that. | |||||
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-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -2/+2 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2009-03-23 | Fix CommandHandler for TMWServ | Jared Adams | 1 | -2/+4 | |
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 1 | -83/+339 | |
Also drop Aethyra's custom magic code | |||||
2009-01-28 | Added channel highlighting upon activity. Added /kick command to get rid of ↵ | David Athay | 1 | -0/+6 | |
users from a channel | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-06 | Added interface for sending post. | David Athay | 1 | -20/+0 | |
2008-10-27 | Removed /check command. | David Athay | 1 | -4/+0 | |
2008-10-26 | get rid of /admin commands | Roderic Morris | 1 | -21/+0 | |
2008-10-21 | Fixed up some of the postal system stuff for testing it. | David Athay | 1 | -0/+13 | |
2008-10-15 | src/localplayer.cpp | David Athay | 1 | -0/+11 | |
src/net/beinghandler.cpp src/net/protocol.h src/net/gameserver/player.h src/net/gameserver/player.cpp src/net/beinghandler.h ChangeLog tmw.cbp | |||||
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 1 | -0/+51 | |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 1 | -1/+10 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 1 | -30/+8 | |
2008-07-07 | Added /party command. | David Athay | 1 | -0/+21 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 1 | -21/+96 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 1 | -0/+17 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 1 | -0/+189 | |