gosu 0.7.11 → 0.7.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. data/Gosu/Audio.hpp +33 -16
  2. data/Gosu/GraphicsBase.hpp +6 -1
  3. data/Gosu/Input.hpp +8 -2
  4. data/Gosu/Platform.hpp +63 -61
  5. data/Gosu/Window.hpp +11 -0
  6. data/GosuImpl/AudioFmod.cpp +89 -16
  7. data/GosuImpl/AudioSDL.cpp +59 -19
  8. data/GosuImpl/Graphics/BitmapUtils.cpp +3 -0
  9. data/GosuImpl/Graphics/Common.hpp +8 -3
  10. data/GosuImpl/Graphics/DrawOp.hpp +70 -7
  11. data/GosuImpl/Graphics/Graphics.cpp +34 -2
  12. data/GosuImpl/Graphics/TexChunk.cpp +7 -1
  13. data/GosuImpl/Graphics/Texture.cpp +31 -9
  14. data/GosuImpl/Iconv.hpp +3 -0
  15. data/GosuImpl/InputMac.mm +31 -10
  16. data/GosuImpl/InputWin.cpp +8 -0
  17. data/GosuImpl/InputX.cpp +64 -45
  18. data/GosuImpl/Math.cpp +1 -1
  19. data/GosuImpl/RubyGosu.swg +27 -7
  20. data/GosuImpl/RubyGosu_wrap.cxx +338 -205
  21. data/GosuImpl/Utility.cpp +1 -0
  22. data/GosuImpl/WindowMac.mm +29 -3
  23. data/GosuImpl/WindowWin.cpp +16 -5
  24. data/GosuImpl/WindowX.cpp +3 -3
  25. data/README.txt +7 -3
  26. data/Rakefile +2 -1
  27. data/mac/Gosu.icns +0 -0
  28. data/mac/Gosu.xcodeproj/jlnr.mode1v3 +74 -75
  29. data/mac/Gosu.xcodeproj/jlnr.pbxuser +731 -257
  30. data/mac/Gosu.xcodeproj/jlnr.perspectivev3 +1531 -0
  31. data/reference/Async_8hpp-source.html +1 -1
  32. data/reference/Audio_8hpp-source.html +68 -58
  33. data/reference/Audio_8hpp.html +1 -1
  34. data/reference/AutoLink_8hpp-source.html +1 -1
  35. data/reference/AutoLink_8hpp.html +1 -1
  36. data/reference/Bitmap_8hpp-source.html +1 -1
  37. data/reference/Bitmap_8hpp.html +1 -1
  38. data/reference/ButtonsMac_8hpp-source.html +1 -1
  39. data/reference/ButtonsWin_8hpp-source.html +1 -1
  40. data/reference/ButtonsX_8hpp-source.html +1 -1
  41. data/reference/Color_8hpp-source.html +1 -1
  42. data/reference/Color_8hpp.html +1 -1
  43. data/reference/Directories_8hpp-source.html +1 -1
  44. data/reference/Directories_8hpp.html +1 -1
  45. data/reference/Font_8hpp-source.html +1 -1
  46. data/reference/Font_8hpp.html +1 -1
  47. data/reference/Fwd_8hpp-source.html +1 -1
  48. data/reference/Fwd_8hpp.html +1 -1
  49. data/reference/Gosu_8hpp-source.html +1 -1
  50. data/reference/Gosu_8hpp.html +1 -1
  51. data/reference/GraphicsBase_8hpp-source.html +28 -26
  52. data/reference/GraphicsBase_8hpp.html +4 -1
  53. data/reference/Graphics_8hpp-source.html +1 -1
  54. data/reference/Graphics_8hpp.html +1 -1
  55. data/reference/IO_8hpp-source.html +1 -1
  56. data/reference/IO_8hpp.html +1 -1
  57. data/reference/ImageData_8hpp-source.html +1 -1
  58. data/reference/ImageData_8hpp.html +1 -1
  59. data/reference/Image_8hpp-source.html +1 -1
  60. data/reference/Image_8hpp.html +1 -1
  61. data/reference/Input_8hpp-source.html +19 -16
  62. data/reference/Input_8hpp.html +1 -1
  63. data/reference/Math_8hpp-source.html +1 -1
  64. data/reference/Math_8hpp.html +1 -1
  65. data/reference/Platform_8hpp-source.html +22 -20
  66. data/reference/Platform_8hpp.html +1 -1
  67. data/reference/RotFlip_8hpp-source.html +1 -1
  68. data/reference/RotFlip_8hpp.html +1 -1
  69. data/reference/Sockets_8hpp-source.html +1 -1
  70. data/reference/Sockets_8hpp.html +1 -1
  71. data/reference/TextInput_8hpp-source.html +1 -1
  72. data/reference/TextInput_8hpp.html +1 -1
  73. data/reference/Text_8hpp-source.html +1 -1
  74. data/reference/Text_8hpp.html +1 -1
  75. data/reference/Timing_8hpp-source.html +1 -1
  76. data/reference/Timing_8hpp.html +1 -1
  77. data/reference/Utility_8hpp-source.html +1 -1
  78. data/reference/Utility_8hpp.html +1 -1
  79. data/reference/WinUtility_8hpp-source.html +1 -1
  80. data/reference/WinUtility_8hpp.html +1 -1
  81. data/reference/Window_8hpp-source.html +67 -56
  82. data/reference/Window_8hpp.html +1 -1
  83. data/reference/annotated.html +1 -1
  84. data/reference/classGosu_1_1Audio-members.html +1 -1
  85. data/reference/classGosu_1_1Audio.html +1 -1
  86. data/reference/classGosu_1_1Bitmap-members.html +1 -1
  87. data/reference/classGosu_1_1Bitmap.html +1 -1
  88. data/reference/classGosu_1_1Buffer-members.html +1 -1
  89. data/reference/classGosu_1_1Buffer.html +1 -1
  90. data/reference/classGosu_1_1Button-members.html +1 -1
  91. data/reference/classGosu_1_1Button.html +1 -1
  92. data/reference/classGosu_1_1Color-members.html +1 -1
  93. data/reference/classGosu_1_1Color.html +1 -1
  94. data/reference/classGosu_1_1File-members.html +1 -1
  95. data/reference/classGosu_1_1File.html +1 -1
  96. data/reference/classGosu_1_1Font-members.html +1 -1
  97. data/reference/classGosu_1_1Font.html +1 -1
  98. data/reference/classGosu_1_1Graphics-members.html +1 -1
  99. data/reference/classGosu_1_1Graphics.html +1 -1
  100. data/reference/classGosu_1_1Image-members.html +1 -1
  101. data/reference/classGosu_1_1Image.html +1 -1
  102. data/reference/classGosu_1_1ImageData-members.html +1 -1
  103. data/reference/classGosu_1_1ImageData.html +1 -1
  104. data/reference/classGosu_1_1Input-members.html +2 -1
  105. data/reference/classGosu_1_1Input.html +34 -1
  106. data/reference/classGosu_1_1MessageSocket-members.html +1 -1
  107. data/reference/classGosu_1_1MessageSocket.html +1 -1
  108. data/reference/classGosu_1_1Resource-members.html +1 -1
  109. data/reference/classGosu_1_1Resource.html +1 -1
  110. data/reference/classGosu_1_1Sample-members.html +3 -3
  111. data/reference/classGosu_1_1Sample.html +23 -11
  112. data/reference/classGosu_1_1SampleInstance-members.html +4 -1
  113. data/reference/classGosu_1_1SampleInstance.html +11 -2
  114. data/reference/classGosu_1_1Song-members.html +5 -2
  115. data/reference/classGosu_1_1Song.html +78 -7
  116. data/reference/classGosu_1_1TextInput-members.html +1 -1
  117. data/reference/classGosu_1_1TextInput.html +1 -1
  118. data/reference/classGosu_1_1Window-members.html +1 -1
  119. data/reference/classGosu_1_1Window.html +1 -1
  120. data/reference/files.html +1 -1
  121. data/reference/functions.html +14 -6
  122. data/reference/functions_enum.html +1 -1
  123. data/reference/functions_func.html +14 -6
  124. data/reference/functions_vars.html +1 -1
  125. data/reference/hierarchy.html +1 -1
  126. data/reference/index.html +1 -1
  127. data/reference/namespaceGosu.html +20 -1
  128. data/reference/namespaceGosu_1_1Colors.html +1 -1
  129. data/reference/namespaceGosu_1_1Win.html +1 -1
  130. data/reference/namespacemembers.html +3 -1
  131. data/reference/namespacemembers_enum.html +1 -1
  132. data/reference/namespacemembers_eval.html +1 -1
  133. data/reference/namespacemembers_func.html +1 -1
  134. data/reference/namespacemembers_type.html +1 -1
  135. data/reference/namespacemembers_vars.html +3 -1
  136. data/reference/namespaces.html +1 -1
  137. data/windows/Gosu.sln +2 -2
  138. data/windows/Gosu.vcproj +8 -7
  139. data/windows/RubyGosu.vcproj +5 -5
  140. metadata +4 -3
  141. data/GosuImpl/Utility.cpp~RF6c566.TMP +0 -95
@@ -38,6 +38,15 @@
38
38
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4c655ba53464bbd639a873a88f3823c0"></a><!-- doxytag: member="Gosu::SampleInstance::playing" ref="4c655ba53464bbd639a873a88f3823c0" args="() const " -->
39
39
  bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>playing</b> () const </td></tr>
40
40
 
41
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d5eba2378d898d8909a78b82c5febf20"></a><!-- doxytag: member="Gosu::SampleInstance::paused" ref="d5eba2378d898d8909a78b82c5febf20" args="() const " -->
42
+ bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>paused</b> () const </td></tr>
43
+
44
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b4ad4b11ffdb0b3fa1f6dbd94e18faa7"></a><!-- doxytag: member="Gosu::SampleInstance::pause" ref="b4ad4b11ffdb0b3fa1f6dbd94e18faa7" args="()" -->
45
+ void&nbsp;</td><td class="memItemRight" valign="bottom"><b>pause</b> ()</td></tr>
46
+
47
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f3067dfb6b336300cf1fea4cddeb53dd"></a><!-- doxytag: member="Gosu::SampleInstance::resume" ref="f3067dfb6b336300cf1fea4cddeb53dd" args="()" -->
48
+ void&nbsp;</td><td class="memItemRight" valign="bottom"><b>resume</b> ()</td></tr>
49
+
41
50
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="adfc8ba4e568999ba43f792205c8725a"></a><!-- doxytag: member="Gosu::SampleInstance::stop" ref="adfc8ba4e568999ba43f792205c8725a" args="()" -->
42
51
  void&nbsp;</td><td class="memItemRight" valign="bottom"><b>stop</b> ()</td></tr>
43
52
 
@@ -153,7 +162,7 @@ Called by <a class="el" href="classGosu_1_1Sample.html" title="A sample is a sho
153
162
  <p>
154
163
  <dl compact><dt><b>Parameters:</b></dt><dd>
155
164
  <table border="0" cellspacing="2" cellpadding="0">
156
- <tr><td valign="top"></td><td valign="top"><em>speed</em>&nbsp;</td><td>Playback speed is only limited by FMOD's capatibilities and can accept very high or low values. Use 1.0 for normal playback speed. </td></tr>
165
+ <tr><td valign="top"></td><td valign="top"><em>speed</em>&nbsp;</td><td>Playback speed is only limited by FMOD's capabilities and can accept very high or low values. Use 1.0 for normal playback speed. </td></tr>
157
166
  </table>
158
167
  </dl>
159
168
 
@@ -162,7 +171,7 @@ Called by <a class="el" href="classGosu_1_1Sample.html" title="A sample is a sho
162
171
  <hr>The documentation for this class was generated from the following file:<ul>
163
172
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
164
173
  </div>
165
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
174
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
166
175
  <a href="http://www.doxygen.org/index.html">
167
176
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
168
177
  </body>
@@ -25,7 +25,10 @@
25
25
  <div class="contents">
26
26
  <h1>Gosu::Song Member List</h1>This is the complete list of members for <a class="el" href="classGosu_1_1Song.html">Gosu::Song</a>, including all inherited members.<p><table>
27
27
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#e460032103a9ddb7e0dd50f53fb9d36e">changeVolume</a>(double volume)</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
28
- <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#63e9c04af40421365b6a20be60e8e6ef">play</a>()</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
28
+ <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#3f6c94bd9ea9522430d6e0d1e1e64250">currentSong</a>()</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td><code> [static]</code></td></tr>
29
+ <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#9ae053fbee6f240d2793fab3fa4ef596">pause</a>()</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
30
+ <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#a0d611bf37c19086797c9e46e001e092">paused</a>() const </td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
31
+ <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#6b9cb7b452a737455e8cf4e7d90acff9">play</a>(bool looping=false)</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
29
32
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#c83d4b509149c2b1fb48ad697fb1adf3">playing</a>() const </td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
30
33
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#ef65dfe9e74d33480375481d47eee408">Song</a>(Audio &amp;, const std::wstring &amp;filename)</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
31
34
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#af4a22bbd0e4c6877c248bfdc13cdb39">Song</a>(Audio &amp;, Type type, Reader reader)</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
@@ -36,7 +39,7 @@
36
39
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Song.html#ab8e8a273b5ea235ad9f48dee684c683">volume</a>() const </td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
37
40
  <tr bgcolor="#f0f0f0"><td><b>~Song</b>() (defined in <a class="el" href="classGosu_1_1Song.html">Gosu::Song</a>)</td><td><a class="el" href="classGosu_1_1Song.html">Gosu::Song</a></td><td></td></tr>
38
41
  </table></div>
39
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
42
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
40
43
  <a href="http://www.doxygen.org/index.html">
41
44
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
42
45
  </body>
@@ -42,7 +42,11 @@
42
42
 
43
43
  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#af4a22bbd0e4c6877c248bfdc13cdb39">Song</a> (<a class="el" href="classGosu_1_1Audio.html">Audio</a> &amp;, <a class="el" href="classGosu_1_1Song.html#ec4c76bfe19e210da34bcaa286af605f">Type</a> type, Reader reader)</td></tr>
44
44
 
45
- <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#63e9c04af40421365b6a20be60e8e6ef">play</a> ()</td></tr>
45
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#6b9cb7b452a737455e8cf4e7d90acff9">play</a> (bool looping=false)</td></tr>
46
+
47
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#9ae053fbee6f240d2793fab3fa4ef596">pause</a> ()</td></tr>
48
+
49
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#a0d611bf37c19086797c9e46e001e092">paused</a> () const </td></tr>
46
50
 
47
51
  <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#469a3cf49be8ebec2c9855dec46f5f71">stop</a> ()</td></tr>
48
52
 
@@ -52,6 +56,9 @@
52
56
 
53
57
  <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#e460032103a9ddb7e0dd50f53fb9d36e">changeVolume</a> (double volume)</td></tr>
54
58
 
59
+ <tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
60
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classGosu_1_1Song.html">Song</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGosu_1_1Song.html#3f6c94bd9ea9522430d6e0d1e1e64250">currentSong</a> ()</td></tr>
61
+
55
62
  </table>
56
63
  <hr><a name="_details"></a><h2>Detailed Description</h2>
57
64
  Songs are less flexible than samples in that they can only be played one at a time and without panning or speed parameters.
@@ -144,13 +151,56 @@ Constructs a song of the specified type that can be played on the provided audio
144
151
  </div>
145
152
  </div><p>
146
153
  <hr><h2>Member Function Documentation</h2>
147
- <a class="anchor" name="63e9c04af40421365b6a20be60e8e6ef"></a><!-- doxytag: member="Gosu::Song::play" ref="63e9c04af40421365b6a20be60e8e6ef" args="()" -->
154
+ <a class="anchor" name="3f6c94bd9ea9522430d6e0d1e1e64250"></a><!-- doxytag: member="Gosu::Song::currentSong" ref="3f6c94bd9ea9522430d6e0d1e1e64250" args="()" -->
155
+ <div class="memitem">
156
+ <div class="memproto">
157
+ <table class="memname">
158
+ <tr>
159
+ <td class="memname">static <a class="el" href="classGosu_1_1Song.html">Song</a>* Gosu::Song::currentSong </td>
160
+ <td>(</td>
161
+ <td class="paramname"> </td>
162
+ <td>&nbsp;)&nbsp;</td>
163
+ <td width="100%"><code> [static]</code></td>
164
+ </tr>
165
+ </table>
166
+ </div>
167
+ <div class="memdoc">
168
+
169
+ <p>
170
+ Returns the song currently being played or paused, or 0 if no song has been played yet or the last song has finished playing.
171
+ <p>
172
+
173
+ </div>
174
+ </div><p>
175
+ <a class="anchor" name="6b9cb7b452a737455e8cf4e7d90acff9"></a><!-- doxytag: member="Gosu::Song::play" ref="6b9cb7b452a737455e8cf4e7d90acff9" args="(bool looping=false)" -->
148
176
  <div class="memitem">
149
177
  <div class="memproto">
150
178
  <table class="memname">
151
179
  <tr>
152
180
  <td class="memname">void Gosu::Song::play </td>
153
181
  <td>(</td>
182
+ <td class="paramtype">bool&nbsp;</td>
183
+ <td class="paramname"> <em>looping</em> = <code>false</code> </td>
184
+ <td>&nbsp;)&nbsp;</td>
185
+ <td width="100%"></td>
186
+ </tr>
187
+ </table>
188
+ </div>
189
+ <div class="memdoc">
190
+
191
+ <p>
192
+ Starts or resumes playback of the song.
193
+ <p>
194
+ This will stop all other songs and set the current song to this object.
195
+ </div>
196
+ </div><p>
197
+ <a class="anchor" name="9ae053fbee6f240d2793fab3fa4ef596"></a><!-- doxytag: member="Gosu::Song::pause" ref="9ae053fbee6f240d2793fab3fa4ef596" args="()" -->
198
+ <div class="memitem">
199
+ <div class="memproto">
200
+ <table class="memname">
201
+ <tr>
202
+ <td class="memname">void Gosu::Song::pause </td>
203
+ <td>(</td>
154
204
  <td class="paramname"> </td>
155
205
  <td>&nbsp;)&nbsp;</td>
156
206
  <td width="100%"></td>
@@ -160,9 +210,30 @@ Constructs a song of the specified type that can be played on the provided audio
160
210
  <div class="memdoc">
161
211
 
162
212
  <p>
163
- Starts playback of the song.
213
+ Pauses playback of the song.
164
214
  <p>
165
- This will stop all other songs and cause the currently played song to restart if called on the current song.
215
+ It is not considered being played. currentSong will stay the same.
216
+ </div>
217
+ </div><p>
218
+ <a class="anchor" name="a0d611bf37c19086797c9e46e001e092"></a><!-- doxytag: member="Gosu::Song::paused" ref="a0d611bf37c19086797c9e46e001e092" args="() const " -->
219
+ <div class="memitem">
220
+ <div class="memproto">
221
+ <table class="memname">
222
+ <tr>
223
+ <td class="memname">bool Gosu::Song::paused </td>
224
+ <td>(</td>
225
+ <td class="paramname"> </td>
226
+ <td>&nbsp;)&nbsp;</td>
227
+ <td width="100%"> const</td>
228
+ </tr>
229
+ </table>
230
+ </div>
231
+ <div class="memdoc">
232
+
233
+ <p>
234
+ Returns true if the song is the current song, but in paused mode.
235
+ <p>
236
+
166
237
  </div>
167
238
  </div><p>
168
239
  <a class="anchor" name="469a3cf49be8ebec2c9855dec46f5f71"></a><!-- doxytag: member="Gosu::Song::stop" ref="469a3cf49be8ebec2c9855dec46f5f71" args="()" -->
@@ -181,9 +252,9 @@ This will stop all other songs and cause the currently played song to restart if
181
252
  <div class="memdoc">
182
253
 
183
254
  <p>
184
- Stops playback of this song if it is currently played.
255
+ Stops playback of this song if it is currently played or paused.
185
256
  <p>
186
-
257
+ Afterwards, currentSong will return 0.
187
258
  </div>
188
259
  </div><p>
189
260
  <a class="anchor" name="c83d4b509149c2b1fb48ad697fb1adf3"></a><!-- doxytag: member="Gosu::Song::playing" ref="c83d4b509149c2b1fb48ad697fb1adf3" args="() const " -->
@@ -253,7 +324,7 @@ Changes the volume of the song.
253
324
  <hr>The documentation for this class was generated from the following file:<ul>
254
325
  <li><a class="el" href="Audio_8hpp-source.html">Audio.hpp</a></ul>
255
326
  </div>
256
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
327
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
257
328
  <a href="http://www.doxygen.org/index.html">
258
329
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
259
330
  </body>
@@ -31,7 +31,7 @@
31
31
  <tr bgcolor="#f0f0f0"><td><b>TextInput</b>() (defined in <a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a>)</td><td><a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a></td><td></td></tr>
32
32
  <tr bgcolor="#f0f0f0"><td><b>~TextInput</b>() (defined in <a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a>)</td><td><a class="el" href="classGosu_1_1TextInput.html">Gosu::TextInput</a></td><td></td></tr>
33
33
  </table></div>
34
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
34
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
35
35
  <a href="http://www.doxygen.org/index.html">
36
36
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
37
37
  </body>
@@ -114,7 +114,7 @@ If there is no selection, <a class="el" href="classGosu_1_1TextInput.html#6ddbf8
114
114
  <hr>The documentation for this class was generated from the following file:<ul>
115
115
  <li><a class="el" href="TextInput_8hpp-source.html">TextInput.hpp</a></ul>
116
116
  </div>
117
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
117
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
118
118
  <a href="http://www.doxygen.org/index.html">
119
119
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
120
120
  </body>
@@ -43,7 +43,7 @@
43
43
  <tr class="memlist"><td><a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Window</a>(unsigned width, unsigned height, bool fullscreen, double updateInterval=16.666666)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td></td></tr>
44
44
  <tr bgcolor="#f0f0f0"><td><b>~Window</b>() (defined in <a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>)</td><td><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a></td><td><code> [virtual]</code></td></tr>
45
45
  </table></div>
46
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
46
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
47
47
  <a href="http://www.doxygen.org/index.html">
48
48
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
49
49
  </body>
@@ -264,7 +264,7 @@ Same as buttonDown. Called then the user released a button.
264
264
  <hr>The documentation for this class was generated from the following file:<ul>
265
265
  <li><a class="el" href="Window_8hpp-source.html">Window.hpp</a></ul>
266
266
  </div>
267
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
267
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
268
268
  <a href="http://www.doxygen.org/index.html">
269
269
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
270
270
  </body>
@@ -47,7 +47,7 @@
47
47
  <tr><td class="indexkey"><a class="el" href="WinUtility_8hpp.html">WinUtility.hpp</a> <a href="WinUtility_8hpp-source.html">[code]</a></td><td class="indexvalue">Contains some functions which are used to implement <a class="el" href="namespaceGosu.html" title="The library&#39;s main namespace.">Gosu</a> on Windows and might be useful for advanced users who try to integrate <a class="el" href="namespaceGosu.html" title="The library&#39;s main namespace.">Gosu</a> in a Win32 application </td></tr>
48
48
  </table>
49
49
  </div>
50
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
50
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
51
51
  <a href="http://www.doxygen.org/index.html">
52
52
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
53
53
  </body>
@@ -95,9 +95,11 @@ Here is a list of all documented class members with links to the class documenta
95
95
  <li>close()
96
96
  : <a class="el" href="classGosu_1_1Window.html#ccbd57bf5ea05899e4270e2b20b300a6">Gosu::Window</a>
97
97
  <li>Color()
98
- : <a class="el" href="classGosu_1_1Color.html#10bae97d1c2f7482dff21f6b0fa4c533">Gosu::Color</a>
98
+ : <a class="el" href="classGosu_1_1Color.html#d3875fcbe68fb1fe608ab15f38129c6e">Gosu::Color</a>
99
99
  <li>createImage()
100
100
  : <a class="el" href="classGosu_1_1Graphics.html#6b10629453eec979500179e4ceb11434">Gosu::Graphics</a>
101
+ <li>currentSong()
102
+ : <a class="el" href="classGosu_1_1Song.html#3f6c94bd9ea9522430d6e0d1e1e64250">Gosu::Song</a>
101
103
  </ul>
102
104
  <h3><a class="anchor" name="index_d">- d -</a></h3><ul>
103
105
  <li>down()
@@ -168,13 +170,17 @@ Here is a list of all documented class members with links to the class documenta
168
170
  : <a class="el" href="classGosu_1_1MessageSocket.html#946bf3cb838b105842ca86938c3a86ae">Gosu::MessageSocket</a>
169
171
  </ul>
170
172
  <h3><a class="anchor" name="index_p">- p -</a></h3><ul>
173
+ <li>pause()
174
+ : <a class="el" href="classGosu_1_1Song.html#9ae053fbee6f240d2793fab3fa4ef596">Gosu::Song</a>
175
+ <li>paused()
176
+ : <a class="el" href="classGosu_1_1Song.html#a0d611bf37c19086797c9e46e001e092">Gosu::Song</a>
171
177
  <li>play()
172
- : <a class="el" href="classGosu_1_1Sample.html#3b8af743f036e6ee867c66b235ff5d5b">Gosu::Sample</a>
173
- , <a class="el" href="classGosu_1_1Song.html#63e9c04af40421365b6a20be60e8e6ef">Gosu::Song</a>
178
+ : <a class="el" href="classGosu_1_1Song.html#6b9cb7b452a737455e8cf4e7d90acff9">Gosu::Song</a>
179
+ , <a class="el" href="classGosu_1_1Sample.html#190b3cc66e2115c7ed0390c47769c1b8">Gosu::Sample</a>
174
180
  <li>playing()
175
181
  : <a class="el" href="classGosu_1_1Song.html#c83d4b509149c2b1fb48ad697fb1adf3">Gosu::Song</a>
176
182
  <li>playPan()
177
- : <a class="el" href="classGosu_1_1Sample.html#96c4c6f558831cc758aa877852c08b31">Gosu::Sample</a>
183
+ : <a class="el" href="classGosu_1_1Sample.html#13032b78fa19f7324035c6fbee6e5069">Gosu::Sample</a>
178
184
  <li>port()
179
185
  : <a class="el" href="classGosu_1_1MessageSocket.html#38999d7a0fee723adcb21bf3a036be91">Gosu::MessageSocket</a>
180
186
  </ul>
@@ -191,6 +197,8 @@ Here is a list of all documented class members with links to the class documenta
191
197
  : <a class="el" href="classGosu_1_1MessageSocket.html#994ac62dc770243d65f88db89c1dc8e6">Gosu::MessageSocket</a>
192
198
  <li>setHue()
193
199
  : <a class="el" href="classGosu_1_1Color.html#ea1515be19da555c8beed681bd97e714">Gosu::Color</a>
200
+ <li>setMousePosition()
201
+ : <a class="el" href="classGosu_1_1Input.html#df5d807bd1cbac95bd4bd86dc5588dea">Gosu::Input</a>
194
202
  <li>setPixel()
195
203
  : <a class="el" href="classGosu_1_1Bitmap.html#7a247689a33ceb7c296035f439d9e549">Gosu::Bitmap</a>
196
204
  <li>setSaturation()
@@ -202,7 +210,7 @@ Here is a list of all documented class members with links to the class documenta
202
210
  <li>show()
203
211
  : <a class="el" href="classGosu_1_1Window.html#d4b7c1e5e817d8aaca09f5d19a3a9d93">Gosu::Window</a>
204
212
  <li>Song()
205
- : <a class="el" href="classGosu_1_1Song.html#af4a22bbd0e4c6877c248bfdc13cdb39">Gosu::Song</a>
213
+ : <a class="el" href="classGosu_1_1Song.html#ef65dfe9e74d33480375481d47eee408">Gosu::Song</a>
206
214
  <li>stop()
207
215
  : <a class="el" href="classGosu_1_1Song.html#469a3cf49be8ebec2c9855dec46f5f71">Gosu::Song</a>
208
216
  </ul>
@@ -229,7 +237,7 @@ Here is a list of all documented class members with links to the class documenta
229
237
  : <a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Gosu::Window</a>
230
238
  </ul>
231
239
  </div>
232
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
240
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
233
241
  <a href="http://www.doxygen.org/index.html">
234
242
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
235
243
  </body>
@@ -38,7 +38,7 @@
38
38
  : <a class="el" href="classGosu_1_1Song.html#ec4c76bfe19e210da34bcaa286af605f">Gosu::Song</a>
39
39
  </ul>
40
40
  </div>
41
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
41
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
42
42
  <a href="http://www.doxygen.org/index.html">
43
43
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
44
44
  </body>
@@ -94,9 +94,11 @@
94
94
  <li>close()
95
95
  : <a class="el" href="classGosu_1_1Window.html#ccbd57bf5ea05899e4270e2b20b300a6">Gosu::Window</a>
96
96
  <li>Color()
97
- : <a class="el" href="classGosu_1_1Color.html#10bae97d1c2f7482dff21f6b0fa4c533">Gosu::Color</a>
97
+ : <a class="el" href="classGosu_1_1Color.html#d3875fcbe68fb1fe608ab15f38129c6e">Gosu::Color</a>
98
98
  <li>createImage()
99
99
  : <a class="el" href="classGosu_1_1Graphics.html#6b10629453eec979500179e4ceb11434">Gosu::Graphics</a>
100
+ <li>currentSong()
101
+ : <a class="el" href="classGosu_1_1Song.html#3f6c94bd9ea9522430d6e0d1e1e64250">Gosu::Song</a>
100
102
  </ul>
101
103
  <h3><a class="anchor" name="index_d">- d -</a></h3><ul>
102
104
  <li>down()
@@ -161,13 +163,17 @@
161
163
  : <a class="el" href="classGosu_1_1Input.html#5bedd5d599dfe530043b3b0f6e3bf2a4">Gosu::Input</a>
162
164
  </ul>
163
165
  <h3><a class="anchor" name="index_p">- p -</a></h3><ul>
166
+ <li>pause()
167
+ : <a class="el" href="classGosu_1_1Song.html#9ae053fbee6f240d2793fab3fa4ef596">Gosu::Song</a>
168
+ <li>paused()
169
+ : <a class="el" href="classGosu_1_1Song.html#a0d611bf37c19086797c9e46e001e092">Gosu::Song</a>
164
170
  <li>play()
165
- : <a class="el" href="classGosu_1_1Sample.html#3b8af743f036e6ee867c66b235ff5d5b">Gosu::Sample</a>
166
- , <a class="el" href="classGosu_1_1Song.html#63e9c04af40421365b6a20be60e8e6ef">Gosu::Song</a>
171
+ : <a class="el" href="classGosu_1_1Song.html#6b9cb7b452a737455e8cf4e7d90acff9">Gosu::Song</a>
172
+ , <a class="el" href="classGosu_1_1Sample.html#190b3cc66e2115c7ed0390c47769c1b8">Gosu::Sample</a>
167
173
  <li>playing()
168
174
  : <a class="el" href="classGosu_1_1Song.html#c83d4b509149c2b1fb48ad697fb1adf3">Gosu::Song</a>
169
175
  <li>playPan()
170
- : <a class="el" href="classGosu_1_1Sample.html#96c4c6f558831cc758aa877852c08b31">Gosu::Sample</a>
176
+ : <a class="el" href="classGosu_1_1Sample.html#13032b78fa19f7324035c6fbee6e5069">Gosu::Sample</a>
171
177
  <li>port()
172
178
  : <a class="el" href="classGosu_1_1MessageSocket.html#38999d7a0fee723adcb21bf3a036be91">Gosu::MessageSocket</a>
173
179
  </ul>
@@ -184,6 +190,8 @@
184
190
  : <a class="el" href="classGosu_1_1MessageSocket.html#994ac62dc770243d65f88db89c1dc8e6">Gosu::MessageSocket</a>
185
191
  <li>setHue()
186
192
  : <a class="el" href="classGosu_1_1Color.html#ea1515be19da555c8beed681bd97e714">Gosu::Color</a>
193
+ <li>setMousePosition()
194
+ : <a class="el" href="classGosu_1_1Input.html#df5d807bd1cbac95bd4bd86dc5588dea">Gosu::Input</a>
187
195
  <li>setPixel()
188
196
  : <a class="el" href="classGosu_1_1Bitmap.html#7a247689a33ceb7c296035f439d9e549">Gosu::Bitmap</a>
189
197
  <li>setSaturation()
@@ -195,7 +203,7 @@
195
203
  <li>show()
196
204
  : <a class="el" href="classGosu_1_1Window.html#d4b7c1e5e817d8aaca09f5d19a3a9d93">Gosu::Window</a>
197
205
  <li>Song()
198
- : <a class="el" href="classGosu_1_1Song.html#af4a22bbd0e4c6877c248bfdc13cdb39">Gosu::Song</a>
206
+ : <a class="el" href="classGosu_1_1Song.html#ef65dfe9e74d33480375481d47eee408">Gosu::Song</a>
199
207
  <li>stop()
200
208
  : <a class="el" href="classGosu_1_1Song.html#469a3cf49be8ebec2c9855dec46f5f71">Gosu::Song</a>
201
209
  </ul>
@@ -220,7 +228,7 @@
220
228
  : <a class="el" href="classGosu_1_1Window.html#369461754934c92b9bd0811dbdad8ffa">Gosu::Window</a>
221
229
  </ul>
222
230
  </div>
223
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
231
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
224
232
  <a href="http://www.doxygen.org/index.html">
225
233
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
226
234
  </body>
@@ -40,7 +40,7 @@
40
40
  : <a class="el" href="classGosu_1_1MessageSocket.html#946bf3cb838b105842ca86938c3a86ae">Gosu::MessageSocket</a>
41
41
  </ul>
42
42
  </div>
43
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
43
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
44
44
  <a href="http://www.doxygen.org/index.html">
45
45
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
46
46
  </body>
@@ -46,7 +46,7 @@
46
46
  <li><a class="el" href="classGosu_1_1Window.html">Gosu::Window</a>
47
47
  </ul>
48
48
  </div>
49
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
49
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
50
50
  <a href="http://www.doxygen.org/index.html">
51
51
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
52
52
  </body>
@@ -19,7 +19,7 @@
19
19
  <h1>Gosu Documentation</h1>
20
20
  <p>
21
21
  </div>
22
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
22
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
23
23
  <a href="http://www.doxygen.org/index.html">
24
24
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
25
25
  </body>
@@ -1702,6 +1702,8 @@ void&nbsp;</td><td class="memItemRight" valign="bottom"><b>applyToPoint</b> (Rot
1702
1702
  <tr><td class="memItemLeft" nowrap align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#66106eac9ffd4e4047e891c20196a5a2">narrow</a> (const std::wstring &amp;ws)</td></tr>
1703
1703
 
1704
1704
  <tr><td colspan="2"><br><h2>Variables</h2></td></tr>
1705
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">const double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu.html#66e372da7f9b1ce440cc35da4b16b027">zImmediate</a> = -std::numeric_limits&lt;double&gt;::infinity()</td></tr>
1706
+
1705
1707
  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ead4502f3e95077f5e128d1ff6bae819"></a><!-- doxytag: member="Gosu::nativeByteOrder" ref="ead4502f3e95077f5e128d1ff6bae819" args="" -->
1706
1708
  const ByteOrder&nbsp;</td><td class="memItemRight" valign="bottom"><b>nativeByteOrder</b> = boLittle</td></tr>
1707
1709
 
@@ -3323,10 +3325,27 @@ Pi.
3323
3325
 
3324
3326
  <p>Referenced by <a class="el" href="Math_8hpp-source.html#l00033">gosuToRadians()</a>, and <a class="el" href="Math_8hpp-source.html#l00038">radiansToGosu()</a>.</p>
3325
3327
 
3328
+ </div>
3329
+ </div><p>
3330
+ <a class="anchor" name="66e372da7f9b1ce440cc35da4b16b027"></a><!-- doxytag: member="Gosu::zImmediate" ref="66e372da7f9b1ce440cc35da4b16b027" args="" -->
3331
+ <div class="memitem">
3332
+ <div class="memproto">
3333
+ <table class="memname">
3334
+ <tr>
3335
+ <td class="memname">const double <a class="el" href="namespaceGosu.html#66e372da7f9b1ce440cc35da4b16b027">Gosu::zImmediate</a> = -std::numeric_limits&lt;double&gt;::infinity() </td>
3336
+ </tr>
3337
+ </table>
3338
+ </div>
3339
+ <div class="memdoc">
3340
+
3341
+ <p>
3342
+ The lowest possible Z position.
3343
+ <p>
3344
+ By using this, you tell <a class="el" href="namespaceGosu.html" title="The library&#39;s main namespace.">Gosu</a> that your drawing operation does not need Z ordering and can be performed immediately.
3326
3345
  </div>
3327
3346
  </div><p>
3328
3347
  </div>
3329
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
3348
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:53 2009 for Gosu by&nbsp;
3330
3349
  <a href="http://www.doxygen.org/index.html">
3331
3350
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
3332
3351
  </body>
@@ -63,7 +63,7 @@ const <a class="el" href="classGosu_1_1Color.html">Color</a>&nbsp;</td><td class
63
63
  </table>
64
64
  <hr><a name="_details"></a><h2>Detailed Description</h2>
65
65
  Namespace which contains some predefined colors. </div>
66
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
66
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
67
67
  <a href="http://www.doxygen.org/index.html">
68
68
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
69
69
  </body>
@@ -268,7 +268,7 @@ Throws an exception according to the error which GetLastError() returns, optiona
268
268
  </div>
269
269
  </div><p>
270
270
  </div>
271
- <hr size="1"><address style="text-align: right;"><small>Generated on Sat Dec 6 03:53:17 2008 for Gosu by&nbsp;
271
+ <hr size="1"><address style="text-align: right;"><small>Generated on Sat Feb 7 22:34:54 2009 for Gosu by&nbsp;
272
272
  <a href="http://www.doxygen.org/index.html">
273
273
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
274
274
  </body>