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.55 by root, Sun Jun 24 01:09:28 2007 UTC vs.
Revision 1.58 by root, Sun Jul 1 03:16:56 2007 UTC

205 205
206 } elsif ($k eq "smoothing") { # cfplus-style smoothing 206 } elsif ($k eq "smoothing") { # cfplus-style smoothing
207 $ns->smoothing ($v); 207 $ns->smoothing ($v);
208 208
209 } elsif ($k eq "fxix") { 209 } elsif ($k eq "fxix") {
210 $v = 2 if $v > 2;
210 $ns->fxix ($v); 211 $ns->fxix ($v);
212 $setup{$k} = $v;
211 213
212 } elsif ($k eq "msg") { 214 } elsif ($k eq "msg") {
215 $v = 2 if $v > 2;
213 $ns->can_msg ($v); 216 $ns->can_msg ($v >= 2);
217 $setup{$k} = $v;
218
219 } elsif ($k eq "xwidget") {
220 # eXperimental server-side widgets
221 $ns->{can_widget} = 1;
214 222
215 } elsif ($k eq "excmd") { 223 } elsif ($k eq "excmd") {
216 # we support it 224 # we support it
217 225
218 } else { 226 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines