ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.114 by root, Sat Apr 15 13:56:25 2006 UTC vs.
Revision 1.140 by root, Thu Apr 20 04:20:52 2006 UTC

21 $FOCUS->key_up ($_[0]) if $FOCUS; 21 $FOCUS->key_up ($_[0]) if $FOCUS;
22} 22}
23 23
24sub feed_sdl_button_down_event { 24sub feed_sdl_button_down_event {
25 my ($ev) = @_; 25 my ($ev) = @_;
26 my ($x, $y) = ($ev->motion_x, $ev->motion_y); 26 my ($x, $y) = ($ev->{x}, $ev->{y});
27 27
28 if (!$BUTTON_STATE) { 28 if (!$BUTTON_STATE) {
29 my $widget = $ROOT->find_widget ($x, $y); 29 my $widget = $ROOT->find_widget ($x, $y);
30 30
31 $GRAB = $widget; 31 $GRAB = $widget;
32 $GRAB->update if $GRAB; 32 $GRAB->update if $GRAB;
33 } 33 }
34 34
35 $BUTTON_STATE |= 1 << ($ev->button - 1); 35 $BUTTON_STATE |= 1 << ($ev->{button} - 1);
36 36
37 $GRAB->button_down ($ev, $GRAB->coord2local ($x, $y)) if $GRAB; 37 $GRAB->button_down ($ev, $GRAB->coord2local ($x, $y)) if $GRAB;
38} 38}
39 39
40sub feed_sdl_button_up_event { 40sub feed_sdl_button_up_event {
41 my ($ev) = @_; 41 my ($ev) = @_;
42 my ($x, $y) = ($ev->motion_x, $ev->motion_y); 42 my ($x, $y) = ($ev->{x}, $ev->{y});
43 43
44 my $widget = $GRAB || $ROOT->find_widget ($x, $y); 44 my $widget = $GRAB || $ROOT->find_widget ($x, $y);
45 45
46 $BUTTON_STATE &= ~(1 << ($ev->button - 1)); 46 $BUTTON_STATE &= ~(1 << ($ev->{button} - 1));
47 47
48 $GRAB->button_up ($ev, $GRAB->coord2local ($x, $y)) if $GRAB; 48 $GRAB->button_up ($ev, $GRAB->coord2local ($x, $y)) if $GRAB;
49 49
50 if (!$BUTTON_STATE) { 50 if (!$BUTTON_STATE) {
51 my $grab = $GRAB; undef $GRAB; 51 my $grab = $GRAB; undef $GRAB;
54 } 54 }
55} 55}
56 56
57sub feed_sdl_motion_event { 57sub feed_sdl_motion_event {
58 my ($ev) = @_; 58 my ($ev) = @_;
59 my ($x, $y) = ($ev->motion_x, $ev->motion_y); 59 my ($x, $y) = ($ev->{x}, $ev->{y});
60 60
61 my $widget = $GRAB || $ROOT->find_widget ($x, $y); 61 my $widget = $GRAB || $ROOT->find_widget ($x, $y);
62 62
63 if ($widget != $HOVER) { 63 if ($widget != $HOVER) {
64 my $hover = $HOVER; $HOVER = $widget; 64 my $hover = $HOVER; $HOVER = $widget;
74sub harmonize { 74sub harmonize {
75 my ($vals) = @_; 75 my ($vals) = @_;
76 76
77 my $rem = 0; 77 my $rem = 0;
78 78
79 for ($vals) { 79 for (@$vals) {
80 my $i = int $_ + $rem; 80 my $i = int $_ + $rem;
81 $rem += $_ - $i; 81 $rem += $_ - $i;
82 $_ = $i; 82 $_ = $i;
83 } 83 }
84} 84}
87 87
88package CFClient::UI::Base; 88package CFClient::UI::Base;
89 89
90use strict; 90use strict;
91 91
92use SDL::OpenGL; 92use CFClient::OpenGL;
93 93
94sub new { 94sub new {
95 my $class = shift; 95 my $class = shift;
96 96
97 my $self = bless { 97 my $self = bless {
98 x => 0, 98 x => 0,
99 y => 0, 99 y => 0,
100 z => 0, 100 z => 0,
101 w => -1,
102 h => -1,
103 @_ 101 @_
104 }, $class; 102 }, $class;
105 103
106 for (keys %$self) { 104 for (keys %$self) {
107 if (/^connect_(.*)$/) { 105 if (/^connect_(.*)$/) {
110 } 108 }
111 109
112 $self 110 $self
113} 111}
114 112
113sub show {
114 my ($self) = @_;
115
116 return if $self->{parent};
117
118 $CFClient::UI::ROOT->add ($self);
119}
120
121sub hide {
122 my ($self) = @_;
123
124 return unless $self->{parent};
125
126 $self->{parent}->remove ($self);
127}
128
115sub move { 129sub move {
116 my ($self, $x, $y, $z) = @_; 130 my ($self, $x, $y, $z) = @_;
131
117 $self->{x} = $x; 132 $self->{x} = int $x;
118 $self->{y} = $y; 133 $self->{y} = int $y;
119 $self->{z} = $z if defined $z; 134 $self->{z} = $z if defined $z;
135
136 $self->update;
120} 137}
121 138
122sub needs_redraw { 139sub needs_redraw {
123 0 140 0
124} 141}
126sub size_request { 143sub size_request {
127 require Carp; 144 require Carp;
128 Carp::confess "size_request is abtract"; 145 Carp::confess "size_request is abtract";
129} 146}
130 147
131sub _size_allocate { 148sub configure {
132 my ($self, $x, $y, $w, $h) = @_; 149 my ($self, $x, $y, $w, $h) = @_;
133 150
134 $self->{x} = $x; 151 $self->{x} = $x;
135 $self->{y} = $y; 152 $self->{y} = $y;
136 153
154 if ($self->{aspect}) {
155 $w = List::Util::min $w, int $h * $self->{aspect};
156 $h = List::Util::min $h, int $w / $self->{aspect};
157 }
158
137 return unless $self->{w} != $w || $self->{h} != $h; 159 return unless $self->{w} != $w || $self->{h} != $h;
138 160
139 $self->{w} = $w; 161 $self->{w} = $w;
140 $self->{h} = $h; 162 $self->{h} = $h;
141 163
142 1 164 $self->size_allocate ($w, $h);
165 $self->update;
143} 166}
144 167
145sub size_allocate { 168sub size_allocate {
146 my ($self, $x, $y, $w, $h) = @_; 169 # nothing to be done
147
148 $self->_size_allocate ($x, $y, $w, $h);
149} 170}
150 171
151# return top left coordinates 172# return top left coordinates
152sub _topleft { 173sub _topleft {
153 my ($self, $x, $y) = @_; 174 my ($self, $x, $y) = @_;
176 197
177 return if $FOCUS == $self; 198 return if $FOCUS == $self;
178 return unless $self->{can_focus}; 199 return unless $self->{can_focus};
179 200
180 my $focus = $FOCUS; $FOCUS = $self; 201 my $focus = $FOCUS; $FOCUS = $self;
202
203 $self->emit (focus_in => $focus);
204
181 $focus->update if $focus; 205 $focus->update if $focus;
182 $FOCUS->update; 206 $FOCUS->update;
183} 207}
184 208
185sub focus_out { 209sub focus_out {
186 my ($self) = @_; 210 my ($self) = @_;
187 211
188 return unless $FOCUS == $self; 212 return unless $FOCUS == $self;
189 213
190 my $focus = $FOCUS; undef $FOCUS; 214 my $focus = $FOCUS; undef $FOCUS;
215
216 $self->emit (focus_out => $focus);
217
191 $focus->update if $focus; #? 218 $focus->update if $focus; #?
192} 219}
193 220
194sub mouse_motion { } 221sub mouse_motion { }
195sub button_up { } 222sub button_up { }
219 glPopMatrix; 246 glPopMatrix;
220 247
221 if ($self == $HOVER && $self->{can_hover}) { 248 if ($self == $HOVER && $self->{can_hover}) {
222 my ($x, $y) = @$self{qw(x y)}; 249 my ($x, $y) = @$self{qw(x y)};
223 250
224 glColor 0, 0, 1, 0.2; 251 glColor 1, 0.8, 0.5, 0.2;
225 glEnable GL_BLEND; 252 glEnable GL_BLEND;
226 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA; 253 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
227 glBegin GL_QUADS; 254 glBegin GL_QUADS;
228 glVertex $x , $y; 255 glVertex $x , $y;
229 glVertex $x + $self->{w}, $y; 256 glVertex $x + $self->{w}, $y;
254 my ($self, $parent) = @_; 281 my ($self, $parent) = @_;
255 282
256 Scalar::Util::weaken ($self->{parent} = $parent); 283 Scalar::Util::weaken ($self->{parent} = $parent);
257} 284}
258 285
286sub check_size {
287 my ($self) = @_;
288
289 my ($w, $h) = $self->size_request;
290
291 if ($w != $self->{req_w} || $h != $self->{req_h}) {
292 $self->{req_w} = $w;
293 $self->{req_h} = $h;
294
295 $self->{parent}->check_size
296 if $self->{parent};
297 }
298}
299
259sub update { 300sub update {
260 my ($self) = @_; 301 my ($self) = @_;
261 302
262 $self->{parent}->update 303 $self->{parent}->update
263 if $self->{parent}; 304 if $self->{parent};
264} 305}
265 306
266sub connect { 307sub connect {
267 my ($self, $signal, $cb) = @_; 308 my ($self, $signal, $cb) = @_;
268 309
269 push @{ $self->{cb}{$signal} }, $cb; 310 push @{ $self->{signal_cb}{$signal} }, $cb;
270} 311}
271 312
272sub emit { 313sub emit {
273 my ($self, $signal, @args) = @_; 314 my ($self, $signal, @args) = @_;
274 315
316 for my $cb (@{$self->{signal_cb}{$signal} || []}) {
275 $_->($self, @args) 317 $cb->($self, @args);
276 for @{$self->{cb}{$signal} || []}; 318 }
277} 319}
278 320
279sub DESTROY { 321sub DESTROY {
280 my ($self) = @_; 322 my ($self) = @_;
281 323
287package CFClient::UI::DrawBG; 329package CFClient::UI::DrawBG;
288 330
289our @ISA = CFClient::UI::Base::; 331our @ISA = CFClient::UI::Base::;
290 332
291use strict; 333use strict;
292use SDL::OpenGL; 334use CFClient::OpenGL;
293 335
294sub new { 336sub new {
295 my $class = shift; 337 my $class = shift;
296 338
297 # range [value, low, high, page] 339 # range [value, low, high, page]
361 $self->{children} = [ 403 $self->{children} = [
362 sort { $a->{z} <=> $b->{z} } 404 sort { $a->{z} <=> $b->{z} }
363 @{$self->{children}}, $child 405 @{$self->{children}}, $child
364 ]; 406 ];
365 407
366 $self->{w} = $self->{h} = -1; 408 $child->check_size;
367 $self->update;
368} 409}
369 410
370sub remove { 411sub remove {
371 my ($self, $widget) = @_; 412 my ($self, $child) = @_;
372 413
414 delete $child->{parent};
415
373 $self->{children} = [ grep $_ != $widget, @{ $self->{children} } ]; 416 $self->{children} = [ grep $_ != $child, @{ $self->{children} } ];
374 417
375 $self->size_allocate (0, 0, $self->{w}, $self->{h}); 418 $self->check_size;
376} 419}
377 420
378sub find_widget { 421sub find_widget {
379 my ($self, $x, $y) = @_; 422 my ($self, $x, $y) = @_;
380 423
410 453
411 $class->SUPER::new (children => [$child], %arg) 454 $class->SUPER::new (children => [$child], %arg)
412} 455}
413 456
414sub add { 457sub add {
415 my ($self, $widget) = @_; 458 my ($self, $child) = @_;
416 459
417 $self->{children} = []; 460 $self->{children} = [];
418 461
419 $self->SUPER::add ($widget); 462 $self->SUPER::add ($child);
420} 463}
421 464
422sub remove { 465sub remove {
423 my ($self, $widget) = @_; 466 my ($self, $widget) = @_;
424 467
433sub size_request { 476sub size_request {
434 $_[0]{children}[0]->size_request 477 $_[0]{children}[0]->size_request
435} 478}
436 479
437sub size_allocate { 480sub size_allocate {
438 my ($self, $x, $y, $w, $h) = @_; 481 my ($self, $w, $h) = @_;
439 482
440 $self->_size_allocate ($x, $y, $w, $h) or return;
441
442 $self->{children}[0]->size_allocate (0, 0, $w, $h); 483 $self->{children}[0]->configure (0, 0, $w, $h);
443} 484}
444 485
445############################################################################# 486#############################################################################
446 487
447package CFClient::UI::Window; 488package CFClient::UI::Window;
448 489
449our @ISA = CFClient::UI::Bin::; 490our @ISA = CFClient::UI::Bin::;
450 491
451use SDL::OpenGL; 492use CFClient::OpenGL;
452 493
453sub new { 494sub new {
454 my ($class, %arg) = @_; 495 my ($class, %arg) = @_;
455 496
456 my $self = $class->SUPER::new (%arg); 497 my $self = $class->SUPER::new (%arg);
473 $self->child->draw; 514 $self->child->draw;
474 }; 515 };
475} 516}
476 517
477sub size_allocate { 518sub size_allocate {
478 my ($self, $x, $y, $w, $h) = @_; 519 my ($self, $w, $h) = @_;
479 520
480 $self->_size_allocate ($x, $y, $w, $h) or return;
481
482 $self->child->size_allocate (0, 0, $w, $h); 521 $self->child->configure (0, 0, $w, $h);
483 522
484 $self->render_chld; 523 $self->render_chld;
485} 524}
486 525
487sub _draw { 526sub _draw {
503 glDisable GL_TEXTURE_2D; 542 glDisable GL_TEXTURE_2D;
504} 543}
505 544
506############################################################################# 545#############################################################################
507 546
547package CFClient::UI::ViewPort;
548
549our @ISA = CFClient::UI::Window::;
550
551sub new { die }
552
553sub size_request {
554 my ($self) = @_;
555
556 @$self{qw(child_w child_h)} = $self->child->size_request;
557 $self->child->size_allocate (0, 0, @$self{qw(child_w child_h)});
558
559 @$self{qw(child_w child_h)}
560}
561
562sub _draw {
563 my ($self) = @_;
564
565 $self->{children}[1]->draw;
566}
567
568
569#############################################################################
570
508package CFClient::UI::Frame; 571package CFClient::UI::Frame;
509 572
510our @ISA = CFClient::UI::Bin::; 573our @ISA = CFClient::UI::Bin::;
511 574
512use SDL::OpenGL; 575use CFClient::OpenGL;
513 576
514sub size_request { 577sub size_request {
515 my ($self) = @_; 578 my ($self) = @_;
516 my $chld = $self->child 579 my $chld = $self->child
517 or return (0, 0); 580 or return (0, 0);
522} 585}
523 586
524sub size_allocate { 587sub size_allocate {
525 my ($self, $x, $y, $w, $h) = @_; 588 my ($self, $x, $y, $w, $h) = @_;
526 589
527 $self->_size_allocate ($x, $y, $w, $h) or return;
528
529 $self->child->size_allocate (2, 2, $w - 4, $h - 4); 590 $self->child->configure (2, 2, $w - 4, $h - 4);
530} 591}
531 592
532sub _draw { 593sub _draw {
533 my ($self) = @_; 594 my ($self) = @_;
534 595
551 612
552package CFClient::UI::FancyFrame; 613package CFClient::UI::FancyFrame;
553 614
554our @ISA = CFClient::UI::Bin::; 615our @ISA = CFClient::UI::Bin::;
555 616
556use SDL::OpenGL; 617use CFClient::OpenGL;
557 618
558my @tex = 619my @tex =
559 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ } 620 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
560 qw(d1_bg.png d1_border_top.png d1_border_right.png d1_border_left.png d1_border_bottom.png); 621 qw(d1_bg.png d1_border_top.png d1_border_right.png d1_border_left.png d1_border_bottom.png);
561 622
565 # TODO: user_x, user_y, overwrite moveto? 626 # TODO: user_x, user_y, overwrite moveto?
566 627
567 $class->SUPER::new ( 628 $class->SUPER::new (
568 bg => [1, 1, 1, 1], 629 bg => [1, 1, 1, 1],
569 border_bg => [1, 1, 1, 1], 630 border_bg => [1, 1, 1, 1],
570 border => $::FONTSIZE * 0.8, 631 border => 0.8,
571 @_ 632 @_
572 ) 633 )
573} 634}
574 635
636sub border {
637 int $_[0]{border} * $::FONTSIZE
638}
639
575sub size_request { 640sub size_request {
576 my ($self) = @_; 641 my ($self) = @_;
577 642
578 return ($self->{user_w}, $self->{user_h}) if $self->{user_w} && $self->{user_h}; 643 return ($self->{user_w}, $self->{user_h}) if $self->{user_w} && $self->{user_h};
579 644
580 my ($w, $h) = $self->SUPER::size_request; 645 my ($w, $h) = $self->SUPER::size_request;
581 646
582 ( 647 (
583 $w + $self->{border} * 2, 648 $w + $self->border * 2,
584 $h + $self->{border} * 2, 649 $h + $self->border * 2,
585 ) 650 )
586} 651}
587 652
588sub size_allocate { 653sub size_allocate {
589 my ($self, $x, $y, $w, $h) = @_; 654 my ($self, $w, $h) = @_;
590 655
591 $self->_size_allocate ($x, $y, $w, $h) or return;
592
593 $h -= List::Util::max 0, $self->{border} * 2; 656 $h -= List::Util::max 0, $self->border * 2;
594 $w -= List::Util::max 0, $self->{border} * 2; 657 $w -= List::Util::max 0, $self->border * 2;
595 658
596 $self->child->size_allocate ($self->{border}, $self->{border}, $w, $h); 659 $self->child->configure ($self->border, $self->border, $w, $h);
597} 660}
598 661
599sub button_down { 662sub button_down {
600 my ($self, $ev, $x, $y) = @_; 663 my ($self, $ev, $x, $y) = @_;
601 664
665 my $border = $self->border;
666
602 if ($x < $self->{w} && $x >= $self->{w} - $self->{border} 667 if ($x < $self->{w} && $x >= $self->{w} - $border
603 && $y < $self->{h} && $y >= $self->{h} - $self->{border}) { 668 && $y < $self->{h} && $y >= $self->{h} - $border) {
604 669
605 my ($ox, $oy) = ($ev->button_x, $ev->button_y); 670 my ($ox, $oy) = ($ev->{x}, $ev->{y});
606 my ($bw, $bh) = ($self->{w}, $self->{h}); 671 my ($bw, $bh) = ($self->{w}, $self->{h});
607 672
608 $self->{motion} = sub { 673 $self->{motion} = sub {
609 my ($ev, $x, $y) = @_; 674 my ($ev, $x, $y) = @_;
610 675
611 ($x, $y) = ($ev->motion_x, $ev->motion_y); 676 ($x, $y) = ($ev->{x}, $ev->{y});
612 677
613 $self->{user_w} = $bw + $x - $ox; 678 $self->{user_w} = $bw + $x - $ox;
614 $self->{user_h} = $bh + $y - $oy; 679 $self->{user_h} = $bh + $y - $oy;
615 $self->update; 680 $self->check_size;
616 }; 681 };
617 682
618 } elsif ($x >= 0 && $x < $self->{w} 683 } elsif ($x >= 0 && $x < $self->{w}
619 && $y >= 0 && $y < $self->{border}) { 684 && $y >= 0 && $y < $border) {
620 685
621 my ($ox, $oy) = ($ev->button_x, $ev->button_y); 686 my ($ox, $oy) = ($ev->{x}, $ev->{y});
622 my ($bx, $by) = ($self->{x}, $self->{y}); 687 my ($bx, $by) = ($self->{x}, $self->{y});
623 688
624 $self->{motion} = sub { 689 $self->{motion} = sub {
625 my ($ev, $x, $y) = @_; 690 my ($ev, $x, $y) = @_;
626 691
627 ($x, $y) = ($ev->motion_x, $ev->motion_y); 692 ($x, $y) = ($ev->{x}, $ev->{y});
628 693
629 $self->move ($bx + $x - $ox, $by + $y - $oy); 694 $self->move ($bx + $x - $ox, $by + $y - $oy);
630 $self->update; 695 $self->update;
631 }; 696 };
632 } 697 }
653 glEnable GL_BLEND; 718 glEnable GL_BLEND;
654 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA; 719 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
655 glEnable GL_TEXTURE_2D; 720 glEnable GL_TEXTURE_2D;
656 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE; 721 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE;
657 722
723 my $border = $self->border;
724
658 glColor @{ $self->{border_bg} }; 725 glColor @{ $self->{border_bg} };
659 $tex[1]->draw_quad (0, 0, $w, $self->{border}); 726 $tex[1]->draw_quad (0, 0, $w, $border);
660 $tex[3]->draw_quad (0, $self->{border}, $self->{border}, $ch); 727 $tex[3]->draw_quad (0, $border, $border, $ch);
661 $tex[2]->draw_quad ($w - $self->{border}, $self->{border}, $self->{border}, $ch); 728 $tex[2]->draw_quad ($w - $border, $border, $border, $ch);
662 $tex[4]->draw_quad (0, $h - $self->{border}, $w, $self->{border}); 729 $tex[4]->draw_quad (0, $h - $border, $w, $border);
663 730
664 my $bg = $tex[0]; 731 my $bg = $tex[0];
665 732
666 # TODO: repeat texture not scale 733 # TODO: repeat texture not scale
667 my $rep_x = $cw / $bg->{w}; 734 my $rep_x = $cw / $bg->{w};
670 glColor @{ $self->{bg} }; 737 glColor @{ $self->{bg} };
671 738
672 $bg->{s} = $rep_x; 739 $bg->{s} = $rep_x;
673 $bg->{t} = $rep_y; 740 $bg->{t} = $rep_y;
674 $bg->{wrap_mode} = 1; 741 $bg->{wrap_mode} = 1;
675 $bg->draw_quad ($self->{border}, $self->{border}, $cw, $ch); 742 $bg->draw_quad ($border, $border, $cw, $ch);
676 743
677 glDisable GL_TEXTURE_2D; 744 glDisable GL_TEXTURE_2D;
678 glDisable GL_BLEND; 745 glDisable GL_BLEND;
679 746
680 $self->child->draw; 747 $self->child->draw;
686 753
687our @ISA = CFClient::UI::Base::; 754our @ISA = CFClient::UI::Base::;
688 755
689use List::Util qw(max sum); 756use List::Util qw(max sum);
690 757
691use SDL::OpenGL; 758use CFClient::OpenGL;
692 759
693sub new { 760sub new {
694 my $class = shift; 761 my $class = shift;
695 762
696 $class->SUPER::new ( 763 $class->SUPER::new (
703 my ($self, $x, $y, $child) = @_; 770 my ($self, $x, $y, $child) = @_;
704 771
705 $child->set_parent ($self); 772 $child->set_parent ($self);
706 $self->{children}[$y][$x] = $child; 773 $self->{children}[$y][$x] = $child;
707 774
708 $self->{w} = $self->{h} = -1; 775 $child->check_size;
776}
777
778# TODO: move to container class maybe? send childs a signal on removal?
779sub clear {
780 my ($self) = @_;
781
782 delete $self->{children};
709 $self->update; 783 $self->update;
710} 784}
711 785
712sub get_wh { 786sub get_wh {
713 my ($self) = @_; 787 my ($self) = @_;
741 (sum @$hs), 815 (sum @$hs),
742 ) 816 )
743} 817}
744 818
745sub size_allocate { 819sub size_allocate {
746 my ($self, $x, $y, $w, $h) = @_; 820 my ($self, $w, $h) = @_;
747
748 $self->_size_allocate ($x, $y, $w, $h) or return;
749 821
750 my ($ws, $hs) = $self->get_wh; 822 my ($ws, $hs) = $self->get_wh;
751 823
752 my $req_w = sum @$ws; 824 my $req_w = sum @$ws;
753 my $req_h = sum @$hs; 825 my $req_h = sum @$hs;
775 847
776 for my $c (0 .. $#$row) { 848 for my $c (0 .. $#$row) {
777 my $col_w = $ws->[$c]; 849 my $col_w = $ws->[$c];
778 850
779 if (my $widget = $row->[$c]) { 851 if (my $widget = $row->[$c]) {
780 $widget->size_allocate ($x, $y, $col_w, $row_h); 852 $widget->configure ($x, $y, $col_w, $row_h);
781 } 853 }
782 854
783 $x += $col_w; 855 $x += $col_w;
784 } 856 }
785 857
830 (List::Util::max map $_->[1], @alloc), 902 (List::Util::max map $_->[1], @alloc),
831 ) 903 )
832} 904}
833 905
834sub size_allocate { 906sub size_allocate {
835 my ($self, $x, $y, $w, $h) = @_; 907 my ($self, $w, $h) = @_;
836
837 $self->_size_allocate ($x, $y, $w, $h);
838 908
839 ($h, $w) = ($w, $h); 909 ($h, $w) = ($w, $h);
840 910
841 my $children = $self->{children}; 911 my $children = $self->{children};
842 912
864 934
865 my $y = 0; 935 my $y = 0;
866 for (0 .. $#$children) { 936 for (0 .. $#$children) {
867 my $child = $children->[$_]; 937 my $child = $children->[$_];
868 my $h = $h[$_]; 938 my $h = $h[$_];
869 $child->size_allocate ($y, 0, $h, $w); 939 $child->configure ($y, 0, $h, $w);
870 940
871 $y += $h; 941 $y += $h;
872 } 942 }
943
944 1
873} 945}
874 946
875############################################################################# 947#############################################################################
876 948
877package CFClient::UI::VBox; 949package CFClient::UI::VBox;
890 (List::Util::sum map $_->[1], @alloc), 962 (List::Util::sum map $_->[1], @alloc),
891 ) 963 )
892} 964}
893 965
894sub size_allocate { 966sub size_allocate {
895 my ($self, $x, $y, $w, $h) = @_; 967 my ($self, $w, $h) = @_;
896
897 $self->_size_allocate ($x, $y, $w, $h);
898 968
899 my $children = $self->{children}; 969 my $children = $self->{children};
900 970
901 my @h = map +($_->size_request)[1], @$children; 971 my @h = map +($_->size_request)[1], @$children;
902 972
920 990
921 my $y = 0; 991 my $y = 0;
922 for (0 .. $#$children) { 992 for (0 .. $#$children) {
923 my $child = $children->[$_]; 993 my $child = $children->[$_];
924 my $h = $h[$_]; 994 my $h = $h[$_];
925 $child->size_allocate (0, $y, $w, $h); 995 $child->configure (0, $y, $w, $h);
926 996
927 $y += $h; 997 $y += $h;
928 } 998 }
999
1000 1
929} 1001}
930 1002
931############################################################################# 1003#############################################################################
932 1004
933package CFClient::UI::Label; 1005package CFClient::UI::Label;
934 1006
935our @ISA = CFClient::UI::Base::; 1007our @ISA = CFClient::UI::Base::;
936 1008
937use SDL::OpenGL; 1009use CFClient::OpenGL;
938 1010
939sub new { 1011sub new {
940 my ($class, %arg) = @_; 1012 my ($class, %arg) = @_;
941 1013
942 my $self = $class->SUPER::new ( 1014 my $self = $class->SUPER::new (
943 fg => [1, 1, 1], 1015 fg => [1, 1, 1],
944 fontsize => $::FONTSIZE, 1016 fontsize => 1,
945 text => "", 1017 text => "",
946 align => -1, 1018 align => -1,
1019 valign => -1,
947 padding => 2, 1020 padding => 2,
948 layout => new CFClient::Layout, 1021 layout => new CFClient::Layout,
949 %arg 1022 %arg
950 ); 1023 );
951 1024
952 $self->set_text ($self->{text}); 1025 $self->{xxx}++ if $self->{text} eq "Client Setup" && $self->{align};#d#
1026
1027 $self->set_text (delete $self->{text}) if exists $self->{text};
1028 $self->set_markup (delete $self->{markup}) if exists $self->{markup};
953 1029
954 $self 1030 $self
955} 1031}
956 1032
957sub escape_text { 1033sub escape_text {
965} 1041}
966 1042
967sub set_text { 1043sub set_text {
968 my ($self, $text) = @_; 1044 my ($self, $text) = @_;
969 1045
970 $self->{text} = $text;
971 $self->{layout}->set_markup ($text); 1046 $self->{layout}->set_text ($text);
972 1047
973 delete $self->{texture}; 1048 delete $self->{texture};
974# $self->{w} = $self->{h} = -1;
975 $self->update; 1049 $self->update;
976} 1050}
977 1051
978sub get_text { 1052sub set_markup {
979 my ($self, $text) = @_; 1053 my ($self, $markup) = @_;
980 1054
981 $self->{text} 1055 $self->{layout}->set_markup ($markup);
1056
1057 delete $self->{texture};
1058 $self->update;
982} 1059}
983 1060
984sub size_request { 1061sub size_request {
985 my ($self) = @_; 1062 my ($self) = @_;
986 1063
987 $self->{layout}->set_width; 1064 $self->{layout}->set_width;
988 $self->{layout}->set_height ($self->{fontsize}); 1065 $self->{layout}->set_height ($self->{fontsize} * $::FONTSIZE);
1066
989 my ($w, $h) = $self->{layout}->size; 1067 my ($w, $h) = $self->{layout}->size;
990 1068
991 ( 1069 (
992 $w + $self->{padding} * 2, 1070 $w + $self->{padding} * 2,
993 $h + $self->{padding} * 2, 1071 $h + $self->{padding} * 2,
994 ) 1072 )
995} 1073}
996 1074
997sub size_allocate { 1075sub size_allocate {
998 my ($self, $x, $y, $w, $h) = @_; 1076 my ($self, $w, $h) = @_;
999
1000 $self->_size_allocate ($x, $y, $w, $h) or return;
1001 1077
1002 delete $self->{texture}; 1078 delete $self->{texture};
1003}
1004
1005sub update {
1006 my ($self) = @_;
1007
1008 delete $self->{texture};
1009 $self->SUPER::update;
1010} 1079}
1011 1080
1012sub _draw { 1081sub _draw {
1013 my ($self) = @_; 1082 my ($self) = @_;
1014 1083
1015 my $tex = $self->{texture} ||= do { 1084 my $tex = $self->{texture} ||= do {
1016 $self->{layout}->set_width ($self->{w}); 1085 $self->{layout}->set_width ($self->{w});
1017 $self->{layout}->set_height (List::Util::min $self->{h} - $self->{padding} * 2, $self->{fontsize}); 1086 $self->{layout}->set_height (List::Util::min $self->{h}, $self->{fontsize} * $::FONTSIZE);
1018 new_from_layout CFClient::Texture $self->{layout} 1087 new_from_layout CFClient::Texture $self->{layout}
1019 }; 1088 };
1020 1089
1021 glEnable GL_BLEND; 1090 glEnable GL_BLEND;
1022 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA; 1091 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
1023 glEnable GL_TEXTURE_2D; 1092 glEnable GL_TEXTURE_2D;
1024 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE; 1093 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE;
1025 1094
1026 glColor @{$self->{fg}}; 1095 glColor @{$self->{fg}};
1027 1096
1028 my $x = 1097 $self->{ox} = int (
1029 $self->{align} < 0 ? $self->{padding} 1098 $self->{align} < 0 ? $self->{padding}
1030 : $self->{align} > 0 ? $self->{w} - $tex->{w} - $self->{padding} 1099 : $self->{align} > 0 ? $self->{w} - $tex->{w} - $self->{padding}
1031 : ($self->{w} - $tex->{w}) * 0.5; 1100 : ($self->{w} - $tex->{w}) * 0.5
1101 );
1032 1102
1033 $tex->draw_quad (int $x, int +($self->{h} - $tex->{h}) * 0.5); 1103 $self->{oy} = int (
1104 $self->{valign} < 0 ? $self->{padding}
1105 : $self->{valign} > 0 ? $self->{h} - $tex->{h} - $self->{padding}
1106 : ($self->{h} - $tex->{h}) * 0.5
1107 );
1108
1109 $tex->draw_quad ($self->{ox}, $self->{oy});
1034 1110
1035 glDisable GL_TEXTURE_2D; 1111 glDisable GL_TEXTURE_2D;
1036 glDisable GL_BLEND; 1112 glDisable GL_BLEND;
1037} 1113}
1038 1114
1039############################################################################# 1115#############################################################################
1040 1116
1041package CFClient::UI::Entry; 1117package CFClient::UI::EntryBase;
1042 1118
1043our @ISA = CFClient::UI::Label::; 1119our @ISA = CFClient::UI::Label::;
1044 1120
1045use SDL; 1121use CFClient::OpenGL;
1046use SDL::OpenGL;
1047 1122
1048sub new { 1123sub new {
1049 my $class = shift; 1124 my $class = shift;
1050 1125
1051 $class->SUPER::new ( 1126 $class->SUPER::new (
1053 bg => [0, 0, 0, 0.2], 1128 bg => [0, 0, 0, 0.2],
1054 active_bg => [1, 1, 1, 0.5], 1129 active_bg => [1, 1, 1, 0.5],
1055 active_fg => [0, 0, 0], 1130 active_fg => [0, 0, 0],
1056 can_hover => 1, 1131 can_hover => 1,
1057 can_focus => 1, 1132 can_focus => 1,
1133 valign => 0,
1058 @_ 1134 @_
1059 ) 1135 )
1060} 1136}
1061 1137
1062sub _set_text { 1138sub _set_text {
1063 my ($self, $text) = @_; 1139 my ($self, $text) = @_;
1064 1140
1065 my $old_text = $self->{text}; 1141 delete $self->{cur_h};
1142
1143 return if $self->{text} eq $text;
1144
1145 delete $self->{texture};
1066 1146
1067 $self->{last_activity} = $::NOW; 1147 $self->{last_activity} = $::NOW;
1068
1069 $self->{text} = $text; 1148 $self->{text} = $text;
1070 $self->{layout}->set_width ($self->{w});
1071 $self->{layout}->set_height (List::Util::min $self->{h} - $self->{padding} * 2, $self->{fontsize});
1072 1149
1073 $text =~ s/./*/g if $self->{hidden}; 1150 $text =~ s/./*/g if $self->{hidden};
1151 $self->{layout}->set_text ("$text ");
1074 1152
1075 $self->{layout}->set_markup ($self->escape_text ($text) . " "); 1153 $self->emit (changed => $self->{text});
1154}
1076 1155
1077 $text = substr $text, 0, $self->{cursor}; 1156sub get_text {
1078 utf8::encode $text; 1157 $_[0]{text}
1079
1080 @$self{qw(cur_x cur_y cur_h)} = $self->{layout}->cursor_pos (length $text);
1081
1082 $self->emit (changed => $self->{text}) # XXX: is this the right place to do this?
1083 if $old_text ne $self->{text};
1084} 1158}
1085 1159
1086sub size_request { 1160sub size_request {
1087 my ($self) = @_; 1161 my ($self) = @_;
1088 1162
1090 1164
1091 ($w + 1, $h) # add 1 for cursor 1165 ($w + 1, $h) # add 1 for cursor
1092} 1166}
1093 1167
1094sub size_allocate { 1168sub size_allocate {
1095 my ($self, $x, $y, $w, $h) = @_; 1169 my ($self, $w, $h) = @_;
1096
1097 $self->SUPER::size_allocate ($x, $y, $w, $h);
1098 1170
1099 $self->_set_text ($self->{text}); 1171 $self->_set_text ($self->{text});
1100} 1172}
1101 1173
1102sub set_text { 1174sub set_text {
1108} 1180}
1109 1181
1110sub key_down { 1182sub key_down {
1111 my ($self, $ev) = @_; 1183 my ($self, $ev) = @_;
1112 1184
1113 my $mod = $ev->key_mod; 1185 my $mod = $ev->{mod};
1114 my $sym = $ev->key_sym; 1186 my $sym = $ev->{sym};
1115
1116 my $uni = $ev->key_unicode; 1187 my $uni = $ev->{unicode};
1117 1188
1118 my $text = $self->get_text; 1189 my $text = $self->get_text;
1119 1190
1120 if ($sym == SDLK_BACKSPACE) { 1191 if ($sym == 8) {
1121 substr $text, --$self->{cursor}, 1, "" if $self->{cursor}; 1192 substr $text, --$self->{cursor}, 1, "" if $self->{cursor};
1122 } elsif ($sym == SDLK_DELETE) { 1193 } elsif ($sym == 127) {
1123 substr $text, $self->{cursor}, 1, ""; 1194 substr $text, $self->{cursor}, 1, "";
1124 } elsif ($sym == SDLK_LEFT) { 1195 } elsif ($sym == CFClient::SDLK_LEFT) {
1125 --$self->{cursor} if $self->{cursor}; 1196 --$self->{cursor} if $self->{cursor};
1126 } elsif ($sym == SDLK_RIGHT) { 1197 } elsif ($sym == CFClient::SDLK_RIGHT) {
1127 ++$self->{cursor} if $self->{cursor} < length $self->{text}; 1198 ++$self->{cursor} if $self->{cursor} < length $self->{text};
1128 } elsif ($sym == SDLK_HOME) { 1199 } elsif ($sym == CFClient::SDLK_HOME) {
1129 $self->{cursor} = 0; 1200 $self->{cursor} = 0;
1130 } elsif ($sym == SDLK_END) { 1201 } elsif ($sym == CFClient::SDLK_END) {
1131 $self->{cursor} = length $text; 1202 $self->{cursor} = length $text;
1132 } elsif ($sym == SDLK_ESCAPE) { 1203 } elsif ($sym == 27) {
1133 $self->emit ('escape'); 1204 $self->emit ('escape');
1134 } elsif ($uni) { 1205 } elsif ($uni) {
1135 substr $text, $self->{cursor}++, 0, chr $uni; 1206 substr $text, $self->{cursor}++, 0, chr $uni;
1136 } 1207 }
1137 1208
1192 1263
1193 $self->SUPER::_draw; 1264 $self->SUPER::_draw;
1194 1265
1195 #TODO: force update every cursor change :( 1266 #TODO: force update every cursor change :(
1196 if ($FOCUS == $self && (($::NOW - $self->{last_activity}) & 1023) < 600) { 1267 if ($FOCUS == $self && (($::NOW - $self->{last_activity}) & 1023) < 600) {
1268
1269 unless (exists $self->{cur_h}) {
1270 my $text = substr $self->{text}, 0, $self->{cursor};
1271 utf8::encode $text;
1272
1273 @$self{qw(cur_x cur_y cur_h)} = $self->{layout}->cursor_pos (length $text)
1274 }
1275
1197 glColor @{$self->{fg}}; 1276 glColor @{$self->{fg}};
1198 glBegin GL_LINES; 1277 glBegin GL_LINES;
1199 glVertex $self->{cur_x}, $self->{cur_y};
1200 glVertex $self->{cur_x}, $self->{cur_y} + $self->{cur_h}; 1278 glVertex $self->{cur_x} + $self->{ox}, $self->{cur_y} + $self->{oy};
1279 glVertex $self->{cur_x} + $self->{ox}, $self->{cur_y} + $self->{oy} + $self->{cur_h};
1201 glEnd; 1280 glEnd;
1202 } 1281 }
1203} 1282}
1204 1283
1205package CFClient::UI::LineEntry; 1284package CFClient::UI::Entry;
1206 1285
1207our @ISA = CFClient::UI::Entry::; 1286our @ISA = CFClient::UI::EntryBase::;
1208 1287
1209use SDL; 1288use CFClient::OpenGL;
1210use SDL::OpenGL;
1211 1289
1212sub key_down { 1290sub key_down {
1213 my ($self, $ev) = @_; 1291 my ($self, $ev) = @_;
1214 1292
1215 my $sym = $ev->key_sym; 1293 my $sym = $ev->{sym};
1216 1294
1217 if ($sym == SDLK_RETURN) { 1295 if ($sym == 13) {
1218 $self->emit (activate => $self->get_text); 1296 $self->emit (activate => $self->get_text);
1219 $self->update; 1297 $self->update;
1220 1298
1221 } else { 1299 } else {
1222 $self->SUPER::key_down ($ev); 1300 $self->SUPER::key_down ($ev);
1228 1306
1229package CFClient::UI::Button; 1307package CFClient::UI::Button;
1230 1308
1231our @ISA = CFClient::UI::Label::; 1309our @ISA = CFClient::UI::Label::;
1232 1310
1233use SDL; 1311use CFClient::OpenGL;
1234use SDL::OpenGL;
1235 1312
1236my @tex = 1313my @tex =
1237 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ } 1314 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1238 qw(b1_button_active.png); 1315 qw(b1_button_active.png);
1239 1316
1242 1319
1243 $class->SUPER::new ( 1320 $class->SUPER::new (
1244 padding => 4, 1321 padding => 4,
1245 fg => [1, 1, 1], 1322 fg => [1, 1, 1],
1246 bg => [1, 1, 1, 0.2], 1323 bg => [1, 1, 1, 0.2],
1247 active_fg => [1, 1, 0], 1324 active_fg => [0, 0, 1],
1248 can_hover => 1, 1325 can_hover => 1,
1326 align => 0,
1327 valign => 0,
1249 @_ 1328 @_
1250 ) 1329 )
1251} 1330}
1252 1331
1253sub button_up { 1332sub button_up {
1261 1340
1262sub _draw { 1341sub _draw {
1263 my ($self) = @_; 1342 my ($self) = @_;
1264 1343
1265 local $self->{fg} = $self->{fg}; 1344 local $self->{fg} = $self->{fg};
1266 my $tex = $tex[0];
1267
1268 glEnable GL_BLEND;
1269 glEnable GL_TEXTURE_2D;
1270 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
1271 1345
1272 if ($GRAB == $self) { 1346 if ($GRAB == $self) {
1273 $self->{fg} = $self->{active_fg}; 1347 $self->{fg} = $self->{active_fg};
1274 } 1348 }
1275 1349
1276 glBindTexture GL_TEXTURE_2D, $tex->{name}; 1350 glEnable GL_BLEND;
1351 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
1352 glEnable GL_TEXTURE_2D;
1277 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE; 1353 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE;
1354 glColor 0, 0, 0, 1;
1278 1355
1279 $tex->draw_quad (0, 0, $self->{w}, $self->{h}); 1356 $tex[0]->draw_quad (0, 0, $self->{w}, $self->{h});
1280 1357
1281 glDisable GL_TEXTURE_2D; 1358 glDisable GL_TEXTURE_2D;
1282 glDisable GL_BLEND; 1359 glDisable GL_BLEND;
1283 1360
1284 $self->SUPER::_draw; 1361 $self->SUPER::_draw;
1292 1369
1293my @tex = 1370my @tex =
1294 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ } 1371 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1295 qw(c1_checkbox_bg.png c1_checkbox_active.png); 1372 qw(c1_checkbox_bg.png c1_checkbox_active.png);
1296 1373
1297use SDL; 1374use CFClient::OpenGL;
1298use SDL::OpenGL;
1299 1375
1300sub new { 1376sub new {
1301 my $class = shift; 1377 my $class = shift;
1302 1378
1303 $class->SUPER::new ( 1379 $class->SUPER::new (
1314 my ($self) = @_; 1390 my ($self) = @_;
1315 1391
1316 ($self->{padding} * 2 + 6) x 2 1392 ($self->{padding} * 2 + 6) x 2
1317} 1393}
1318 1394
1319sub size_allocate {
1320 my ($self, $x, $y, $w, $h) = @_;
1321
1322 $self->_size_allocate ($x, $y, $w, $h);
1323}
1324
1325sub button_down { 1395sub button_down {
1326 my ($self, $ev, $x, $y) = @_; 1396 my ($self, $ev, $x, $y) = @_;
1327 1397
1328 if ($x >= $self->{padding} && $x < $self->{w} - $self->{padding} 1398 if ($x >= $self->{padding} && $x < $self->{w} - $self->{padding}
1329 && $y >= $self->{padding} && $y < $self->{h} - $self->{padding}) { 1399 && $y >= $self->{padding} && $y < $self->{h} - $self->{padding}) {
1355 glDisable GL_BLEND; 1425 glDisable GL_BLEND;
1356} 1426}
1357 1427
1358############################################################################# 1428#############################################################################
1359 1429
1430package CFClient::UI::VGauge;
1431
1432our @ISA = CFClient::UI::Base::;
1433
1434use CFClient::OpenGL;
1435
1436my %tex = (
1437 food => [
1438 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1439 qw/g1_food_gauge_empty.png g1_food_gauge_full.png/
1440 ],
1441 grace => [
1442 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1443 qw/g1_grace_gauge_empty.png g1_grace_gauge_full.png/
1444 ],
1445 hp => [
1446 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1447 qw/g1_hp_gauge_empty.png g1_hp_gauge_full.png/
1448 ],
1449 mana => [
1450 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1451 qw/g1_mana_gauge_empty.png g1_mana_gauge_full.png/
1452 ],
1453);
1454
1455# eg. VGauge->new (gauge => 'food'), default gauge: food
1456sub new {
1457 my $class = shift;
1458
1459 my $self = $class->SUPER::new (
1460 gauge => 'food',
1461 @_
1462 );
1463
1464 $self->{aspect} = $tex{$self->{gauge}}[0]{w} / $tex{$self->{gauge}}[0]{h};
1465
1466 $self
1467}
1468
1469sub size_request {
1470 my ($self) = @_;
1471
1472 my $tex = $tex{$self->{gauge}}[0];
1473
1474 @$tex{qw(w h)}
1475}
1476
1477sub set_max {
1478 my ($self, $max) = @_;
1479
1480 $self->{max_val} = $max;
1481}
1482
1483sub set_value {
1484 my ($self, $val, $max) = @_;
1485
1486 $self->set_max ($max)
1487 if defined $max;
1488
1489 $max = $self->{max_val};
1490 $self->{val} = $val;
1491
1492 $self->update;
1493}
1494
1495sub _draw {
1496 my ($self) = @_;
1497
1498 my $tex = $tex{$self->{gauge}};
1499
1500 my ($w, $h) = ($self->{w}, $self->{h});
1501
1502 my $ycut = $self->{val} / ($self->{max_val} || 1);
1503 $ycut = 1 if $self->{val} > $self->{max_val};
1504
1505 my $t1 = $tex->[0];
1506 my $t2 = $tex->[1];
1507
1508 glEnable GL_BLEND;
1509 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
1510 glEnable GL_TEXTURE_2D;
1511 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE;
1512
1513 my $h1 = $self->{h} - $ycut * $self->{h};
1514 my $h2 = $ycut * $self->{h};
1515
1516 my $yp = 0;
1517
1518 glBindTexture GL_TEXTURE_2D, $t1->{name};
1519 glBegin GL_QUADS;
1520 glTexCoord 0 , 0; glVertex 0 , $yp;
1521 glTexCoord 0 , $t1->{t} * (1 - $ycut); glVertex 0 , $yp + $h1;
1522 glTexCoord $t1->{s}, $t1->{t} * (1 - $ycut); glVertex 0 + $w, $yp + $h1;
1523 glTexCoord $t1->{s}, 0; glVertex 0 + $w, $yp;
1524 glEnd;
1525
1526 $yp += $h1;
1527
1528 glBindTexture GL_TEXTURE_2D, $t2->{name};
1529 glBegin GL_QUADS;
1530 glTexCoord 0 , $t2->{t} * (1 - $ycut); glVertex 0 , $yp;
1531 glTexCoord 0 , $t2->{t}; glVertex 0 , $yp + $h2;
1532 glTexCoord $t2->{s}, $t2->{t}; glVertex 0 + $w, $yp + $h2;
1533 glTexCoord $t2->{s}, $t2->{t} * (1 - $ycut); glVertex 0 + $w, $yp;
1534 glEnd;
1535
1536 glDisable GL_BLEND;
1537 glDisable GL_TEXTURE_2D;
1538}
1539
1540#############################################################################
1541
1360package CFClient::UI::Slider; 1542package CFClient::UI::Slider;
1361 1543
1362use strict; 1544use strict;
1363 1545
1364use SDL::OpenGL; 1546use CFClient::OpenGL;
1365 1547
1366our @ISA = CFClient::UI::DrawBG::; 1548our @ISA = CFClient::UI::DrawBG::;
1367 1549
1368my @tex = 1550my @tex =
1369 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ } 1551 map { new_from_file CFClient::Texture CFClient::find_rcfile $_ }
1379 # TODO: calculations are off 1561 # TODO: calculations are off
1380 my $self = $class->SUPER::new ( 1562 my $self = $class->SUPER::new (
1381 fg => [1, 1, 1], 1563 fg => [1, 1, 1],
1382 active_fg => [0, 0, 0], 1564 active_fg => [0, 0, 0],
1383 range => [0, 0, 100, 10], 1565 range => [0, 0, 100, 10],
1384 req_w => 40, 1566 req_w => 20,
1385 req_h => 13, 1567 req_h => 20,
1386 vertical => 0, 1568 vertical => 0,
1387 can_hover => 1, 1569 can_hover => 1,
1388 inner_pad => 5, 1570 inner_pad => 5,
1389 @_ 1571 @_
1390 ); 1572 );
1494 1676
1495package CFClient::UI::TextView; 1677package CFClient::UI::TextView;
1496 1678
1497our @ISA = CFClient::UI::HBox::; 1679our @ISA = CFClient::UI::HBox::;
1498 1680
1499use SDL::OpenGL; 1681use CFClient::OpenGL;
1500 1682
1501sub new { 1683sub new {
1502 my $class = shift; 1684 my $class = shift;
1503 1685
1504 my $self = $class->SUPER::new ( 1686 my $self = $class->SUPER::new (
1505 req_w => $::WIDTH / 6,
1506 req_h => $::HEIGHT / 6,
1507 fontsize => $::FONTSIZE, 1687 fontsize => 1,
1508 @_, 1688 @_,
1509 1689
1510 layout => (new CFClient::Layout), 1690 layout => (new CFClient::Layout),
1511 par => [], 1691 par => [],
1512 height => 0, 1692 height => 0,
1533sub text_height { 1713sub text_height {
1534 my ($self, $text) = @_; 1714 my ($self, $text) = @_;
1535 1715
1536 my $layout = $self->{layout}; 1716 my $layout = $self->{layout};
1537 1717
1538 $layout->set_height ($self->{fontsize}); 1718 $layout->set_height ($self->{fontsize} * $::FONTSIZE);
1539 $layout->set_width ($self->{w}); 1719 $layout->set_width ($self->{w});
1540 $layout->set_text ($text); 1720 $layout->set_text ($text);
1541 1721
1542 ($layout->size)[1] 1722 ($layout->size)[1]
1543} 1723}
1547 1727
1548 $self->{need_reflow}++; 1728 $self->{need_reflow}++;
1549 $self->update; 1729 $self->update;
1550} 1730}
1551 1731
1552sub size_request {
1553 my ($self) = @_;
1554
1555 ($self->{req_w}, $self->{req_h})
1556}
1557
1558sub size_allocate { 1732sub size_allocate {
1559 my ($self, $x, $y, $w, $h) = @_; 1733 my ($self, $w, $h) = @_;
1560 1734
1561 $self->SUPER::size_allocate ($x, $y, $w, $h); 1735 $self->SUPER::size_allocate ($w, $h);
1562 1736
1563 $self->{layout}->set_height ($self->{fontsize}); 1737 $self->{layout}->set_height ($self->{fontsize} * $::FONTSIZE);
1564 $self->{layout}->set_width ($self->{w}); 1738 $self->{layout}->set_width ($self->{children}[0]{w});
1565 1739
1566 $self->reflow; 1740 $self->reflow;
1567} 1741}
1568 1742
1569sub add_paragraph { 1743sub add_paragraph {
1656 1830
1657} 1831}
1658 1832
1659############################################################################# 1833#############################################################################
1660 1834
1661package CFClient::UI::MapWidget;
1662
1663use strict;
1664
1665use List::Util qw(min max);
1666
1667use SDL;
1668use SDL::OpenGL;
1669
1670our @ISA = CFClient::UI::Base::;
1671
1672sub new {
1673 my $class = shift;
1674
1675 $class->SUPER::new (
1676 z => -1,
1677 can_focus => 1,
1678 list => (glGenLists 1),
1679 @_
1680 )
1681}
1682
1683sub key_down {
1684 print "MAPKEYDOWN\n";
1685}
1686
1687sub key_up {
1688}
1689
1690sub button_down {
1691 my ($self, $ev, $x, $y) = @_;
1692
1693 $self->focus_in;
1694
1695 if ($ev->button == 2) {
1696 my ($ox, $oy) = ($ev->button_x, $ev->button_y);
1697 my ($bw, $bh) = ($::CFG->{map_shift_x}, $::CFG->{map_shift_y});
1698
1699 $self->{motion} = sub {
1700 my ($ev, $x, $y) = @_;
1701
1702 ($x, $y) = ($ev->motion_x, $ev->motion_y);
1703
1704 $::CFG->{map_shift_x} = $bw + $x - $ox;
1705 $::CFG->{map_shift_y} = $bh + $y - $oy;
1706
1707 $self->update;
1708 };
1709 }
1710}
1711
1712sub button_up {
1713 my ($self, $ev, $x, $y) = @_;
1714
1715 delete $self->{motion};
1716}
1717
1718sub mouse_motion {
1719 my ($self, $ev, $x, $y) = @_;
1720
1721 $self->{motion}->($ev, $x, $y) if $self->{motion};
1722}
1723
1724sub size_request {
1725 (
1726 1 + 32 * int $::WIDTH / 32,
1727 1 + 32 * int $::HEIGHT / 32,
1728 )
1729}
1730
1731sub update {
1732 my ($self) = @_;
1733
1734 $self->{need_update} = 1;
1735 $self->SUPER::update;
1736}
1737
1738sub draw {
1739 my ($self) = @_;
1740
1741 if (delete $self->{need_update}) {
1742 glNewList $self->{list}, GL_COMPILE;
1743
1744 if ($::MAP) {
1745 my $sw = int $::WIDTH / 32;
1746 my $sh = int $::HEIGHT / 32;
1747
1748 my $sx = $::CFG->{map_shift_x}; my $sx0 = $sx & 31; $sx = ($sx - $sx0) / 32;
1749 my $sy = $::CFG->{map_shift_y}; my $sy0 = $sy & 31; $sy = ($sy - $sy0) / 32;
1750
1751 glTranslate $sx0 - 32, $sy0 - 32, 0;
1752
1753 my ($w, $h, $data) = $::MAP->draw ($sx, $sy, 0, 0, $sw + 1, $sh + 1);
1754
1755 if ($::CFG->{fow_enable}) {
1756 if ($::CFG->{fow_smooth}) { # smooth fog of war
1757 glConvolutionParameter GL_CONVOLUTION_2D, GL_CONVOLUTION_BORDER_MODE, GL_CONSTANT_BORDER;
1758 glConvolutionFilter2D
1759 GL_CONVOLUTION_2D,
1760 GL_ALPHA,
1761 3, 3,
1762 GL_ALPHA, GL_FLOAT,
1763 pack "f*",
1764 0.1, 0.1, 0.1,
1765 0.1, 0.2, 0.1,
1766 0.1, 0.1, 0.1,
1767 ;
1768 glEnable GL_CONVOLUTION_2D;
1769 }
1770
1771 my $tex = new CFClient::Texture
1772 w => $w,
1773 h => $h,
1774 data => $data,
1775 internalformat => GL_ALPHA,
1776 format => GL_ALPHA;
1777
1778 glDisable GL_CONVOLUTION_2D if $::CFG->{fow_smooth};
1779
1780 glEnable GL_BLEND;
1781 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
1782 glEnable GL_TEXTURE_2D;
1783 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE;
1784
1785 glColor +($::CFG->{fow_intensity}) x 3, 1;
1786 $tex->draw_quad (0, 0, $w * 32, $h * 32);
1787
1788 glDisable GL_TEXTURE_2D;
1789 glDisable GL_BLEND;
1790 }
1791
1792 # HACK BEGIN
1793 {
1794 glTranslate -($sx0 - 32), -($sy0 - 32), 0;#remove
1795 my ($w, $h) = (250, 250);
1796
1797 glEnable GL_BLEND;
1798 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
1799 glEnable GL_TEXTURE_2D;
1800 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE;
1801
1802 CFClient::Texture->new (
1803 w => $w,
1804 h => $h,
1805 data => $::MAP->mapmap ($w, $h),
1806 type => GL_UNSIGNED_INT_8_8_8_8_REV
1807 )->draw_quad (100, 100);
1808
1809 glDisable GL_TEXTURE_2D;
1810 glDisable GL_BLEND;
1811 }
1812 # HACK END
1813 }
1814
1815 glEndList;
1816 }
1817
1818 glPushMatrix;
1819 glCallList $self->{list};
1820 glPopMatrix;
1821
1822 if ($FOCUS != $self) {
1823 glColor 64/255, 64/255, 64/255;
1824 glLogicOp GL_AND;
1825 glEnable GL_COLOR_LOGIC_OP;
1826 glBegin GL_QUADS;
1827 glVertex 0, 0;
1828 glVertex 0, $::HEIGHT;
1829 glVertex $::WIDTH, $::HEIGHT;
1830 glVertex $::WIDTH, 0;
1831 glEnd;
1832 glDisable GL_COLOR_LOGIC_OP;
1833 }
1834}
1835
1836my %DIR = (
1837 SDLK_KP8, [1, "north"],
1838 SDLK_KP9, [2, "northeast"],
1839 SDLK_KP6, [3, "east"],
1840 SDLK_KP3, [4, "southeast"],
1841 SDLK_KP2, [5, "south"],
1842 SDLK_KP1, [6, "southwest"],
1843 SDLK_KP4, [7, "west"],
1844 SDLK_KP7, [8, "northwest"],
1845
1846 SDLK_UP, [1, "north"],
1847 SDLK_RIGHT, [3, "east"],
1848 SDLK_DOWN, [5, "south"],
1849 SDLK_LEFT, [7, "west"],
1850);
1851
1852sub key_down {
1853 my ($self, $ev) = @_;
1854
1855 my $mod = $ev->key_mod;
1856 my $sym = $ev->key_sym;
1857
1858 if ($sym == SDLK_KP5) {
1859 $::CONN->user_send ("command stay fire");
1860 } elsif ($sym == SDLK_a) {
1861 $::CONN->user_send ("command apply");
1862 } elsif ($sym == SDLK_QUOTE) {
1863 $self->emit ('activate_console');
1864 } elsif ($sym == SDLK_SLASH) {
1865 $self->emit ('activate_console' => '/');
1866 } elsif (exists $DIR{$sym}) {
1867 if ($mod & KMOD_SHIFT) {
1868 $self->{shft}++;
1869 $::CONN->user_send ("command fire $DIR{$sym}[0]");
1870 } elsif ($mod & KMOD_CTRL) {
1871 $self->{ctrl}++;
1872 $::CONN->user_send ("command run $DIR{$sym}[0]");
1873 } else {
1874 $::CONN->user_send ("command $DIR{$sym}[1]");
1875 }
1876 }
1877}
1878
1879sub key_up {
1880 my ($self, $ev) = @_;
1881
1882 my $mod = $ev->key_mod;
1883 my $sym = $ev->key_sym;
1884
1885 if (!($mod & KMOD_SHIFT) && delete $self->{shft}) {
1886 $::CONN->user_send ("command fire_stop");
1887 }
1888 if (!($mod & KMOD_CTRL ) && delete $self->{ctrl}) {
1889 $::CONN->user_send ("command run_stop");
1890 }
1891}
1892
1893#############################################################################
1894
1895package CFClient::UI::Animator; 1835package CFClient::UI::Animator;
1896 1836
1897use SDL::OpenGL; 1837use CFClient::OpenGL;
1898 1838
1899our @ISA = CFClient::UI::Bin::; 1839our @ISA = CFClient::UI::Bin::;
1900 1840
1901sub moveto { 1841sub moveto {
1902 my ($self, $x, $y) = @_; 1842 my ($self, $x, $y) = @_;
1975 1915
1976package CFClient::UI::Root; 1916package CFClient::UI::Root;
1977 1917
1978our @ISA = CFClient::UI::Container::; 1918our @ISA = CFClient::UI::Container::;
1979 1919
1980use SDL::OpenGL; 1920use CFClient::OpenGL;
1921
1922sub check_size {
1923 my ($self) = @_;
1924
1925 $self->configure (0, 0, $::WITH, $::HEIGHT);
1926}
1981 1927
1982sub size_request { 1928sub size_request {
1983 ($::WIDTH, $::HEIGHT) 1929 ($::WIDTH, $::HEIGHT)
1984} 1930}
1985 1931
1986sub size_allocate { 1932sub configure {
1987 my ($self, $x, $y, $w, $h) = @_; 1933 my ($self, $x, $y, $w, $h) = @_;
1988 1934
1989 $self->_size_allocate ($x, $y, $w, $h); 1935 $self->SUPER::configure ($x, $y, $w, $h);
1990 1936
1991 $_->size_allocate ($_->{x}, $_->{y}, $_->size_request) 1937 $_->configure ($_->{x}, $_->{y}, $_->size_request)
1992 for @{$self->{children}}; 1938 for @{$self->{children}};
1993} 1939}
1994 1940
1995sub _topleft { 1941sub _topleft {
1996 my ($self, $x, $y) = @_; 1942 my ($self, $x, $y) = @_;
1999} 1945}
2000 1946
2001sub update { 1947sub update {
2002 my ($self) = @_; 1948 my ($self) = @_;
2003 1949
2004 $self->size_allocate (0, 0, $::WIDTH, $::HEIGHT); 1950 $self->check_size;
2005 ::refresh (); 1951 ::refresh ();
2006} 1952}
2007 1953
2008sub add { 1954sub add {
2009 my ($self, $widget) = @_; 1955 my ($self, $child) = @_;
2010 1956
2011 $self->SUPER::add ($widget); 1957 $self->SUPER::add ($child);
2012
2013 $widget->size_allocate ($widget->{x}, $widget->{y}, $widget->size_request);
2014} 1958}
2015 1959
2016sub on_refresh { 1960sub on_refresh {
2017 my ($self, $id, $cb) = @_; 1961 my ($self, $id, $cb) = @_;
2018 1962

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines