ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/cfperl.h
(Generate patch)

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.122 by root, Thu Apr 15 04:02:38 2010 UTC vs.
Revision 1.124 by root, Sat Apr 23 04:56:47 2011 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 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 6 * 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 7 * 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 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
129#endif 129#endif
130 130
131extern tstamp runtime; // virtual server time, excluding time jumps and lag 131extern tstamp runtime; // virtual server time, excluding time jumps and lag
132extern tstamp NOW; // real time of current server tick 132extern tstamp NOW; // real time of current server tick
133 133
134noinline utf8_string cfSvPVutf8_nolen (SV *sv);
135
134enum event_klass 136enum event_klass
135{ 137{
136 KLASS_NONE, 138 KLASS_NONE,
137 KLASS_GLOBAL, 139 KLASS_GLOBAL,
138 KLASS_ATTACHABLE, 140 KLASS_ATTACHABLE,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines