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.69 by root, Sat Nov 17 23:40:05 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 (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 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 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team 6 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992 Frank Tore Johansen 7 * Copyright (©) 1992 Frank Tore Johansen
7 * 8 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 9 * 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 10 * the terms of the Affero GNU General Public License as published by the
39#include <skills.h> 40#include <skills.h>
40 41
41#include <cstring> 42#include <cstring>
42 43
43/** 44/**
44 * Draws a normal message on the client. It is pretty 45 * Draws a normal message on the client. It is pretty
45 * much the same thing as the draw_info above, but takes a color 46 * much the same thing as the draw_info above, but takes a color
46 * parameter. the esrv_drawinfo functions should probably be 47 * parameter. the esrv_drawinfo functions should probably be
47 * replaced with this, just using black as the color. 48 * replaced with this, just using black as the color.
48 */ 49 */
49static void 50static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines