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

Comparing deliantra/Deliantra-Client/bin/deliantra (file contents):
Revision 1.89 by root, Mon Jan 12 03:11:05 2009 UTC vs.
Revision 1.95 by root, Sun Apr 26 19:10:57 2009 UTC

56 56
57 if ($^O eq "MSWin32") { 57 if ($^O eq "MSWin32") {
58 # pango is relocatable on win32 58 # pango is relocatable on win32
59 } else { 59 } else {
60 # OS X 60 # OS X
61 $ENV{FONTCONFIG_FILE} = "$root/fonts.conf"; # no effect??!?!
62 $ENV{FONTCONFIG_DIR} = $root; # no effect??!?!
63 $ENV{PANGO_RC_FILE} = "$root/pango.rc"; 61 $ENV{PANGO_RC_FILE} = "$root/pango.rc";
64 $ENV{DYLD_LIBRARY_PATH} = $root; 62 $ENV{DYLD_LIBRARY_PATH} = $root;
65 chdir $root; # for pango modules, maybe other things 63 chdir $root; # for pango modules, maybe other things
66 } 64 }
67 65
68 unshift @INC, $root; 66 unshift @INC, $root;
69 } 67 }
70} 68}
71 69
72# prepend private library directory 70# prepend private library directory and prepare env
73BEGIN { 71BEGIN {
74 for (grep !ref, @INC) { 72 for (grep !ref, @INC) {
75 my $path = "$_/Deliantra/Client/private"; 73 my $path = "$_/Deliantra/Client/private";
76 if (-d $path) { 74 if (-d $path) {
77 unshift @INC, $path; 75 unshift @INC, $path;
205our $FLOORBOX; 203our $FLOORBOX;
206our $GAUGES; 204our $GAUGES;
207our $STATWIDS; 205our $STATWIDS;
208 206
209our $SDL_ACTIVE; 207our $SDL_ACTIVE;
210our %SDL_CB; 208our @SDL_CB;
211 209
212our $ALT_ENTER_MESSAGE; 210our $ALT_ENTER_MESSAGE;
213our $STATUSBOX; 211our $STATUSBOX;
214our $MODBOX; 212our $MODBOX;
215our $DEBUG_STATUS; 213our $DEBUG_STATUS;
818 816
819 on_connect => sub { 817 on_connect => sub {
820 if ($_[0]) { 818 if ($_[0]) {
821 DC::lowdelay fileno $CONN->{fh}; 819 DC::lowdelay fileno $CONN->{fh};
822 820
823 status "login successful"; 821 status "successfully connected to the server";
824 } else { 822 } else {
825 undef $CONN; 823 undef $CONN;
826 status "unable to connect: $!"; 824 status "unable to connect: $!";
827 stop_game(); 825 stop_game();
828 } 826 }
843 # hack to make SURE we find the IP address all right 841 # hack to make SURE we find the IP address all right
844 # can be removed once AnyEvent::DNS is proven stable. 842 # can be removed once AnyEvent::DNS is proven stable.
845 if ($host eq "gameserver.deliantra.net") { 843 if ($host eq "gameserver.deliantra.net") {
846 AnyEvent::DNS::a "dnstest.deliantra.net", sub { 844 AnyEvent::DNS::a "dnstest.deliantra.net", sub {
847 if ($_[0] ne "80.101.114.108") { # Perl 845 if ($_[0] ne "80.101.114.108") { # Perl
846 status "dns failure, trying differently";
847 $host = eval { Socket::inet_ntoa Socket::inet_aton "gameserver.deliantra.net" };
848 unless (defined $host) {
848 status "dns failure, using hardcoded address"; 849 status "dns failure, using hardcoded address";
849 $host = "129.13.162.95"; 850 $host = "129.13.162.95";
851 }
850 } 852 }
851 853
852 dc_connect $host, $port; 854 dc_connect $host, $port;
853 }; 855 };
854 } else { 856 } else {
2258 ); 2260 );
2259 2261
2260 $MENUBAR->add ($GAUGES->{exp} = new DC::UI::ExperienceProgress 2262 $MENUBAR->add ($GAUGES->{exp} = new DC::UI::ExperienceProgress
2261 padding_x => 6, 2263 padding_x => 6,
2262 padding_y => 3, 2264 padding_y => 3,
2263 tooltip => "This progress bar shows your progress towards the next character level.", 2265 tooltip => "This progress bar shows your overall experience and your progress towards the next character level.",
2264 template => " Exp: 888,888,888,888 (lvl 188) ", 2266 template => " Exp: 888,888,888,888 (lvl 188) ",
2265 ); 2267 );
2266 2268
2267 $MENUBAR->add ($PICKUP_ENABLE = new DC::UI::CheckBox # checkbox bad, button better? 2269 $MENUBAR->add ($PICKUP_ENABLE = new DC::UI::CheckBox # checkbox bad, button better?
2268 tooltip => "Automatic Pickup Enable - when this checkbox is enabled, then your character " 2270 tooltip => "Automatic Pickup Enable - when this checkbox is enabled, then your character "
2481 2483
2482 DC::UI::Toplevel->new ( 2484 DC::UI::Toplevel->new (
2483 title => "Minimap", 2485 title => "Minimap",
2484 name => "mapmap", 2486 name => "mapmap",
2485 x => 0, 2487 x => 0,
2486 y => $FONTSIZE + 8, 2488 y => $::FONTSIZE + 8,#d# hack to move messages window below the menubar
2487 border_bg => [1, 1, 1, 192/255], 2489 border_bg => [1, 1, 1, 192/255],
2488 bg => [1, 1, 1, 0], 2490 bg => [1, 1, 1, 0],
2489 child => ($MAPMAP = new DC::MapWidget::MapMap 2491 child => ($MAPMAP = new DC::MapWidget::MapMap
2490 tooltip => "<b>Minimap</b>. This will display an overview of the surrounding areas.", 2492 tooltip => "<b>Minimap</b>. This will display an overview of the surrounding areas.",
2491 ), 2493 ),
2520 $METASERVER = metaserver_dialog; 2522 $METASERVER = metaserver_dialog;
2521 # the name is changed to not conflict with the older name as users could have hidden it 2523 # the name is changed to not conflict with the older name as users could have hidden it
2522 $MESSAGE_WINDOW = new DC::UI::Dockbar 2524 $MESSAGE_WINDOW = new DC::UI::Dockbar
2523 name => "message_window2", 2525 name => "message_window2",
2524 title => 'Messages', 2526 title => 'Messages',
2527 y => $::FONTSIZE + 8,#d# hack to move messages window below the menubar
2525 force_w => $::WIDTH * 0.6, 2528 force_w => $::WIDTH * 0.6,
2526 force_h => $::HEIGHT * 0.25, 2529 force_h => $::HEIGHT * 0.25,
2527 ; 2530 ;
2528 2531
2529 $MESSAGE_DIST = new DC::MessageDistributor dockbar => $MESSAGE_WINDOW; 2532 $MESSAGE_DIST = new DC::MessageDistributor dockbar => $MESSAGE_WINDOW;
2597my $want_refresh = EV::prepare_ns \&force_refresh; 2600my $want_refresh = EV::prepare_ns \&force_refresh;
2598 2601
2599my $input = EV::periodic 0, 1 / $MAX_FPS, undef, sub { 2602my $input = EV::periodic 0, 1 / $MAX_FPS, undef, sub {
2600 $NOW = EV::now; 2603 $NOW = EV::now;
2601 2604
2602 ($SDL_CB{$_->{type}} || sub { warn "unhandled event $_->{type}" })->($_) 2605 ($SDL_CB[$_->{type}] || sub { warn "unhandled event $_->{type}" })->($_)
2603 for DC::poll_events; 2606 for DC::poll_events;
2604 2607
2605 if (%animate_object) { 2608 if (%animate_object) {
2606 $_->animate ($LAST_REFRESH - $NOW) for values %animate_object; 2609 $_->animate ($LAST_REFRESH - $NOW) for values %animate_object;
2607 $WANT_REFRESH = 1; 2610 $WANT_REFRESH = 1;
2619sub animation_stop { 2622sub animation_stop {
2620 my ($widget) = @_; 2623 my ($widget) = @_;
2621 delete $animate_object{$widget}; 2624 delete $animate_object{$widget};
2622} 2625}
2623 2626
2624%SDL_CB = (
2625 DC::SDL_QUIT => sub { 2627$SDL_CB[DC::SDL_QUIT] = sub {
2626 crash "SDL_QUIT"; 2628 crash "SDL_QUIT";
2627 EV::unloop EV::UNLOOP_ALL; 2629 EV::unloop EV::UNLOOP_ALL;
2628 }, 2630};
2629 DC::SDL_VIDEORESIZE => sub { 2631$SDL_CB[DC::SDL_VIDEORESIZE] = sub { };
2630 },
2631 DC::SDL_VIDEOEXPOSE => sub { 2632$SDL_CB[DC::SDL_VIDEOEXPOSE] = sub {
2632 DC::UI::full_refresh; 2633 DC::UI::full_refresh;
2633 }, 2634};
2634 DC::SDL_ACTIVEEVENT => sub { 2635$SDL_CB[DC::SDL_ACTIVEEVENT] = sub {
2635# not useful, as APPACTIVE includes only iconified state, not unmapped 2636# not useful, as APPACTIVE includes only iconified state, not unmapped
2636# printf "active %x %x %x\n", $_[0]{gain}, $_[0]{state}, DC::SDL_GetAppState;#d# 2637# printf "active %x %x %x\n", $_[0]{gain}, $_[0]{state}, DC::SDL_GetAppState;#d#
2637# printf "a %x\n", DC::SDL_GetAppState & DC::SDL_APPACTIVE;#d# 2638# printf "a %x\n", DC::SDL_GetAppState & DC::SDL_APPACTIVE;#d#
2638# printf "A\n" if $_[0]{state} & DC::SDL_APPACTIVE; 2639# printf "A\n" if $_[0]{state} & DC::SDL_APPACTIVE;
2639# printf "K\n" if $_[0]{state} & DC::SDL_APPINPUTFOCUS; 2640# printf "K\n" if $_[0]{state} & DC::SDL_APPINPUTFOCUS;
2640# printf "M\n" if $_[0]{state} & DC::SDL_APPMOUSEFOCUS; 2641# printf "M\n" if $_[0]{state} & DC::SDL_APPMOUSEFOCUS;
2641 }, 2642};
2642 DC::SDL_KEYDOWN => sub { 2643$SDL_CB[DC::SDL_KEYDOWN] = sub {
2643 if ($_[0]{mod} & DC::KMOD_ALT && $_[0]{sym} == 13) { 2644 if ($_[0]{mod} & DC::KMOD_ALT && $_[0]{sym} == 13) {
2644 # alt-enter 2645 # alt-enter
2645 video_shutdown; 2646 video_shutdown;
2646 $FULLSCREEN_ENABLE->toggle; 2647 $FULLSCREEN_ENABLE->toggle;
2647 video_init; 2648 video_init;
2648 } else { 2649 } else {
2649 &DC::UI::feed_sdl_key_down_event; 2650 &DC::UI::feed_sdl_key_down_event;
2650 } 2651 }
2651 update_modbox; 2652 update_modbox;
2652 }, 2653};
2653 DC::SDL_KEYUP => sub { 2654$SDL_CB[DC::SDL_KEYUP] = sub {
2654 &DC::UI::feed_sdl_key_up_event; 2655 &DC::UI::feed_sdl_key_up_event;
2655 update_modbox; 2656 update_modbox;
2656 }, 2657};
2657 DC::SDL_MOUSEMOTION => \&DC::UI::feed_sdl_motion_event, 2658$SDL_CB[DC::SDL_MOUSEMOTION] = \&DC::UI::feed_sdl_motion_event,
2658 DC::SDL_MOUSEBUTTONDOWN => \&DC::UI::feed_sdl_button_down_event, 2659$SDL_CB[DC::SDL_MOUSEBUTTONDOWN] = \&DC::UI::feed_sdl_button_down_event,
2659 DC::SDL_MOUSEBUTTONUP => \&DC::UI::feed_sdl_button_up_event, 2660$SDL_CB[DC::SDL_MOUSEBUTTONUP] = \&DC::UI::feed_sdl_button_up_event,
2660 DC::SDL_USEREVENT => sub { 2661$SDL_CB[DC::SDL_USEREVENT] = sub {
2661 if ($_[0]{code} == 1) { 2662 if ($_[0]{code} == 1) {
2662 audio_channel_finished $_[0]{data1}; 2663 audio_channel_finished $_[0]{data1};
2663 } elsif ($_[0]{code} == 0) { 2664 } elsif ($_[0]{code} == 0) {
2664 audio_music_finished; 2665 audio_music_finished;
2665 }
2666 }, 2666 }
2667); 2667};
2668 2668
2669############################################################################# 2669#############################################################################
2670 2670
2671$SIG{INT} = $SIG{TERM} = sub { 2671$SIG{INT} = $SIG{TERM} = sub {
2672 EV::unloop; 2672 EV::unloop;
2733 default => "profile", # default profile 2733 default => "profile", # default profile
2734 show_tips => 1, 2734 show_tips => 1,
2735 logview_max_par => 1000, 2735 logview_max_par => 1000,
2736 shift_fire_stop => 0, 2736 shift_fire_stop => 0,
2737 uitheme => "wood", 2737 uitheme => "wood",
2738 map_shift_x => -24, # arbitrary
2739 map_shift_y => +24, # arbitrary
2738 ); 2740 );
2739 2741
2740 while (my ($k, $v) = each %DEF_CFG) { 2742 while (my ($k, $v) = each %DEF_CFG) {
2741 $CFG->{$k} = $v unless exists $CFG->{$k}; 2743 $CFG->{$k} = $v unless exists $CFG->{$k};
2742 } 2744 }
2756 } 2758 }
2757 } 2759 }
2758 2760
2759 sdl_init; 2761 sdl_init;
2760 2762
2763 $ENV{FONTCONFIG_FILE} = DC::find_rcfile "fonts/fonts.conf";
2764 $ENV{FONTCONFIG_DIR} = DC::find_rcfile "fonts";
2765
2761 { 2766 {
2762 my @fonts = map DC::find_rcfile "fonts/$_", qw( 2767 my @fonts = map DC::find_rcfile "fonts/$_", qw(
2763 DejaVuSans.ttf 2768 DejaVuSans.ttf
2764 DejaVuSansMono.ttf 2769 DejaVuSansMono.ttf
2765 DejaVuSans-Bold.ttf 2770 DejaVuSans-Bold.ttf
2766 DejaVuSansMono-Bold.ttf 2771 DejaVuSansMono-Bold.ttf
2767 DejaVuSans-Oblique.ttf 2772 DejaVuSans-Oblique.ttf
2768 DejaVuSansMono-Oblique.ttf 2773 DejaVuSansMono-Oblique.ttf
2769 DejaVuSans-BoldOblique.ttf 2774 DejaVuSans-BoldOblique.ttf
2770 DejaVuSansMono-BoldOblique.ttf 2775 DejaVuSansMono-BoldOblique.ttf
2776 mona.ttf
2771 ); 2777 );
2772 2778
2773 DC::add_font $_ for @fonts; 2779 DC::add_font $_ for @fonts;
2774 2780
2775 $FONT_PROP = new_from_file DC::Font $fonts[0]; 2781 $FONT_PROP = new_from_file DC::Font $fonts[0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines