ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/lowlevel.C
(Generate patch)

Comparing deliantra/server/socket/lowlevel.C (file contents):
Revision 1.76 by root, Thu Apr 8 20:05:36 2010 UTC vs.
Revision 1.77 by root, Sun Apr 11 23:32:10 2010 UTC

177 {"apply", PC(ApplyCmd) PF_PLAYING }, 177 {"apply", PC(ApplyCmd) PF_PLAYING },
178 {"lookat", PC(LookAt) PF_PLAYING }, 178 {"lookat", PC(LookAt) PF_PLAYING },
179 {"lock", PC(LockItem) PF_PLAYING }, 179 {"lock", PC(LockItem) PF_PLAYING },
180 {"mark", PC(MarkItem) PF_PLAYING }, 180 {"mark", PC(MarkItem) PF_PLAYING },
181 {"move", PC(MoveCmd) PF_PLAYING }, 181 {"move", PC(MoveCmd) PF_PLAYING },
182 {"ext", PC(ExtCmd) 0 }, // CF+ 182 {"ext", PC(ExtCmd) 0 }, // CF+/Deliantra
183 {"mapredraw", PC(MapRedrawCmd) 0 }, 183 {"mapredraw", PC(MapRedrawCmd) 0 },
184 {"mapinfo", PC(MapInfoCmd) 0 }, // CF+ 184 {"mapinfo", PC(MapInfoCmd) 0 }, // CF+/Deliantra
185 185
186 {"reply", SC(ReplyCmd) 0 }, 186 {"reply", SC(ReplyCmd) 0 },
187 {"exti", SC(ExtiCmd) 0 }, // CF+ 187 {"exti", SC(ExtiCmd) 0 }, // CF+/Deliantra
188 {"addme", SC(AddMeCmd) 0 }, 188 {"addme", SC(AddMeCmd) 0 },
189 {"askface", SC(AskFaceCmd) 0 }, 189 {"askface", SC(AskFaceCmd) 0 },
190 {"requestinfo", SC(RequestInfo) 0 }, 190 {"requestinfo", SC(RequestInfo) 0 },
191 {"setsound", SC(SetSound) 0 }, 191 {"setsound", SC(SetSound) 0 },
192 {"setup", SC(SetUp) 0 }, 192 {"setup", SC(SetUp) 0 },
193 {"version", SC(VersionCmd) 0 }, 193 {"version", SC(VersionCmd) 0 },
194 194
195 {"toggleextendedtext", SC(NopCmd) 0 }, 195 {"toggleextendedtext", SC(NopCmd) 0 }, // deliantra: disabled
196}; 196};
197 197
198bool 198bool
199client::may_execute (const packet_type *pkt) const 199client::may_execute (const packet_type *pkt) const
200{ 200{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines