dxopal 1.5.1 → 1.6.0

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.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/DEVELOPMENT.md +4 -4
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +23 -25
  6. data/README.md +7 -3
  7. data/Rakefile +8 -15
  8. data/build/dxopal.js +57670 -40007
  9. data/build/dxopal.min.js +1 -1
  10. data/config.ru +1 -1
  11. data/doc/api/DXOpal/Constants/Colors.html +172 -0
  12. data/doc/api/DXOpal/Constants.html +115 -0
  13. data/doc/api/DXOpal/Font.html +72 -18
  14. data/doc/api/DXOpal/Image.html +902 -409
  15. data/doc/api/DXOpal/Input/KeyCodes.html +986 -0
  16. data/doc/api/DXOpal/Input/MouseCodes.html +8 -8
  17. data/doc/api/DXOpal/Input/Touch.html +834 -0
  18. data/doc/api/DXOpal/Input.html +833 -104
  19. data/doc/api/DXOpal/RemoteResource.html +170 -41
  20. data/doc/api/DXOpal/Sound.html +33 -27
  21. data/doc/api/DXOpal/SoundEffect/WaveTypes.html +8 -8
  22. data/doc/api/DXOpal/SoundEffect.html +13 -15
  23. data/doc/api/DXOpal/Sprite/CollisionArea/Base.html +649 -0
  24. data/doc/api/DXOpal/Sprite/CollisionArea/Circle.html +656 -0
  25. data/doc/api/DXOpal/Sprite/CollisionArea/Point.html +448 -0
  26. data/doc/api/DXOpal/Sprite/CollisionArea/Rect.html +549 -0
  27. data/doc/api/DXOpal/Sprite/CollisionArea/Triangle.html +423 -0
  28. data/doc/api/DXOpal/Sprite/CollisionArea.html +126 -0
  29. data/doc/api/DXOpal/Sprite/CollisionCheck/ClassMethods.html +268 -0
  30. data/doc/api/DXOpal/Sprite/CollisionCheck.html +926 -0
  31. data/doc/api/DXOpal/Sprite/Physics.html +426 -0
  32. data/doc/api/DXOpal/Sprite.html +522 -45
  33. data/doc/api/DXOpal/Window.html +245 -156
  34. data/doc/api/DXOpal.html +11 -11
  35. data/doc/api/Kernel.html +131 -0
  36. data/doc/api/_index.html +277 -5
  37. data/doc/api/class_list.html +1 -1
  38. data/doc/api/css/style.css +1 -0
  39. data/doc/api/file.README.html +23 -22
  40. data/doc/api/frames.html +10 -5
  41. data/doc/api/index.html +23 -22
  42. data/doc/api/method_list.html +1608 -0
  43. data/doc/api/top-level-namespace.html +155 -4
  44. data/lib/dxopal/input.rb +9 -4
  45. data/lib/dxopal/remote_resource.rb +33 -1
  46. data/lib/dxopal/sound.rb +5 -2
  47. data/lib/dxopal/version.rb +1 -1
  48. data/lib/dxopal/window.rb +6 -3
  49. data/lib/dxopal.rb +1 -0
  50. metadata +21 -8
data/doc/api/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -57,39 +57,40 @@
57
57
  <div class="clear"></div>
58
58
  </div>
59
59
 
60
- <div id="content"><div id='filecontents'>
61
- <h1 id="label-DXOpal">DXOpal</h1>
60
+ <div id="content"><div id='filecontents'><h1 id="dxopal">DXOpal</h1>
62
61
 
63
- <p>Game development framework for <a href="http://opalrb.org/">Opal</a>, has
64
- similar API to <a href="http://dxruby.osdn.jp/">DXRuby</a></p>
62
+ <p>Game development framework for <a href="https://opalrb.com/">Opal</a>,
63
+ has similar API to <a href="http://dxruby.osdn.jp/">DXRuby</a></p>
65
64
 
66
- <h2 id="label-How+to+use">How to use</h2>
65
+ <h2 id="how-to-use">How to use</h2>
67
66
 
68
- <p>see <a href="https://yhara.github.io/dxopal">yhara.github.io/dxopal</a>/</p>
67
+ <p>see <a href="https://yhara.github.io/dxopal/">https://yhara.github.io/dxopal/</a></p>
69
68
 
70
- <h2 id="label-License">License</h2>
69
+ <h2 id="development">Development</h2>
70
+
71
+ <p>see DEVELOPMENT.md</p>
72
+
73
+ <h2 id="license">License</h2>
71
74
 
72
75
  <p>MIT (including images and sounds under examples/)</p>
73
76
 
74
- <h2 id="label-Acknowledgements">Acknowledgements</h2>
75
- <ul><li>
76
- <p><a href="http://opalrb.org/">Opal</a></p>
77
- </li><li>
78
- <p><a href="http://dxruby.osdn.jp/">DXRuby</a></p>
79
- </li><li>
80
- <p><a href="http://www.bfxr.net/">Bxfr</a>
81
- examples/apple_catcher/sounds/Explosion2.wav is made by this</p>
82
- </li></ul>
77
+ <h2 id="acknowledgements">Acknowledgements</h2>
78
+
79
+ <ul>
80
+ <li><a href="https://opalrb.com/">Opal</a></li>
81
+ <li><a href="http://dxruby.osdn.jp/">DXRuby</a></li>
82
+ <li><a href="https://www.bfxr.net/">Bxfr</a> examples/apple_catcher/sounds/Explosion2.wav is made by this</li>
83
+ </ul>
83
84
 
84
- <h2 id="label-Contact">Contact</h2>
85
+ <h2 id="contact">Contact</h2>
85
86
 
86
- <p><a href="https://github.com/yhara/dxopal">github.com/yhara/dxopal</a></p>
87
+ <p><a href="https://github.com/yhara/dxopal">https://github.com/yhara/dxopal</a></p>
87
88
  </div></div>
88
89
 
89
90
  <div id="footer">
90
- Generated on Sat Feb 1 01:00:35 2020 by
91
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
92
- 0.9.24 (ruby-2.5.5).
91
+ Generated on Tue Jul 9 22:42:33 2024 by
92
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
93
+ 0.9.36 (ruby-3.2.2).
93
94
  </div>
94
95
 
95
96
  </div>