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

Comparing deliantra/server/server/move.C (file contents):
Revision 1.46 by root, Mon Oct 29 23:55:55 2012 UTC vs.
Revision 1.48 by root, Sun Jan 29 02:47:05 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 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992 Frank Tore Johansen 6 * Copyright (©) 1992 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 8 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 9 * the terms of the Affero GNU General Public License as published by the
265 } 265 }
266 return 0; 266 return 0;
267} 267}
268 268
269/* 269/*
270 * this is not perfect yet. 270 * this is not perfect yet.
271 * it does not roll objects behind multipart objects properly. 271 * it does not roll objects behind multipart objects properly.
272 * Support for rolling multipart objects is questionable. 272 * Support for rolling multipart objects is questionable.
273 */ 273 */
274static int 274static int
275roll_ob (object *op, int dir, object *pusher) 275roll_ob (object *op, int dir, object *pusher)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines