changelog shortlog tags manifest raw

changeset: new avatars

changeset 517: 226f75f51679
parent 516:695e52a9210b
child 518:03f3044ba32f
author: loic@call.dachary.org
date: Sun Jun 29 22:52:42 2008 +0200 (3 months ago)
files: avatars/men.xcf avatars/special.xcf avatars/standards.xcf avatars/women.xcf jpoker/JpokerPlugin/JpokerPlugin.tiddler jpoker/css/images/jpoker_table/avatar1.png jpoker/css/images/jpoker_table/avatar10.png jpoker/css/images/jpoker_table/avatar11.png jpoker/css/images/jpoker_table/avatar12.png jpoker/css/images/jpoker_table/avatar13.png jpoker/css/images/jpoker_table/avatar14.png jpoker/css/images/jpoker_table/avatar15.png jpoker/css/images/jpoker_table/avatar16.png jpoker/css/images/jpoker_table/avatar17.png jpoker/css/images/jpoker_table/avatar18.png jpoker/css/images/jpoker_table/avatar19.png jpoker/css/images/jpoker_table/avatar2.png jpoker/css/images/jpoker_table/avatar20.png jpoker/css/images/jpoker_table/avatar3.png jpoker/css/images/jpoker_table/avatar4.png jpoker/css/images/jpoker_table/avatar5.png jpoker/css/images/jpoker_table/avatar6.png jpoker/css/images/jpoker_table/avatar7.png jpoker/css/images/jpoker_table/avatar8.png jpoker/css/images/jpoker_table/avatar9.png jpoker/css/jpoker_table.css jpoker/js/jquery.jpoker.js
description: new avatars
--- a/jpoker/JpokerPlugin/JpokerPlugin.tiddler	Sat Jun 28 17:25:09 2008 +0200
+++ b/jpoker/JpokerPlugin/JpokerPlugin.tiddler	Sun Jun 29 22:52:42 2008 +0200
@@ -23,7 +23,7 @@
     story.displayTiddler(null, title, 1);
 };
 
-$.jpoker.verbose = 1;
+$.jpoker.verbose = 6;
 
 $.jpoker.copyright();
 
--- a/jpoker/css/jpoker_table.css	Sat Jun 28 17:25:09 2008 +0200
+++ b/jpoker/css/jpoker_table.css	Sun Jun 29 22:52:42 2008 +0200
@@ -1,8 +1,28 @@
-.jpoker_table .jpoker_position {
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat0_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat1_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat2_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat3_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat4_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat5_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat6_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat7_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat8_name,
+.jpoker_table .jpoker_position .jpoker_ptable_player_seat9_name
+{
     background-color: #44FF44;
 }
 
-.jpoker_table .jpoker_sit_out {
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat0_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat1_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat2_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat3_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat4_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat5_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat6_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat7_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat8_name,
+.jpoker_table .jpoker_sit_out .jpoker_ptable_player_seat9_name
+{
     background-color: #AAAAAA;
 }
 
--- a/jpoker/js/jquery.jpoker.js	Sat Jun 28 17:25:09 2008 +0200
+++ b/jpoker/js/jquery.jpoker.js	Sun Jun 29 22:52:42 2008 +0200
@@ -2015,6 +2015,11 @@
             jpoker.plugins.cards.update(player.cards, '#card_seat' + player.seat, id);
             $('#player_seat' + seat + '_bet' + id).addClass('jpoker_bet');
             $('#player_seat' + seat  + '_money' + id).addClass('jpoker_money');
+            $('#player_seat' + seat  + '_avatar' + id).css({ 
+                            'background-image': 'url("images/jpoker_table/avatar' + seat + '.png")',
+                                'display': 'block'
+                                });
+
             jpoker.plugins.player.chips(player, id);
             var name = $('#player_seat' + seat + '_name' + id);
             name.addClass('jpoker_name');
Binary file avatars/men.xcf has changed
Binary file avatars/special.xcf has changed
Binary file avatars/standards.xcf has changed
Binary file avatars/women.xcf has changed
Binary file jpoker/css/images/jpoker_table/avatar1.png has changed
Binary file jpoker/css/images/jpoker_table/avatar10.png has changed
Binary file jpoker/css/images/jpoker_table/avatar11.png has changed
Binary file jpoker/css/images/jpoker_table/avatar12.png has changed
Binary file jpoker/css/images/jpoker_table/avatar13.png has changed
Binary file jpoker/css/images/jpoker_table/avatar14.png has changed
Binary file jpoker/css/images/jpoker_table/avatar15.png has changed
Binary file jpoker/css/images/jpoker_table/avatar16.png has changed
Binary file jpoker/css/images/jpoker_table/avatar17.png has changed
Binary file jpoker/css/images/jpoker_table/avatar18.png has changed
Binary file jpoker/css/images/jpoker_table/avatar19.png has changed
Binary file jpoker/css/images/jpoker_table/avatar2.png has changed
Binary file jpoker/css/images/jpoker_table/avatar20.png has changed
Binary file jpoker/css/images/jpoker_table/avatar3.png has changed
Binary file jpoker/css/images/jpoker_table/avatar4.png has changed
Binary file jpoker/css/images/jpoker_table/avatar5.png has changed
Binary file jpoker/css/images/jpoker_table/avatar6.png has changed
Binary file jpoker/css/images/jpoker_table/avatar7.png has changed
Binary file jpoker/css/images/jpoker_table/avatar8.png has changed
Binary file jpoker/css/images/jpoker_table/avatar9.png has changed