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

Comparing deliantra/server/socket/info.C (file contents):
Revision 1.66 by root, Mon Oct 29 23:55:57 2012 UTC vs.
Revision 1.68 by root, Wed Nov 16 23:42:03 2016 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
39#include <skills.h> 39#include <skills.h>
40 40
41#include <cstring> 41#include <cstring>
42 42
43/** 43/**
44 * Draws a normal message on the client. It is pretty 44 * Draws a normal message on the client. It is pretty
45 * much the same thing as the draw_info above, but takes a color 45 * much the same thing as the draw_info above, but takes a color
46 * parameter. the esrv_drawinfo functions should probably be 46 * parameter. the esrv_drawinfo functions should probably be
47 * replaced with this, just using black as the color. 47 * replaced with this, just using black as the color.
48 */ 48 */
49static void 49static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines