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

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.86 by root, Sun Jul 2 21:07:27 2006 UTC vs.
Revision 1.88 by root, Mon Jul 3 22:04:25 2006 UTC

1335 $ntb->add ( 1335 $ntb->add (
1336 "Stats & Skills" => $STATS_PAGE = stats_window, 1336 "Stats & Skills" => $STATS_PAGE = stats_window,
1337 "Shows statistics and skill window, where all your Stats, Resistances and Skills are shown." 1337 "Shows statistics and skill window, where all your Stats, Resistances and Skills are shown."
1338 ); 1338 );
1339 $ntb->add ( 1339 $ntb->add (
1340 Spells => $SPELL_PAGE = new CFClient::UI::SpellList, 1340 Spellbook => $SPELL_PAGE = new CFClient::UI::SpellList,
1341 "Displays all spells you have and lets you edit keyboard shortcuts for them." 1341 "Displays all spells you have and lets you edit keyboard shortcuts for them."
1342 ); 1342 );
1343 $ntb->add ( 1343 $ntb->add (
1344 Inventory => $INVENTORY_PAGE = inventory_widget, 1344 Inventory => $INVENTORY_PAGE = inventory_widget,
1345 "Toggles the inventory window, where you can manage your loot (or treasures :). " 1345 "Toggles the inventory window, where you can manage your loot (or treasures :). "
1346 . "You can also hit the <b>Tab</b>-key to show/hide the Inventory." 1346 . "You can also hit the <b>Tab</b>-key to show/hide the Inventory."
1347 ); 1347 );
1348 1348
1349 $ntb->set_current_page ($INVENTORY_PAGE);
1349 1350
1350 $plwin->add ($ntb); 1351 $plwin->add ($ntb);
1351 $plwin 1352 $plwin
1352} 1353}
1353 1354
1469 y => 'center', 1470 y => 'center',
1470 z => 2, 1471 z => 2,
1471 name => 'doc_browser', 1472 name => 'doc_browser',
1472 force_w => int $WIDTH * 7/8, 1473 force_w => int $WIDTH * 7/8,
1473 force_h => int $HEIGHT * 7/8, 1474 force_h => int $HEIGHT * 7/8,
1474 title => "Documentation"; 1475 title => "Help Browser",
1476 has_close_button => 1;
1475 1477
1476 $win->add (my $vbox = new CFClient::UI::VBox); 1478 $win->add (my $vbox = new CFClient::UI::VBox);
1477 1479
1478 $vbox->add (my $buttons = new CFClient::UI::HBox); 1480 $vbox->add (my $buttons = new CFClient::UI::HBox);
1479 $vbox->add (my $viewer = new CFClient::UI::TextScroller 1481 $vbox->add (my $viewer = new CFClient::UI::TextScroller
1656 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Message Window", other => $MESSAGE_WINDOW = message_window, 1658 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Message Window", other => $MESSAGE_WINDOW = message_window,
1657 tooltip => "Toggles the server message log, where the client collects <i>all</i> messages from the server."); 1659 tooltip => "Toggles the server message log, where the client collects <i>all</i> messages from the server.");
1658 1660
1659 make_gauge_window->show; # XXX: this has to be set before make_stats_window as make_stats_window calls update_stats_window which updated the gauges also X-D 1661 make_gauge_window->show; # XXX: this has to be set before make_stats_window as make_stats_window calls update_stats_window which updated the gauges also X-D
1660 1662
1661 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Player", other => player_window, 1663 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Playerbook", other => player_window,
1662 tooltip => "Toggles the player view, where you can manage Inventory, Spells, Skills and see your Stats."); 1664 tooltip => "Toggles the player view, where you can manage Inventory, Spells, Skills and see your Stats.");
1663 1665
1664 $BUTTONBAR->add (new CFClient::UI::Button 1666 $BUTTONBAR->add (new CFClient::UI::Button
1665 text => "Save Config", 1667 text => "Save Config",
1666 tooltip => "Saves the options chosen in the client setting, server settings and the window layout to be restored on later runs.", 1668 tooltip => "Saves the options chosen in the client setting, server settings and the window layout to be restored on later runs.",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines