From 62e10b80a968b325e5ca585172f2005e7460d5d9 Mon Sep 17 00:00:00 2001 From: optc-db Date: Wed, 10 Feb 2016 18:04:44 +0100 Subject: [PATCH 0001/1569] Changed Pop-Up and updated Forms --- characters/js/directives.js | 2 +- common/js/dismissal.js | 11 ++++------- common/views/links.html | 2 +- damage/views/popup/gather.html | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/characters/js/directives.js b/characters/js/directives.js index 9634da5d1..072b9cff7 100644 --- a/characters/js/directives.js +++ b/characters/js/directives.js @@ -56,7 +56,7 @@ directives.characterTable = function($rootScope, $timeout, $compile, $storage) { }; // report link var link = $('Want to report or request something? Use this form.'); - link.find('a').attr('href', 'https://docs.google.com/forms/d/1jSlwN0Ruyc5bFfxdXlwihqfLdCiELX7HQTabXoCV7hU/viewform?usp=send_form'); + link.find('a').attr('href', 'http://goo.gl/forms/4FWGgVOQKh'); link.insertAfter($('.dataTables_length')); // pick column link var pick = $('' + - '

Discontinuation Notice

' + + '

Important Notice

' + '
' + - '
The site will be no longer kept updated due to dwindling interest and lack of time. ' + - 'All past, present and future bugs will now become features.
' + - '
Existing data will not be removed, you will still be able to browse it.
' + - '
If someone is interested in picking up ' + - 'the torch, you are welcome to do so.
' + - '
You won\'t be shown this popup again once you click on the button.
' + + '
I\'m picking up this project for now.
For the beggining you can at least expect updates for the DB part of the project. It will probably be a while before I understand the rest of the code.
' + + '
That\'s it for now.
' + + '

You won\'t be shown this popup again once you click on the button.
' + '
' + '
' + '
' + diff --git a/common/views/links.html b/common/views/links.html index c74e3c0ee..a7e137425 100644 --- a/common/views/links.html +++ b/common/views/links.html @@ -8,7 +8,7 @@ diff --git a/mats/index.html b/mats/index.html index 5ad5a60c5..0dff96dbf 100644 --- a/mats/index.html +++ b/mats/index.html @@ -56,9 +56,10 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-64769042-1', 'auto'); - ga('send', 'pageview', '/mats'); + }) +// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); +// ga('create', 'UA-64769042-1', 'auto'); +// ga('send', 'pageview', '/mats'); diff --git a/slots/index.html b/slots/index.html index 9400b58bb..41c4b500d 100644 --- a/slots/index.html +++ b/slots/index.html @@ -55,9 +55,10 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-64769042-1', 'auto'); - ga('send', 'pageview', '/slots'); + }) +// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); +// ga('create', 'UA-64769042-1', 'auto'); +// ga('send', 'pageview', '/slots'); From 2620e4c3f415cbba36cf5ee619e9933dd0640e6e Mon Sep 17 00:00:00 2001 From: optc-db Date: Wed, 10 Feb 2016 22:36:59 +0100 Subject: [PATCH 0005/1569] Disable Changelog for now --- index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 5e7f033c6..e5ce5dd06 100644 --- a/index.css +++ b/index.css @@ -26,10 +26,11 @@ body { #changelog { position: relative; margin-right: 25px; - top: 60%; + top: 50%; padding: 35px; float: right; background-color: #74B0E4; + display: none; } #changelog > p { From 71d85ce436a11c8a7ac59a461228d130067869fa Mon Sep 17 00:00:00 2001 From: optc-db Date: Wed, 10 Feb 2016 22:49:13 +0100 Subject: [PATCH 0006/1569] Hopefully fixed Update Box for small Screens Looked good on 1440p less so on smaller Screens Now uses fixed position and disables itself on screens thinner than 1000px --- index.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index e5ce5dd06..19e14481c 100644 --- a/index.css +++ b/index.css @@ -24,13 +24,12 @@ body { } #changelog { - position: relative; - margin-right: 25px; - top: 50%; + position: fixed; padding: 35px; float: right; - background-color: #74B0E4; - display: none; + bottom: 10; + right: 10; + z-index: -1; } #changelog > p { @@ -51,6 +50,12 @@ body { font-size: 20; } +@media only screen and (max-width: 1000px) { + #changelog { + display: none; + } +} + .button { display: block; width: 250px; From 377a20d282342f75fa409a0fb26a8ce80f37776c Mon Sep 17 00:00:00 2001 From: optc-db Date: Thu, 11 Feb 2016 12:04:30 +0100 Subject: [PATCH 0007/1569] Added 5* Wedding Robin Max Stats --- common/data/units.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/data/units.js b/common/data/units.js index 4456548dd..bbd78b83a 100644 --- a/common/data/units.js +++ b/common/data/units.js @@ -914,9 +914,9 @@ window.units = [ [ "Brook, Harahetternia's Demon Lord", "QCK", [ "Freedom", "Slasher" ], 4, 18, 6, 3, 70, 1066998, 159, 90, 39, 1281, 597, 201, 1 ], [ "Brook, BONE to be Wild!!!", "QCK", [ "Freedom", "Slasher" ], 5, 30, 4, 4, 99, 4000000, 1220, 531, 150, 2392, 1137, 352, 1 ], [ "Nico Robin, Bride of Ohara", "QCK", [ "Knowledge", "Fighter" ], 4, 12, 4, 2, 50, null, 72, 38, 43, 899, 409, 105, 1 ], - [ "Beautiful and Talented Woman Wedding Robin", "QCK", [ "Knowledge", "Fighter" ], 5, 20, 4, 3, 99, null, 826, 327, 143, null, null, null, 0 ], + [ "Beautiful and Talented Woman Wedding Robin", "QCK", [ "Knowledge", "Fighter" ], 5, 20, 4, 3, 99, null, 826, 327, 143, 1851, 812, 371, 0 ], [ "Marguerite", "QCK", "Shooter", 3, 13, 4, 1, 50, 392109, 80, 53, 37, 920, 577, 207, 1 ], [ "Marguerite, Warrior Defending Her Country", "QCK", "Shooter", 4, 20, 5, 2, 99, 3000000, 854, 516, 145, 1563, 1070, 335, 0 ], [ "Aphelandra", "QCK", "Slasher", 3, 15, 6, 1, 70, 1066998, 98, 42, 32, 2001, 604, 141, 1 ], [ "Sweet Pea", "STR", [ "Tough", "Shooter" ], 3, 15, 4, 2, 70, 1066998, 210, 157, 26, 1041, 1041, 155, 1 ] -]; \ No newline at end of file +]; From f357e75e6f4016c1f430fecf89ebf0b8400c846c Mon Sep 17 00:00:00 2001 From: optc-db Date: Thu, 11 Feb 2016 20:47:56 +0100 Subject: [PATCH 0008/1569] First Batch of Japanese aliases --- characters/opensearch.xml | 4 +- common/data/aliases.js | 210 +++++++++++++++++++++++++++++++++++++- 2 files changed, 208 insertions(+), 6 deletions(-) diff --git a/characters/opensearch.xml b/characters/opensearch.xml index 58273f5d0..bbd625b0d 100644 --- a/characters/opensearch.xml +++ b/characters/opensearch.xml @@ -3,6 +3,6 @@ OPTC Character Table - https://optc.github.io/favicon.ico - + https://optc-db.github.io/favicon.ico + diff --git a/common/data/aliases.js b/common/data/aliases.js index 20b0d058c..dad7d6ca5 100644 --- a/common/data/aliases.js +++ b/common/data/aliases.js @@ -1,8 +1,210 @@ window.aliases = { - 4: [ 'G2' ], - 15: [ 'GPU' ], - 16: [ 'Usopp' ], - 63: [ 'Hachi' ], + 1: ['モンキー・D・ルフィ','Test'], + 2: ['モンキー・D・ルフィ ゴムゴムの銃(ピストル)','Test'], + 3: ['モンキー・D・ルフィ ゴムゴムのバズーカ','Test'], + 4: ['モンキー・D・ルフィ ギア2','G2'], + 5: ['ロロノア・ゾロ','Test'], + 6: ['ロロノア・ゾロ 三・千・世・界','Test'], + 7: ['ロロノア・ゾロ 煩悩鳳(ポンドほう)','Test'], + 8: ['ロロノア・ゾロ 阿修羅弌霧銀(あしゅらいちぶぎん)','Test'], + 9: ['ナミ','Test'], + 10: ['ナミ トルネード=テンポ','Test'], + 11: ['ナミ 蜃気楼=テンポ','Test'], + 12: ['ナミ サンダーボルト=テンポ','Test'], + 13: ['ウソップ','Test'], + 14: ['ウソップ タバスコ星'], + 15: ['ウソップ ゴールデンパウンド','GPU'], + 16: [ 'そげキング','Usopp'], + 17: ['サンジ'], + 18: ['サンジ 整形ショット(パラージュショット)'], + 19: ['料理人サンジ 焼き石シチュー'], + 20: ['サンジ 悪魔風脚 (ディアブルジャンブ)'], + 21: ['トニートニー・チョッパー'], + 22: ['トニートニー・チョッパー 重量強化(ヘビーポイント)'], + 23: ['トニートニー・チョッパー 頭脳強化(ブレーンポイント)'], + 24: ['トニートニー・チョッパー 腕力強化(アームポイント)'], + 25: ['トニートニー・チョッパー 角強化(ホーンポイント)'], + 26: ['トニートニー・チョッパー 毛皮強化(ガードポイント)'], + 27: ['ヒグマ'], + 28: ['近海の主(ヌシ)'], + 29: ['金棒のアルビダ'], + 30: ['金棒のアルビダ スベスベの実'], + 31: ['コビー'], + 32: ['雑用コビー'], + 33: ['ヘルメッポ'], + 34: ['雑用ヘルメッポ'], + 35: ['斧手のモーガン'], + 36: ['モージ&リッチー'], + 37: ['曲芸のカバジ'], + 38: ['バギー'], + 39: ['道化のバギー'], + 40: ['ガイモン'], + 41: ['シャム'], + 42: ['ブチ'], + 43: ['1・2のジャンゴ'], + 44: ['ダンシングジャンゴ'], + 45: ['キャプテン・クロ'], + 46: ['百計のクロ'], + 47: ['ヨサク'], + 48: ['ジョニー'], + 49: ['鉄拳のフルボディ'], + 50: ['パティ'], + 51: ['カルネ'], + 52: ['料理長ゼフ'], + 53: ['ギン'], + 54: ['鬼人ギン'], + 55: ['パール'], + 56: ['ファイヤーパール'], + 57: ['首領・クリーク'], + 58: ['首領・クリーク 猛毒ガス弾「M・H・5」'], + 59: ['ネズミ'], + 60: ['モーム'], + 61: ['チュウ'], + 62: ['クロオビ'], + 63: ['はっちゃん', 'Hachi' ], + 64: ['六刀流のハチ'], + 65: ['アーロン'], + 66: ['ブチ切れアーロン 鮫(シャ-ク)・ON・歯車(トゥース)'], + 67: ['たしぎ'], + 68: ['たしぎ 海軍本部少尉'], + 69: ['スモーカー'], + 70: ['白猟のスモーカー'], + 71: ['ミス・ウェンズデー'], + 72: ['ネフェルタリ・ビビ'], + 73: ['王女ビビ'], + 74: ['ポートガス・D・エース'], + 75: ['ポートガス・D・エース 鏡火炎(きょうかえん)'], + 76: ['シャンクス'], + 77: ['赤髪のシャンクス'], + 78: ['赤盗人ペンギン'], + 79: ['青盗人ペンギン'], + 80: ['緑盗人ペンギン'], + 81: ['黄盗人ペンギン'], + 82: ['黒盗人ペンギン'], + 83: ['虹盗人ペンギン'], + 84: ['赤海賊ペンギン'], + 85: ['赤海賊ペンギン'], + 86: ['赤海賊ペンギン'], + 87: ['赤海賊ペンギン'], + 88: ['赤海賊ペンギン'], + 89: ['赤カブトヤドカリ'], + 90: ['赤カブトヤドカリ'], + 91: ['赤カブトヤドカリ'], + 92: ['赤カブトヤドカリ'], + 93: ['赤カブトヤドカリ'], + 94: ['赤カブトヤドカリ'], + 95: ['赤ヨロイガニ'], + 96: ['赤ヨロイガニ'], + 97: ['赤ヨロイガニ'], + 98: ['赤ヨロイガニ'], + 99: ['赤ヨロイガニ'], + 100: ['赤しま番竜'], + 101: ['赤しま番竜'], + 102: ['赤しま番竜'], + 103: ['赤しま番竜'], + 104: ['赤しま番竜'], + 105: ['赤タカラガメ'], + 106: ['赤タカラガメ'], + 107: ['赤タカラガメ'], + 108: ['赤タカラガメ'], + 109: ['赤タカラガメ'], + 110: ['赤ダイミョウガメ'], + 111: ['赤ダイミョウガメ'], + 112: ['赤ダイミョウガメ'], + 113: ['赤ダイミョウガメ'], + 114: ['赤ダイミョウガメ'], + 115: ['タツノコ'], + 116: ['タツノワカ'], + 117: ['タツノミコト'], + 118: ['タツノオウ'], + 119: ['カタナ山賊'], + 120: ['ピストル山賊'], + 121: ['格闘隊 雑用 レッドパイレーツ'], + 122: ['格闘隊 雑用 ブルーパイレーツ'], + 123: ['格闘隊 雑用 グリーンパイレーツ'], + 124: ['格闘隊 雑用 イエローパイレーツ'], + 125: ['格闘隊 雑用 ブラックパイレーツ'], + 126: ['斬撃隊 雑用 レッドパイレーツ'], + 127: ['斬撃隊 雑用 ブルーパイレーツ'], + 128: ['斬撃隊 雑用 グリーンパイレーツ'], + 129: ['斬撃隊 雑用 イエローパイレーツ'], + 130: ['斬撃隊 雑用 ブラックパイレーツ'], + 131: ['突撃隊 雑用 レッドパイレーツ'], + 132: ['突撃隊 雑用 ブルーパイレーツ'], + 133: ['突撃隊 雑用 グリーンパイレーツ'], + 134: ['突撃隊 雑用 イエローパイレーツ'], + 135: ['突撃隊 雑用 ブラックパイレーツ'], + 136: ['狙撃隊 雑用 レッドパイレーツ'], + 137: ['狙撃隊 雑用 ブルーパイレーツ'], + 138: ['狙撃隊 雑用 グリーンパイレーツ'], + 139: ['狙撃隊 雑用 イエローパイレーツ'], + 140: ['狙撃隊 雑用 ブラックパイレーツ'], + 141: ['砲撃手 雑用'], + 142: ['格闘隊 隊員 レッドパイレーツ'], + 143: ['格闘隊 隊員 ブルーパイレーツ'], + 144: ['格闘隊 隊員 グリーンパイレーツ'], + 145: ['格闘隊 隊員 イエローパイレーツ'], + 146: ['格闘隊 隊員 ブラックパイレーツ'], + 147: ['斬撃隊 隊員 レッドパイレーツ'], + 148: ['斬撃隊 隊員 ブルーパイレーツ'], + 149: ['斬撃隊 隊員 グリーンパイレーツ'], + 150: ['斬撃隊 隊員 イエローパイレーツ'], + 151: ['斬撃隊 隊員 ブラックパイレーツ'], + 152: ['突撃隊 隊員 レッドパイレーツ'], + 153: ['突撃隊 隊員 ブルーパイレーツ'], + 154: ['突撃隊 隊員 グリーンパイレーツ'], + 155: ['突撃隊 隊員 イエローパイレーツ'], + 156: ['突撃隊 隊員 ブラックパイレーツ'], + 157: ['狙撃隊 隊員 レッドパイレーツ'], + 158: ['狙撃隊 隊員 ブルーパイレーツ'], + 159: ['狙撃隊 隊員 グリーンパイレーツ'], + 160: ['狙撃隊 隊員 イエローパイレーツ'], + 161: ['狙撃隊 隊員 ブラックパイレーツ'], + 162: ['砲撃手 腕利き'], + 163: ['ボディガード・サングラス'], + 164: ['ボディガード・ヒゲ'], + 165: ['ナックルごろつき クロネコ海賊団'], + 166: ['サーベルごろつき クロネコ海賊団'], + 167: ['ナギナタごろつき クロネコ海賊団'], + 168: ['ピストルごろつき クロネコ海賊団'], + 169: ['バズーカごろつき クロネコ海賊団'], + 170: ['格闘隊 隊長'], + 171: ['斬撃隊 隊長'], + 172: ['突撃隊 隊長'], + 173: ['狙撃隊 隊長'], + 174: ['遊撃手 凄腕'], + 175: ['空手使いの魚人 アーロン一味'], + 176: ['カタナ使いの魚人 アーロン一味'], + 177: ['ヤリ使いの魚人 アーロン一味'], + 178: ['銃使いの魚人 アーロン一味'], + 179: ['ナックル三等兵 海軍'], + 180: ['サーベル三等兵 海軍'], + 181: ['ナギナタ三等兵 海軍'], + 182: ['ピストル三等兵 海軍'], + 183: ['バズーカ三等兵 海軍'], + 184: ['ナックル一等兵 海軍'], + 185: ['サーベル一等兵 海軍'], + 186: ['ナギナタ一等兵 海軍'], + 187: ['ピストル一等兵 海軍'], + 188: ['バズーカ一等兵 海軍'], + 189: ['赤タイロウガメ'], + 190: ['青タイロウガメ'], + 191: ['青タイロウガメ'], + 192: ['青タイロウガメ'], + 193: ['青タイロウガメ'], + 194: ['ナックル少尉 海軍本部'], + 195: ['サーベル少尉 海軍本部'], + 196: ['ナギナタ少尉 海軍本部'], + 197: ['ピストル少尉 海軍本部'], + 198: ['バズーカ少尉 海軍本部'], + 199: ['Mr.5 鼻空想砲(ノーズファンシーキャノン)'], + 200: ['Mr.5 そよ風息爆弾(ブリーズ・ブレス・ボム)'], + 201: ['ミス・バレンタイン'], + 202: ['ミス・バレンタイン 1万キロギロチン'], + 203: ['Mr.3'], + 204: ['Mr.3 特大キャンドルサービスセット'], + 205: ['ミス・ゴールデンウィーク'], + 206: ['ミス・ゴールデンウィーク カラーズトラップ なごみの緑'], 207: [ 'Mr. 2 Bonclay' ], 208: [ 'Mr. 2 Bonclay Bombardier Arabesque' ], 209: [ 'Nico Robin' ], From 87abf160ef7f968b21a28f20b6ec51dfbb2e4509 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 11 Feb 2016 16:30:47 -0600 Subject: [PATCH 0009/1569] Additional Aliases Add aliases, updated update message on home --- common/data/aliases.js | 32 ++++++++++++++++---------------- index.html | 3 ++- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/common/data/aliases.js b/common/data/aliases.js index dad7d6ca5..3df570ded 100644 --- a/common/data/aliases.js +++ b/common/data/aliases.js @@ -1,4 +1,4 @@ -window.aliases = { +window.aliases = { 1: ['モンキー・D・ルフィ','Test'], 2: ['モンキー・D・ルフィ ゴムゴムの銃(ピストル)','Test'], 3: ['モンキー・D・ルフィ ゴムゴムのバズーカ','Test'], @@ -197,18 +197,18 @@ window.aliases = { 196: ['ナギナタ少尉 海軍本部'], 197: ['ピストル少尉 海軍本部'], 198: ['バズーカ少尉 海軍本部'], - 199: ['Mr.5 鼻空想砲(ノーズファンシーキャノン)'], - 200: ['Mr.5 そよ風息爆弾(ブリーズ・ブレス・ボム)'], + 199: ['Mr.5 鼻空想砲(ノーズファンシーキャノン)', 'Mr 5'], + 200: ['Mr.5 そよ風息爆弾(ブリーズ・ブレス・ボム)', 'Mr 5'], 201: ['ミス・バレンタイン'], 202: ['ミス・バレンタイン 1万キロギロチン'], - 203: ['Mr.3'], - 204: ['Mr.3 特大キャンドルサービスセット'], + 203: ['Mr.3', 'Mr 3'], + 204: ['Mr.3 特大キャンドルサービスセット', 'Mr 3'], 205: ['ミス・ゴールデンウィーク'], 206: ['ミス・ゴールデンウィーク カラーズトラップ なごみの緑'], - 207: [ 'Mr. 2 Bonclay' ], - 208: [ 'Mr. 2 Bonclay Bombardier Arabesque' ], + 207: [ 'Mr. 2 Bonclay', 'Mr 2 Bonclay' ], + 208: [ 'Mr. 2 Bonclay Bombardier Arabesque', 'Mr 2 Bonclay Bombardier Arabesque' ], 209: [ 'Nico Robin' ], - 217: [ 'Mistake', 'G3' ], + 217: [ 'Gear 3', 'G3' ], 221: [ 'Towel Nami' ], 224: [ 'Sanji' ], 225: [ 'Sanji' ], @@ -244,15 +244,15 @@ window.aliases = { 446: [ 'Blackbeard' ], 450: [ 'Namur' ], 451: [ 'One-Hit Namur' ], - 461: [ 'Fugitive Bentham Mr. 2 Bonclay' ], - 462: [ 'Prison Break Expert Mr. 2 Bonclay' ], + 461: [ 'Fugitive Bentham Mr. 2 Bonclay', 'Fugitive Bentham Mr 2 Bonclay' ], + 462: [ 'Prison Break Expert Mr. 2 Bonclay', 'Prison Break Expert Mr 2 Bonclay' ], 472: [ 'Enel\'s Elect: Red Guard Skypiea Enforcer' ], 473: [ 'Enel\'s Elect: Blue Guard Skypiea Enforcer' ], 474: [ 'Enel\'s Elect: Green Guard Skypiea Enforcer' ], 475: [ 'Enel\'s Elect: Yellow Guard Skypiea Enforcer' ], 476: [ 'Enel\'s Elect: Black Guard Skypiea Enforcer' ], 517: [ 'Usoppun' ], - 518: [ 'Usoppun, Pupil of Heracles\'n' ], + 518: [ 'Usoppun, Pupil of Heracles\'n', 'fat usopp' ], 519: [ 'Strong World Luffy', 'SW Luffy' ], 520: [ 'Strong World Luffy', 'SW Luffy' ], 521: [ 'Strong World Sanji', 'SW Sanji' ], @@ -335,8 +335,8 @@ window.aliases = { 769: [ 'Halloween Brook' ], 782: [ 'Kimono Tashigi' ], 783: [ 'Kimono Tashigi' ], - 786: [ 'Dr. Hiruruk' ], - 787: [ 'Dr. Hiruruk, Quack Doctor' ], + 786: [ 'Dr. Hiruruk', 'Dr Hiruruk'], + 787: [ 'Dr. Hiruruk, Quack Doctor', 'Dr Hiruruk, Quack Doctor' ], 790: [ 'Usopp Pirates' ], 791: [ 'Usopp Pirates' ], 792: [ 'Iceberg' ], @@ -359,9 +359,9 @@ window.aliases = { 877: [ 'Giolla' ], 878: [ 'Giolla, Donquixote Pirates' ], 885: [ 'Kimono Jinbe', 'Kimono Jimbei', 'Kimono Jinbei' ], - 886: [ 'Kimono Mr. 1' ], + 886: [ 'Kimono Mr. 1', 'Kimono Mr 1' ], 887: [ 'Kimono Buggy' ], 897: [ 'Kimono Crocodile' ], - 898: [ 'Kimono Mr. 3', 'Kimono Galdino' ], - 899: [ 'Kimono Mr. 2', 'Kimono Bonclay', 'Kimono Bon Clay' ] + 898: [ 'Kimono Mr. 3', 'Kimono Galdino', 'Kimono Mr 3' ], + 899: [ 'Kimono Mr. 2', 'Kimono Bonclay', 'Kimono Bon Clay', 'Kimono Mr 2' ] }; diff --git a/index.html b/index.html index b7e125b33..c4b58142e 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,12 @@

Updates

-

10.02.2016

+

11/02/2016


  • Disabled Popup
  • Updated Contact Forms
  • +
  • Additional Search Aliases
From 42d46c535998928dd29ed71b9891f19225f1a99c Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 11 Feb 2016 17:11:23 -0600 Subject: [PATCH 0010/1569] Google Analytics modified Analytics to our tracking data. Reactivated. --- README.md | 2 +- characters/index.html | 6 +++--- damage/index.html | 6 +++--- drops/index.html | 6 +++--- index.html | 13 +++++++++++++ mats/index.html | 6 +++--- slots/index.html | 6 +++--- 7 files changed, 29 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1599b4c01..0cafb7d01 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ The Continuation of the highly loved and apreciated OPTC Database that has stopp For the beginning I will only update the Database part while figuring out how everything works. If you want to contribute or work together just shoot me a message on here or through the contact forms in the project itself. -I will also be available on Reddit under Mondfischer +I will also be available on Reddit under Mondfischer. Included working on this project are several admins from optc-guide.com including Zeenigami and Xystos. I am also writing a few wiki entries while I figure everything out so feel free to check them out. diff --git a/characters/index.html b/characters/index.html index 1a56ce60a..749728deb 100644 --- a/characters/index.html +++ b/characters/index.html @@ -84,9 +84,9 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) }) -// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); -// ga('create', 'UA-64769042-1', 'auto'); -// ga('send', 'pageview', '/characters'); + (window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-73715806-1', 'auto'); + ga('send', 'pageview', '/characters'); diff --git a/damage/index.html b/damage/index.html index a29c8ebdc..ca472f8b4 100644 --- a/damage/index.html +++ b/damage/index.html @@ -84,9 +84,9 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) }) -// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); -// ga('create', 'UA-64769042-1', 'auto'); -// ga('send', 'pageview', '/damage'); + (window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-73715806-1', 'auto'); + ga('send', 'pageview', '/damage'); diff --git a/drops/index.html b/drops/index.html index 10767504b..e37e2c6ee 100644 --- a/drops/index.html +++ b/drops/index.html @@ -149,9 +149,9 @@

Bonus Table

(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) }) -// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); -// ga('create', 'UA-64769042-1', 'auto'); -// ga('send', 'pageview', '/drops'); + (window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-73715806-1', 'auto'); + ga('send', 'pageview', '/drops'); diff --git a/index.html b/index.html index c4b58142e..d3606dc48 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,19 @@ + +//Google Analytics + + diff --git a/mats/index.html b/mats/index.html index 0dff96dbf..5a3afe75a 100644 --- a/mats/index.html +++ b/mats/index.html @@ -57,9 +57,9 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) }) -// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); -// ga('create', 'UA-64769042-1', 'auto'); -// ga('send', 'pageview', '/mats'); + (window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-73715806-1', 'auto'); + ga('send', 'pageview', '/mats'); diff --git a/slots/index.html b/slots/index.html index 41c4b500d..76da0ad8b 100644 --- a/slots/index.html +++ b/slots/index.html @@ -56,9 +56,9 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) }) -// (window,document,'script','//www.google-analytics.com/analytics.js','ga'); -// ga('create', 'UA-64769042-1', 'auto'); -// ga('send', 'pageview', '/slots'); + (window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-73715806-1', 'auto'); + ga('send', 'pageview', '/slots'); From a47dad6e6434d2dbfa79eaa59dd7d0f60f358cb3 Mon Sep 17 00:00:00 2001 From: optc-db Date: Fri, 12 Feb 2016 00:19:36 +0100 Subject: [PATCH 0011/1569] Placeholder Alliases for all Characters --- common/data/aliases.js | 585 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 570 insertions(+), 15 deletions(-) diff --git a/common/data/aliases.js b/common/data/aliases.js index dad7d6ca5..ce1405879 100644 --- a/common/data/aliases.js +++ b/common/data/aliases.js @@ -1,17 +1,17 @@ window.aliases = { - 1: ['モンキー・D・ルフィ','Test'], - 2: ['モンキー・D・ルフィ ゴムゴムの銃(ピストル)','Test'], - 3: ['モンキー・D・ルフィ ゴムゴムのバズーカ','Test'], - 4: ['モンキー・D・ルフィ ギア2','G2'], - 5: ['ロロノア・ゾロ','Test'], - 6: ['ロロノア・ゾロ 三・千・世・界','Test'], - 7: ['ロロノア・ゾロ 煩悩鳳(ポンドほう)','Test'], - 8: ['ロロノア・ゾロ 阿修羅弌霧銀(あしゅらいちぶぎん)','Test'], - 9: ['ナミ','Test'], - 10: ['ナミ トルネード=テンポ','Test'], - 11: ['ナミ 蜃気楼=テンポ','Test'], - 12: ['ナミ サンダーボルト=テンポ','Test'], - 13: ['ウソップ','Test'], + 1: ['モンキー・D・ルフィ'], + 2: ['モンキー・D・ルフィ ゴムゴムの銃(ピストル)'], + 3: ['モンキー・D・ルフィ ゴムゴムのバズーカ'], + 4: ['モンキー・D・ルフィ ギア2','Monkey D. Luffy','G2'], + 5: ['ロロノア・ゾロ'], + 6: ['ロロノア・ゾロ 三・千・世・界'], + 7: ['ロロノア・ゾロ 煩悩鳳(ポンドほう)'], + 8: ['ロロノア・ゾロ 阿修羅弌霧銀(あしゅらいちぶぎん)'], + 9: ['ナミ'], + 10: ['ナミ トルネード=テンポ'], + 11: ['ナミ 蜃気楼=テンポ'], + 12: ['ナミ サンダーボルト=テンポ'], + 13: ['ウソップ'], 14: ['ウソップ タバスコ星'], 15: ['ウソップ ゴールデンパウンド','GPU'], 16: [ 'そげキング','Usopp'], @@ -208,49 +208,313 @@ window.aliases = { 207: [ 'Mr. 2 Bonclay' ], 208: [ 'Mr. 2 Bonclay Bombardier Arabesque' ], 209: [ 'Nico Robin' ], + 210: [''], + 211: [''], + 212: [''], + 213: [''], + 214: [''], + 215: [''], + 216: [''], 217: [ 'Mistake', 'G3' ], + 218: [''], + 219: [''], + 220: [''], 221: [ 'Towel Nami' ], + 222: [''], + 223: [''], 224: [ 'Sanji' ], 225: [ 'Sanji' ], + 226: [''], + 227: [''], + 228: [''], + 229: [''], + 230: [''], + 231: [''], + 232: [''], + 233: [''], + 234: [''], + 235: [''], + 236: [''], + 237: [''], + 238: [''], + 239: [''], + 240: [''], + 241: [''], + 242: [''], + 243: [''], + 244: [''], + 245: [''], + 246: [''], 247: [ 'Chopperman', 'Chopper Man' ], 248: [ 'Monster Chopper' ], 249: [ 'Monster Chopper' ], + 250: [''], + 251: [''], + 252: [''], + 253: [''], + 254: [''], + 255: [''], + 256: [''], + 257: [''], + 258: [''], + 259: [''], 260: [ 'Whitebeard' ], + 261: [''], + 262: [''], + 263: [''], + 264: [''], + 265: [''], + 266: [''], + 267: [''], + 268: [''], + 269: [''], + 270: [''], + 271: [''], + 272: [''], + 273: [''], + 274: [''], + 275: [''], + 276: [''], + 277: [''], + 278: [''], + 279: [''], + 280: [''], + 281: [''], + 282: [''], + 283: [''], + 284: [''], + 285: [''], + 286: [''], + 287: [''], + 288: [''], + 289: [''], + 290: [''], + 291: [''], + 292: [''], + 293: [''], + 294: [''], + 295: [''], + 296: [''], + 297: [''], + 298: [''], + 299: [''], + 300: [''], + 301: [''], + 302: [''], + 303: [''], + 304: [''], + 305: [''], + 306: [''], + 307: [''], + 308: [''], + 309: [''], + 310: [''], + 311: [''], + 312: [''], + 313: [''], + 314: [''], + 315: [''], + 316: [''], 317: [ 'Califa', 'Calipha', 'Kalipha' ], 318: [ 'Beautiful Secretary Califa', 'Beautiful Secretary Calipha', 'Beautiful Secretary Kalipha' ], + 319: [''], + 320: [''], + 321: [''], + 322: [''], + 323: [''], + 324: [''], + 325: [''], + 326: [''], + 327: [''], + 328: [''], + 329: [''], + 330: [''], + 331: [''], + 332: [''], + 333: [''], 334: [ 'Lapahn', 'Lapan', 'Rapan' ], 335: [ 'Lapahn Adult', 'Lapan Adult', 'Rapan Adult' ], + 336: [''], + 337: [''], + 338: [''], + 339: [''], + 340: [''], + 341: [''], + 342: [''], + 343: [''], + 344: [''], + 345: [''], + 346: [''], + 347: [''], + 348: [''], + 349: [''], + 350: [''], + 351: [''], + 352: [''], + 353: [''], + 354: [''], + 355: [''], + 356: [''], + 357: [''], + 358: [''], + 359: [''], + 360: [''], + 361: [''], + 362: [''], + 363: [''], + 364: [''], + 365: [''], + 366: [''], + 367: [''], + 368: [''], + 369: [''], + 370: [''], + 371: [''], + 372: [''], + 373: [''], + 374: [''], + 375: [''], + 376: [''], + 377: [''], + 378: [''], + 379: [''], + 380: [''], + 381: [''], + 382: [''], 383: [ 'Crocodile' ], 384: [ 'Strikerdile', 'Impactdile' ], + 385: [''], + 386: [''], + 387: [''], + 388: [''], + 389: [''], + 390: [''], + 391: [''], + 392: [''], 393: [ 'Kumashi' ], 394: [ 'Inuppe' ], + 395: [''], + 396: [''], + 397: [''], + 398: [''], + 399: [''], + 400: [''], + 401: [''], + 402: [''], + 403: [''], + 404: [''], + 405: [''], + 406: [''], + 407: [''], 408: [ 'Slasherdile' ], 409: [ 'Jinbe', 'Jimbei', 'Jinbei' ], 410: [ 'Jinbe Warlord of the Sea', 'Jimbei Warlord of the Sea', 'Jinbei Warlord of the Sea' ], + 411: [''], + 412: [''], + 413: [''], + 414: [''], + 415: [''], + 416: [''], 417: [ 'Doffy' ], 418: [ 'Doffy' ], 419: [ 'Kimono Sanji' ], 420: [ 'Kimono Luffy' ], 421: [ 'Kimono Zoro' ], 422: [ 'Kimono Nami' ], + 423: [''], + 424: [''], 425: [ 'Ryuuma' ], + 426: [''], + 427: [''], + 428: [''], + 429: [''], + 430: [''], + 431: [''], 432: [ 'Sarkies' ], + 433: [''], + 434: [''], + 435: [''], + 436: [''], 437: [ 'Valentine Perona' ], 438: [ 'Valentine Perona' ], 439: [ 'Valentine Vivi' ], 440: [ 'Valentine Vivi' ], + 441: [''], + 442: [''], + 443: [''], 444: [ 'Carue', 'Karue' ], 445: [ 'Captain Karue and the Supersonic Duck Squadron', 'Captain Carue and the Supersonic Duck Squadron' ], 446: [ 'Blackbeard' ], + 447: [''], + 448: [''], + 449: [''], 450: [ 'Namur' ], 451: [ 'One-Hit Namur' ], + 452: [''], + 453: [''], + 454: [''], + 455: [''], + 456: [''], + 457: [''], + 458: [''], + 459: [''], + 460: [''], 461: [ 'Fugitive Bentham Mr. 2 Bonclay' ], 462: [ 'Prison Break Expert Mr. 2 Bonclay' ], + 463: [''], + 464: [''], + 465: [''], + 466: [''], + 467: [''], + 468: [''], + 469: [''], + 470: [''], + 471: [''], 472: [ 'Enel\'s Elect: Red Guard Skypiea Enforcer' ], 473: [ 'Enel\'s Elect: Blue Guard Skypiea Enforcer' ], 474: [ 'Enel\'s Elect: Green Guard Skypiea Enforcer' ], 475: [ 'Enel\'s Elect: Yellow Guard Skypiea Enforcer' ], 476: [ 'Enel\'s Elect: Black Guard Skypiea Enforcer' ], + 477: [''], + 478: [''], + 479: [''], + 480: [''], + 481: [''], + 482: [''], + 483: [''], + 484: [''], + 485: [''], + 486: [''], + 487: [''], + 488: [''], + 489: [''], + 490: [''], + 491: [''], + 492: [''], + 493: [''], + 494: [''], + 495: [''], + 496: [''], + 497: [''], + 498: [''], + 499: [''], + 500: [''], + 501: [''], + 502: [''], + 503: [''], + 504: [''], + 505: [''], + 506: [''], + 507: [''], + 508: [''], + 509: [''], + 510: [''], + 511: [''], + 512: [''], + 513: [''], + 514: [''], + 515: [''], + 516: [''], 517: [ 'Usoppun' ], 518: [ 'Usoppun, Pupil of Heracles\'n' ], 519: [ 'Strong World Luffy', 'SW Luffy' ], @@ -271,10 +535,22 @@ window.aliases = { 534: [ 'Sakura Brook' ], 535: [ 'Sakura Nami' ], 536: [ 'Sakura Nami' ], + 537: [''], + 538: [''], + 539: [''], + 540: [''], + 541: [''], + 542: [''], 543: [ 'Wiper' ], 544: [ 'Wiper, Descendant of Great Warrior Calgara' ], 545: [ 'Enel' ], 546: [ 'God Enel' ], + 547: [''], + 548: [''], + 549: [''], + 550: [''], + 551: [''], + 552: [''], 553: [ 'Strong World Zoro', 'SW Zoro' ], 554: [ 'Strong World Zoro', 'SW Zoro' ], 555: [ 'Strong World Usopp', 'SW Usopp' ], @@ -285,45 +561,204 @@ window.aliases = { 560: [ 'Strong World Franky', 'SW Franky' ], 561: [ 'Strong World Ace', 'SW Ace' ], 562: [ 'Strong World Ace', 'SW Ace' ], + 563: [''], + 564: [''], + 565: [''], + 566: [''], 567: [ 'Big Pan' ], + 568: [''], + 569: [''], 570: [ 'Afro Luffy', 'Afroluffy' ], 571: [ 'Afro Luffy', 'Afroluffy' ], + 572: [''], + 573: [''], + 574: [''], + 575: [''], + 576: [''], 577: [ 'Log Luffy' ], 578: [ 'Log Luffy' ], 579: [ 'Log Zoro' ], 580: [ 'Log Zoro' ], + 581: [''], + 582: [''], 583: [ 'Laki' ], - 596: [ 'Log Chopper' ], + 584: [''], + 585: [''], + 586: [''], + 587: [''], + 588: [''], + 589: [''], + 590: [''], 591: [ 'Princess Turtle' ], 592: [ 'Princess Turtle' ], 593: [ 'Princess Turtle' ], 594: [ 'Princess Turtle' ], 595: [ 'Princess Turtle' ], + 596: [ 'Log Chopper' ], 597: [ 'Log Chopper' ], + 598: [''], + 599: [''], + 600: [''], + 601: [''], 602: [ 'Enel, 200 Million Volt Thunder God' ], 603: [ 'Enel the Lightning Human, 200 Million Volt Thunder God' ], 604: [ 'Log Sanji' ], 605: [ 'Log Sanji' ], + 606: [''], + 607: [''], + 608: [''], + 609: [''], + 610: [''], 611: [ 'Pudding Pudding' ], 612: [ 'Log Brook' ], 613: [ 'Log Brook' ], + 614: [''], + 615: [''], + 616: [''], + 617: [''], + 618: [''], + 619: [''], + 620: [''], + 621: [''], + 622: [''], + 623: [''], + 624: [''], + 625: [''], + 626: [''], + 627: [''], + 628: [''], + 629: [''], + 630: [''], + 631: [''], + 632: [''], + 633: [''], + 634: [''], + 635: [''], + 636: [''], 637: [ 'Hachi, Takoyaki Stand Owner' ], + 638: [''], + 639: [''], + 640: [''], + 641: [''], + 642: [''], + 643: [''], + 644: [''], + 645: [''], + 646: [''], + 647: [''], + 648: [''], + 649: [''], 650: [ 'Log Nami' ], 651: [ 'Log Nami' ], + 652: [''], + 653: [''], + 654: [''], + 655: [''], + 656: [''], + 657: [''], + 658: [''], + 659: [''], 660: [ 'Log Usopp' ], 661: [ 'Log Usopp' ], + 662: [''], + 663: [''], + 664: [''], + 665: [''], + 666: [''], + 667: [''], + 668: [''], + 669: [''], + 670: [''], + 671: [''], + 672: [''], + 673: [''], + 674: [''], + 675: [''], + 676: [''], + 677: [''], 678: [ 'Log Robin' ], 679: [ 'Log Robin' ], + 680: [''], + 681: [''], + 682: [''], + 683: [''], + 684: [''], + 685: [''], + 686: [''], + 687: [''], + 688: [''], + 689: [''], + 690: [''], + 691: [''], + 692: [''], + 693: [''], + 694: [''], + 695: [''], + 696: [''], + 697: [''], + 698: [''], + 699: [''], + 700: [''], + 701: [''], + 702: [''], + 703: [''], + 704: [''], + 705: [''], + 706: [''], + 707: [''], + 708: [''], + 709: [''], 710: [ 'Log Franky' ], 711: [ 'Log Franky' ], + 712: [''], + 713: [''], + 714: [''], + 715: [''], + 716: [''], + 717: [''], + 718: [''], + 719: [''], + 720: [''], + 721: [''], + 722: [''], + 723: [''], + 724: [''], 725: [ 'Log Vivi' ], 726: [ 'Log Vivi' ], + 727: [''], 728: [ 'Califa, Cipher Pol No.9', 'Calipha, Cipher Pol No.9', 'Kalipha, Cipher Pol No.9' ], 729: [ 'Califa Rokushiki, Cipher Pol No.9', 'Calipha Rokushiki, Cipher Pol No.9', 'Kalipha Rokushiki, Cipher Pol No.9' ], + 730: [''], + 731: [''], + 732: [''], + 733: [''], + 734: [''], + 735: [''], + 736: [''], + 737: [''], + 738: [''], + 739: [''], + 740: [''], + 741: [''], + 742: [''], + 743: [''], 744: [ 'Log Ace' ], 745: [ 'Log Ace' ], + 746: [''], + 747: [''], + 748: [''], + 749: [''], + 750: [''], 751: [ 'Califa, CP9\'s Dark Justice', 'Calipha, CP9\'s Dark Justice', 'Kalipha, CP9\'s Dark Justice' ], 752: [ 'Califa, CP9\'s Strongest Generation', 'Calipha, CP9\'s Strongest Generation', 'Kalipha, CP9\'s Strongest Generation' ], + 753: [''], + 754: [''], + 755: [''], + 756: [''], + 757: [''], + 758: [''], + 759: [''], + 760: [''], 761: [ 'Halloween Luffy' ], 762: [ 'Halloween Usopp' ], 763: [ 'Halloween Franky' ], @@ -333,35 +768,155 @@ window.aliases = { 767: [ 'Halloween Robin' ], 768: [ 'Halloween Sanji' ], 769: [ 'Halloween Brook' ], + 770: [''], + 771: [''], + 772: [''], + 773: [''], + 774: [''], + 775: [''], + 776: [''], + 777: [''], + 778: [''], + 779: [''], + 780: [''], + 781: [''], 782: [ 'Kimono Tashigi' ], 783: [ 'Kimono Tashigi' ], + 784: [''], + 785: [''], 786: [ 'Dr. Hiruruk' ], 787: [ 'Dr. Hiruruk, Quack Doctor' ], + 788: [''], + 789: [''], 790: [ 'Usopp Pirates' ], 791: [ 'Usopp Pirates' ], 792: [ 'Iceberg' ], 793: [ 'Iceberg, Mayor of W7 and President of Galley-La Company' ], + 794: [''], + 795: [''], + 796: [''], + 797: [''], + 798: [''], 799: [ 'Sea Lapahn, Sea Animal Pirates', 'Sea Lapan, Sea Animal Pirates', 'Sea Rapan, Sea Animal Pirates' ], + 800: [''], 801: [ 'Log Bon Clay', 'Log Bonclay' ], 802: [ 'Log Bon Clay', 'Log Bonclay' ], + 803: [''], + 804: [''], + 805: [''], + 806: [''], + 807: [''], + 808: [''], + 809: [''], + 810: [''], + 811: [''], + 812: [''], 813: [ 'Spider Monkey' ], + 814: [''], + 815: [''], + 816: [''], + 817: [''], + 818: [''], + 819: [''], + 820: [''], + 821: [''], + 822: [''], + 823: [''], + 824: [''], + 825: [''], + 826: [''], + 827: [''], + 828: [''], + 829: [''], + 830: [''], + 831: [''], 832: [ 'Wiper, Warrior of Shandia' ], 833: [ 'Berserker Wiper, Warrior of Shandia' ], + 834: [''], + 835: [''], + 836: [''], + 837: [''], + 838: [''], + 839: [''], + 840: [''], + 841: [''], + 842: [''], + 843: [''], + 844: [''], + 845: [''], + 846: [''], + 847: [''], + 848: [''], 849: [ 'Franky, Tom\'s Workers' ], 850: [ 'Iceburg, Tom\'s Workers' ], + 851: [''], + 852: [''], + 853: [''], + 854: [''], + 855: [''], + 856: [''], + 857: [''], + 858: [''], + 859: [''], + 860: [''], + 861: [''], + 862: [''], + 863: [''], + 864: [''], + 865: [''], 866: [ 'Kimono Robin' ], 867: [ 'Kimono Usopp' ], 868: [ 'Kimono Chopper' ], 869: [ 'Doffy' ], 870: [ 'Doffy' ], + 871: [''], + 872: [''], 873: [ 'Senor Pink', 'Senior Pink' ], 874: [ 'Senor Pink', 'Senior Pink' ], + 875: [''], + 876: [''], 877: [ 'Giolla' ], 878: [ 'Giolla, Donquixote Pirates' ], + 879: [''], + 880: [''], + 881: [''], + 882: [''], + 883: [''], + 884: [''], 885: [ 'Kimono Jinbe', 'Kimono Jimbei', 'Kimono Jinbei' ], 886: [ 'Kimono Mr. 1' ], 887: [ 'Kimono Buggy' ], + 888: [''], + 889: [''], + 890: [''], + 891: [''], + 892: [''], + 893: [''], + 894: [''], + 895: [''], + 896: [''], 897: [ 'Kimono Crocodile' ], 898: [ 'Kimono Mr. 3', 'Kimono Galdino' ], - 899: [ 'Kimono Mr. 2', 'Kimono Bonclay', 'Kimono Bon Clay' ] + 899: [ 'Kimono Mr. 2', 'Kimono Bonclay', 'Kimono Bon Clay' ], + 900: [''], + 901: [''], + 902: [''], + 903: [''], + 904: [''], + 905: [''], + 906: [''], + 907: [''], + 908: [''], + 909: [''], + 910: [''], + 911: [''], + 912: [''], + 913: [''], + 914: [''], + 915: [''], + 916: [''], + 917: [''], + 918: [''], + 919: [''], + 920: [''] }; From 96bf964fddb6870ba7597eab9c1b8c926da9d533 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 11 Feb 2016 17:22:16 -0600 Subject: [PATCH 0012/1569] Oops wrong comment tag --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d3606dc48..1f3d03e21 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -//Google Analytics + diff --git a/damage/views/content.html b/damage/views/content.html index 641a69ff0..082600870 100644 --- a/damage/views/content.html +++ b/damage/views/content.html @@ -34,6 +34,11 @@
+
+

+ Instructions +

+
diff --git a/index.html b/index.html index 2cc77b4b5..6fd8533ad 100644 --- a/index.html +++ b/index.html @@ -38,11 +38,10 @@

22/02/2016


From ace1466343a5ff115fd3d354e9bb065a223c84a8 Mon Sep 17 00:00:00 2001 From: optc-db Date: Mon, 22 Feb 2016 17:52:00 +0100 Subject: [PATCH 0064/1569] Quickfix Looks better imo --- damage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damage/index.html b/damage/index.html index 08a468e16..22c7e25b8 100644 --- a/damage/index.html +++ b/damage/index.html @@ -103,7 +103,7 @@ Damage Window:
From da9f40bb24527886f348f12f48a48487243456ea Mon Sep 17 00:00:00 2001 From: optc-db Date: Mon, 22 Feb 2016 18:37:49 +0100 Subject: [PATCH 0065/1569] Moved Instructions to Popup Looks better already --- damage/css/main.css | 14 ++++----- damage/index.html | 30 ------------------- damage/js/controllers.js | 8 +++++ damage/js/states.js | 10 +++++++ damage/views/content.html | 9 +++--- damage/views/popup/instruction.html | 46 +++++++++++++++++++++++++++++ 6 files changed, 74 insertions(+), 43 deletions(-) create mode 100644 damage/views/popup/instruction.html diff --git a/damage/css/main.css b/damage/css/main.css index e29dceb89..ce77a11b9 100644 --- a/damage/css/main.css +++ b/damage/css/main.css @@ -102,17 +102,15 @@ body, html { } #instructions { - position: relative; - text-align: center; - padding: 25px; - z-index: 8; + padding-left:10px } -#instructions > p > span { - background: skyblue; - padding: 2px; - border-radius: 5px; + +#instructions > ul { + list-style-type: none; + margin-left: 15px; } + /****************** * MAIN UNIT PANE * ******************/ diff --git a/damage/index.html b/damage/index.html index 22c7e25b8..8d0139244 100644 --- a/damage/index.html +++ b/damage/index.html @@ -98,36 +98,6 @@ - diff --git a/damage/js/controllers.js b/damage/js/controllers.js index 63826d2b3..78e989570 100644 --- a/damage/js/controllers.js +++ b/damage/js/controllers.js @@ -224,6 +224,14 @@ controllers.ResetCtrl = function($scope, $state, $storage) { $state.go('^'); }; }; + +/******************* + * InstructionCtrl * + ******************/ + +controllers.InstructionCtrl = function() { + //Do nothing +}; /************* * CandyCtrl * diff --git a/damage/js/states.js b/damage/js/states.js index d5046de18..3074bba4e 100644 --- a/damage/js/states.js +++ b/damage/js/states.js @@ -72,6 +72,16 @@ angular.module('optc').config(function($stateProvider, $urlRouterProvider) { } } }) + + .state('main.instruction',{ + url: 'instruction', + views: { + popup: { + templateUrl: 'views/popup/instruction.html', + controller: 'InstructionCtrl' + } + } + }) .state('main.effects',{ url: 'effects', diff --git a/damage/views/content.html b/damage/views/content.html index 082600870..005c08274 100644 --- a/damage/views/content.html +++ b/damage/views/content.html @@ -33,11 +33,10 @@ uib-tooltip="Export Image" tooltip-append-to-body="true"> - -
-

- Instructions -

+
diff --git a/damage/views/popup/instruction.html b/damage/views/popup/instruction.html new file mode 100644 index 000000000..1816cb738 --- /dev/null +++ b/damage/views/popup/instruction.html @@ -0,0 +1,46 @@ +
+ +
+ +
+ +
+ +
From 31dad7579091c2c3e950dd39e3c1671dcf3374dc Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 22 Feb 2016 11:46:39 -0600 Subject: [PATCH 0066/1569] instructions & Calculations better instructions --- damage/views/popup/instruction.html | 21 +++++++++++---------- damage/views/sidebar.html | 6 +++--- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/damage/views/popup/instruction.html b/damage/views/popup/instruction.html index 1816cb738..c85b427d0 100644 --- a/damage/views/popup/instruction.html +++ b/damage/views/popup/instruction.html @@ -8,36 +8,37 @@ diff --git a/damage/views/sidebar.html b/damage/views/sidebar.html index 5036e07d5..0e6385524 100644 --- a/damage/views/sidebar.html +++ b/damage/views/sidebar.html @@ -22,14 +22,14 @@
- Enemy defense: + Enemy Defense:
  • @@ -43,7 +43,7 @@
  • - Data gathering + Data Gathering
  • From c67374efb78c79beb05f83db5a4a22840ae4d886 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 22 Feb 2016 12:06:22 -0600 Subject: [PATCH 0067/1569] Instructions updated instructions --- damage/views/popup/instruction.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/damage/views/popup/instruction.html b/damage/views/popup/instruction.html index c85b427d0..12a661c00 100644 --- a/damage/views/popup/instruction.html +++ b/damage/views/popup/instruction.html @@ -8,11 +8,13 @@