From 6468d698a788637419ec538c1f8667dc112e6580 Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 2 May 2015 17:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A6=E5=B0=86=E3=80=81=E5=8D=A1=E7=89=8C?= =?UTF-8?q?=E4=B8=80=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 435 +++++++++++++++++++----- layout/default/layout.css | 1 + mode/guozhan.js | 112 +----- mode/identity.js | 107 +----- theme/{ => archive}/block/block.png | Bin theme/{ => archive}/block/style.css | 0 theme/{ => archive}/default/.DS_Store | Bin theme/{ => archive}/default/oxygen.jpg | Bin theme/{ => archive}/default/oxygen2.jpg | Bin theme/{ => archive}/default/style.css | 0 theme/{ => archive}/dock/dock.png | Bin theme/{ => archive}/dock/dock2.png | Bin theme/{ => archive}/dock/grid.png | Bin theme/{ => archive}/dock/oxygen.jpg | Bin theme/{ => archive}/dock/style.css | 0 theme/{ => archive}/dock/wood.png | Bin theme/{ => archive}/glass/blur.jpg | Bin theme/{ => archive}/glass/glow.png | Bin theme/{ => archive}/glass/style.css | 0 theme/{ => archive}/jeans/jeans.jpg | Bin theme/{ => archive}/jeans/style.css | 0 theme/{ => archive}/metro/style.css | 0 theme/{ => archive}/round/bg_1.jpg | Bin theme/{ => archive}/round/bg_2.jpg | Bin theme/{ => archive}/round/block.png | Bin theme/{ => archive}/round/dock.png | Bin theme/{ => archive}/round/dock2.png | Bin theme/{ => archive}/round/grid.png | Bin theme/{ => archive}/round/jeans.jpg | Bin theme/{ => archive}/round/oxygen.jpg | Bin theme/{ => archive}/round/p_4.png | Bin theme/{ => archive}/round/style.css | 0 theme/{ => archive}/round/wood.jpg | Bin theme/{ => archive}/round/wood.png | Bin theme/{ => archive}/simple/style.css | 0 theme/{ => archive}/white/grid.png | Bin theme/{ => archive}/white/oxygen.jpg | Bin theme/{ => archive}/white/style.css | 0 theme/woodden/style.css | 3 + 39 files changed, 352 insertions(+), 306 deletions(-) rename theme/{ => archive}/block/block.png (100%) rename theme/{ => archive}/block/style.css (100%) rename theme/{ => archive}/default/.DS_Store (100%) rename theme/{ => archive}/default/oxygen.jpg (100%) rename theme/{ => archive}/default/oxygen2.jpg (100%) rename theme/{ => archive}/default/style.css (100%) rename theme/{ => archive}/dock/dock.png (100%) rename theme/{ => archive}/dock/dock2.png (100%) rename theme/{ => archive}/dock/grid.png (100%) rename theme/{ => archive}/dock/oxygen.jpg (100%) rename theme/{ => archive}/dock/style.css (100%) rename theme/{ => archive}/dock/wood.png (100%) rename theme/{ => archive}/glass/blur.jpg (100%) rename theme/{ => archive}/glass/glow.png (100%) rename theme/{ => archive}/glass/style.css (100%) rename theme/{ => archive}/jeans/jeans.jpg (100%) rename theme/{ => archive}/jeans/style.css (100%) rename theme/{ => archive}/metro/style.css (100%) rename theme/{ => archive}/round/bg_1.jpg (100%) rename theme/{ => archive}/round/bg_2.jpg (100%) rename theme/{ => archive}/round/block.png (100%) rename theme/{ => archive}/round/dock.png (100%) rename theme/{ => archive}/round/dock2.png (100%) rename theme/{ => archive}/round/grid.png (100%) rename theme/{ => archive}/round/jeans.jpg (100%) rename theme/{ => archive}/round/oxygen.jpg (100%) rename theme/{ => archive}/round/p_4.png (100%) rename theme/{ => archive}/round/style.css (100%) rename theme/{ => archive}/round/wood.jpg (100%) rename theme/{ => archive}/round/wood.png (100%) rename theme/{ => archive}/simple/style.css (100%) rename theme/{ => archive}/white/grid.png (100%) rename theme/{ => archive}/white/oxygen.jpg (100%) rename theme/{ => archive}/white/style.css (100%) diff --git a/game/game.js b/game/game.js index 3a403f430..d11b97cd5 100644 --- a/game/game.js +++ b/game/game.js @@ -4475,7 +4475,7 @@ window.play={}; else{ var buttons=ui.create.div('.buttons',this.content); if(zoom) buttons.classList.add('smallzoom'); - this.buttons=this.buttons.concat(ui.create.buttons(item[0],item[1],buttons)); + this.buttons=this.buttons.concat(ui.create.buttons(item[0],item[1],buttons,noclick)); } ui.update(); return item; @@ -6366,6 +6366,196 @@ window.play={}; } return node; }, + groupControl:function(dialog){ + return ui.create.control('wei','shu','wu','qun',function(link,node){ + if(link=='全部'){ + dialog.currentcapt=''; + dialog.currentgroup=''; + for(var i=0;ib?1:-1; + }); + var clickCapt=function(e){ + if(_status.dragged) return; + if(this.classList.contains('thundertext')){ + dialog.currentcapt=null; + dialog.currentcaptnode=null; + this.classList.remove('thundertext'); + for(var i=0;ib?1:-1; + } + return aa>bb?1:-1; + }); + dialog=ui.create.dialog('hidden'); + if(str){ + dialog.add(str); + } + dialog.add(node); + if(thisiscard){ + dialog.add([list,'vcard'],noclick); + } + else{ + dialog.add([list,'character'],noclick); + } + dialog.add(ui.create.div('.placeholder')); + for(i=0;i