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

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.100 by root, Wed Nov 16 23:42:03 2016 UTC vs.
Revision 1.101 by root, Wed Nov 14 23:24:27 2018 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 (©) 2018 Marc Alexander Lehmann / 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 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 6 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 7 * 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 8 * 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 9 * Free Software Foundation, either version 3 of the License, or (at your
246 247
247 packet sl ("ix"); 248 packet sl ("ix");
248 249
249 sl << ber32 (ix.idx) 250 sl << ber32 (ix.idx)
250 << ber32 (ix.ofs) 251 << ber32 (ix.ofs)
251 << data (ix.data + ix.ofs, chunk); 252 << data_n (ix.data + ix.ofs, chunk);
252 253
253 send_packet (sl); 254 send_packet (sl);
254 255
255 if (!ix.ofs) 256 if (!ix.ofs)
256 { 257 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines