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.24 by root, Wed Jul 19 22:51:40 2006 UTC vs.
Revision 1.61 by root, Sun Sep 3 22:45:56 2006 UTC

5use Storable; 5use Storable;
6use Opcode; 6use Opcode;
7use Safe; 7use Safe;
8use Safe::Hole; 8use Safe::Hole;
9 9
10use Time::HiRes;
10use Event; 11use Event;
11$Event::Eval = 1; # no idea why this is required, but it is 12$Event::Eval = 1; # no idea why this is required, but it is
12 13
13use strict; 14use strict;
14 15
16_reload_1;
17
15our %COMMAND; 18our %COMMAND = ();
16our @EVENT; 19our @EVENT;
17our %PROP_TYPE; 20our %PROP_TYPE;
18our %PROP_IDX; 21our %PROP_IDX;
22our $LIBDIR = maps_directory "perl";
23
24our $TICK = MAX_TIME * 1e-6;
25our $TICK_WATCHER;
26our $NEXT_TICK;
19 27
20BEGIN { 28BEGIN {
21 @EVENT = map lc, @EVENT;
22
23 *CORE::GLOBAL::warn = sub { 29 *CORE::GLOBAL::warn = sub {
24 my $msg = join "", @_; 30 my $msg = join "", @_;
25 $msg .= "\n" 31 $msg .= "\n"
26 unless $msg =~ /\n$/; 32 unless $msg =~ /\n$/;
27 33
62prop_gen PLAYER_PROP => "cf::object::player"; 68prop_gen PLAYER_PROP => "cf::object::player";
63 69
64prop_gen MAP_PROP => "cf::map"; 70prop_gen MAP_PROP => "cf::map";
65prop_gen ARCH_PROP => "cf::arch"; 71prop_gen ARCH_PROP => "cf::arch";
66 72
67# guessed hierarchies 73@safe::cf::object::player::ISA = @cf::object::player::ISA = 'cf::object';
68 74
69@cf::object::player::ISA = 'cf::object'; 75# we bless all objects into (empty) derived classes to force a method lookup
70@cf::object::map::ISA = 'cf::object'; 76# within the Safe compartment.
77for my $pkg (qw(cf::object cf::object::player cf::player cf::map cf::party cf::region cf::arch cf::living)) {
78 no strict 'refs';
79 @{"safe::$pkg\::wrap::ISA"} = @{"$pkg\::wrap::ISA"} = $pkg;
80}
71 81
72$Event::DIED = sub { 82$Event::DIED = sub {
73 warn "error in event callback: @_"; 83 warn "error in event callback: @_";
74}; 84};
75 85
77my @exts; 87my @exts;
78my @hook; 88my @hook;
79my %command; 89my %command;
80my %extcmd; 90my %extcmd;
81 91
92#############################################################################
93# utility functions
94
95use JSON::Syck (); # TODO# replace by JSON::PC once working
96
97sub from_json($) {
98 $JSON::Syck::ImplicitUnicode = 1; # work around JSON::Syck bugs
99 JSON::Syck::Load $_[0]
100}
101
102sub to_json($) {
103 $JSON::Syck::ImplicitUnicode = 0; # work around JSON::Syck bugs
104 JSON::Syck::Dump $_[0]
105}
106
107#############################################################################
108# "new" plug-in system
109
110=head3 EVENTS AND OBJECT ATTACHMENTS
111
112=over 4
113
114=item $object->attach ($attachment, key => $value...)
115
116=item $object->detach ($attachment)
117
118Attach/detach a pre-registered attachment to an object.
119
120=item $player->attach ($attachment, key => $value...)
121
122=item $player->detach ($attachment)
123
124Attach/detach a pre-registered attachment to a player.
125
126=item $map->attach ($attachment, key => $value...)
127
128=item $map->detach ($attachment)
129
130Attach/detach a pre-registered attachment to a map.
131
132=item $bool = $object->attached ($name)
133
134=item $bool = $player->attached ($name)
135
136=item $bool = $map->attached ($name)
137
138Checks wether the named attachment is currently attached to the object.
139
140=item cf::attach_global ...
141
142Attach handlers for global events.
143
144This and all following C<attach_*>-functions expect any number of the
145following handler/hook descriptions:
146
147=over 4
148
149=item prio => $number
150
151Set the priority for all following handlers/hooks (unless overwritten
152by another C<prio> setting). Lower priority handlers get executed
153earlier. The default priority is C<0>, and many built-in handlers are
154registered at priority C<-1000>, so lower priorities should not be used
155unless you know what you are doing.
156
157=item on_I<event> => \&cb
158
159Call the given code reference whenever the named event happens (event is
160something like C<instantiate>, C<apply>, C<use_skill> and so on, and which
161handlers are recognised generally depends on the type of object these
162handlers attach to).
163
164See F<include/eventinc.h> for the full list of events supported, and their
165class.
166
167=item package => package::
168
169Look for sub functions of the name C<< on_I<event> >> in the given
170package and register them. Only handlers for eevents supported by the
171object/class are recognised.
172
173=back
174
175=item cf::attach_to_type $object_type, $subtype, ...
176
177Attach handlers for a specific object type (e.g. TRANSPORT) and
178subtype. If C<$subtype> is zero or undef, matches all objects of the given
179type.
180
181=item cf::attach_to_objects ...
182
183Attach handlers to all objects. Do not use this except for debugging or
184very rare events, as handlers are (obviously) called for I<all> objects in
185the game.
186
187=item cf::attach_to_players ...
188
189Attach handlers to all players.
190
191=item cf::attach_to_maps ...
192
193Attach handlers to all maps.
194
195=item cf:register_attachment $name, ...
196
197Register an attachment by name through which objects can refer to this
198attachment.
199
200=item cf:register_player_attachment $name, ...
201
202Register an attachment by name through which players can refer to this
203attachment.
204
205=item cf:register_map_attachment $name, ...
206
207Register an attachment by name through which maps can refer to this
208attachment.
209
210=cut
211
212# the following variables are defined in .xs and must not be re-created
213our @CB_GLOBAL = (); # registry for all global events
214our @CB_OBJECT = (); # all objects (should not be used except in emergency)
215our @CB_PLAYER = ();
216our @CB_TYPE = (); # registry for type (cf-object class) based events
217our @CB_MAP = ();
218
219my %attachment;
220
221sub _attach_cb($\%$$$) {
222 my ($registry, $undo, $event, $prio, $cb) = @_;
223
224 use sort 'stable';
225
226 $cb = [$prio, $cb];
227
228 @{$registry->[$event]} = sort
229 { $a->[0] cmp $b->[0] }
230 @{$registry->[$event] || []}, $cb;
231
232 push @{$undo->{cb}}, [$event, $cb];
233}
234
235# attach handles attaching event callbacks
236# the only thing the caller has to do is pass the correct
237# registry (== where the callback attaches to).
238sub _attach(\@$@) {
239 my ($registry, $klass, @arg) = @_;
240
241 my $prio = 0;
242
243 my %undo = (
244 registry => $registry,
245 cb => [],
246 );
247
248 my %cb_id = map +("on_" . lc $EVENT[$_][0], $_) , grep $EVENT[$_][1] == $klass, 0 .. $#EVENT;
249
250 while (@arg) {
251 my $type = shift @arg;
252
253 if ($type eq "prio") {
254 $prio = shift @arg;
255
256 } elsif ($type eq "package") {
257 my $pkg = shift @arg;
258
259 while (my ($name, $id) = each %cb_id) {
260 if (my $cb = $pkg->can ($name)) {
261 _attach_cb $registry, %undo, $id, $prio, $cb;
262 }
263 }
264
265 } elsif (exists $cb_id{$type}) {
266 _attach_cb $registry, %undo, $cb_id{$type}, $prio, shift @arg;
267
268 } elsif (ref $type) {
269 warn "attaching objects not supported, ignoring.\n";
270
271 } else {
272 shift @arg;
273 warn "attach argument '$type' not supported, ignoring.\n";
274 }
275 }
276
277 \%undo
278}
279
280sub _attach_attachment {
281 my ($obj, $name, %arg) = @_;
282
283 return if exists $obj->{_attachment}{$name};
284
285 my $res;
286
287 if (my $attach = $attachment{$name}) {
288 my $registry = $obj->registry;
289
290 for (@$attach) {
291 my ($klass, @attach) = @$_;
292 $res = _attach @$registry, $klass, @attach;
293 }
294
295 $obj->{$name} = \%arg;
296 } else {
297 warn "object uses attachment '$name' that is not available, postponing.\n";
298 }
299
300 $obj->{_attachment}{$name} = undef;
301
302 $res->{attachment} = $name;
303 $res
304}
305
306*cf::object::attach =
307*cf::player::attach =
308*cf::map::attach = sub {
309 my ($obj, $name, %arg) = @_;
310
311 _attach_attachment $obj, $name, %arg;
312};
313
314# all those should be optimised
315*cf::object::detach =
316*cf::player::detach =
317*cf::map::detach = sub {
318 my ($obj, $name) = @_;
319
320 delete $obj->{_attachment}{$name};
321 reattach ($obj);
322};
323
324*cf::object::attached =
325*cf::player::attached =
326*cf::map::attached = sub {
327 my ($obj, $name) = @_;
328
329 exists $obj->{_attachment}{$name}
330};
331
332sub attach_global {
333 _attach @CB_GLOBAL, KLASS_GLOBAL, @_
334}
335
336sub attach_to_type {
337 my $type = shift;
338 my $subtype = shift;
339
340 _attach @{$CB_TYPE[$type + $subtype * NUM_SUBTYPES]}, KLASS_OBJECT, @_
341}
342
343sub attach_to_objects {
344 _attach @CB_OBJECT, KLASS_OBJECT, @_
345}
346
347sub attach_to_players {
348 _attach @CB_PLAYER, KLASS_PLAYER, @_
349}
350
351sub attach_to_maps {
352 _attach @CB_MAP, KLASS_MAP, @_
353}
354
355sub register_attachment {
356 my $name = shift;
357
358 $attachment{$name} = [[KLASS_OBJECT, @_]];
359}
360
361sub register_player_attachment {
362 my $name = shift;
363
364 $attachment{$name} = [[KLASS_PLAYER, @_]];
365}
366
367sub register_map_attachment {
368 my $name = shift;
369
370 $attachment{$name} = [[KLASS_MAP, @_]];
371}
372
373our $override;
374our @invoke_results = (); # referenced from .xs code. TODO: play tricks with reify and mortals?
375
376sub override {
377 $override = 1;
378 @invoke_results = ();
379}
380
381sub do_invoke {
382 my $event = shift;
383 my $callbacks = shift;
384
385 @invoke_results = ();
386
387 local $override;
388
389 for (@$callbacks) {
390 eval { &{$_->[1]} };
391
392 if ($@) {
393 warn "$@";
394 warn "... while processing $EVENT[$event][0] event, skipping processing altogether.\n";
395 override;
396 }
397
398 return 1 if $override;
399 }
400
401 0
402}
403
404=item $bool = cf::invoke EVENT_GLOBAL_XXX, ...
405
406=item $bool = $object->invoke (EVENT_OBJECT_XXX, ...)
407
408=item $bool = $player->invoke (EVENT_PLAYER_XXX, ...)
409
410=item $bool = $map->invoke (EVENT_MAP_XXX, ...)
411
412Generate a global/object/player/map-specific event with the given arguments.
413
414This API is preliminary (most likely, the EVENT_KLASS_xxx prefix will be
415removed in future versions), and there is no public API to access override
416results (if you must, access C<@cf::invoke_results> directly).
417
418=back
419
420=head2 methods valid for all pointers
421
422=over 4
423
424=item $object->valid
425
426=item $player->valid
427
428=item $map->valid
429
430Just because you have a perl object does not mean that the corresponding
431C-level object still exists. If you try to access an object that has no
432valid C counterpart anymore you get an exception at runtime. This method
433can be used to test for existence of the C object part without causing an
434exception.
435
436=back
437
438=cut
439
440*cf::object::valid =
441*cf::player::valid =
442*cf::map::valid = \&cf::_valid;
443
444#############################################################################
445# object support
446
447sub instantiate {
448 my ($obj, $data) = @_;
449
450 $data = from_json $data;
451
452 for (@$data) {
453 my ($name, $args) = @$_;
454
455 $obj->attach ($name, %{$args || {} });
456 }
457}
458
459# basically do the same as instantiate, without calling instantiate
460sub reattach {
461 my ($obj) = @_;
462 my $registry = $obj->registry;
463
464 @$registry = ();
465
466 delete $obj->{_attachment} unless scalar keys %{ $obj->{_attachment} || {} };
467
468 for my $name (keys %{ $obj->{_attachment} || {} }) {
469 if (my $attach = $attachment{$name}) {
470 for (@$attach) {
471 my ($klass, @attach) = @$_;
472 _attach @$registry, $klass, @attach;
473 }
474 } else {
475 warn "object uses attachment '$name' that is not available, postponing.\n";
476 }
477 }
478}
479
480sub object_freezer_save {
481 my ($filename, $rdata, $objs) = @_;
482
483 if (length $$rdata) {
484 warn sprintf "saving %s (%d,%d)\n",
485 $filename, length $$rdata, scalar @$objs;
486
487 if (open my $fh, ">:raw", "$filename~") {
488 chmod SAVE_MODE, $fh;
489 syswrite $fh, $$rdata;
490 close $fh;
491
492 if (@$objs && open my $fh, ">:raw", "$filename.pst~") {
493 chmod SAVE_MODE, $fh;
494 syswrite $fh, Storable::nfreeze { version => 1, objs => $objs };
495 close $fh;
496 rename "$filename.pst~", "$filename.pst";
497 } else {
498 unlink "$filename.pst";
499 }
500
501 rename "$filename~", $filename;
502 } else {
503 warn "FATAL: $filename~: $!\n";
504 }
505 } else {
506 unlink $filename;
507 unlink "$filename.pst";
508 }
509}
510
511sub object_thawer_load {
512 my ($filename) = @_;
513
514 local $/;
515
516 my $av;
517
518 #TODO: use sysread etc.
519 if (open my $data, "<:raw:perlio", $filename) {
520 $data = <$data>;
521 if (open my $pst, "<:raw:perlio", "$filename.pst") {
522 $av = eval { (Storable::thaw <$pst>)->{objs} };
523 }
524 return ($data, $av);
525 }
526
527 ()
528}
529
530attach_to_objects
531 prio => -1000000,
532 on_clone => sub {
533 my ($src, $dst) = @_;
534
535 @{$dst->registry} = @{$src->registry};
536
537 %$dst = %$src;
538
539 %{$dst->{_attachment}} = %{$src->{_attachment}}
540 if exists $src->{_attachment};
541 },
542;
543
544#############################################################################
545# old plug-in events
546
82sub inject_event { 547sub inject_event {
83 my $extension = shift; 548 my $extension = shift;
84 my $event_code = shift; 549 my $event_code = shift;
85 550
86 my $cb = $hook[$event_code]{$extension} 551 my $cb = $hook[$event_code]{$extension}
128} 593}
129 594
130sub register { 595sub register {
131 my ($base, $pkg) = @_; 596 my ($base, $pkg) = @_;
132 597
133 for my $idx (0 .. $#EVENT) { 598 #TODO
134 if (my $ref = $pkg->can ("on_$EVENT[$idx]")) {
135 #warn "registering $EVENT[$idx] hook to '$pkg'\n";
136 $hook[$idx]{$base} = $ref;
137 }
138 }
139} 599}
140 600
141sub load_extension { 601sub load_extension {
142 my ($path) = @_; 602 my ($path) = @_;
143 603
144 $path =~ /([^\/\\]+)\.ext$/ or die "$path"; 604 $path =~ /([^\/\\]+)\.ext$/ or die "$path";
145 my $base = $1; 605 my $base = $1;
146 my $pkg = $1; 606 my $pkg = $1;
147 $pkg =~ s/[^[:word:]]/_/g; 607 $pkg =~ s/[^[:word:]]/_/g;
148 $pkg = "cf::ext::$pkg"; 608 $pkg = "ext::$pkg";
149 609
150 warn "loading '$path' into '$pkg'\n"; 610 warn "loading '$path' into '$pkg'\n";
151 611
152 open my $fh, "<:utf8", $path 612 open my $fh, "<:utf8", $path
153 or die "$path: $!"; 613 or die "$path: $!";
173sub unload_extension { 633sub unload_extension {
174 my ($pkg) = @_; 634 my ($pkg) = @_;
175 635
176 warn "removing extension $pkg\n"; 636 warn "removing extension $pkg\n";
177 637
178 if (my $cb = $pkg->can ("on_unload")) {
179 $cb->($pkg);
180 }
181
182 # remove hooks 638 # remove hooks
639 #TODO
183 for my $idx (0 .. $#EVENT) { 640# for my $idx (0 .. $#PLUGIN_EVENT) {
184 delete $hook[$idx]{$pkg}; 641# delete $hook[$idx]{$pkg};
185 } 642# }
186 643
187 # remove commands 644 # remove commands
188 for my $name (keys %command) { 645 for my $name (keys %command) {
189 my @cb = grep $_->[2] ne $pkg, @{ $command{$name} }; 646 my @cb = grep $_->[2] ne $pkg, @{ $command{$name} };
190 647
200 # remove extcmds 657 # remove extcmds
201 for my $name (grep $extcmd{$_}[1] eq $pkg, keys %extcmd) { 658 for my $name (grep $extcmd{$_}[1] eq $pkg, keys %extcmd) {
202 delete $extcmd{$name}; 659 delete $extcmd{$name};
203 } 660 }
204 661
662 if (my $cb = $pkg->can ("unload")) {
663 eval {
664 $cb->($pkg);
665 1
666 } or warn "$pkg unloaded, but with errors: $@";
667 }
668
205 Symbol::delete_package $pkg; 669 Symbol::delete_package $pkg;
206} 670}
207 671
208sub load_extensions { 672sub load_extensions {
209 my $LIBDIR = maps_directory "perl"; 673 my $LIBDIR = maps_directory "perl";
215 1 679 1
216 } or warn "$ext not loaded: $@"; 680 } or warn "$ext not loaded: $@";
217 } 681 }
218} 682}
219 683
684sub _perl_reload(&) {
685 my ($msg) = @_;
686
687 $msg->("reloading...");
688
689 eval {
690 # 1. cancel all watchers
691 $_->cancel for Event::all_watchers;
692
693 # 2. unload all extensions
694 for (@exts) {
695 $msg->("unloading <$_>");
696 unload_extension $_;
697 }
698
699 # 3. unload all modules loaded from $LIBDIR
700 while (my ($k, $v) = each %INC) {
701 next unless $v =~ /^\Q$LIBDIR\E\/.*\.pm$/;
702
703 $msg->("removing <$k>");
704 delete $INC{$k};
705
706 $k =~ s/\.pm$//;
707 $k =~ s/\//::/g;
708
709 if (my $cb = $k->can ("unload_module")) {
710 $cb->();
711 }
712
713 Symbol::delete_package $k;
714 }
715
716 # 4. get rid of safe::, as good as possible
717 Symbol::delete_package "safe::$_"
718 for qw(cf::object cf::object::player cf::player cf::map cf::party cf::region);
719
720 # 5. remove register_script_function callbacks
721 # TODO
722
723 # 6. unload cf.pm "a bit"
724 delete $INC{"cf.pm"};
725
726 # don't, removes xs symbols, too,
727 # and global variables created in xs
728 #Symbol::delete_package __PACKAGE__;
729
730 # 7. reload cf.pm
731 $msg->("reloading cf.pm");
732 require cf;
733
734 $msg->("load extensions");
735 cf::load_extensions;
736 };
737 $msg->($@) if $@;
738
739 $msg->("reloaded");
740};
741
742sub perl_reload() {
743 _perl_reload {
744 warn $_[0];
745 print "$_[0]\n";
746 };
747}
748
220register_command "perl-reload", 0, sub { 749register_command "perl-reload", 0, sub {
221 my ($who, $arg) = @_; 750 my ($who, $arg) = @_;
222 751
223 if ($who->flag (FLAG_WIZ)) { 752 if ($who->flag (FLAG_WIZ)) {
224 $who->message ("reloading..."); 753 _perl_reload {
225 754 warn $_[0];
226 warn "reloading...\n"; 755 $who->message ($_[0]);
227 eval {
228 $_->cancel for Event::all_watchers;
229
230 unload_extension $_ for @exts;
231 delete $INC{"cf.pm"};
232
233 # don't, removes xs symbols, too
234 #Symbol::delete_package __PACKAGE__;
235
236 require cf;
237 }; 756 };
238 warn $@ if $@;
239 $who->message ($@) if $@;
240 warn "reloaded\n";
241
242 $who->message ("reloaded");
243 } else {
244 $who->message ("Intruder Alert!");
245 } 757 }
246}; 758};
247 759
248############################################################################# 760#############################################################################
249# extcmd framework, basically convert ext <id> <pkg> arg1 args 761# extcmd framework, basically convert ext <msg>
250# into pkg::->on_extcmd_arg1 (...) while shortcutting a few 762# into pkg::->on_extcmd_arg1 (...) while shortcutting a few
251 763
252sub on_extcmd { 764attach_to_players
765 on_extcmd => sub {
253 my ($pl, $buf) = @_; 766 my ($pl, $buf) = @_;
254 767
255 my ($type) = $buf =~ s/^(\S+) // ? $1 : ""; 768 my $msg = eval { from_json $buf };
256 769
257 $extcmd{$type}[0]->($pl, $buf) 770 if (ref $msg) {
258 if $extcmd{$type}; 771 if (my $cb = $extcmd{$msg->{msgtype}}) {
259} 772 if (my %reply = $cb->[0]->($pl, $msg)) {
773 $pl->ext_reply ($msg->{msgid}, %reply);
774 }
775 }
776 } else {
777 warn "player " . ($pl->ob->name) . " sent unparseable ext message: <$buf>\n";
778 }
779
780 cf::override;
781 },
782;
260 783
261############################################################################# 784#############################################################################
262# load/save/clean perl data associated with a map 785# load/save/clean perl data associated with a map
263 786
264*on_mapclean = sub { 787*cf::mapsupport::on_clean = sub {
265 my ($map) = @_; 788 my ($map) = @_;
266 789
267 my $path = $map->tmpname; 790 my $path = $map->tmpname;
268 defined $path or return; 791 defined $path or return;
269 792
270 unlink "$path.cfperl"; 793 unlink "$path.pst";
271}; 794};
272 795
273*on_mapin = 796attach_to_maps prio => -10000, package => cf::mapsupport::;
274*on_mapload = sub {
275 my ($map) = @_;
276
277 my $path = $map->tmpname;
278 $path = $map->path unless defined $path;
279
280 open my $fh, "<:raw", "$path.cfperl"
281 or return; # no perl data
282
283 my $data = Storable::thaw do { local $/; <$fh> };
284
285 $data->{version} <= 1
286 or return; # too new
287
288 $map->_set_obs ($data->{obs});
289};
290
291*on_mapout = sub {
292 my ($map) = @_;
293
294 my $path = $map->tmpname;
295 $path = $map->path unless defined $path;
296
297 my $obs = $map->_get_obs;
298
299 if (defined $obs) {
300 open my $fh, ">:raw", "$path.cfperl"
301 or die "$path.cfperl: $!";
302
303 stat $path;
304
305 print $fh Storable::nfreeze {
306 size => (stat _)[7],
307 time => (stat _)[9],
308 version => 1,
309 obs => $obs,
310 };
311
312 chmod SAVE_MODE, "$path.cfperl"; # very racy, but cf-compatible *g*
313 } else {
314 unlink "$path.cfperl";
315 }
316};
317 797
318############################################################################# 798#############################################################################
319# load/save perl data associated with player->ob objects 799# load/save perl data associated with player->ob objects
320 800
321*on_player_load = sub { 801sub all_objects(@) {
802 @_, map all_objects ($_->inv), @_
803}
804
805# TODO: compatibility cruft, remove when no longer needed
806attach_to_players
807 on_load => sub {
322 my ($ob, $path) = @_; 808 my ($pl, $path) = @_;
323 809
324 if (open my $fh, "<:raw", "$path.cfperl") { 810 for my $o (all_objects $pl->ob) {
325
326 #d##TODO#remove
327
328 my $data = Storable::thaw do { local $/; <$fh> };
329
330 $data->{version} <= 1
331 or return; # too new
332
333 %$ob = %{$data->{ob}};
334 return;
335 }
336
337 for my $o ($ob, $ob->inv) {
338 if (my $value = $o->get_ob_key_value ("_perl_data")) { 811 if (my $value = $o->get_ob_key_value ("_perl_data")) {
339 $o->set_ob_key_value ("_perl_data"); 812 $o->set_ob_key_value ("_perl_data");
340 813
341 %$o = %{ Storable::thaw pack "H*", $value }; 814 %$o = %{ Storable::thaw pack "H*", $value };
342 } 815 }
816 }
343 } 817 },
344}; 818;
345
346*on_player_save = sub {
347 my ($ob, $path) = @_;
348
349 $_->set_ob_key_value (_perl_data => unpack "H*", Storable::nfreeze $_)
350 for grep %$_, $ob, $ob->inv;
351
352 unlink "$path.cfperl";#d##TODO#remove
353};
354 819
355############################################################################# 820#############################################################################
356# core extensions - in perl 821# core extensions - in perl
357 822
358=item cf::player::exists $login 823=item cf::player::exists $login
363 828
364sub cf::player::exists($) { 829sub cf::player::exists($) {
365 cf::player::find $_[0] 830 cf::player::find $_[0]
366 or -f sprintf "%s/%s/%s/%s.pl", cf::localdir, cf::playerdir, ($_[0]) x 2; 831 or -f sprintf "%s/%s/%s/%s.pl", cf::localdir, cf::playerdir, ($_[0]) x 2;
367} 832}
833
834=item $player->reply ($npc, $msg[, $flags])
835
836Sends a message to the player, as if the npc C<$npc> replied. C<$npc>
837can be C<undef>. Does the right thing when the player is currently in a
838dialogue with the given NPC character.
839
840=cut
368 841
369# rough implementation of a future "reply" method that works 842# rough implementation of a future "reply" method that works
370# with dialog boxes. 843# with dialog boxes.
371sub cf::object::player::reply($$$;$) { 844sub cf::object::player::reply($$$;$) {
372 my ($self, $npc, $msg, $flags) = @_; 845 my ($self, $npc, $msg, $flags) = @_;
379 $msg = $npc->name . " says: $msg" if $npc; 852 $msg = $npc->name . " says: $msg" if $npc;
380 $self->message ($msg, $flags); 853 $self->message ($msg, $flags);
381 } 854 }
382} 855}
383 856
857=item $player->ext_reply ($msgid, $msgtype, %msg)
858
859Sends an ext reply to the player.
860
861=cut
862
863sub cf::player::ext_reply($$$%) {
864 my ($self, $id, %msg) = @_;
865
866 $msg{msgid} = $id;
867
868 $self->send ("ext " . to_json \%msg);
869}
870
384############################################################################# 871#############################################################################
385# map scripting support 872# map scripting support
386 873
387our $safe = new Safe "ext"; 874our $safe = new Safe "safe";
388our $safe_hole = new Safe::Hole; 875our $safe_hole = new Safe::Hole;
389 876
390$SIG{FPE} = 'IGNORE'; 877$SIG{FPE} = 'IGNORE';
391 878
392$safe->permit_only (Opcode::opset qw(:base_core :base_mem :base_orig :base_math sort time)); 879$safe->permit_only (Opcode::opset qw(:base_core :base_mem :base_orig :base_math sort time));
393 880
394# here we would export the classes and methods available to script code 881# here we export the classes and methods available to script code
395#@ext::cf::object::player::ISA = @cf::object::player::ISA; 882
396#@ext::cf::object::map::ISA = @cf::object::map::ISA; 883for (
884 ["cf::object" => qw(contr pay_amount pay_player)],
885 ["cf::object::player" => qw(player)],
886 ["cf::player" => qw(peaceful)],
887) {
888 no strict 'refs';
889 my ($pkg, @funs) = @$_;
890 *{"safe::$pkg\::$_"} = $safe_hole->wrap (\&{"$pkg\::$_"})
891 for @funs;
892}
397 893
398sub safe_eval($;@) { 894sub safe_eval($;@) {
399 my ($code, %vars) = @_; 895 my ($code, %vars) = @_;
400 896
401 my $qcode = $code; 897 my $qcode = $code;
402 $qcode =~ s/"/‟/g; # not allowed in #line filenames 898 $qcode =~ s/"/‟/g; # not allowed in #line filenames
403 $qcode =~ s/\n/\\n/g; 899 $qcode =~ s/\n/\\n/g;
404 900
405 local $_; 901 local $_;
406 local @ext::cf::_safe_eval_args = values %vars; 902 local @safe::cf::_safe_eval_args = values %vars;
407 903
408 $safe->reval ( 904 my $eval =
409 "do {\n" 905 "do {\n"
410 . "my (" . (join ",", map "\$$_", keys %vars) . ") = \@cf::_safe_eval_args;\n" 906 . "my (" . (join ",", map "\$$_", keys %vars) . ") = \@cf::_safe_eval_args;\n"
411 . "#line 0 \"{$qcode}\"\n" 907 . "#line 0 \"{$qcode}\"\n"
412 . $code 908 . $code
413 . "\n}" 909 . "\n}"
414 ) 910 ;
911
912 sub_generation_inc;
913 my @res = wantarray ? $safe->reval ($eval) : scalar $safe->reval ($eval);
914 sub_generation_inc;
915
916 if ($@) {
917 warn "$@";
918 warn "while executing safe code '$code'\n";
919 warn "with arguments " . (join " ", %vars) . "\n";
920 }
921
922 wantarray ? @res : $res[0]
415} 923}
416 924
417sub register_script_function { 925sub register_script_function {
418 my ($fun, $cb) = @_; 926 my ($fun, $cb) = @_;
419 927
420 no strict 'refs'; 928 no strict 'refs';
421 *{"ext::$fun"} = $safe_hole->wrap ($cb); 929 *{"safe::$fun"} = $safe_hole->wrap ($cb);
930}
931
932#############################################################################
933# the server's main()
934
935sub main {
936 load_extensions;
937 Event::loop;
422} 938}
423 939
424############################################################################# 940#############################################################################
425# initialisation 941# initialisation
426 942
427register "<global>", __PACKAGE__; 943register "<global>", __PACKAGE__;
428 944
429unshift @INC, maps_directory "perl"; 945unshift @INC, $LIBDIR;
430 946
431load_extensions; 947$TICK_WATCHER = Event->timer (
948 prio => 1,
949 at => $NEXT_TICK || 1,
950 cb => sub {
951 cf::server_tick; # one server iteration
952
953 my $NOW = Event::time;
954 $NEXT_TICK += $TICK;
955
956 # if we are delayed by four ticks, skip them all
957 $NEXT_TICK = $NOW if $NOW >= $NEXT_TICK + $TICK * 4;
958
959 $TICK_WATCHER->at ($NEXT_TICK);
960 $TICK_WATCHER->start;
961 },
962);
963
964_reload_2;
432 965
4331 9661
434 967

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines