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

Comparing deliantra/Deliantra-Client/DC/Main.pm (file contents):
Revision 1.26 by root, Wed Nov 21 12:48:12 2012 UTC vs.
Revision 1.28 by root, Wed Dec 24 06:12:21 2014 UTC

511 audio_music_push; 511 audio_music_push;
512} 512}
513 513
514sub audio_init { 514sub audio_init {
515 if ($CFG->{audio_enable}) { 515 if ($CFG->{audio_enable}) {
516 DC::Audio::init $CFG->{audio_driver}; 516 DC::Audio::init;
517 517
518 if ($SDL_MIXER) { 518 if ($SDL_MIXER) {
519 audio_music_finished; 519 audio_music_finished;
520 } else { 520 } else {
521 status "Unable to open sound device: there will be no sound"; 521 status "Unable to open sound device: there will be no sound";
1178 $table->add_at (0, $row, new DC::UI::Label align => 1, text => "Compress Textures"); 1178 $table->add_at (0, $row, new DC::UI::Label align => 1, text => "Compress Textures");
1179 $table->add_at (1, $row++, new DC::UI::CheckBox 1179 $table->add_at (1, $row++, new DC::UI::CheckBox
1180 state => $CFG->{texture_compression}, 1180 state => $CFG->{texture_compression},
1181 tooltip => "Use texture compression. Normally this will not reduce visual quality noticable but " 1181 tooltip => "Use texture compression. Normally this will not reduce visual quality noticable but "
1182 . "will save a lot of memory and increase performance (and also fall prey to the ever-buggy Mac OS X software renderer). " 1182 . "will save a lot of memory and increase performance (and also fall prey to the ever-buggy Mac OS X software renderer). "
1183 . "The compression algorithm can differ form card to card, so your mileage may vary. This setting is ignored in " 1183 . "The compression algorithm can differ from card to card, so your mileage may vary. This setting is ignored in "
1184 . "forced OpenGL 1.1 mode and when using the Apple renderer.", 1184 . "forced OpenGL 1.1 mode and when using the Apple renderer.",
1185 on_changed => sub { my ($self, $value) = @_; $CFG->{texture_compression} = $value; 0 } 1185 on_changed => sub { my ($self, $value) = @_; $CFG->{texture_compression} = $value; 0 }
1186 ); 1186 );
1187 1187
1188 $table->add_at (0, $row, new DC::UI::Label align => 1, text => "Fast & Ugly"); 1188 $table->add_at (0, $row, new DC::UI::Label align => 1, text => "Fast & Ugly");
1955 }, 1955 },
1956 ); 1956 );
1957 1957
1958 $vbox->add (new DC::UI::FancyFrame 1958 $vbox->add (new DC::UI::FancyFrame
1959 label => "Server Message", 1959 label => "Server Message",
1960 tooltip => "The last message, or error, form the server.", 1960 tooltip => "The last message, or error, from the server.",
1961 child => ($LOGIN_ERROR = new DC::UI::Label valign => 0, ellipsise => 0), 1961 child => ($LOGIN_ERROR = new DC::UI::Label valign => 0, ellipsise => 0),
1962 ); 1962 );
1963 1963
1964 $vbox->add (new DC::UI::FancyFrame 1964 $vbox->add (new DC::UI::FancyFrame
1965 label => "How to Play", 1965 label => "How to Play",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines