Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.77 KB | None | 0 0
  1. .
  2. ├── Debug
  3. │   ├── Assets
  4. │   │   ├── Effects
  5. │   │   │   ├── Include.fxh
  6. │   │   │   ├── ParserTest.fx
  7. │   │   │   └── Stock
  8. │   │   │   ├── AlphaTestEffect.fx
  9. │   │   │   ├── BasicEffect.fx
  10. │   │   │   ├── Common.fxh
  11. │   │   │   ├── DualTextureEffect.fx
  12. │   │   │   ├── EnvironmentMapEffect.fx
  13. │   │   │   ├── Lighting.fxh
  14. │   │   │   ├── Macros.fxh
  15. │   │   │   ├── SkinnedEffect.fx
  16. │   │   │   ├── SpriteEffect.fx
  17. │   │   │   └── Structures.fxh
  18. │   │   ├── Fonts
  19. │   │   │   ├── DataFont.xnb
  20. │   │   │   └── Default.xnb
  21. │   │   ├── Models
  22. │   │   │   ├── Spaceship.xnb
  23. │   │   │   └── enemy_0.xnb
  24. │   │   ├── ReferenceImages
  25. │   │   │   ├── Miscellaneous
  26. │   │   │   │   ├── Clear-1.png
  27. │   │   │   │   ├── Clear-2.png
  28. │   │   │   │   ├── Clear-3.png
  29. │   │   │   │   ├── Clear-4.png
  30. │   │   │   │   ├── Clear-5.png
  31. │   │   │   │   ├── Clear-6.png
  32. │   │   │   │   ├── Clear-7.png
  33. │   │   │   │   ├── Colored3DCube.png
  34. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-1.png
  35. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-2.png
  36. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-3.png
  37. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-4.png
  38. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-5.png
  39. │   │   │   │   ├── SpaceshipModel-01.png
  40. │   │   │   │   ├── SpaceshipModel-03.png
  41. │   │   │   │   ├── SpaceshipModel-05.png
  42. │   │   │   │   ├── SpaceshipModel-07.png
  43. │   │   │   │   ├── SpaceshipModel-09.png
  44. │   │   │   │   ├── SpaceshipModel-11.png
  45. │   │   │   │   ├── SpaceshipModel-13.png
  46. │   │   │   │   ├── SpaceshipModel-15.png
  47. │   │   │   │   ├── SpaceshipModel-17.png
  48. │   │   │   │   ├── SpaceshipModel-19.png
  49. │   │   │   │   ├── TexturedQuad_lighting_False_.png
  50. │   │   │   │   └── TexturedQuad_lighting_True_.png
  51. │   │   │   ├── ScissorRectangle
  52. │   │   │   │   ├── Draw_with_render_target_change.png
  53. │   │   │   │   └── Draw_without_render_target_change.png
  54. │   │   │   ├── Shader
  55. │   │   │   │   ├── Shader__Bevels__.png
  56. │   │   │   │   ├── Shader__BlackOut__.png
  57. │   │   │   │   ├── Shader__ColorFlip__.png
  58. │   │   │   │   ├── Shader__Grayscale__.png
  59. │   │   │   │   ├── Shader__HighContrast__.png
  60. │   │   │   │   ├── Shader__Invert__.png
  61. │   │   │   │   ├── Shader__NoEffect__.png
  62. │   │   │   │   └── Shader__RainbowH__.png
  63. │   │   │   ├── SpriteBatch
  64. │   │   │   │   ├── Draw_normal.png
  65. │   │   │   │   ├── Draw_rotated_0.38f_.png
  66. │   │   │   │   ├── Draw_rotated_1.41f_.png
  67. │   │   │   │   ├── Draw_rotated_2.17f_.png
  68. │   │   │   │   ├── Draw_rotated_2.81f_.png
  69. │   │   │   │   ├── Draw_stretched_0.5f_0.5f_.png
  70. │   │   │   │   ├── Draw_stretched_0.75f_2.0f_.png
  71. │   │   │   │   ├── Draw_stretched_1.25f_0.8f_.png
  72. │   │   │   │   ├── Draw_stretched_1.5f_1.5f_.png
  73. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_\ FlipVertically_.png
  74. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_.png
  75. │   │   │   │   ├── Draw_with_SpriteEffects_FlipVertically_.png
  76. │   │   │   │   ├── Draw_with_additive_blend.png
  77. │   │   │   │   ├── Draw_with_alpha_blending__GreenYellow__200_.png
  78. │   │   │   │   ├── Draw_with_alpha_blending__Red__120_.png
  79. │   │   │   │   ├── Draw_with_alpha_blending__White__80_.png
  80. │   │   │   │   ├── Draw_with_filter_color__GreenYellow__.png
  81. │   │   │   │   ├── Draw_with_filter_color__Red__.png
  82. │   │   │   │   ├── Draw_with_filter_color__Teal__.png
  83. │   │   │   │   ├── Draw_with_matrix_0_.png
  84. │   │   │   │   ├── Draw_with_matrix_1_.png
  85. │   │   │   │   ├── Draw_with_matrix_2_.png
  86. │   │   │   │   ├── Draw_with_matrix_3_.png
  87. │   │   │   │   ├── Draw_with_matrix_4_.png
  88. │   │   │   │   ├── Draw_with_source_and_dest_rect_10_10_40_40_.png
  89. │   │   │   │   ├── Draw_with_source_and_dest_rect_20_30_80_60_.png
  90. │   │   │   │   ├── Draw_with_source_and_dest_rect_30_30_30_50_.png
  91. │   │   │   │   ├── Draw_with_source_rect.png
  92. │   │   │   │   └── Draw_without_blend.png
  93. │   │   │   ├── SpriteFont
  94. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_\ FlipVertically_.png
  95. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_.png
  96. │   │   │   │   ├── Draw_with_SpriteEffects_FlipVertically_.png
  97. │   │   │   │   ├── Font_spacing_is_respected.png
  98. │   │   │   │   ├── Hullabaloo.png
  99. │   │   │   │   ├── Hullabaloo2.png
  100. │   │   │   │   ├── Multiline.png
  101. │   │   │   │   ├── Origins_rotated.png
  102. │   │   │   │   ├── Origins_scaled.png
  103. │   │   │   │   ├── Plain.png
  104. │   │   │   │   ├── Rotated.png
  105. │   │   │   │   └── Scaled.png
  106. │   │   │   └── Viewport
  107. │   │   │   ├── Affects_draw_origin.png
  108. │   │   │   ├── Clips_SpriteBatch_draws.png
  109. │   │   │   └── Does_not_clip_device_clear.png
  110. │   │   ├── Textures
  111. │   │   │   ├── GlassPane.xnb
  112. │   │   │   ├── MonoGameIcon.xnb
  113. │   │   │   ├── Surge.xnb
  114. │   │   │   ├── fun-background.xnb
  115. │   │   │   ├── lines-128.xnb
  116. │   │   │   ├── lines-32.xnb
  117. │   │   │   ├── lines-64.xnb
  118. │   │   │   ├── lines-diag-128.xnb
  119. │   │   │   ├── lines-diag-32.xnb
  120. │   │   │   ├── lines-diag-64.xnb
  121. │   │   │   ├── white-1.xnb
  122. │   │   │   ├── white-128.xnb
  123. │   │   │   ├── white-32.xnb
  124. │   │   │   └── white-64.xnb
  125. │   │   ├── Xml
  126. │   │   │   ├── 01_TheBasics.xml
  127. │   │   │   ├── 02_Inheritance.xml
  128. │   │   │   ├── 03_IncludingPrivateMembers.xml
  129. │   │   │   ├── 04_ExcludingPublicMembers.xml
  130. │   │   │   ├── 05_RenamingXmlElements.xml
  131. │   │   │   ├── 06_NullReferences.xml
  132. │   │   │   ├── 07_OptionalElements.xml
  133. │   │   │   ├── 08_AllowNull.xml
  134. │   │   │   ├── 09_Collections.xml
  135. │   │   │   ├── 10_CollectionItemName.xml
  136. │   │   │   ├── 11_Dictionaries.xml
  137. │   │   │   ├── 12_MathTypes.xml
  138. │   │   │   ├── 13_PolymorphicTypes.xml
  139. │   │   │   ├── 14_Namespaces.xml
  140. │   │   │   ├── 15_FlattenContent.xml
  141. │   │   │   ├── 16_SharedResources.xml
  142. │   │   │   ├── 17_ExternalReferences.xml
  143. │   │   │   ├── 18_PrimitiveTypes.xml
  144. │   │   │   ├── 19_FontDescription.xml
  145. │   │   │   └── 20_SystemTypes.xml
  146. │   │   └── tests.xsl
  147. │   ├── AssimpNet.dll
  148. │   ├── AssimpNet.dll.config
  149. │   ├── FreeImage.dll.config
  150. │   ├── FreeImageNET.dll
  151. │   ├── FreeImageNET.dll.config
  152. │   ├── ManagedPVRTC.dll
  153. │   ├── ManagedPVRTC.dll.config
  154. │   ├── MonoGame.Framework.Content.Pipeline.dll
  155. │   ├── MonoGame.Framework.Content.Pipeline.dll.mdb
  156. │   ├── MonoGame.Framework.dll
  157. │   ├── MonoGame.Framework.dll.mdb
  158. │   ├── MonoGameTests.app
  159. │   │   └── Contents
  160. │   │   ├── Info.plist
  161. │   │   ├── MacOS
  162. │   │   │   └── MonoGameTests
  163. │   │   ├── MonoBundle
  164. │   │   │   ├── Assets
  165. │   │   │   │   ├── Effects
  166. │   │   │   │   │   ├── Include.fxh
  167. │   │   │   │   │   ├── ParserTest.fx
  168. │   │   │   │   │   └── Stock
  169. │   │   │   │   │   ├── AlphaTestEffect.fx
  170. │   │   │   │   │   ├── BasicEffect.fx
  171. │   │   │   │   │   ├── Common.fxh
  172. │   │   │   │   │   ├── DualTextureEffect.fx
  173. │   │   │   │   │   ├── EnvironmentMapEffect.fx
  174. │   │   │   │   │   ├── Lighting.fxh
  175. │   │   │   │   │   ├── Macros.fxh
  176. │   │   │   │   │   ├── SkinnedEffect.fx
  177. │   │   │   │   │   ├── SpriteEffect.fx
  178. │   │   │   │   │   └── Structures.fxh
  179. │   │   │   │   ├── Fonts
  180. │   │   │   │   │   ├── DataFont.xnb
  181. │   │   │   │   │   └── Default.xnb
  182. │   │   │   │   ├── Models
  183. │   │   │   │   │   ├── Spaceship.xnb
  184. │   │   │   │   │   └── enemy_0.xnb
  185. │   │   │   │   ├── ReferenceImages
  186. │   │   │   │   │   ├── Miscellaneous
  187. │   │   │   │   │   │   ├── Clear-1.png
  188. │   │   │   │   │   │   ├── Clear-2.png
  189. │   │   │   │   │   │   ├── Clear-3.png
  190. │   │   │   │   │   │   ├── Clear-4.png
  191. │   │   │   │   │   │   ├── Clear-5.png
  192. │   │   │   │   │   │   ├── Clear-6.png
  193. │   │   │   │   │   │   ├── Clear-7.png
  194. │   │   │   │   │   │   ├── Colored3DCube.png
  195. │   │   │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-1.png
  196. │   │   │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-2.png
  197. │   │   │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-3.png
  198. │   │   │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-4.png
  199. │   │   │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-5.png
  200. │   │   │   │   │   │   ├── SpaceshipModel-01.png
  201. │   │   │   │   │   │   ├── SpaceshipModel-03.png
  202. │   │   │   │   │   │   ├── SpaceshipModel-05.png
  203. │   │   │   │   │   │   ├── SpaceshipModel-07.png
  204. │   │   │   │   │   │   ├── SpaceshipModel-09.png
  205. │   │   │   │   │   │   ├── SpaceshipModel-11.png
  206. │   │   │   │   │   │   ├── SpaceshipModel-13.png
  207. │   │   │   │   │   │   ├── SpaceshipModel-15.png
  208. │   │   │   │   │   │   ├── SpaceshipModel-17.png
  209. │   │   │   │   │   │   ├── SpaceshipModel-19.png
  210. │   │   │   │   │   │   ├── TexturedQuad_lighting_False_.png
  211. │   │   │   │   │   │   └── TexturedQuad_lighting_True_.png
  212. │   │   │   │   │   ├── ScissorRectangle
  213. │   │   │   │   │   │   ├── Draw_with_render_target_change.png
  214. │   │   │   │   │   │   └── Draw_without_render_target_change.png
  215. │   │   │   │   │   ├── Shader
  216. │   │   │   │   │   │   ├── Shader__Bevels__.png
  217. │   │   │   │   │   │   ├── Shader__BlackOut__.png
  218. │   │   │   │   │   │   ├── Shader__ColorFlip__.png
  219. │   │   │   │   │   │   ├── Shader__Grayscale__.png
  220. │   │   │   │   │   │   ├── Shader__HighContrast__.png
  221. │   │   │   │   │   │   ├── Shader__Invert__.png
  222. │   │   │   │   │   │   ├── Shader__NoEffect__.png
  223. │   │   │   │   │   │   └── Shader__RainbowH__.png
  224. │   │   │   │   │   ├── SpriteBatch
  225. │   │   │   │   │   │   ├── Draw_normal.png
  226. │   │   │   │   │   │   ├── Draw_rotated_0.38f_.png
  227. │   │   │   │   │   │   ├── Draw_rotated_1.41f_.png
  228. │   │   │   │   │   │   ├── Draw_rotated_2.17f_.png
  229. │   │   │   │   │   │   ├── Draw_rotated_2.81f_.png
  230. │   │   │   │   │   │   ├── Draw_stretched_0.5f_0.5f_.png
  231. │   │   │   │   │   │   ├── Draw_stretched_0.75f_2.0f_.png
  232. │   │   │   │   │   │   ├── Draw_stretched_1.25f_0.8f_.png
  233. │   │   │   │   │   │   ├── Draw_stretched_1.5f_1.5f_.png
  234. │   │   │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_\ FlipVertically_.png
  235. │   │   │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_.png
  236. │   │   │   │   │   │   ├── Draw_with_SpriteEffects_FlipVertically_.png
  237. │   │   │   │   │   │   ├── Draw_with_additive_blend.png
  238. │   │   │   │   │   │   ├── Draw_with_alpha_blending__GreenYellow__200_.png
  239. │   │   │   │   │   │   ├── Draw_with_alpha_blending__Red__120_.png
  240. │   │   │   │   │   │   ├── Draw_with_alpha_blending__White__80_.png
  241. │   │   │   │   │   │   ├── Draw_with_filter_color__GreenYellow__.png
  242. │   │   │   │   │   │   ├── Draw_with_filter_color__Red__.png
  243. │   │   │   │   │   │   ├── Draw_with_filter_color__Teal__.png
  244. │   │   │   │   │   │   ├── Draw_with_matrix_0_.png
  245. │   │   │   │   │   │   ├── Draw_with_matrix_1_.png
  246. │   │   │   │   │   │   ├── Draw_with_matrix_2_.png
  247. │   │   │   │   │   │   ├── Draw_with_matrix_3_.png
  248. │   │   │   │   │   │   ├── Draw_with_matrix_4_.png
  249. │   │   │   │   │   │   ├── Draw_with_source_and_dest_rect_10_10_40_40_.png
  250. │   │   │   │   │   │   ├── Draw_with_source_and_dest_rect_20_30_80_60_.png
  251. │   │   │   │   │   │   ├── Draw_with_source_and_dest_rect_30_30_30_50_.png
  252. │   │   │   │   │   │   ├── Draw_with_source_rect.png
  253. │   │   │   │   │   │   └── Draw_without_blend.png
  254. │   │   │   │   │   ├── SpriteFont
  255. │   │   │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_\ FlipVertically_.png
  256. │   │   │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_.png
  257. │   │   │   │   │   │   ├── Draw_with_SpriteEffects_FlipVertically_.png
  258. │   │   │   │   │   │   ├── Font_spacing_is_respected.png
  259. │   │   │   │   │   │   ├── Hullabaloo.png
  260. │   │   │   │   │   │   ├── Hullabaloo2.png
  261. │   │   │   │   │   │   ├── Multiline.png
  262. │   │   │   │   │   │   ├── Origins_rotated.png
  263. │   │   │   │   │   │   ├── Origins_scaled.png
  264. │   │   │   │   │   │   ├── Plain.png
  265. │   │   │   │   │   │   ├── Rotated.png
  266. │   │   │   │   │   │   └── Scaled.png
  267. │   │   │   │   │   └── Viewport
  268. │   │   │   │   │   ├── Affects_draw_origin.png
  269. │   │   │   │   │   ├── Clips_SpriteBatch_draws.png
  270. │   │   │   │   │   └── Does_not_clip_device_clear.png
  271. │   │   │   │   ├── Textures
  272. │   │   │   │   │   ├── GlassPane.xnb
  273. │   │   │   │   │   ├── MonoGameIcon.xnb
  274. │   │   │   │   │   ├── Surge.xnb
  275. │   │   │   │   │   ├── fun-background.xnb
  276. │   │   │   │   │   ├── lines-128.xnb
  277. │   │   │   │   │   ├── lines-32.xnb
  278. │   │   │   │   │   ├── lines-64.xnb
  279. │   │   │   │   │   ├── lines-diag-128.xnb
  280. │   │   │   │   │   ├── lines-diag-32.xnb
  281. │   │   │   │   │   ├── lines-diag-64.xnb
  282. │   │   │   │   │   ├── white-1.xnb
  283. │   │   │   │   │   ├── white-128.xnb
  284. │   │   │   │   │   ├── white-32.xnb
  285. │   │   │   │   │   └── white-64.xnb
  286. │   │   │   │   ├── Xml
  287. │   │   │   │   │   ├── 01_TheBasics.xml
  288. │   │   │   │   │   ├── 02_Inheritance.xml
  289. │   │   │   │   │   ├── 03_IncludingPrivateMembers.xml
  290. │   │   │   │   │   ├── 04_ExcludingPublicMembers.xml
  291. │   │   │   │   │   ├── 05_RenamingXmlElements.xml
  292. │   │   │   │   │   ├── 06_NullReferences.xml
  293. │   │   │   │   │   ├── 07_OptionalElements.xml
  294. │   │   │   │   │   ├── 08_AllowNull.xml
  295. │   │   │   │   │   ├── 09_Collections.xml
  296. │   │   │   │   │   ├── 10_CollectionItemName.xml
  297. │   │   │   │   │   ├── 11_Dictionaries.xml
  298. │   │   │   │   │   ├── 12_MathTypes.xml
  299. │   │   │   │   │   ├── 13_PolymorphicTypes.xml
  300. │   │   │   │   │   ├── 14_Namespaces.xml
  301. │   │   │   │   │   ├── 15_FlattenContent.xml
  302. │   │   │   │   │   ├── 16_SharedResources.xml
  303. │   │   │   │   │   ├── 17_ExternalReferences.xml
  304. │   │   │   │   │   ├── 18_PrimitiveTypes.xml
  305. │   │   │   │   │   ├── 19_FontDescription.xml
  306. │   │   │   │   │   └── 20_SystemTypes.xml
  307. │   │   │   │   └── tests.xsl
  308. │   │   │   ├── AssimpNet.dll
  309. │   │   │   ├── AssimpNet.dll.config
  310. │   │   │   ├── FreeImage.dll.config
  311. │   │   │   ├── FreeImageNET.dll
  312. │   │   │   ├── FreeImageNET.dll.config
  313. │   │   │   ├── ManagedPVRTC.dll
  314. │   │   │   ├── ManagedPVRTC.dll.config
  315. │   │   │   ├── MonoGame.Framework.Content.Pipeline.dll
  316. │   │   │   ├── MonoGame.Framework.Content.Pipeline.dll.mdb
  317. │   │   │   ├── MonoGame.Framework.dll
  318. │   │   │   ├── MonoGame.Framework.dll.mdb
  319. │   │   │   ├── MonoGameTests.exe
  320. │   │   │   ├── MonoGameTests.exe.mdb
  321. │   │   │   ├── MonoMac.dll
  322. │   │   │   ├── NAudio.dll
  323. │   │   │   ├── NDesk.Options.dll
  324. │   │   │   ├── Nvidia.TextureTools.dll
  325. │   │   │   ├── Nvidia.TextureTools.dll.config
  326. │   │   │   ├── OpenTK.dll.config
  327. │   │   │   ├── SharpFont.dll
  328. │   │   │   ├── SharpFont.dll.config
  329. │   │   │   ├── Tao.Sdl.dll
  330. │   │   │   ├── Tao.Sdl.dll.config
  331. │   │   │   ├── ffmpeg
  332. │   │   │   ├── ffprobe
  333. │   │   │   ├── libassimp.dylib
  334. │   │   │   ├── libfreeimage.dylib
  335. │   │   │   ├── libfreeimageplus.dylib
  336. │   │   │   ├── libfreetype.6.dylib
  337. │   │   │   ├── libnvcore.dylib
  338. │   │   │   ├── libnvimage.dylib
  339. │   │   │   ├── libnvmath.dylib
  340. │   │   │   ├── libnvtt.dylib
  341. │   │   │   ├── libpng15.15.dylib
  342. │   │   │   ├── libpvrtc.dylib
  343. │   │   │   ├── nunit.core.dll
  344. │   │   │   ├── nunit.core.interfaces.dll
  345. │   │   │   ├── nunit.framework.dll
  346. │   │   │   └── nunit.util.dll
  347. │   │   └── Resources
  348. │   │   └── Assets
  349. │   │   ├── Effects
  350. │   │   │   ├── Include.fxh
  351. │   │   │   ├── ParserTest.fx
  352. │   │   │   └── Stock
  353. │   │   │   ├── AlphaTestEffect.fx
  354. │   │   │   ├── BasicEffect.fx
  355. │   │   │   ├── Common.fxh
  356. │   │   │   ├── DualTextureEffect.fx
  357. │   │   │   ├── EnvironmentMapEffect.fx
  358. │   │   │   ├── Lighting.fxh
  359. │   │   │   ├── Macros.fxh
  360. │   │   │   ├── SkinnedEffect.fx
  361. │   │   │   ├── SpriteEffect.fx
  362. │   │   │   └── Structures.fxh
  363. │   │   ├── Fonts
  364. │   │   │   ├── DataFont.xnb
  365. │   │   │   └── Default.xnb
  366. │   │   ├── Models
  367. │   │   │   ├── Spaceship.xnb
  368. │   │   │   └── enemy_0.xnb
  369. │   │   ├── ReferenceImages
  370. │   │   │   ├── Miscellaneous
  371. │   │   │   │   ├── Clear-1.png
  372. │   │   │   │   ├── Clear-2.png
  373. │   │   │   │   ├── Clear-3.png
  374. │   │   │   │   ├── Clear-4.png
  375. │   │   │   │   ├── Clear-5.png
  376. │   │   │   │   ├── Clear-6.png
  377. │   │   │   │   ├── Clear-7.png
  378. │   │   │   │   ├── Colored3DCube.png
  379. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-1.png
  380. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-2.png
  381. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-3.png
  382. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-4.png
  383. │   │   │   │   ├── DrawOrder_falls_back_to_order_of_addition_to_Game-5.png
  384. │   │   │   │   ├── SpaceshipModel-01.png
  385. │   │   │   │   ├── SpaceshipModel-03.png
  386. │   │   │   │   ├── SpaceshipModel-05.png
  387. │   │   │   │   ├── SpaceshipModel-07.png
  388. │   │   │   │   ├── SpaceshipModel-09.png
  389. │   │   │   │   ├── SpaceshipModel-11.png
  390. │   │   │   │   ├── SpaceshipModel-13.png
  391. │   │   │   │   ├── SpaceshipModel-15.png
  392. │   │   │   │   ├── SpaceshipModel-17.png
  393. │   │   │   │   ├── SpaceshipModel-19.png
  394. │   │   │   │   ├── TexturedQuad_lighting_False_.png
  395. │   │   │   │   └── TexturedQuad_lighting_True_.png
  396. │   │   │   ├── ScissorRectangle
  397. │   │   │   │   ├── Draw_with_render_target_change.png
  398. │   │   │   │   └── Draw_without_render_target_change.png
  399. │   │   │   ├── Shader
  400. │   │   │   │   ├── Shader__Bevels__.png
  401. │   │   │   │   ├── Shader__BlackOut__.png
  402. │   │   │   │   ├── Shader__ColorFlip__.png
  403. │   │   │   │   ├── Shader__Grayscale__.png
  404. │   │   │   │   ├── Shader__HighContrast__.png
  405. │   │   │   │   ├── Shader__Invert__.png
  406. │   │   │   │   ├── Shader__NoEffect__.png
  407. │   │   │   │   └── Shader__RainbowH__.png
  408. │   │   │   ├── SpriteBatch
  409. │   │   │   │   ├── Draw_normal.png
  410. │   │   │   │   ├── Draw_rotated_0.38f_.png
  411. │   │   │   │   ├── Draw_rotated_1.41f_.png
  412. │   │   │   │   ├── Draw_rotated_2.17f_.png
  413. │   │   │   │   ├── Draw_rotated_2.81f_.png
  414. │   │   │   │   ├── Draw_stretched_0.5f_0.5f_.png
  415. │   │   │   │   ├── Draw_stretched_0.75f_2.0f_.png
  416. │   │   │   │   ├── Draw_stretched_1.25f_0.8f_.png
  417. │   │   │   │   ├── Draw_stretched_1.5f_1.5f_.png
  418. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_\ FlipVertically_.png
  419. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_.png
  420. │   │   │   │   ├── Draw_with_SpriteEffects_FlipVertically_.png
  421. │   │   │   │   ├── Draw_with_additive_blend.png
  422. │   │   │   │   ├── Draw_with_alpha_blending__GreenYellow__200_.png
  423. │   │   │   │   ├── Draw_with_alpha_blending__Red__120_.png
  424. │   │   │   │   ├── Draw_with_alpha_blending__White__80_.png
  425. │   │   │   │   ├── Draw_with_filter_color__GreenYellow__.png
  426. │   │   │   │   ├── Draw_with_filter_color__Red__.png
  427. │   │   │   │   ├── Draw_with_filter_color__Teal__.png
  428. │   │   │   │   ├── Draw_with_matrix_0_.png
  429. │   │   │   │   ├── Draw_with_matrix_1_.png
  430. │   │   │   │   ├── Draw_with_matrix_2_.png
  431. │   │   │   │   ├── Draw_with_matrix_3_.png
  432. │   │   │   │   ├── Draw_with_matrix_4_.png
  433. │   │   │   │   ├── Draw_with_source_and_dest_rect_10_10_40_40_.png
  434. │   │   │   │   ├── Draw_with_source_and_dest_rect_20_30_80_60_.png
  435. │   │   │   │   ├── Draw_with_source_and_dest_rect_30_30_30_50_.png
  436. │   │   │   │   ├── Draw_with_source_rect.png
  437. │   │   │   │   └── Draw_without_blend.png
  438. │   │   │   ├── SpriteFont
  439. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_\ FlipVertically_.png
  440. │   │   │   │   ├── Draw_with_SpriteEffects_FlipHorizontally_.png
  441. │   │   │   │   ├── Draw_with_SpriteEffects_FlipVertically_.png
  442. │   │   │   │   ├── Font_spacing_is_respected.png
  443. │   │   │   │   ├── Hullabaloo.png
  444. │   │   │   │   ├── Hullabaloo2.png
  445. │   │   │   │   ├── Multiline.png
  446. │   │   │   │   ├── Origins_rotated.png
  447. │   │   │   │   ├── Origins_scaled.png
  448. │   │   │   │   ├── Plain.png
  449. │   │   │   │   ├── Rotated.png
  450. │   │   │   │   └── Scaled.png
  451. │   │   │   └── Viewport
  452. │   │   │   ├── Affects_draw_origin.png
  453. │   │   │   ├── Clips_SpriteBatch_draws.png
  454. │   │   │   └── Does_not_clip_device_clear.png
  455. │   │   ├── Textures
  456. │   │   │   ├── GlassPane.xnb
  457. │   │   │   ├── MonoGameIcon.xnb
  458. │   │   │   ├── Surge.xnb
  459. │   │   │   ├── fun-background.xnb
  460. │   │   │   ├── lines-128.xnb
  461. │   │   │   ├── lines-32.xnb
  462. │   │   │   ├── lines-64.xnb
  463. │   │   │   ├── lines-diag-128.xnb
  464. │   │   │   ├── lines-diag-32.xnb
  465. │   │   │   ├── lines-diag-64.xnb
  466. │   │   │   ├── white-1.xnb
  467. │   │   │   ├── white-128.xnb
  468. │   │   │   ├── white-32.xnb
  469. │   │   │   └── white-64.xnb
  470. │   │   ├── Xml
  471. │   │   │   ├── 01_TheBasics.xml
  472. │   │   │   ├── 02_Inheritance.xml
  473. │   │   │   ├── 03_IncludingPrivateMembers.xml
  474. │   │   │   ├── 04_ExcludingPublicMembers.xml
  475. │   │   │   ├── 05_RenamingXmlElements.xml
  476. │   │   │   ├── 06_NullReferences.xml
  477. │   │   │   ├── 07_OptionalElements.xml
  478. │   │   │   ├── 08_AllowNull.xml
  479. │   │   │   ├── 09_Collections.xml
  480. │   │   │   ├── 10_CollectionItemName.xml
  481. │   │   │   ├── 11_Dictionaries.xml
  482. │   │   │   ├── 12_MathTypes.xml
  483. │   │   │   ├── 13_PolymorphicTypes.xml
  484. │   │   │   ├── 14_Namespaces.xml
  485. │   │   │   ├── 15_FlattenContent.xml
  486. │   │   │   ├── 16_SharedResources.xml
  487. │   │   │   ├── 17_ExternalReferences.xml
  488. │   │   │   ├── 18_PrimitiveTypes.xml
  489. │   │   │   ├── 19_FontDescription.xml
  490. │   │   │   └── 20_SystemTypes.xml
  491. │   │   └── tests.xsl
  492. │   ├── MonoGameTests.exe
  493. │   ├── MonoGameTests.exe.mdb
  494. │   ├── MonoGameTests.xml
  495. │   ├── MonoMac.dll
  496. │   ├── NAudio.dll
  497. │   ├── NDesk.Options.dll
  498. │   ├── Nvidia.TextureTools.dll
  499. │   ├── Nvidia.TextureTools.dll.config
  500. │   ├── OpenTK.dll.config
  501. │   ├── SharpFont.dll
  502. │   ├── SharpFont.dll.config
  503. │   ├── Tao.Sdl.dll
  504. │   ├── Tao.Sdl.dll.config
  505. │   ├── ffmpeg
  506. │   ├── ffprobe
  507. │   ├── libassimp.dylib
  508. │   ├── libfreeimage.dylib
  509. │   ├── libfreeimageplus.dylib
  510. │   ├── libfreetype.6.dylib
  511. │   ├── libnvcore.dylib
  512. │   ├── libnvimage.dylib
  513. │   ├── libnvmath.dylib
  514. │   ├── libnvtt.dylib
  515. │   ├── libpng15.15.dylib
  516. │   ├── libpvrtc.dylib
  517. │   ├── nunit.core.dll
  518. │   ├── nunit.core.interfaces.dll
  519. │   ├── nunit.framework.dll
  520. │   └── nunit.util.dll
  521. └── tree.log
  522.  
  523. 48 directories, 472 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement