ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.30 by root, Sun Feb 11 17:47:22 2007 UTC vs.
Revision 1.39 by root, Mon Apr 16 06:23:41 2007 UTC

2 2
3# login handling 3# login handling
4 4
5use Fcntl; 5use Fcntl;
6use Coro::AIO; 6use Coro::AIO;
7use List::Util qw(min max);
7 8
8my $PLAYERDIR = sprintf "%s/%s", cf::localdir, cf::playerdir; 9my $PLAYERDIR = sprintf "%s/%s", cf::localdir, cf::playerdir;
9 10
10# paranoia function to overwrite a string-in-place 11# paranoia function to overwrite a string-in-place
11sub nuke_str { 12sub nuke_str {
14 15
15sub query { 16sub query {
16 my ($ns, $flags, $text) = @_; 17 my ($ns, $flags, $text) = @_;
17 18
18 my $current = $Coro::current; 19 my $current = $Coro::current;
19 $ns->query ($flags, $text, sub { $current->ready; $current = $_[0]; }); 20 $ns->query ($flags, $text, sub { $current->ready; $current = $_[0] });
20 Coro::schedule while ref $current; 21 Coro::schedule while ref $current;
21 22
22 $current 23 $current
23} 24}
24 25
77 system "cd \Q$PLAYERDIR\E " 78 system "cd \Q$PLAYERDIR\E "
78 . "&& mv \Q$user\E ~\Q$Coro::current\E~deleting~ 2>/dev/null " 79 . "&& mv \Q$user\E ~\Q$Coro::current\E~deleting~ 2>/dev/null "
79 . "&& (rm -rf ~\Q$Coro::current\E~deleting~ &)"; 80 . "&& (rm -rf ~\Q$Coro::current\E~deleting~ &)";
80} 81}
81 82
83sub send_capabilities {
84 my ($ns) = @_;
85
86 return unless $ns->extcmd;
87
88 $ns->ext_event (capabilities =>
89 # id, name, flags (1 == 2d), edge length
90 tileset => [[1, "default 64x64 faceset", 1, 64], [0, "default 32x32 faceset", 1, 32]],
91 );
92}
93
94sub setup {
95 my ($ns, $args) = @_;
96
97 # run through the cmds of setup
98 # syntax is setup <cmdname1> <parameter> <cmdname2> <parameter> ...
99 #
100 # we send the status of the cmd back, or a FALSE is the cmd is the server unknown
101 # The client then must sort this out
102
103 my %setup = split / +/, $args;
104 while (my ($k, $v) = each %setup) {
105 if ($k eq "sound") {
106 $ns->sound ($v);
107
108 } elsif ($k eq "exp64") {
109 $setup{$k} = 1;
110
111 } elsif ($k eq "spellmon") {
112 $ns->monitor_spells ($v);
113
114 } elsif ($k eq "darkness") {
115 $ns->darkness ($v);
116
117 } elsif ($k eq "map1cmd") {
118 $ns->mapmode (cf::Map1Cmd) if $v > 0;
119
120 } elsif ($k eq "map1acmd") {
121 $ns->mapmode (cf::Map1aCmd) if $v > 0;
122
123 } elsif ($k eq "map2cmd") {
124 # gcfclient bug, map1acmd is sent too late
125 $ns->mapmode (cf::Map1aCmd);
126 $setup{$k} = "FALSE";
127
128 } elsif ($k eq "newmapcmd") {
129 $ns->newmapcmd ($v);
130
131 } elsif ($k eq "mapinfocmd") {
132 $ns->mapinfocmd ($v);
133
134 } elsif ($k eq "extcmd") {
135 $ns->extcmd ($v > 0);
136 send_capabilities $ns;
137
138 } elsif ($k eq "extmap") {
139 $ns->extmap ($v);
140
141 } elsif ($k eq "facecache") {
142 $ns->facecache ($v);
143
144 } elsif ($k eq "faceset") {
145 $ns->faceset (0);
146 $setup{$k} = 0;
147 # $ns->image2 (1)
148
149 } elsif ($k eq "tileset") {
150 $setup{$k} = $ns->faceset ($v & 1);
151
152 } elsif ($k eq "itemcmd") {
153 # Version of the item protocol command to use. Currently,
154 # only supported versions are 1 and 2. Using a numeric
155 # value will make it very easy to extend this in the future.
156 $ns->itemcmd ($v) if $v >= 1 && $v <= 2;
157
158 $setup{$k} = $ns->itemcmd;
159
160 } elsif ($k eq "mapsize") {
161 my ($x, $y) = split /x/, $v;
162
163 $ns->mapx ($x = max 9, min cf::MAP_CLIENT_X, ($x - 1) | 1);
164 $ns->mapy ($y = max 9, min cf::MAP_CLIENT_Y, ($y - 1) | 1);
165
166 $setup{$k} = "${x}x${y}";
167
168 } elsif ($k eq "extendedMapInfos") {
169 $ns->ext_mapinfos ($v);
170
171 } elsif ($k eq "extendedTextInfos") {
172 $ns->has_readable_type ($v);
173
174 } elsif ($k eq "smoothing") { # cfplus-style smoothing
175 $ns->smoothing ($v);
176
177 } elsif ($k eq "fxix") {
178 $ns->fxix ($v);
179
180 } else {
181 # other commands:
182 # sexp: no idea, probably for oudated servers
183 # tick: more stupidity, server should sned a tick per tick
184
185 $setup{$k} = "FALSE";
186 }
187 }
188
189 $ns->send_packet (join " ", setup => %setup);
190
191 cf::datalog setup =>
192 request => $args,
193 reply => \%setup,
194 client => $ns->version,
195 ;
196}
197
82sub addme { 198sub addme {
83 my ($ns) = @_; 199 my ($ns) = @_;
84 200
85 $ns->destroy if $ns->pl; 201 if (!$ns->facecache)
202 {
203 $ns->send_drawinfo (<<EOF, cf::NDI_RED);
204
205
206***
207*** WARNING:
208*** Your client does not support face/image caching,
209*** or it has been disabled. Face caching is mandatory
210*** so please enable it or use a newer client.
211***
212*** Look at your client preferences:
213***
214*** CFPlus: all known versions automatically enable the facecache.
215*** cfclient: use the -cache commandline option.
216*** cfclient: map will not redraw automatically (bug).
217*** gcfclient: use -cache commandline option, or enable
218*** gcfclient: Client=>Configure=>Map & Image=>Cache Images.
219*** jcrossclient: your client is broken, use CFPlus or gcfclient.
220***
221***
222EOF
223 if ($ns->version =~ /jcrossclient/) {
224 # let them, for now
225 } else {
226 $ns->flush;
227 return $ns->destroy;
228 }
229
230 # $ns->facecache = true;
231 }
232
233 if ($ns->mapmode < cf::Map1aCmd) {
234 $ns->send_drawinfo (<<EOF, cf::NDI_RED);
235
236
237***
238*** WARNING:
239*** Your client is too old. Please upgrade to a newer version.
240EOF
241
242 $ns->flush;
243 return $ns->destroy;
244 }
245
246 $ns->pl and return $ns->destroy;
86 247
87 $ns->async (sub { 248 $ns->async (sub {
88 my ($user, $pass); 249 my ($user, $pass);
89 250
90 $ns->send_packet ("addme_success"); 251 $ns->send_packet ("addme_success");
196 . "(check for Numlock and other semi-obvious error sources).", 357 . "(check for Numlock and other semi-obvious error sources).",
197 cf::NDI_RED 358 cf::NDI_RED
198 ); 359 );
199 next; 360 next;
200 } 361 }
362 } else {
363 # unable to load the playerfile:
364 # check wether the player dir exists, which means the file is corrupted or
365 # something very similar.
366 if (!aio_stat cf::player::playerdir $user) {
367 $ns->send_drawinfo (
368 "Unable to retrieve this player. It might be a locked or broken account. "
369 . "If this is your account, ask a dungeon master for assistance. "
370 . "Otherwise choose a different login name.",
371 cf::NDI_RED
372 );
373 next;
374 }
201 } 375 }
202 376
203 # the rest of this function is character creation 377 # the rest of this function is character creation
204 378
205 # just to make sure nothing is left over 379 # just to make sure nothing is left over
283 } else { 457 } else {
284 $ob->reply (undef, 458 $ob->reply (undef,
285 "Ok, quitting, hope to see you again.", 459 "Ok, quitting, hope to see you again.",
286 cf::NDI_UNIQUE | cf::NDI_RED); 460 cf::NDI_UNIQUE | cf::NDI_RED);
287 $pl->ns->flush; 461 $pl->ns->flush;
288 $pl->quit_character; 462 cf::async { $pl->quit_character };
289 } 463 }
290 }); 464 });
291}; 465};
292 466
293cf::object->attach ( 467cf::object->attach (
340 }, 514 },
341); 515);
342 516
343cf::client->attach ( 517cf::client->attach (
344 on_addme => \&addme, 518 on_addme => \&addme,
519 on_setup => \&setup,
345); 520);
346 521
347############################################################################# 522#############################################################################
348 523
349our $SCHEDULE_INTERVAL = 10; # time the player scheduler sleeps between runs 524our $SCHEDULE_INTERVAL = 10; # time the player scheduler sleeps between runs
364 or next; 539 or next;
365 $pl->valid or next; 540 $pl->valid or next;
366 541
367 eval { 542 eval {
368 if ($pl->{last_save} + $SAVE_TIMEOUT <= $cf::RUNTIME) { 543 if ($pl->{last_save} + $SAVE_TIMEOUT <= $cf::RUNTIME) {
369 $cf::WAIT_FOR_TICK_ONE->wait; 544 cf::wait_for_tick_begin;
370 $pl->save; 545 $pl->save;
371 546
372 unless ($pl->active) { 547 unless ($pl->active) {
373 # check refcounts, this is tricky and needs to be adjusted to fit server internals 548 # check refcounts, this is tricky and needs to be adjusted to fit server internals
374 my $ob = $pl->ob; 549 my $ob = $pl->ob;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines