ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.115 by root, Wed Nov 21 13:22:34 2012 UTC vs.
Revision 1.117 by root, Sat Jan 28 23:58:52 2017 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the 7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
103 103
104// a handler for a specific type of packet 104// a handler for a specific type of packet
105enum { 105enum {
106 PF_PLAYER = 0x01, // must have valid player / will by synchronised 106 PF_PLAYER = 0x01, // must have valid player / will by synchronised
107 PF_PLAYING = 0x02, // must be in playing state 107 PF_PLAYING = 0x02, // must be in playing state
108 PF_COMMAND = 0x04, // is a suer command 108 PF_COMMAND = 0x04, // is a user command
109}; 109};
110 110
111// face types. bit 0 means "has meta info prepended" 111// face types. bit 0 means "has meta info prepended"
112enum { 112enum {
113 FT_IMAGE = 0 * 2 + 0, // images 113 FT_IMAGE = 0 * 2 + 0, // images

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines