@wwawing/all 3.6.0 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/wwawing-dist/LICENSE +1 -1
- package/dist/wwawing-dist/manual.html +1 -1
- package/dist/wwawing-dist/mapdata/caves01.html +3 -3
- package/dist/wwawing-dist/mapdata/caves02.html +3 -3
- package/dist/wwawing-dist/mapdata/island02.html +3 -3
- package/dist/wwawing-dist/mapdata/wwa-server.exe +0 -0
- package/dist/wwawing-dist/mapdata/wwa.css +6 -6
- package/dist/wwawing-dist/mapdata/wwa.js +3 -3
- package/dist/wwawing-dist/mapdata/wwa_classic.css +6 -6
- package/dist/wwawing-dist/mapdata/wwamap.html +3 -3
- package/dist/wwawing-dist.zip +0 -0
- package/dist/wwawing-update/LICENSE +1 -1
- package/dist/wwawing-update/manual.html +1 -1
- package/dist/wwawing-update/wwa.css +6 -6
- package/dist/wwawing-update/wwa.js +3 -3
- package/dist/wwawing-update/wwa_classic.css +6 -6
- package/dist/wwawing-update.zip +0 -0
- package/package.json +11 -11
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 1996-2015 NAO
|
|
4
|
-
Copyright (c) 2015-
|
|
4
|
+
Copyright (c) 2015-2022 WWA Wing Team
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 1996-2015 NAO
|
|
4
|
-
Copyright (c) 2015-
|
|
4
|
+
Copyright (c) 2015-2022 WWA Wing Team
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
また、このマニュアルについては <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.ja">クリエイティブ・コモンズ
|
|
65
65
|
表示 4.0 国際 ライセンスの下に提供されています。</a></p>
|
|
66
66
|
<p> Internet RPG "<a href="http://www.wwajp.com">World Wide Adventure</a>" ©1996-2016 NAO</p>
|
|
67
|
-
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©2013-
|
|
67
|
+
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©2013-2022 WWA Wing Team</p>
|
|
68
68
|
</footer>
|
|
69
69
|
</div>
|
|
70
70
|
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div id="wrapper">
|
|
14
|
-
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves01.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#
|
|
14
|
+
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves01.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#vardump"></div>
|
|
15
15
|
</div>
|
|
16
16
|
<!-- 下記 div 要素内に変数一覧が出ます。実際に公開する WWA では、変数一覧を表示させないよう、次の行は消してください。-->
|
|
17
|
-
<div id="
|
|
17
|
+
<div id="vardump"></div>
|
|
18
18
|
<footer id="copyright">
|
|
19
19
|
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2016 © NAO</p>
|
|
20
|
-
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-
|
|
20
|
+
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2022 © WWA Wing Team</p>
|
|
21
21
|
</footer>
|
|
22
22
|
</body>
|
|
23
23
|
</html>
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div id="wrapper">
|
|
14
|
-
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#
|
|
14
|
+
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#vardump"></div>
|
|
15
15
|
</div>
|
|
16
16
|
<!-- 下記 div 要素内に変数一覧が出ます。実際に公開する WWA では、変数一覧を表示させないよう、次の行は消してください。-->
|
|
17
|
-
<div id="
|
|
17
|
+
<div id="vardump"></div>
|
|
18
18
|
<footer id="copyright">
|
|
19
19
|
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2016 © NAO</p>
|
|
20
|
-
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-
|
|
20
|
+
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2022 © WWA Wing Team</p>
|
|
21
21
|
</footer>
|
|
22
22
|
</body>
|
|
23
23
|
</html>
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div id="wrapper">
|
|
14
|
-
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="island02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#
|
|
14
|
+
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="island02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#vardump"></div>
|
|
15
15
|
</div>
|
|
16
16
|
<!-- 下記 div 要素内に変数一覧が出ます。実際に公開する WWA では、変数一覧を表示させないよう、次の行は消してください。-->
|
|
17
|
-
<div id="
|
|
17
|
+
<div id="vardump"></div>
|
|
18
18
|
<footer id="copyright">
|
|
19
19
|
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2016 © NAO</p>
|
|
20
|
-
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-
|
|
20
|
+
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2022 © WWA Wing Team</p>
|
|
21
21
|
</footer>
|
|
22
22
|
</body>
|
|
23
23
|
</html>
|
|
Binary file
|
|
@@ -514,29 +514,29 @@ div.savedata > div.ss > span {
|
|
|
514
514
|
padding: 3px 7px;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
-
|
|
517
|
+
.wwa-vardump-wrapper {
|
|
518
518
|
margin: 0 auto;
|
|
519
519
|
}
|
|
520
520
|
|
|
521
|
-
|
|
521
|
+
.wwa-vardump-wrapper > table {
|
|
522
522
|
margin: 0 auto;
|
|
523
523
|
text-align: center;
|
|
524
524
|
width: 560px;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
|
|
527
|
+
.wwa-vardump-wrapper > table th.varlist-header {
|
|
528
528
|
background-color: orange;
|
|
529
529
|
}
|
|
530
530
|
|
|
531
|
-
|
|
531
|
+
.wwa-vardump-wrapper > table tr.var-number > th {
|
|
532
532
|
background-color: #FFFF66;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
-
|
|
535
|
+
.wwa-vardump-wrapper > table tr.var-val > td {
|
|
536
536
|
background-color: #FFFFCC;
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
|
|
539
|
+
.wwa-vardump-wrapper > table th, .wwa-vardump-wrapper > table td {
|
|
540
540
|
width: 3em;
|
|
541
541
|
}
|
|
542
542
|
|