ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.17 by root, Mon Jun 19 10:20:07 2006 UTC vs.
Revision 1.18 by root, Tue Jul 11 14:24:15 2006 UTC

1package cf; 1package cf;
2 2
3use Symbol; 3use Symbol;
4use List::Util; 4use List::Util;
5use Storable; 5use Storable;
6use Event;
6 7
7use strict; 8use strict;
8 9
9our %COMMAND; 10our %COMMAND;
10our @EVENT; 11our @EVENT;
60 61
61# guessed hierarchies 62# guessed hierarchies
62 63
63@cf::object::player::ISA = 'cf::object'; 64@cf::object::player::ISA = 'cf::object';
64@cf::object::map::ISA = 'cf::object'; 65@cf::object::map::ISA = 'cf::object';
66
67$Event::DIED = sub {
68 warn "error in event callback: @_";
69};
65 70
66my %ext_pkg; 71my %ext_pkg;
67my @exts; 72my @exts;
68my @hook; 73my @hook;
69my %command; 74my %command;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines