summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-295/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-11-21Undo message id change to maintain compatibilityBjørn Lindeijer1-1/+1
2008-11-20Renabled the dynamic updatesBjørn Lindeijer1-4/+9
The update host can be optionally received from the server in a succesful login response or register response message. This change also merged Subversion commits 4425 and 4426: ........ r4425 | b_lindeijer | 2008-07-18 00:52:53 +0200 (Fri, 18 Jul 2008) | 3 lines -- Added support for handling the custom eAthena packet that sends the update host (patch by Sanga). ........ r4426 | b_lindeijer | 2008-07-18 01:08:17 +0200 (Fri, 18 Jul 2008) | 3 lines -- Remove possible trailing slash at the end of the update host, since otherwise there'll be two of them.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-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-13Added avatars to party windowDavid Athay1-2/+4
2008-11-06Added interface for sending post.David Athay1-6/+3
2008-11-01Magic implementation phase 1 and 2 (added netcode and a very crude gui for ↵Philipp Sehmisch1-0/+1
using special actions like magic)
2008-10-27add effect handler (by Chuck Miller)Roderic Morris1-0/+1
2008-10-21Fixed up some of the postal system stuff for testing it.David Athay1-1/+1
2008-10-15src/localplayer.cppDavid Athay1-0/+8
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-13Added permission levels to guilds, and operator permissions to channels.David Athay1-2/+9
2008-07-24Reverted David Athay1-0/+1
Alt-Gr fix. Added NPC error messages.
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay1-1/+1
2008-07-07get rid of channel registering related codeRoderic Morris1-2/+0
2008-06-25handle topic changes and guild eventsRoderic Morris1-7/+17
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris1-12/+7
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-0/+17
2008-04-28Added party invite dialogDavid Athay1-1/+1
2008-04-25Generic return values were incomplete client-side.Yohann Ferreira1-1/+4
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira1-1/+2
2008-04-25Added client-side email address change ability.Yohann Ferreira1-2/+0
2008-04-22Added more support for partiesDavid Athay1-2/+5
2008-04-16Removed private channelsDavid Athay1-0/+6
2008-04-15Added online status of guild membersDavid Athay1-1/+1
2008-04-03Added updating guild member listDavid Athay1-7/+6
2008-02-28Temporary fix for GUILD protocol support, fixed makefile. Also please do not ↵Mateusz Kaduk1-1/+3
double source file names - rename it.
2008-02-28Work in Progress commit of guilds.David Athay1-11/+31
2008-02-27Implemented provisorical player respawn.Philipp Sehmisch1-0/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-1/+15
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond1-1/+1
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond1-0/+2
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-1/+2
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond1-1/+4
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-68/+1
2007-07-29Converted trading to new server.Guillaume Melquiond1-13/+10
2007-07-25Added being speed to protocol.Guillaume Melquiond1-1/+1
2007-07-23Converted NPC code to new server.Guillaume Melquiond1-0/+6
2007-07-14Reduced size of equipment packets.Guillaume Melquiond1-1/+1
2007-07-12Added support for visible equipment.Guillaume Melquiond1-1/+2
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-0/+1
2007-03-22Redesigned the localplayer class to use getters and setters instead of ↵Philipp Sehmisch1-0/+1
direct access to the member variables. Implemented communication of attributes between server and client.
2007-03-20Implemented a GUI for distributing the characters attributes at character ↵Philipp Sehmisch1-1/+0
creation.
2007-03-02Implemented communication of being action changes.Philipp Sehmisch1-2/+3
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-3/+6
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-1/+9
switch_accountserver.
2007-01-05Added support for full inventory update.Guillaume Melquiond1-0/+1
2007-01-05Implemented item dropping.Guillaume Melquiond1-2/+2
2007-01-04Client-side hack for picking up items.Guillaume Melquiond1-2/+2
2007-01-03Added message for new items.Guillaume Melquiond1-0/+1
2007-01-03Modified handler for items on floor.Guillaume Melquiond1-1/+2