gosu 0.7.15-universal-darwin → 0.7.16-universal-darwin

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 (105) hide show
  1. data/examples/ChipmunkIntegration.rb +7 -7
  2. data/examples/CptnRuby.rb +5 -5
  3. data/examples/OpenGLIntegration.rb +6 -6
  4. data/examples/RMagickIntegration.rb +1 -1
  5. data/examples/TextInput.rb +7 -1
  6. data/examples/Tutorial.rb +5 -5
  7. data/lib/gosu.for_1_8.bundle +0 -0
  8. data/lib/gosu.for_1_9.bundle +0 -0
  9. data/lib/gosu.rb +6 -1
  10. data/lib/gosu/patches.rb +53 -0
  11. data/lib/hotgosu.rb +59 -0
  12. data/lib/hotgosu/color.rb +43 -0
  13. data/lib/hotgosu/constants.rb +143 -0
  14. data/lib/hotgosu/font.rb +26 -0
  15. data/lib/hotgosu/functions.rb +41 -0
  16. data/lib/hotgosu/image.rb +64 -0
  17. data/lib/hotgosu/sample.rb +15 -0
  18. data/lib/hotgosu/song.rb +25 -0
  19. data/lib/hotgosu/window.rb +146 -0
  20. data/{reference/rdoc/classes/Gosu.src/M000003.html → lib/hotgosu/window_primitives.rb} +0 -0
  21. data/reference/rdoc/classes/Gosu.html +23 -3
  22. data/reference/rdoc/classes/Gosu/Color.html +127 -29
  23. data/reference/rdoc/classes/Gosu/Font.html +31 -21
  24. data/reference/rdoc/classes/Gosu/GLTexInfo.html +3 -3
  25. data/reference/rdoc/classes/Gosu/Image.html +52 -37
  26. data/reference/rdoc/classes/Gosu/Sample.html +19 -13
  27. data/reference/rdoc/classes/Gosu/SampleInstance.html +29 -19
  28. data/reference/rdoc/classes/Gosu/Song.html +41 -27
  29. data/reference/rdoc/classes/Gosu/TextInput.html +42 -3
  30. data/reference/rdoc/classes/Gosu/Window.html +102 -69
  31. data/reference/rdoc/classes/Numeric.html +7 -3
  32. data/reference/rdoc/created.rid +1 -1
  33. data/reference/rdoc/files/COPYING_txt.html +3 -3
  34. data/reference/rdoc/files/README_txt.html +3 -3
  35. data/reference/rdoc/files/reference/Deployment on OS X_rdoc.html +4 -19
  36. data/reference/rdoc/files/reference/Deployment on Windows_rdoc.html +18 -31
  37. data/reference/rdoc/files/reference/Drawing with Colors_rdoc.html +3 -3
  38. data/reference/rdoc/files/reference/Order of Corners_rdoc.html +3 -3
  39. data/reference/rdoc/files/reference/Tileability_rdoc.html +3 -3
  40. data/reference/rdoc/files/reference/Z Ordering_rdoc.html +3 -3
  41. data/reference/rdoc/files/reference/gosu_rb.html +3 -3
  42. data/reference/rdoc/fr_method_index.html +49 -48
  43. data/reference/rdoc/index.html +1 -1
  44. metadata +14 -65
  45. data/reference/rdoc/classes/Gosu.src/M000004.html +0 -0
  46. data/reference/rdoc/classes/Gosu.src/M000005.html +0 -0
  47. data/reference/rdoc/classes/Gosu.src/M000006.html +0 -0
  48. data/reference/rdoc/classes/Gosu.src/M000007.html +0 -0
  49. data/reference/rdoc/classes/Gosu.src/M000008.html +0 -0
  50. data/reference/rdoc/classes/Gosu.src/M000009.html +0 -0
  51. data/reference/rdoc/classes/Gosu.src/M000010.html +0 -0
  52. data/reference/rdoc/classes/Gosu.src/M000011.html +0 -0
  53. data/reference/rdoc/classes/Gosu.src/M000012.html +0 -0
  54. data/reference/rdoc/classes/Gosu/Color.src/M000016.html +0 -0
  55. data/reference/rdoc/classes/Gosu/Color.src/M000017.html +0 -0
  56. data/reference/rdoc/classes/Gosu/Color.src/M000018.html +0 -0
  57. data/reference/rdoc/classes/Gosu/Color.src/M000019.html +0 -0
  58. data/reference/rdoc/classes/Gosu/Font.src/M000029.html +0 -0
  59. data/reference/rdoc/classes/Gosu/Font.src/M000030.html +0 -0
  60. data/reference/rdoc/classes/Gosu/Font.src/M000031.html +0 -0
  61. data/reference/rdoc/classes/Gosu/Font.src/M000032.html +0 -0
  62. data/reference/rdoc/classes/Gosu/Font.src/M000033.html +0 -0
  63. data/reference/rdoc/classes/Gosu/Image.src/M000020.html +0 -0
  64. data/reference/rdoc/classes/Gosu/Image.src/M000021.html +0 -0
  65. data/reference/rdoc/classes/Gosu/Image.src/M000022.html +0 -0
  66. data/reference/rdoc/classes/Gosu/Image.src/M000023.html +0 -0
  67. data/reference/rdoc/classes/Gosu/Image.src/M000024.html +0 -0
  68. data/reference/rdoc/classes/Gosu/Image.src/M000025.html +0 -0
  69. data/reference/rdoc/classes/Gosu/Image.src/M000026.html +0 -0
  70. data/reference/rdoc/classes/Gosu/Image.src/M000027.html +0 -0
  71. data/reference/rdoc/classes/Gosu/Image.src/M000028.html +0 -0
  72. data/reference/rdoc/classes/Gosu/Sample.src/M000013.html +0 -0
  73. data/reference/rdoc/classes/Gosu/Sample.src/M000014.html +0 -0
  74. data/reference/rdoc/classes/Gosu/Sample.src/M000015.html +0 -0
  75. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000051.html +0 -0
  76. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000052.html +0 -0
  77. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000053.html +0 -0
  78. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000054.html +0 -0
  79. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000055.html +0 -0
  80. data/reference/rdoc/classes/Gosu/Song.src/M000056.html +0 -0
  81. data/reference/rdoc/classes/Gosu/Song.src/M000057.html +0 -0
  82. data/reference/rdoc/classes/Gosu/Song.src/M000058.html +0 -0
  83. data/reference/rdoc/classes/Gosu/Song.src/M000059.html +0 -0
  84. data/reference/rdoc/classes/Gosu/Song.src/M000060.html +0 -0
  85. data/reference/rdoc/classes/Gosu/Song.src/M000061.html +0 -0
  86. data/reference/rdoc/classes/Gosu/Song.src/M000062.html +0 -0
  87. data/reference/rdoc/classes/Gosu/Window.src/M000034.html +0 -0
  88. data/reference/rdoc/classes/Gosu/Window.src/M000035.html +0 -0
  89. data/reference/rdoc/classes/Gosu/Window.src/M000036.html +0 -0
  90. data/reference/rdoc/classes/Gosu/Window.src/M000037.html +0 -0
  91. data/reference/rdoc/classes/Gosu/Window.src/M000038.html +0 -0
  92. data/reference/rdoc/classes/Gosu/Window.src/M000039.html +0 -0
  93. data/reference/rdoc/classes/Gosu/Window.src/M000040.html +0 -0
  94. data/reference/rdoc/classes/Gosu/Window.src/M000041.html +0 -0
  95. data/reference/rdoc/classes/Gosu/Window.src/M000042.html +0 -0
  96. data/reference/rdoc/classes/Gosu/Window.src/M000043.html +0 -0
  97. data/reference/rdoc/classes/Gosu/Window.src/M000044.html +0 -0
  98. data/reference/rdoc/classes/Gosu/Window.src/M000045.html +0 -0
  99. data/reference/rdoc/classes/Gosu/Window.src/M000046.html +0 -0
  100. data/reference/rdoc/classes/Gosu/Window.src/M000047.html +0 -0
  101. data/reference/rdoc/classes/Gosu/Window.src/M000048.html +0 -0
  102. data/reference/rdoc/classes/Gosu/Window.src/M000049.html +0 -0
  103. data/reference/rdoc/classes/Gosu/Window.src/M000050.html +0 -0
  104. data/reference/rdoc/classes/Numeric.src/M000001.html +0 -0
  105. data/reference/rdoc/classes/Numeric.src/M000002.html +0 -0
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>Class: Numeric</title><link type="text/css" media="screen" rel="stylesheet" href=".././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>Class: Numeric</title><link type="text/css" media="screen" href=".././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -357,7 +357,7 @@ radians_to_gosu<br/>
357
357
 
358
358
 
359
359
  </div>
360
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
360
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
361
361
  <div id="description"><p>
362
362
  Small additions to <a href="Numeric.html">Numeric</a> to make it easier to
363
363
  integrate <a href="Gosu.html">Gosu</a> with libraries that use radians,
@@ -393,6 +393,8 @@ gosu_to_radians
393
393
  Returns <tt>(self - 90) * Math::PI / 180.0</tt>
394
394
  </p>
395
395
 
396
+ <p class="source_link" id="M000002-show-link"><a href="#" onclick="toggle('M000002-source'); toggleText('M000002-link'); return false;" id="M000002-link">Show source...</a></p><div class="source" id="M000002-source"><pre><span class="ruby-comment cmt"># File reference/gosu.rb, line 487</span>
397
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gosu_to_radians</span>(); <span class="ruby-keyword kw">end</span></pre></div>
396
398
  </div>
397
399
 
398
400
  <a class="small" name="M000001"><br/></a>
@@ -410,10 +412,12 @@ radians_to_gosu
410
412
  Returns <tt>self * 180.0 / Math::PI + 90</tt>
411
413
  </p>
412
414
 
415
+ <p class="source_link" id="M000001-show-link"><a href="#" onclick="toggle('M000001-source'); toggleText('M000001-link'); return false;" id="M000001-link">Show source...</a></p><div class="source" id="M000001-source"><pre><span class="ruby-comment cmt"># File reference/gosu.rb, line 484</span>
416
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">radians_to_gosu</span>(); <span class="ruby-keyword kw">end</span></pre></div>
413
417
  </div>
414
418
 
415
419
 
416
420
 
417
421
 
418
422
 
419
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
423
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1 +1 @@
1
- Sun, 13 Sep 2009 04:21:52 +0800
1
+ Tue, 29 Dec 2009 13:09:42 +0800
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: COPYING.txt</title><link type="text/css" media="screen" rel="stylesheet" href=".././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: COPYING.txt</title><link type="text/css" media="screen" href=".././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: COPYING.txt
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
  <div id="description"><p>
337
337
  Copyright (C) 2004-2007 Julian Raschke, Jan Lücker and all contributors.
338
338
  </p>
@@ -388,4 +388,4 @@ Technologies Pty, Ltd., see <a href="http://www.fmod.org">www.fmod.org</a>.
388
388
 
389
389
 
390
390
 
391
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
391
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: README.txt</title><link type="text/css" media="screen" rel="stylesheet" href=".././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: README.txt</title><link type="text/css" media="screen" href=".././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: README.txt
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
  <div id="description"><p>
337
337
  Moin moin, dear <a href="../classes/Gosu.html">Gosu</a> user!
338
338
  </p>
@@ -384,4 +384,4 @@ Hope you&#8216;ll enjoy using <a href="../classes/Gosu.html">Gosu</a>!
384
384
 
385
385
 
386
386
 
387
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
387
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Deployment on OS X.rdoc</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Deployment on OS X.rdoc</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,8 +332,8 @@ File: Deployment on OS X.rdoc
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
- <div id="description"><h1>Ruby/<a href="../../classes/Gosu.html">Gosu</a> Packaging on Mac OS X with the experimental Ruby 1.9.1 Bundle</h1>
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
+ <div id="description"><h1>Ruby/<a href="../../classes/Gosu.html">Gosu</a> Packaging on Mac OS X with the Ruby 1.9.1 Bundle</h1>
337
337
  <p>
338
338
  The Mac package of <a href="../../classes/Gosu.html">Gosu</a> (on the
339
339
  Google Code Downloads list) comes with a mysterious RubyGosu App.app
@@ -365,21 +365,6 @@ to use libraries other than Ruby&#8216;s core and <a
365
365
  href="../../classes/Gosu.html">Gosu</a>, see the Extending <a
366
366
  href="../../classes/Gosu.html">Gosu</a> forum for advice.
367
367
  </p>
368
- <h1>Ruby/<a href="../../classes/Gosu.html">Gosu</a> Packaging with the Light-Weight Ruby 1.8 Bundle</h1>
369
- <p>
370
- The older, better-tested method of packaging Ruby games for OS X involves
371
- the more lightweight RubyGosu Deployment Template.app that can be found as
372
- a separate download. Here you also have to put your game into the
373
- Contents/Resources folder, but you need to include the files in <a
374
- href="../../classes/Gosu.html">Gosu</a>&#8216;s lib folder as well, because
375
- Ruby is not built into this template. Actually, it just calls the OS X
376
- system Ruby to run your game.
377
- </p>
378
- <p>
379
- If you want to ship RMagick with your game, see this useful forum thread by
380
- codekitchen: <a
381
- href="http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?tid=42">www.libgosu.org/cgi-bin/mwf/topic_show.pl?tid=42</a>
382
- </p>
383
368
  </div>
384
369
 
385
370
 
@@ -393,4 +378,4 @@ href="http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?tid=42">www.libgosu.org/c
393
378
 
394
379
 
395
380
 
396
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
381
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Deployment on Windows.rdoc</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Deployment on Windows.rdoc</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,55 +332,42 @@ File: Deployment on Windows.rdoc
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
- <div id="description"><h1>Ruby/<a href="../../classes/Gosu.html">Gosu</a> Packaging on Microsoft Windows (for Ruby 1.8)</h1>
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
+ <div id="description"><h1>Ruby/<a href="../../classes/Gosu.html">Gosu</a> Packaging on Microsoft Windows</h1>
337
337
  <p>
338
338
  To compile your Ruby game into an executable on Windows, you need to run it
339
339
  through the following program from the command line:
340
340
  </p>
341
341
  <p>
342
342
  <a
343
- href="http://www.erikveen.dds.nl/rubyscript2exe/index.html">www.erikveen.dds.nl/rubyscript2exe/index.html</a>
344
- </p>
345
- <p>
346
- The &#8216;rubyscript2exe&#8217; gem worked better for me than the
347
- standalone script file.
343
+ href="http://github.com/larsch/ocra/tree/master">github.com/larsch/ocra/tree/master</a>
348
344
  </p>
349
345
  <p>
350
- You can then ship the resulting .exe file together with your game&#8216;s
351
- resources and, if you use sound, fmod.dll. (If you are using <a
352
- href="../../classes/Gosu.html">Gosu</a> as a Ruby Gem, you can find
353
- fmod.dll in your gems directory, usually
354
- C:\ruby\lib\ruby\gems\1.8\gems\gosu-x.x.x\lib\fmod.dll).
346
+ In theory, it should be as simple as these two lines in a command prompt:
355
347
  </p>
356
348
  <p>
357
- If you want to ship your game to be in a self-contained executable (similar
358
- to the .app bundle on Mac OS X), Erik Veenstra also has a guide to
359
- packaging a whole directory into a single .rb file.
349
+ gem install ocra ocra my_ruby_game.rb
360
350
  </p>
361
351
  <p>
362
- <a
363
- href="http://www.erikveen.dds.nl/distributingrubyapplications/index.html">www.erikveen.dds.nl/distributingrubyapplications/index.html</a>
352
+ If you are using sound, you have to ship fmod.dll too. Other gems like
353
+ ruby-opengl might require their own DLLs too. You can put them in a lib
354
+ subdirectory and then include them on the command line:
364
355
  </p>
365
356
  <p>
366
- With a bit of experimentation, you can fit the whole game, including all
367
- resources, .dll&#8216;s and even gosu.so into a single .exe file. Note that
368
- for licensing reasons, you should point out you are using FMOD then, as it
369
- cannot be seen from your game&#8216;s files anymore.
357
+ ocra my_ruby_game.rb lib*
370
358
  </p>
371
- <h1>Ruby/<a href="../../classes/Gosu.html">Gosu</a> Packaging on Microsoft Windows (for Ruby 1.9)</h1>
372
359
  <p>
373
- The steps for packaging a Ruby 1.9 should be the same when using the Ocra
374
- tool:
360
+ To let your game find the DLLs you have to change the PATH environment like
361
+ this somewhere early in your game:
375
362
  </p>
376
363
  <p>
377
- <a
378
- href="http://github.com/larsch/ocra/tree/master">github.com/larsch/ocra/tree/master</a>
364
+ ENV[&#8216;PATH&#8217;] = File.join(GAMEROOT,&quot;lib&quot;) +
365
+ &quot;;&quot; + ENV[&#8216;PATH&#8217;]
379
366
  </p>
380
367
  <p>
381
- But in practice, I have found that I need to ship the .rb and .so files
382
- with my .exe file, so it seems there is still work going on in that
383
- project.
368
+ If you have any trouble, feel free to ask on the <a
369
+ href="../../classes/Gosu.html">Gosu</a> boards. Ocra is still a project in
370
+ development and everybody can benefit from sharing your experience.
384
371
  </p>
385
372
  </div>
386
373
 
@@ -395,4 +382,4 @@ project.
395
382
 
396
383
 
397
384
 
398
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
385
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Drawing with Colors.rdoc</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Drawing with Colors.rdoc</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: Drawing with Colors.rdoc
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
  <div id="description"><h1>Drawing with Colors</h1>
337
337
  <p>
338
338
  Almost all image drawing functions accept modulation colors. The colors of
@@ -360,4 +360,4 @@ the original image is mostly grayscale).
360
360
 
361
361
 
362
362
 
363
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
363
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Order of Corners.rdoc</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Order of Corners.rdoc</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: Order of Corners.rdoc
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
  <div id="description"><h1>Order of Corners</h1>
337
337
  <p>
338
338
  In all functions that expect arguments for all four corners of a rectangle
@@ -355,4 +355,4 @@ in the following order (a Z shape):
355
355
 
356
356
 
357
357
 
358
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
358
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Tileability.rdoc</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Tileability.rdoc</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: Tileability.rdoc
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
  <div id="description"><h1>Tileability</h1>
337
337
  <p>
338
338
  Functions related to image creation accept a boolean &quot;tileable&quot;
@@ -371,4 +371,4 @@ map tiles.
371
371
 
372
372
 
373
373
 
374
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
374
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Z Ordering.rdoc</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: Z Ordering.rdoc</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: Z Ordering.rdoc
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
  <div id="description"><h1>Z-Ordering</h1>
337
337
  <p>
338
338
  All drawing operations in <a href="../../classes/Gosu.html">Gosu</a> accept
@@ -358,4 +358,4 @@ time.
358
358
 
359
359
 
360
360
 
361
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
361
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: gosu.rb</title><link type="text/css" media="screen" rel="stylesheet" href="../.././rdoc-style.css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>File: gosu.rb</title><link type="text/css" media="screen" href="../.././rdoc-style.css" rel="stylesheet"/><script type="text/javascript">
2
2
  // Allison template
3
3
  // Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
4
4
 
@@ -332,7 +332,7 @@ File: gosu.rb
332
332
 
333
333
 
334
334
 
335
- <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link" href="#">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link" href="#">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link" href="#">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
335
+ <div id="spacer"></div><div class="navigation darker index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_class" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation darker index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_file" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation darker index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input type="text" onKeyPress="return disableSubmit(event);" id="filter_method" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div></div><div id="content">
336
336
 
337
337
 
338
338
 
@@ -345,4 +345,4 @@ File: gosu.rb
345
345
 
346
346
 
347
347
 
348
- </div><div class="clear" id="footer">Generated on Sep 13, 2009 / Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
348
+ </div><div class="clear" id="footer">Allison 2 &copy; 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a><br/>slightly adapted for the Gosu project by Julian Raschke</div></div></body></html>
@@ -1,63 +1,64 @@
1
1
 
2
2
  <a href="classes/Gosu.html#M000006">angle (Gosu)<br/></a>
3
3
  <a href="classes/Gosu.html#M000007">angle_diff (Gosu)<br/></a>
4
- <a href="classes/Gosu/Window.html#M000041">button_down (Gosu::Window)<br/></a>
5
- <a href="classes/Gosu/Window.html#M000046">button_down? (Gosu::Window)<br/></a>
6
- <a href="classes/Gosu/Window.html#M000047">button_id_to_char (Gosu::Window)<br/></a>
7
- <a href="classes/Gosu/Window.html#M000042">button_up (Gosu::Window)<br/></a>
8
- <a href="classes/Gosu/Window.html#M000048">char_to_button_id (Gosu::Window)<br/></a>
9
- <a href="classes/Gosu/Window.html#M000050">clip_to (Gosu::Window)<br/></a>
10
- <a href="classes/Gosu/Window.html#M000036">close (Gosu::Window)<br/></a>
11
- <a href="classes/Gosu/Song.html#M000056">current_song (Gosu::Song)<br/></a>
4
+ <a href="classes/Gosu/Window.html#M000042">button_down (Gosu::Window)<br/></a>
5
+ <a href="classes/Gosu/Window.html#M000047">button_down? (Gosu::Window)<br/></a>
6
+ <a href="classes/Gosu/Window.html#M000048">button_id_to_char (Gosu::Window)<br/></a>
7
+ <a href="classes/Gosu/Window.html#M000043">button_up (Gosu::Window)<br/></a>
8
+ <a href="classes/Gosu/Window.html#M000049">char_to_button_id (Gosu::Window)<br/></a>
9
+ <a href="classes/Gosu/Window.html#M000051">clip_to (Gosu::Window)<br/></a>
10
+ <a href="classes/Gosu/Window.html#M000037">close (Gosu::Window)<br/></a>
11
+ <a href="classes/Gosu/Song.html#M000057">current_song (Gosu::Song)<br/></a>
12
12
  <a href="classes/Gosu.html#M000010">default_font_name (Gosu)<br/></a>
13
13
  <a href="classes/Gosu.html#M000008">distance (Gosu)<br/></a>
14
- <a href="classes/Gosu/Window.html#M000038">draw (Gosu::Window)<br/></a>
15
- <a href="classes/Gosu/Image.html#M000022">draw (Gosu::Image)<br/></a>
16
- <a href="classes/Gosu/Font.html#M000031">draw (Gosu::Font)<br/></a>
17
- <a href="classes/Gosu/Image.html#M000024">draw_as_quad (Gosu::Image)<br/></a>
18
- <a href="classes/Gosu/Window.html#M000043">draw_line (Gosu::Window)<br/></a>
19
- <a href="classes/Gosu/Window.html#M000045">draw_quad (Gosu::Window)<br/></a>
20
- <a href="classes/Gosu/Font.html#M000032">draw_rel (Gosu::Font)<br/></a>
21
- <a href="classes/Gosu/Font.html#M000033">draw_rot (Gosu::Font)<br/></a>
22
- <a href="classes/Gosu/Image.html#M000023">draw_rot (Gosu::Image)<br/></a>
23
- <a href="classes/Gosu/Window.html#M000044">draw_triangle (Gosu::Window)<br/></a>
24
- <a href="classes/Gosu/Color.html#M000019">from_ahsv (Gosu::Color)<br/></a>
25
- <a href="classes/Gosu/Color.html#M000018">from_hsv (Gosu::Color)<br/></a>
26
- <a href="classes/Gosu/Image.html#M000025">from_text (Gosu::Image)<br/></a>
14
+ <a href="classes/Gosu/Window.html#M000039">draw (Gosu::Window)<br/></a>
15
+ <a href="classes/Gosu/Image.html#M000023">draw (Gosu::Image)<br/></a>
16
+ <a href="classes/Gosu/Font.html#M000032">draw (Gosu::Font)<br/></a>
17
+ <a href="classes/Gosu/Image.html#M000025">draw_as_quad (Gosu::Image)<br/></a>
18
+ <a href="classes/Gosu/Window.html#M000044">draw_line (Gosu::Window)<br/></a>
19
+ <a href="classes/Gosu/Window.html#M000046">draw_quad (Gosu::Window)<br/></a>
20
+ <a href="classes/Gosu/Font.html#M000033">draw_rel (Gosu::Font)<br/></a>
21
+ <a href="classes/Gosu/Font.html#M000034">draw_rot (Gosu::Font)<br/></a>
22
+ <a href="classes/Gosu/Image.html#M000024">draw_rot (Gosu::Image)<br/></a>
23
+ <a href="classes/Gosu/Window.html#M000045">draw_triangle (Gosu::Window)<br/></a>
24
+ <a href="classes/Gosu/TextInput.html#M000013">filter (Gosu::TextInput)<br/></a>
25
+ <a href="classes/Gosu/Color.html#M000020">from_ahsv (Gosu::Color)<br/></a>
26
+ <a href="classes/Gosu/Color.html#M000019">from_hsv (Gosu::Color)<br/></a>
27
+ <a href="classes/Gosu/Image.html#M000027">from_text (Gosu::Image)<br/></a>
27
28
  <a href="classes/Gosu/Image.html#M000026">from_text (Gosu::Image)<br/></a>
28
- <a href="classes/Gosu/Window.html#M000049">gl (Gosu::Window)<br/></a>
29
- <a href="classes/Gosu/Image.html#M000028">gl_tex_info (Gosu::Image)<br/></a>
29
+ <a href="classes/Gosu/Window.html#M000050">gl (Gosu::Window)<br/></a>
30
+ <a href="classes/Gosu/Image.html#M000029">gl_tex_info (Gosu::Image)<br/></a>
30
31
  <a href="classes/Numeric.html#M000002">gosu_to_radians (Numeric)<br/></a>
31
- <a href="classes/Gosu/Image.html#M000027">load_tiles (Gosu::Image)<br/></a>
32
+ <a href="classes/Gosu/Image.html#M000028">load_tiles (Gosu::Image)<br/></a>
32
33
  <a href="classes/Gosu.html#M000009">milliseconds (Gosu)<br/></a>
33
- <a href="classes/Gosu/Window.html#M000039">needs_redraw? (Gosu::Window)<br/></a>
34
- <a href="classes/Gosu/Color.html#M000016">new (Gosu::Color)<br/></a>
35
- <a href="classes/Gosu/Window.html#M000034">new (Gosu::Window)<br/></a>
36
- <a href="classes/Gosu/Font.html#M000029">new (Gosu::Font)<br/></a>
37
- <a href="classes/Gosu/Color.html#M000017">new (Gosu::Color)<br/></a>
34
+ <a href="classes/Gosu/Window.html#M000040">needs_redraw? (Gosu::Window)<br/></a>
35
+ <a href="classes/Gosu/Color.html#M000018">new (Gosu::Color)<br/></a>
36
+ <a href="classes/Gosu/Window.html#M000035">new (Gosu::Window)<br/></a>
37
+ <a href="classes/Gosu/Image.html#M000022">new (Gosu::Image)<br/></a>
38
+ <a href="classes/Gosu/Font.html#M000030">new (Gosu::Font)<br/></a>
38
39
  <a href="classes/Gosu/Image.html#M000021">new (Gosu::Image)<br/></a>
39
- <a href="classes/Gosu/Sample.html#M000013">new (Gosu::Sample)<br/></a>
40
- <a href="classes/Gosu/Song.html#M000057">new (Gosu::Song)<br/></a>
41
- <a href="classes/Gosu/Image.html#M000020">new (Gosu::Image)<br/></a>
40
+ <a href="classes/Gosu/Color.html#M000017">new (Gosu::Color)<br/></a>
41
+ <a href="classes/Gosu/Sample.html#M000014">new (Gosu::Sample)<br/></a>
42
+ <a href="classes/Gosu/Song.html#M000058">new (Gosu::Song)<br/></a>
42
43
  <a href="classes/Gosu.html#M000004">offset_x (Gosu)<br/></a>
43
44
  <a href="classes/Gosu.html#M000005">offset_y (Gosu)<br/></a>
44
- <a href="classes/Gosu/Song.html#M000059">pause (Gosu::Song)<br/></a>
45
- <a href="classes/Gosu/SampleInstance.html#M000052">pause (Gosu::SampleInstance)<br/></a>
46
- <a href="classes/Gosu/SampleInstance.html#M000053">paused? (Gosu::SampleInstance)<br/></a>
47
- <a href="classes/Gosu/Song.html#M000060">paused? (Gosu::Song)<br/></a>
48
- <a href="classes/Gosu/Song.html#M000058">play (Gosu::Song)<br/></a>
49
- <a href="classes/Gosu/Sample.html#M000014">play (Gosu::Sample)<br/></a>
50
- <a href="classes/Gosu/Sample.html#M000015">play_pan (Gosu::Sample)<br/></a>
51
- <a href="classes/Gosu/SampleInstance.html#M000055">playing? (Gosu::SampleInstance)<br/></a>
52
- <a href="classes/Gosu/Song.html#M000062">playing? (Gosu::Song)<br/></a>
45
+ <a href="classes/Gosu/Song.html#M000060">pause (Gosu::Song)<br/></a>
46
+ <a href="classes/Gosu/SampleInstance.html#M000053">pause (Gosu::SampleInstance)<br/></a>
47
+ <a href="classes/Gosu/Song.html#M000061">paused? (Gosu::Song)<br/></a>
48
+ <a href="classes/Gosu/SampleInstance.html#M000054">paused? (Gosu::SampleInstance)<br/></a>
49
+ <a href="classes/Gosu/Sample.html#M000015">play (Gosu::Sample)<br/></a>
50
+ <a href="classes/Gosu/Song.html#M000059">play (Gosu::Song)<br/></a>
51
+ <a href="classes/Gosu/Sample.html#M000016">play_pan (Gosu::Sample)<br/></a>
52
+ <a href="classes/Gosu/SampleInstance.html#M000056">playing? (Gosu::SampleInstance)<br/></a>
53
+ <a href="classes/Gosu/Song.html#M000063">playing? (Gosu::Song)<br/></a>
53
54
  <a href="classes/Numeric.html#M000001">radians_to_gosu (Numeric)<br/></a>
54
55
  <a href="classes/Gosu.html#M000003">random (Gosu)<br/></a>
55
- <a href="classes/Gosu/SampleInstance.html#M000054">resume (Gosu::SampleInstance)<br/></a>
56
+ <a href="classes/Gosu/SampleInstance.html#M000055">resume (Gosu::SampleInstance)<br/></a>
56
57
  <a href="classes/Gosu.html#M000012">screen_height (Gosu)<br/></a>
57
58
  <a href="classes/Gosu.html#M000011">screen_width (Gosu)<br/></a>
58
- <a href="classes/Gosu/Window.html#M000040">set_mouse_position (Gosu::Window)<br/></a>
59
- <a href="classes/Gosu/Window.html#M000035">show (Gosu::Window)<br/></a>
60
- <a href="classes/Gosu/Song.html#M000061">stop (Gosu::Song)<br/></a>
61
- <a href="classes/Gosu/SampleInstance.html#M000051">stop (Gosu::SampleInstance)<br/></a>
62
- <a href="classes/Gosu/Font.html#M000030">text_width (Gosu::Font)<br/></a>
63
- <a href="classes/Gosu/Window.html#M000037">update (Gosu::Window)<br/></a>
59
+ <a href="classes/Gosu/Window.html#M000041">set_mouse_position (Gosu::Window)<br/></a>
60
+ <a href="classes/Gosu/Window.html#M000036">show (Gosu::Window)<br/></a>
61
+ <a href="classes/Gosu/Song.html#M000062">stop (Gosu::Song)<br/></a>
62
+ <a href="classes/Gosu/SampleInstance.html#M000052">stop (Gosu::SampleInstance)<br/></a>
63
+ <a href="classes/Gosu/Font.html#M000031">text_width (Gosu::Font)<br/></a>
64
+ <a href="classes/Gosu/Window.html#M000038">update (Gosu::Window)<br/></a>
@@ -1 +1 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>RubyGosu rdoc Reference</title><link type="text/css" media="screen" rel="stylesheet" href="rdoc-style.css"/><meta content="0;url=files/README_txt.html" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div id="header"><span id="title"><p>&nbsp;</p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="files/README_txt.html"><h1>Redirect</h1></a></div></div></body></html>
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>RubyGosu rdoc Reference</title><link type="text/css" media="screen" href="rdoc-style.css" rel="stylesheet"/><meta content="0;url=files/README_txt.html" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div id="header"><span id="title"><p>&nbsp;</p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="files/README_txt.html"><h1>Redirect</h1></a></div></div></body></html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.15
4
+ version: 0.7.16
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Julian Raschke
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-09-13 00:00:00 +08:00
13
+ date: 2009-12-29 00:00:00 +08:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -25,6 +25,7 @@ extra_rdoc_files: []
25
25
  files:
26
26
  - COPYING.txt
27
27
  - README.txt
28
+ - lib/gosu/patches.rb
28
29
  - examples/ChipmunkIntegration.rb
29
30
  - examples/CptnRuby.rb
30
31
  - examples/MoreChipmunkAndRMagick.rb
@@ -48,78 +49,16 @@ files:
48
49
  - examples/media/Star.png
49
50
  - examples/media/Starfighter.bmp
50
51
  - reference/rdoc/classes/Gosu/Color.html
51
- - reference/rdoc/classes/Gosu/Color.src/M000016.html
52
- - reference/rdoc/classes/Gosu/Color.src/M000017.html
53
- - reference/rdoc/classes/Gosu/Color.src/M000018.html
54
- - reference/rdoc/classes/Gosu/Color.src/M000019.html
55
52
  - reference/rdoc/classes/Gosu/Font.html
56
- - reference/rdoc/classes/Gosu/Font.src/M000029.html
57
- - reference/rdoc/classes/Gosu/Font.src/M000030.html
58
- - reference/rdoc/classes/Gosu/Font.src/M000031.html
59
- - reference/rdoc/classes/Gosu/Font.src/M000032.html
60
- - reference/rdoc/classes/Gosu/Font.src/M000033.html
61
53
  - reference/rdoc/classes/Gosu/GLTexInfo.html
62
54
  - reference/rdoc/classes/Gosu/Image.html
63
- - reference/rdoc/classes/Gosu/Image.src/M000020.html
64
- - reference/rdoc/classes/Gosu/Image.src/M000021.html
65
- - reference/rdoc/classes/Gosu/Image.src/M000022.html
66
- - reference/rdoc/classes/Gosu/Image.src/M000023.html
67
- - reference/rdoc/classes/Gosu/Image.src/M000024.html
68
- - reference/rdoc/classes/Gosu/Image.src/M000025.html
69
- - reference/rdoc/classes/Gosu/Image.src/M000026.html
70
- - reference/rdoc/classes/Gosu/Image.src/M000027.html
71
- - reference/rdoc/classes/Gosu/Image.src/M000028.html
72
55
  - reference/rdoc/classes/Gosu/Sample.html
73
- - reference/rdoc/classes/Gosu/Sample.src/M000013.html
74
- - reference/rdoc/classes/Gosu/Sample.src/M000014.html
75
- - reference/rdoc/classes/Gosu/Sample.src/M000015.html
76
56
  - reference/rdoc/classes/Gosu/SampleInstance.html
77
- - reference/rdoc/classes/Gosu/SampleInstance.src/M000051.html
78
- - reference/rdoc/classes/Gosu/SampleInstance.src/M000052.html
79
- - reference/rdoc/classes/Gosu/SampleInstance.src/M000053.html
80
- - reference/rdoc/classes/Gosu/SampleInstance.src/M000054.html
81
- - reference/rdoc/classes/Gosu/SampleInstance.src/M000055.html
82
57
  - reference/rdoc/classes/Gosu/Song.html
83
- - reference/rdoc/classes/Gosu/Song.src/M000056.html
84
- - reference/rdoc/classes/Gosu/Song.src/M000057.html
85
- - reference/rdoc/classes/Gosu/Song.src/M000058.html
86
- - reference/rdoc/classes/Gosu/Song.src/M000059.html
87
- - reference/rdoc/classes/Gosu/Song.src/M000060.html
88
- - reference/rdoc/classes/Gosu/Song.src/M000061.html
89
- - reference/rdoc/classes/Gosu/Song.src/M000062.html
90
58
  - reference/rdoc/classes/Gosu/TextInput.html
91
59
  - reference/rdoc/classes/Gosu/Window.html
92
- - reference/rdoc/classes/Gosu/Window.src/M000034.html
93
- - reference/rdoc/classes/Gosu/Window.src/M000035.html
94
- - reference/rdoc/classes/Gosu/Window.src/M000036.html
95
- - reference/rdoc/classes/Gosu/Window.src/M000037.html
96
- - reference/rdoc/classes/Gosu/Window.src/M000038.html
97
- - reference/rdoc/classes/Gosu/Window.src/M000039.html
98
- - reference/rdoc/classes/Gosu/Window.src/M000040.html
99
- - reference/rdoc/classes/Gosu/Window.src/M000041.html
100
- - reference/rdoc/classes/Gosu/Window.src/M000042.html
101
- - reference/rdoc/classes/Gosu/Window.src/M000043.html
102
- - reference/rdoc/classes/Gosu/Window.src/M000044.html
103
- - reference/rdoc/classes/Gosu/Window.src/M000045.html
104
- - reference/rdoc/classes/Gosu/Window.src/M000046.html
105
- - reference/rdoc/classes/Gosu/Window.src/M000047.html
106
- - reference/rdoc/classes/Gosu/Window.src/M000048.html
107
- - reference/rdoc/classes/Gosu/Window.src/M000049.html
108
- - reference/rdoc/classes/Gosu/Window.src/M000050.html
109
60
  - reference/rdoc/classes/Gosu.html
110
- - reference/rdoc/classes/Gosu.src/M000003.html
111
- - reference/rdoc/classes/Gosu.src/M000004.html
112
- - reference/rdoc/classes/Gosu.src/M000005.html
113
- - reference/rdoc/classes/Gosu.src/M000006.html
114
- - reference/rdoc/classes/Gosu.src/M000007.html
115
- - reference/rdoc/classes/Gosu.src/M000008.html
116
- - reference/rdoc/classes/Gosu.src/M000009.html
117
- - reference/rdoc/classes/Gosu.src/M000010.html
118
- - reference/rdoc/classes/Gosu.src/M000011.html
119
- - reference/rdoc/classes/Gosu.src/M000012.html
120
61
  - reference/rdoc/classes/Numeric.html
121
- - reference/rdoc/classes/Numeric.src/M000001.html
122
- - reference/rdoc/classes/Numeric.src/M000002.html
123
62
  - reference/rdoc/created.rid
124
63
  - reference/rdoc/files/COPYING_txt.html
125
64
  - reference/rdoc/files/README_txt.html
@@ -138,6 +77,16 @@ files:
138
77
  - lib/gosu.rb
139
78
  - lib/gosu.for_1_8.bundle
140
79
  - lib/gosu.for_1_9.bundle
80
+ - lib/hotgosu.rb
81
+ - lib/hotgosu/color.rb
82
+ - lib/hotgosu/constants.rb
83
+ - lib/hotgosu/font.rb
84
+ - lib/hotgosu/functions.rb
85
+ - lib/hotgosu/image.rb
86
+ - lib/hotgosu/sample.rb
87
+ - lib/hotgosu/song.rb
88
+ - lib/hotgosu/window.rb
89
+ - lib/hotgosu/window_primitives.rb
141
90
  has_rdoc: true
142
91
  homepage: http://code.google.com/p/gosu/
143
92
  licenses: []
@@ -162,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
111
  requirements: []
163
112
 
164
113
  rubyforge_project:
165
- rubygems_version: 1.3.4
114
+ rubygems_version: 1.3.5
166
115
  signing_key:
167
116
  specification_version: 3
168
117
  summary: 2D game development library.