ogre.rb 0.1-i686-linux → 0.2-i686-linux

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 (368) hide show
  1. data/README +43 -5
  2. data/Rakefile +67 -165
  3. data/lib/application.rb +2 -1
  4. data/lib/application_frame_listener.rb +17 -17
  5. data/lib/ogre.so +0 -0
  6. data/lib/ruby_ois.so +0 -0
  7. data/ogre.rb +3 -0
  8. data/samples/Ogre.log +358 -257
  9. data/samples/cel_shading.rb +85 -0
  10. data/samples/grass.rb +1 -1
  11. data/samples/media/materials/programs/CelShading.cg +63 -0
  12. data/samples/media/materials/scripts/CelShading.material +68 -0
  13. data/samples/media/materials/textures/cel_shading_diffuse.png +0 -0
  14. data/samples/media/materials/textures/cel_shading_edge.png +0 -0
  15. data/samples/media/materials/textures/cel_shading_specular.png +0 -0
  16. data/samples/ogre.cfg +1 -2
  17. data/samples/plugins.cfg +3 -2
  18. data/test/ogre.cfg +10 -0
  19. data/{samples/navi → test}/plugins.cfg +2 -4
  20. data/test/test_helper.rb +67 -0
  21. data/test/unit/constants_test.rb +66 -0
  22. data/test/unit/frame_stats_proxy_test.rb +28 -0
  23. data/test/unit/math_test.rb +20 -0
  24. data/test/unit/mesh_test.rb +15 -0
  25. data/test/unit/methods_test.rb +98 -0
  26. data/test/unit/movable_object_test.rb +19 -0
  27. data/test/unit/name_value_pair_list_test.rb +12 -0
  28. data/test/unit/overlay_element_test.rb +20 -0
  29. data/test/unit/render_target_test.rb +11 -0
  30. data/test/unit/resource_test.rb +26 -0
  31. data/test/unit/scene_manager_test.rb +21 -0
  32. metadata +25 -356
  33. data/samples/navi/Media/NaviDemo.material +0 -60
  34. data/samples/navi/Media/OgreCore.zip +0 -0
  35. data/samples/navi/Media/cerulean.jpg +0 -0
  36. data/samples/navi/Media/clouds.jpg +0 -0
  37. data/samples/navi/Media/controlsNaviMask.png +0 -0
  38. data/samples/navi/Media/grass.jpg +0 -0
  39. data/samples/navi/Media/knot.mesh +0 -0
  40. data/samples/navi/Media/testNaviMask.png +0 -0
  41. data/samples/navi/NaviLocal/Navi.js +0 -136
  42. data/samples/navi/NaviLocal/buttonBg.jpg +0 -0
  43. data/samples/navi/NaviLocal/controls.html +0 -303
  44. data/samples/navi/NaviLocal/knobBg.jpg +0 -0
  45. data/samples/navi/NaviLocal/moo.dropdownmenu.js +0 -87
  46. data/samples/navi/NaviLocal/mootools.v1.1.js +0 -6964
  47. data/samples/navi/NaviLocal/naviLogo.html +0 -32
  48. data/samples/navi/NaviLocal/naviLogo.png +0 -0
  49. data/samples/navi/NaviLocal/pageBg.jpg +0 -0
  50. data/samples/navi/NaviLocal/sliderBg.jpg +0 -0
  51. data/samples/navi/NaviLocal/test.html +0 -5
  52. data/samples/navi/NaviLocal/welcome.html +0 -36
  53. data/samples/navi/NaviLocal/welcome.png +0 -0
  54. data/samples/navi/chrome/chromelist.txt +0 -597
  55. data/samples/navi/chrome/classic.jar +0 -0
  56. data/samples/navi/chrome/classic.manifest +0 -4
  57. data/samples/navi/chrome/comm.jar +0 -0
  58. data/samples/navi/chrome/comm.manifest +0 -2
  59. data/samples/navi/chrome/en-US.jar +0 -0
  60. data/samples/navi/chrome/en-US.manifest +0 -9
  61. data/samples/navi/chrome/toolkit.jar +0 -0
  62. data/samples/navi/chrome/toolkit.manifest +0 -6
  63. data/samples/navi/components/FeedProcessor.js +0 -1825
  64. data/samples/navi/components/alerts.xpt +0 -0
  65. data/samples/navi/components/appshell.xpt +0 -0
  66. data/samples/navi/components/appstartup.xpt +0 -0
  67. data/samples/navi/components/auth.dll +0 -0
  68. data/samples/navi/components/autocomplete.xpt +0 -0
  69. data/samples/navi/components/autoconfig.dll +0 -0
  70. data/samples/navi/components/autoconfig.xpt +0 -0
  71. data/samples/navi/components/caps.xpt +0 -0
  72. data/samples/navi/components/chardet.xpt +0 -0
  73. data/samples/navi/components/chrome.xpt +0 -0
  74. data/samples/navi/components/commandhandler.xpt +0 -0
  75. data/samples/navi/components/commandlines.xpt +0 -0
  76. data/samples/navi/components/composer.xpt +0 -0
  77. data/samples/navi/components/compreg.dat +0 -1474
  78. data/samples/navi/components/content_base.xpt +0 -0
  79. data/samples/navi/components/content_html.xpt +0 -0
  80. data/samples/navi/components/content_htmldoc.xpt +0 -0
  81. data/samples/navi/components/content_xmldoc.xpt +0 -0
  82. data/samples/navi/components/content_xslt.xpt +0 -0
  83. data/samples/navi/components/content_xtf.xpt +0 -0
  84. data/samples/navi/components/directory.xpt +0 -0
  85. data/samples/navi/components/docshell_base.xpt +0 -0
  86. data/samples/navi/components/dom.xpt +0 -0
  87. data/samples/navi/components/dom_base.xpt +0 -0
  88. data/samples/navi/components/dom_canvas.xpt +0 -0
  89. data/samples/navi/components/dom_core.xpt +0 -0
  90. data/samples/navi/components/dom_css.xpt +0 -0
  91. data/samples/navi/components/dom_events.xpt +0 -0
  92. data/samples/navi/components/dom_html.xpt +0 -0
  93. data/samples/navi/components/dom_loadsave.xpt +0 -0
  94. data/samples/navi/components/dom_range.xpt +0 -0
  95. data/samples/navi/components/dom_sidebar.xpt +0 -0
  96. data/samples/navi/components/dom_storage.xpt +0 -0
  97. data/samples/navi/components/dom_stylesheets.xpt +0 -0
  98. data/samples/navi/components/dom_svg.xpt +0 -0
  99. data/samples/navi/components/dom_traversal.xpt +0 -0
  100. data/samples/navi/components/dom_views.xpt +0 -0
  101. data/samples/navi/components/dom_xbl.xpt +0 -0
  102. data/samples/navi/components/dom_xpath.xpt +0 -0
  103. data/samples/navi/components/dom_xul.xpt +0 -0
  104. data/samples/navi/components/downloads.xpt +0 -0
  105. data/samples/navi/components/editor.xpt +0 -0
  106. data/samples/navi/components/embed_base.xpt +0 -0
  107. data/samples/navi/components/extensions.xpt +0 -0
  108. data/samples/navi/components/exthandler.xpt +0 -0
  109. data/samples/navi/components/fastfind.xpt +0 -0
  110. data/samples/navi/components/feeds.xpt +0 -0
  111. data/samples/navi/components/find.xpt +0 -0
  112. data/samples/navi/components/gfx.xpt +0 -0
  113. data/samples/navi/components/gksvgrenderer.xpt +0 -0
  114. data/samples/navi/components/history.xpt +0 -0
  115. data/samples/navi/components/htmlparser.xpt +0 -0
  116. data/samples/navi/components/imglib2.xpt +0 -0
  117. data/samples/navi/components/inspector.xpt +0 -0
  118. data/samples/navi/components/intl.xpt +0 -0
  119. data/samples/navi/components/intlcmpt.xpt +0 -0
  120. data/samples/navi/components/jar.xpt +0 -0
  121. data/samples/navi/components/jsconsole-clhandler.js +0 -170
  122. data/samples/navi/components/jsconsole.xpt +0 -0
  123. data/samples/navi/components/jsdservice.xpt +0 -0
  124. data/samples/navi/components/layout_base.xpt +0 -0
  125. data/samples/navi/components/layout_printing.xpt +0 -0
  126. data/samples/navi/components/layout_xul.xpt +0 -0
  127. data/samples/navi/components/layout_xul_tree.xpt +0 -0
  128. data/samples/navi/components/locale.xpt +0 -0
  129. data/samples/navi/components/lwbrk.xpt +0 -0
  130. data/samples/navi/components/mimetype.xpt +0 -0
  131. data/samples/navi/components/mozbrwsr.xpt +0 -0
  132. data/samples/navi/components/mozfind.xpt +0 -0
  133. data/samples/navi/components/necko.xpt +0 -0
  134. data/samples/navi/components/necko_about.xpt +0 -0
  135. data/samples/navi/components/necko_cache.xpt +0 -0
  136. data/samples/navi/components/necko_cookie.xpt +0 -0
  137. data/samples/navi/components/necko_data.xpt +0 -0
  138. data/samples/navi/components/necko_dns.xpt +0 -0
  139. data/samples/navi/components/necko_file.xpt +0 -0
  140. data/samples/navi/components/necko_ftp.xpt +0 -0
  141. data/samples/navi/components/necko_http.xpt +0 -0
  142. data/samples/navi/components/necko_res.xpt +0 -0
  143. data/samples/navi/components/necko_socket.xpt +0 -0
  144. data/samples/navi/components/necko_strconv.xpt +0 -0
  145. data/samples/navi/components/necko_viewsource.xpt +0 -0
  146. data/samples/navi/components/nsCloseAllWindows.js +0 -143
  147. data/samples/navi/components/nsDefaultCLH.js +0 -231
  148. data/samples/navi/components/nsDictionary.js +0 -148
  149. data/samples/navi/components/nsExtensionManager.js +0 -8497
  150. data/samples/navi/components/nsHelperAppDlg.js +0 -990
  151. data/samples/navi/components/nsInterfaceInfoToIDL.js +0 -590
  152. data/samples/navi/components/nsKillAll.js +0 -200
  153. data/samples/navi/components/nsPostUpdateWin.js +0 -711
  154. data/samples/navi/components/nsProgressDialog.js +0 -949
  155. data/samples/navi/components/nsProxyAutoConfig.js +0 -396
  156. data/samples/navi/components/nsResetPref.js +0 -175
  157. data/samples/navi/components/nsURLFormatter.js +0 -179
  158. data/samples/navi/components/nsUpdateService.js +0 -3074
  159. data/samples/navi/components/nsXULAppInstall.js +0 -301
  160. data/samples/navi/components/nsXmlRpcClient.js +0 -1038
  161. data/samples/navi/components/oji.xpt +0 -0
  162. data/samples/navi/components/passwordmgr.xpt +0 -0
  163. data/samples/navi/components/pipboot.xpt +0 -0
  164. data/samples/navi/components/pipnss.xpt +0 -0
  165. data/samples/navi/components/plugin.xpt +0 -0
  166. data/samples/navi/components/pref.xpt +0 -0
  167. data/samples/navi/components/prefetch.xpt +0 -0
  168. data/samples/navi/components/profile.xpt +0 -0
  169. data/samples/navi/components/progressDlg.xpt +0 -0
  170. data/samples/navi/components/proxyObject.xpt +0 -0
  171. data/samples/navi/components/rdf.xpt +0 -0
  172. data/samples/navi/components/satchel.xpt +0 -0
  173. data/samples/navi/components/saxparser.xpt +0 -0
  174. data/samples/navi/components/shistory.xpt +0 -0
  175. data/samples/navi/components/storage.xpt +0 -0
  176. data/samples/navi/components/toolkitprofile.xpt +0 -0
  177. data/samples/navi/components/transformiix.dll +0 -0
  178. data/samples/navi/components/txmgr.xpt +0 -0
  179. data/samples/navi/components/txtsvc.xpt +0 -0
  180. data/samples/navi/components/uconv.xpt +0 -0
  181. data/samples/navi/components/unicharutil.xpt +0 -0
  182. data/samples/navi/components/universalchardet.dll +0 -0
  183. data/samples/navi/components/update.xpt +0 -0
  184. data/samples/navi/components/uriloader.xpt +0 -0
  185. data/samples/navi/components/urlformatter.xpt +0 -0
  186. data/samples/navi/components/webBrowser_core.xpt +0 -0
  187. data/samples/navi/components/webbrowserpersist.xpt +0 -0
  188. data/samples/navi/components/webshell_idls.xpt +0 -0
  189. data/samples/navi/components/websrvcs.dll +0 -0
  190. data/samples/navi/components/websrvcs.xpt +0 -0
  191. data/samples/navi/components/widget.xpt +0 -0
  192. data/samples/navi/components/windowds.xpt +0 -0
  193. data/samples/navi/components/windowwatcher.xpt +0 -0
  194. data/samples/navi/components/xml-rpc.xpt +0 -0
  195. data/samples/navi/components/xmlextras.dll +0 -0
  196. data/samples/navi/components/xpcom_base.xpt +0 -0
  197. data/samples/navi/components/xpcom_components.xpt +0 -0
  198. data/samples/navi/components/xpcom_ds.xpt +0 -0
  199. data/samples/navi/components/xpcom_io.xpt +0 -0
  200. data/samples/navi/components/xpcom_obsolete.xpt +0 -0
  201. data/samples/navi/components/xpcom_thread.xpt +0 -0
  202. data/samples/navi/components/xpcom_xpti.xpt +0 -0
  203. data/samples/navi/components/xpconnect.xpt +0 -0
  204. data/samples/navi/components/xpinstall.xpt +0 -0
  205. data/samples/navi/components/xpti.dat +0 -1424
  206. data/samples/navi/components/xulapp.xpt +0 -0
  207. data/samples/navi/components/xulapp_setup.xpt +0 -0
  208. data/samples/navi/components/xuldoc.xpt +0 -0
  209. data/samples/navi/components/xulrunner.xpt +0 -0
  210. data/samples/navi/components/xultmpl.xpt +0 -0
  211. data/samples/navi/components/xulutil.dll +0 -0
  212. data/samples/navi/controlsNaviMask.png +0 -0
  213. data/samples/navi/greprefs/all.js +0 -1344
  214. data/samples/navi/greprefs/security-prefs.js +0 -69
  215. data/samples/navi/greprefs/xpinstall.js +0 -2
  216. data/samples/navi/navi_demo.rb +0 -207
  217. data/samples/navi/plugins/NPSWF32.dll +0 -0
  218. data/samples/navi/plugins/flashplayer.xpt +0 -0
  219. data/samples/navi/plugins/npnul32.dll +0 -0
  220. data/samples/navi/res/EditorOverride.css +0 -359
  221. data/samples/navi/res/Thumbs.db +0 -0
  222. data/samples/navi/res/arrow.gif +0 -0
  223. data/samples/navi/res/arrowd.gif +0 -0
  224. data/samples/navi/res/bloatcycle.html +0 -40
  225. data/samples/navi/res/broken-image.gif +0 -0
  226. data/samples/navi/res/charsetData.properties +0 -199
  227. data/samples/navi/res/charsetalias.properties +0 -517
  228. data/samples/navi/res/cmessage.txt +0 -1
  229. data/samples/navi/res/dtd/xhtml11.dtd +0 -300
  230. data/samples/navi/res/entityTables/html40Latin1.properties +0 -146
  231. data/samples/navi/res/entityTables/html40Special.properties +0 -69
  232. data/samples/navi/res/entityTables/html40Symbols.properties +0 -164
  233. data/samples/navi/res/entityTables/htmlEntityVersions.properties +0 -50
  234. data/samples/navi/res/entityTables/transliterate.properties +0 -2367
  235. data/samples/navi/res/fonts/fontEncoding.properties +0 -127
  236. data/samples/navi/res/fonts/fontNameMap.properties +0 -134
  237. data/samples/navi/res/forms.css +0 -531
  238. data/samples/navi/res/grabber.gif +0 -0
  239. data/samples/navi/res/hiddenWindow.html +0 -1
  240. data/samples/navi/res/html/Thumbs.db +0 -0
  241. data/samples/navi/res/html/gopher-audio.gif +0 -0
  242. data/samples/navi/res/html/gopher-binary.gif +0 -0
  243. data/samples/navi/res/html/gopher-find.gif +0 -0
  244. data/samples/navi/res/html/gopher-image.gif +0 -0
  245. data/samples/navi/res/html/gopher-menu.gif +0 -0
  246. data/samples/navi/res/html/gopher-movie.gif +0 -0
  247. data/samples/navi/res/html/gopher-sound.gif +0 -0
  248. data/samples/navi/res/html/gopher-telnet.gif +0 -0
  249. data/samples/navi/res/html/gopher-text.gif +0 -0
  250. data/samples/navi/res/html/gopher-unknown.gif +0 -0
  251. data/samples/navi/res/html.css +0 -478
  252. data/samples/navi/res/langGroups.properties +0 -236
  253. data/samples/navi/res/language.properties +0 -259
  254. data/samples/navi/res/loading-image.gif +0 -0
  255. data/samples/navi/res/quirk.css +0 -282
  256. data/samples/navi/res/samples/Anieyes.gif +0 -0
  257. data/samples/navi/res/samples/Thumbs.db +0 -0
  258. data/samples/navi/res/samples/aform.css +0 -69
  259. data/samples/navi/res/samples/beeptest.html +0 -18
  260. data/samples/navi/res/samples/bform.css +0 -45
  261. data/samples/navi/res/samples/bg.jpg +0 -0
  262. data/samples/navi/res/samples/cform.css +0 -40
  263. data/samples/navi/res/samples/checkboxTest.xul +0 -47
  264. data/samples/navi/res/samples/demoform.css +0 -97
  265. data/samples/navi/res/samples/find.html +0 -97
  266. data/samples/navi/res/samples/gear1.gif +0 -0
  267. data/samples/navi/res/samples/image_props.html +0 -58
  268. data/samples/navi/res/samples/mozform.css +0 -256
  269. data/samples/navi/res/samples/printsetup.html +0 -175
  270. data/samples/navi/res/samples/raptor.jpg +0 -0
  271. data/samples/navi/res/samples/rock_gra.gif +0 -0
  272. data/samples/navi/res/samples/scrollbarTest1.xul +0 -66
  273. data/samples/navi/res/samples/scrollbarTest2.xul +0 -19
  274. data/samples/navi/res/samples/sliderTest1.xul +0 -14
  275. data/samples/navi/res/samples/soundtest.html +0 -20
  276. data/samples/navi/res/samples/test.wav +0 -0
  277. data/samples/navi/res/samples/test0.html +0 -220
  278. data/samples/navi/res/samples/test1.html +0 -84
  279. data/samples/navi/res/samples/test10.html +0 -16
  280. data/samples/navi/res/samples/test11.html +0 -42
  281. data/samples/navi/res/samples/test12.html +0 -79
  282. data/samples/navi/res/samples/test13.html +0 -126
  283. data/samples/navi/res/samples/test14.html +0 -5
  284. data/samples/navi/res/samples/test15.html +0 -5
  285. data/samples/navi/res/samples/test16.html +0 -124
  286. data/samples/navi/res/samples/test2.html +0 -41
  287. data/samples/navi/res/samples/test3.html +0 -126
  288. data/samples/navi/res/samples/test4.html +0 -335
  289. data/samples/navi/res/samples/test5.html +0 -199
  290. data/samples/navi/res/samples/test6.html +0 -335
  291. data/samples/navi/res/samples/test7.html +0 -11
  292. data/samples/navi/res/samples/test8-1.html +0 -66
  293. data/samples/navi/res/samples/test8.html +0 -662
  294. data/samples/navi/res/samples/test8dom.html +0 -64
  295. data/samples/navi/res/samples/test8sca.html +0 -308
  296. data/samples/navi/res/samples/test8siz.html +0 -224
  297. data/samples/navi/res/samples/test8tab.html +0 -9
  298. data/samples/navi/res/samples/test9.html +0 -12
  299. data/samples/navi/res/samples/test9a.html +0 -39
  300. data/samples/navi/res/samples/test9b.html +0 -16
  301. data/samples/navi/res/samples/test_ed.html +0 -5
  302. data/samples/navi/res/samples/test_form.html +0 -34
  303. data/samples/navi/res/samples/test_gfx.html +0 -75
  304. data/samples/navi/res/samples/test_lbox.html +0 -100
  305. data/samples/navi/res/samples/test_pr.html +0 -87
  306. data/samples/navi/res/samples/test_weight.html +0 -45
  307. data/samples/navi/res/samples/toolbarTest1.xul +0 -51
  308. data/samples/navi/res/samples/treeTest1.css +0 -62
  309. data/samples/navi/res/samples/treeTest1.xul +0 -110
  310. data/samples/navi/res/samples/xulTest.css +0 -130
  311. data/samples/navi/res/svg.css +0 -64
  312. data/samples/navi/res/table-add-column-after-active.gif +0 -0
  313. data/samples/navi/res/table-add-column-after-hover.gif +0 -0
  314. data/samples/navi/res/table-add-column-after.gif +0 -0
  315. data/samples/navi/res/table-add-column-before-active.gif +0 -0
  316. data/samples/navi/res/table-add-column-before-hover.gif +0 -0
  317. data/samples/navi/res/table-add-column-before.gif +0 -0
  318. data/samples/navi/res/table-add-row-after-active.gif +0 -0
  319. data/samples/navi/res/table-add-row-after-hover.gif +0 -0
  320. data/samples/navi/res/table-add-row-after.gif +0 -0
  321. data/samples/navi/res/table-add-row-before-active.gif +0 -0
  322. data/samples/navi/res/table-add-row-before-hover.gif +0 -0
  323. data/samples/navi/res/table-add-row-before.gif +0 -0
  324. data/samples/navi/res/table-remove-column-active.gif +0 -0
  325. data/samples/navi/res/table-remove-column-hover.gif +0 -0
  326. data/samples/navi/res/table-remove-column.gif +0 -0
  327. data/samples/navi/res/table-remove-row-active.gif +0 -0
  328. data/samples/navi/res/table-remove-row-hover.gif +0 -0
  329. data/samples/navi/res/table-remove-row.gif +0 -0
  330. data/samples/navi/res/throbber/Thumbs.db +0 -0
  331. data/samples/navi/res/throbber/anim.gif +0 -0
  332. data/samples/navi/res/throbber/anims00.gif +0 -0
  333. data/samples/navi/res/throbber/anims01.gif +0 -0
  334. data/samples/navi/res/throbber/anims02.gif +0 -0
  335. data/samples/navi/res/throbber/anims03.gif +0 -0
  336. data/samples/navi/res/throbber/anims04.gif +0 -0
  337. data/samples/navi/res/throbber/anims05.gif +0 -0
  338. data/samples/navi/res/throbber/anims06.gif +0 -0
  339. data/samples/navi/res/throbber/anims07.gif +0 -0
  340. data/samples/navi/res/throbber/anims08.gif +0 -0
  341. data/samples/navi/res/throbber/anims09.gif +0 -0
  342. data/samples/navi/res/throbber/anims10.gif +0 -0
  343. data/samples/navi/res/throbber/anims11.gif +0 -0
  344. data/samples/navi/res/throbber/anims12.gif +0 -0
  345. data/samples/navi/res/throbber/anims13.gif +0 -0
  346. data/samples/navi/res/throbber/anims14.gif +0 -0
  347. data/samples/navi/res/throbber/anims15.gif +0 -0
  348. data/samples/navi/res/throbber/anims16.gif +0 -0
  349. data/samples/navi/res/throbber/anims17.gif +0 -0
  350. data/samples/navi/res/throbber/anims18.gif +0 -0
  351. data/samples/navi/res/throbber/anims19.gif +0 -0
  352. data/samples/navi/res/throbber/anims20.gif +0 -0
  353. data/samples/navi/res/throbber/anims21.gif +0 -0
  354. data/samples/navi/res/throbber/anims22.gif +0 -0
  355. data/samples/navi/res/throbber/anims23.gif +0 -0
  356. data/samples/navi/res/throbber/anims24.gif +0 -0
  357. data/samples/navi/res/throbber/anims25.gif +0 -0
  358. data/samples/navi/res/throbber/anims26.gif +0 -0
  359. data/samples/navi/res/throbber/anims27.gif +0 -0
  360. data/samples/navi/res/throbber/anims28.gif +0 -0
  361. data/samples/navi/res/throbber/anims29.gif +0 -0
  362. data/samples/navi/res/ua.css +0 -235
  363. data/samples/navi/res/viewer.properties +0 -1
  364. data/samples/navi/res/viewsource.css +0 -118
  365. data/samples/navi/res/wincharset.properties +0 -55
  366. data/samples/navi/resources.cfg +0 -14
  367. data/samples/navi/testNaviMask.png +0 -0
  368. data/samples/render_run_log.5796 +0 -891
data/samples/Ogre.log CHANGED
@@ -1,261 +1,362 @@
1
- 07:10:29: Creating resource group General
2
- 07:10:29: Creating resource group Internal
3
- 07:10:29: Creating resource group Autodetect
4
- 07:10:29: SceneManagerFactory for type 'DefaultSceneManager' registered.
5
- 07:10:29: Registering ResourceManager for type Material
6
- 07:10:29: Registering ResourceManager for type Mesh
7
- 07:10:29: Registering ResourceManager for type Skeleton
8
- 07:10:29: MovableObjectFactory for type 'ParticleSystem' registered.
9
- 07:10:29: OverlayElementFactory for type Panel registered.
10
- 07:10:29: OverlayElementFactory for type BorderPanel registered.
11
- 07:10:29: OverlayElementFactory for type TextArea registered.
12
- 07:10:29: Registering ResourceManager for type Font
13
- 07:10:29: ArchiveFactory for archive type FileSystem registered.
14
- 07:10:29: ArchiveFactory for archive type Zip registered.
15
- 07:10:29: FreeImage version: 3.9.3
16
- 07:10:29: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
17
- 07:10:29: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi
18
- 07:10:29: DDS codec registering
19
- 07:10:29: Registering ResourceManager for type HighLevelGpuProgram
20
- 07:10:29: Registering ResourceManager for type Compositor
21
- 07:10:29: MovableObjectFactory for type 'Entity' registered.
22
- 07:10:29: MovableObjectFactory for type 'Light' registered.
23
- 07:10:29: MovableObjectFactory for type 'BillboardSet' registered.
24
- 07:10:29: MovableObjectFactory for type 'ManualObject' registered.
25
- 07:10:29: MovableObjectFactory for type 'BillboardChain' registered.
26
- 07:10:29: MovableObjectFactory for type 'RibbonTrail' registered.
27
- 07:10:29: Loading library /usr/local/lib/OGRE/RenderSystem_GL
28
- 07:10:29: Installing plugin: GL RenderSystem
29
- 07:10:29: OpenGL Rendering Subsystem created.
30
- 07:10:29: Plugin successfully installed
31
- 07:10:29: Loading library /usr/local/lib/OGRE/Plugin_OctreeSceneManager
32
- 07:10:29: Installing plugin: Octree & Terrain Scene Manager
33
- 07:10:29: Plugin successfully installed
34
- 07:10:29: Loading library /usr/local/lib/OGRE/Plugin_ParticleFX
35
- 07:10:29: Installing plugin: ParticleFX
36
- 07:10:29: Particle Emitter Type 'Point' registered
37
- 07:10:29: Particle Emitter Type 'Box' registered
38
- 07:10:29: Particle Emitter Type 'Ellipsoid' registered
39
- 07:10:29: Particle Emitter Type 'Cylinder' registered
40
- 07:10:29: Particle Emitter Type 'Ring' registered
41
- 07:10:29: Particle Emitter Type 'HollowEllipsoid' registered
42
- 07:10:29: Particle Affector Type 'LinearForce' registered
43
- 07:10:29: Particle Affector Type 'ColourFader' registered
44
- 07:10:29: Particle Affector Type 'ColourFader2' registered
45
- 07:10:29: Particle Affector Type 'ColourImage' registered
46
- 07:10:29: Particle Affector Type 'ColourInterpolator' registered
47
- 07:10:29: Particle Affector Type 'Scaler' registered
48
- 07:10:29: Particle Affector Type 'Rotator' registered
49
- 07:10:29: Particle Affector Type 'DirectionRandomiser' registered
50
- 07:10:29: Particle Affector Type 'DeflectorPlane' registered
51
- 07:10:29: Plugin successfully installed
52
- 07:10:29: Loading library /usr/local/lib/OGRE/Plugin_BSPSceneManager
53
- 07:10:29: Installing plugin: BSP Scene Manager
54
- 07:10:29: Plugin successfully installed
55
- 07:10:29: Loading library /usr/local/lib/OGRE/Plugin_CgProgramManager
56
- 07:10:29: Installing plugin: Cg Program Manager
57
- 07:10:29: Plugin successfully installed
58
- 07:10:29: *-*-* OGRE Initialising
59
- 07:10:29: *-*-* Version 1.4.0 (Eihort)
60
- 07:10:29: Creating resource group Bootstrap
61
- 07:10:29: Added resource location './media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
62
- 07:10:29: Added resource location './media/' of type 'FileSystem' to resource group 'General'
63
- 07:10:29: Added resource location './media/materials' of type 'FileSystem' to resource group 'General'
64
- 07:10:29: Added resource location './media/materials/textures' of type 'FileSystem' to resource group 'General'
65
- 07:10:29: Added resource location './media/materials/scripts' of type 'FileSystem' to resource group 'General'
66
- 07:10:29: Added resource location './media/materials/programs' of type 'FileSystem' to resource group 'General'
67
- 07:10:29: Added resource location './media/models' of type 'FileSystem' to resource group 'General'
68
- 07:10:29: Added resource location './media/particles' of type 'FileSystem' to resource group 'General'
69
- 07:10:29: Added resource location './media/overlays' of type 'FileSystem' to resource group 'General'
70
- 07:10:29: Added resource location './media/packs/skybox.zip' of type 'Zip' to resource group 'General'
71
- 07:10:29: Added resource location './media/packs/dragon.zip' of type 'Zip' to resource group 'General'
72
- 07:10:29: Added resource location './media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
73
- 07:10:29: Added resource location './media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
74
- 07:10:33: CPU Identifier & Features
75
- 07:10:33: -------------------------
76
- 07:10:33: * CPU ID: GenuineIntel: Intel(R) Pentium(R) III Mobile CPU 1000MHz
77
- 07:10:33: * SSE: yes
78
- 07:10:33: * SSE2: no
79
- 07:10:33: * SSE3: no
80
- 07:10:33: * MMX: yes
81
- 07:10:33: * MMXEXT: yes
82
- 07:10:33: * 3DNOW: no
83
- 07:10:33: * 3DNOWEXT: no
84
- 07:10:33: * CMOV: yes
85
- 07:10:33: * TSC: yes
86
- 07:10:33: * FPU: yes
87
- 07:10:33: * PRO: no
88
- 07:10:33: * HT: no
89
- 07:10:33: -------------------------
90
- 07:10:33: ******************************
1
+ 11:58:15: Creating resource group General
2
+ 11:58:15: Creating resource group Internal
3
+ 11:58:15: Creating resource group Autodetect
4
+ 11:58:15: SceneManagerFactory for type 'DefaultSceneManager' registered.
5
+ 11:58:15: Registering ResourceManager for type Material
6
+ 11:58:15: Registering ResourceManager for type Mesh
7
+ 11:58:15: Registering ResourceManager for type Skeleton
8
+ 11:58:15: MovableObjectFactory for type 'ParticleSystem' registered.
9
+ 11:58:15: OverlayElementFactory for type Panel registered.
10
+ 11:58:15: OverlayElementFactory for type BorderPanel registered.
11
+ 11:58:15: OverlayElementFactory for type TextArea registered.
12
+ 11:58:15: Registering ResourceManager for type Font
13
+ 11:58:15: ArchiveFactory for archive type FileSystem registered.
14
+ 11:58:15: ArchiveFactory for archive type Zip registered.
15
+ 11:58:15: FreeImage version: 3.9.3
16
+ 11:58:15: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
17
+ 11:58:15: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi
18
+ 11:58:15: DDS codec registering
19
+ 11:58:15: Registering ResourceManager for type HighLevelGpuProgram
20
+ 11:58:15: Registering ResourceManager for type Compositor
21
+ 11:58:15: MovableObjectFactory for type 'Entity' registered.
22
+ 11:58:15: MovableObjectFactory for type 'Light' registered.
23
+ 11:58:15: MovableObjectFactory for type 'BillboardSet' registered.
24
+ 11:58:15: MovableObjectFactory for type 'ManualObject' registered.
25
+ 11:58:15: MovableObjectFactory for type 'BillboardChain' registered.
26
+ 11:58:15: MovableObjectFactory for type 'RibbonTrail' registered.
27
+ 11:58:15: Loading library /usr/local/ogre/lib/OGRE/RenderSystem_GL
28
+ 11:58:15: Installing plugin: GL RenderSystem
29
+ 11:58:15: OpenGL Rendering Subsystem created.
30
+ 11:58:15: Plugin successfully installed
31
+ 11:58:15: Loading library /usr/local/ogre/lib/OGRE/Plugin_OctreeSceneManager
32
+ 11:58:15: Installing plugin: Octree & Terrain Scene Manager
33
+ 11:58:15: Plugin successfully installed
34
+ 11:58:15: Loading library /usr/local/ogre/lib/OGRE/Plugin_ParticleFX
35
+ 11:58:15: Installing plugin: ParticleFX
36
+ 11:58:15: Particle Emitter Type 'Point' registered
37
+ 11:58:15: Particle Emitter Type 'Box' registered
38
+ 11:58:15: Particle Emitter Type 'Ellipsoid' registered
39
+ 11:58:15: Particle Emitter Type 'Cylinder' registered
40
+ 11:58:15: Particle Emitter Type 'Ring' registered
41
+ 11:58:15: Particle Emitter Type 'HollowEllipsoid' registered
42
+ 11:58:15: Particle Affector Type 'LinearForce' registered
43
+ 11:58:15: Particle Affector Type 'ColourFader' registered
44
+ 11:58:15: Particle Affector Type 'ColourFader2' registered
45
+ 11:58:15: Particle Affector Type 'ColourImage' registered
46
+ 11:58:15: Particle Affector Type 'ColourInterpolator' registered
47
+ 11:58:15: Particle Affector Type 'Scaler' registered
48
+ 11:58:15: Particle Affector Type 'Rotator' registered
49
+ 11:58:15: Particle Affector Type 'DirectionRandomiser' registered
50
+ 11:58:15: Particle Affector Type 'DeflectorPlane' registered
51
+ 11:58:15: Plugin successfully installed
52
+ 11:58:15: Loading library /usr/local/ogre/lib/OGRE/Plugin_BSPSceneManager
53
+ 11:58:15: Installing plugin: BSP Scene Manager
54
+ 11:58:15: Plugin successfully installed
55
+ 11:58:15: Loading library /usr/local/ogre/lib/OGRE/Plugin_CgProgramManager
56
+ 11:58:15: Installing plugin: Cg Program Manager
57
+ 11:58:15: Plugin successfully installed
58
+ 11:58:15: *-*-* OGRE Initialising
59
+ 11:58:15: *-*-* Version 1.4.4 (Eihort)
60
+ 11:58:15: Creating resource group Bootstrap
61
+ 11:58:15: Added resource location './media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
62
+ 11:58:15: Added resource location './media/' of type 'FileSystem' to resource group 'General'
63
+ 11:58:15: Added resource location './media/materials' of type 'FileSystem' to resource group 'General'
64
+ 11:58:15: Added resource location './media/materials/textures' of type 'FileSystem' to resource group 'General'
65
+ 11:58:15: Added resource location './media/materials/scripts' of type 'FileSystem' to resource group 'General'
66
+ 11:58:15: Added resource location './media/materials/programs' of type 'FileSystem' to resource group 'General'
67
+ 11:58:15: Added resource location './media/models' of type 'FileSystem' to resource group 'General'
68
+ 11:58:15: Added resource location './media/particles' of type 'FileSystem' to resource group 'General'
69
+ 11:58:15: Added resource location './media/overlays' of type 'FileSystem' to resource group 'General'
70
+ 11:58:15: Added resource location './media/packs/skybox.zip' of type 'Zip' to resource group 'General'
71
+ 11:58:15: Added resource location './media/packs/dragon.zip' of type 'Zip' to resource group 'General'
72
+ 11:58:15: Added resource location './media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
73
+ 11:58:15: Added resource location './media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
74
+ 11:58:15: Added resource location './media/packs/chiropteraDM.pk3' of type 'Zip' to resource group 'General' with recursive option
75
+ 11:58:15: OGRE EXCEPTION(6:FileNotFoundException): 'ogre.cfg' file not found! in ConfigFile::load at OgreConfigFile.cpp (line 84)
76
+ 11:58:46: CPU Identifier & Features
77
+ 11:58:46: -------------------------
78
+ 11:58:46: * CPU ID: GenuineIntel: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
79
+ 11:58:46: * SSE: yes
80
+ 11:58:46: * SSE2: yes
81
+ 11:58:46: * SSE3: yes
82
+ 11:58:46: * MMX: yes
83
+ 11:58:46: * MMXEXT: yes
84
+ 11:58:46: * 3DNOW: no
85
+ 11:58:46: * 3DNOWEXT: no
86
+ 11:58:46: * CMOV: yes
87
+ 11:58:46: * TSC: yes
88
+ 11:58:46: * FPU: yes
89
+ 11:58:46: * PRO: yes
90
+ 11:58:46: * HT: no
91
+ 11:58:46: -------------------------
92
+ 11:58:46: ******************************
91
93
  *** Starting GLX Subsystem ***
92
94
  ******************************
93
- 07:10:33: GLRenderSystem::createRenderWindow "OGRE Render Window", 1280x1024 windowed miscParams: FSAA=0 displayFrequency=Not applicable title=OGRE Render Window
94
- 07:10:33: GL_VERSION = 1.5.6 NVIDIA 87.76
95
- 07:10:33: GL_VENDOR = NVIDIA Corporation
96
- 07:10:33: GL_RENDERER = GeForce2 MX/AGP/SSE
97
- 07:10:33: GL_EXTENSIONS = GL_ARB_imaging GL_ARB_multitexture GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shared_texture_palette GL_EXT_stencil_wrap GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_fence GL_NV_fog_distance GL_NV_gpu_program_parameters GL_NV_light_max_exponent GL_NV_packed_depth_stencil GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_register_combiners GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_lod GL_SUN_slice_accum
98
- 07:10:33: ***************************
99
- 07:10:33: *** GL Renderer Started ***
100
- 07:10:33: ***************************
101
- 07:10:33: Registering ResourceManager for type GpuProgram
102
- 07:10:33: GL: Using PBuffers for rendering to textures
103
- 07:10:33: RenderSystem capabilities
104
- 07:10:33: -------------------------
105
- 07:10:33: * Hardware generation of mipmaps: yes
106
- 07:10:33: * Texture blending: yes
107
- 07:10:33: * Anisotropic texture filtering: yes
108
- 07:10:33: * Dot product texture operation: yes
109
- 07:10:33: * Cube mapping: yes
110
- 07:10:33: * Hardware stencil buffer: yes
111
- 07:10:33: - Stencil depth: 8
112
- 07:10:33: - Two sided stencil support: no
113
- 07:10:33: - Wrap stencil values: yes
114
- 07:10:33: * Hardware vertex / index buffers: yes
115
- 07:10:33: * Vertex programs: yes
116
- 07:10:33: - Max vertex program version: arbvp1
117
- 07:10:33: * Fragment programs: no
118
- 07:10:33: * Texture Compression: yes
119
- 07:10:33: - DXT: yes
120
- 07:10:33: - VTC: no
121
- 07:10:33: * Scissor Rectangle: yes
122
- 07:10:33: * Hardware Occlusion Query: yes
123
- 07:10:33: * User clip planes: yes
124
- 07:10:33: * VET_UBYTE4 vertex element type: yes
125
- 07:10:33: * Infinite far plane projection: yes
126
- 07:10:33: * Hardware render-to-texture: yes
127
- 07:10:33: * Floating point textures: no
128
- 07:10:33: * Non-power-of-two textures: no
129
- 07:10:33: * Volume textures: yes
130
- 07:10:33: * Multiple Render Targets: 1
131
- 07:10:33: * Point Sprites: yes
132
- 07:10:33: * Extended point parameters: yes
133
- 07:10:33: * Max Point Size: 63.375
134
- 07:10:33: * Vertex texture fetch: no
135
- 07:10:33: Registering ResourceManager for type Texture
136
- 07:10:33: ResourceBackgroundQueue - threading disabled
137
- 07:10:33: Particle Renderer Type 'billboard' registered
138
- 07:10:33: SceneManagerFactory for type 'BspSceneManager' registered.
139
- 07:10:33: Registering ResourceManager for type BspLevel
140
- 07:10:33: SceneManagerFactory for type 'OctreeSceneManager' registered.
141
- 07:10:33: SceneManagerFactory for type 'TerrainSceneManager' registered.
142
- 07:10:33: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
143
- 07:10:33: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 1280 H: 1024
144
- 07:10:33: Parsing scripts for resource group Autodetect
145
- 07:10:33: Finished parsing scripts for resource group Autodetect
146
- 07:10:33: Parsing scripts for resource group Bootstrap
147
- 07:10:33: Parsing script OgreCore.material
148
- 07:10:33: Parsing script OgreProfiler.material
149
- 07:10:33: Parsing script Ogre.fontdef
150
- 07:10:33: Parsing script OgreDebugPanel.overlay
151
- 07:10:33: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
152
- 07:10:33: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
153
- 07:10:33: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
154
- 07:10:33: Font BlueHighwayusing texture size 512x512
155
- 07:10:33: Info: Freetype returned null for character 127 in font BlueHighway
156
- 07:10:33: Info: Freetype returned null for character 128 in font BlueHighway
157
- 07:10:33: Info: Freetype returned null for character 129 in font BlueHighway
158
- 07:10:33: Info: Freetype returned null for character 130 in font BlueHighway
159
- 07:10:33: Info: Freetype returned null for character 131 in font BlueHighway
160
- 07:10:33: Info: Freetype returned null for character 132 in font BlueHighway
161
- 07:10:33: Info: Freetype returned null for character 133 in font BlueHighway
162
- 07:10:33: Info: Freetype returned null for character 134 in font BlueHighway
163
- 07:10:33: Info: Freetype returned null for character 135 in font BlueHighway
164
- 07:10:33: Info: Freetype returned null for character 136 in font BlueHighway
165
- 07:10:33: Info: Freetype returned null for character 137 in font BlueHighway
166
- 07:10:33: Info: Freetype returned null for character 138 in font BlueHighway
167
- 07:10:33: Info: Freetype returned null for character 139 in font BlueHighway
168
- 07:10:33: Info: Freetype returned null for character 140 in font BlueHighway
169
- 07:10:33: Info: Freetype returned null for character 141 in font BlueHighway
170
- 07:10:33: Info: Freetype returned null for character 142 in font BlueHighway
171
- 07:10:33: Info: Freetype returned null for character 143 in font BlueHighway
172
- 07:10:33: Info: Freetype returned null for character 144 in font BlueHighway
173
- 07:10:33: Info: Freetype returned null for character 145 in font BlueHighway
174
- 07:10:33: Info: Freetype returned null for character 146 in font BlueHighway
175
- 07:10:33: Info: Freetype returned null for character 147 in font BlueHighway
176
- 07:10:33: Info: Freetype returned null for character 148 in font BlueHighway
177
- 07:10:33: Info: Freetype returned null for character 149 in font BlueHighway
178
- 07:10:33: Info: Freetype returned null for character 150 in font BlueHighway
179
- 07:10:33: Info: Freetype returned null for character 151 in font BlueHighway
180
- 07:10:33: Info: Freetype returned null for character 152 in font BlueHighway
181
- 07:10:33: Info: Freetype returned null for character 153 in font BlueHighway
182
- 07:10:33: Info: Freetype returned null for character 154 in font BlueHighway
183
- 07:10:33: Info: Freetype returned null for character 155 in font BlueHighway
184
- 07:10:33: Info: Freetype returned null for character 156 in font BlueHighway
185
- 07:10:33: Info: Freetype returned null for character 157 in font BlueHighway
186
- 07:10:33: Info: Freetype returned null for character 158 in font BlueHighway
187
- 07:10:33: Info: Freetype returned null for character 159 in font BlueHighway
188
- 07:10:33: Info: Freetype returned null for character 160 in font BlueHighway
189
- 07:10:33: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
190
- 07:10:33: Texture: ogretext.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
191
- 07:10:33: Parsing script OgreLoadingPanel.overlay
192
- 07:10:33: Finished parsing scripts for resource group Bootstrap
193
- 07:10:33: Parsing scripts for resource group General
194
- 07:10:33: Parsing script Grass.material
195
- 07:10:33: Parsing script CloudySky.material
196
- 07:10:33: Parsing script Razor.material
197
- 07:10:33: Parsing script RustySteel.material
198
- 07:10:33: Parsing script Ogre.material
199
- 07:10:33: Parsing script smoke.material
200
- 07:10:33: Parsing script dragon.material
201
- 07:10:33: Parsing script SpaceSkyBox.material
202
- 07:10:33: Parsing script Flare.material
203
- 07:10:33: Parsing script SpaceSkyPlane.material
204
- 07:10:33: Parsing script CubeMapping.material
205
- 07:10:33: Parsing script Knot.material
206
- 07:10:33: Parsing script Ribbon.material
207
- 07:10:33: Parsing script TextureEffects.material
208
- 07:10:33: Parsing script Offset.material
209
- 07:10:33: Parsing script MorningSkyBox.material
210
- 07:10:33: Parsing script RZR-002.material
211
- 07:10:33: Parsing script smoke.particle
212
- 07:10:33: Parsing script CubeMapping.overlay
213
- 07:10:33: Finished parsing scripts for resource group General
214
- 07:10:33: Parsing scripts for resource group Internal
215
- 07:10:33: Finished parsing scripts for resource group Internal
216
- 07:10:33: Texture: stevecube_fr.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
217
- 07:10:33: Texture: stevecube_bk.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
218
- 07:10:33: Texture: stevecube_lf.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
219
- 07:10:33: Texture: stevecube_rt.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
220
- 07:10:33: Texture: stevecube_up.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
221
- 07:10:34: Texture: stevecube_dn.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
222
- 07:10:34: Texture: flare.png: Loading 1 faces(PF_R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
223
- 07:10:34: Texture: grass_1024.jpg: Loading 1 faces(PF_R8G8B8,1024x1024x1) with 10 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1.
224
- 07:10:34: WARNING: Mesh instance 'grassblades' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
225
- 07:10:34: Texture: gras_02.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
226
- 07:10:34: Mesh: Loading ogrehead.mesh.
227
- 07:10:34: Texture: WeirdEye.png: Loading 1 faces(PF_R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
228
- 07:10:34: Texture: GreenSkin.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
229
- 07:10:34: Texture: spheremap.png: Loading 1 faces(PF_R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
230
- 07:10:34: Texture: dirt01.jpg: Loading 1 faces(PF_R8G8B8,96x96x1) with 7 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
231
- 07:10:34: Texture: rockwall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
232
- 07:10:34: *** Initializing OIS ***
233
- 07:10:45: Unregistering ResourceManager for type BspLevel
234
- 07:10:45: *-*-* OGRE Shutdown
235
- 07:10:45: Unregistering ResourceManager for type Compositor
236
- 07:10:45: Unregistering ResourceManager for type Font
237
- 07:10:45: Unregistering ResourceManager for type Skeleton
238
- 07:10:45: Unregistering ResourceManager for type Mesh
239
- 07:10:45: Unregistering ResourceManager for type HighLevelGpuProgram
240
- 07:10:45: Uninstalling plugin: Cg Program Manager
241
- 07:10:45: Plugin successfully uninstalled
242
- 07:10:45: Unloading library /usr/local/lib/OGRE/Plugin_CgProgramManager
243
- 07:10:45: Uninstalling plugin: BSP Scene Manager
244
- 07:10:45: Plugin successfully uninstalled
245
- 07:10:45: Unloading library /usr/local/lib/OGRE/Plugin_BSPSceneManager
246
- 07:10:45: Uninstalling plugin: ParticleFX
247
- 07:10:45: Plugin successfully uninstalled
248
- 07:10:45: Unloading library /usr/local/lib/OGRE/Plugin_ParticleFX
249
- 07:10:45: Uninstalling plugin: Octree & Terrain Scene Manager
250
- 07:10:45: Plugin successfully uninstalled
251
- 07:10:45: Unloading library /usr/local/lib/OGRE/Plugin_OctreeSceneManager
252
- 07:10:45: Uninstalling plugin: GL RenderSystem
253
- 07:10:45: Render Target 'OGRE Render Window' Average FPS: 11.1949 Best FPS: 11.9403 Worst FPS: 10.6486
254
- 07:10:45: Unregistering ResourceManager for type GpuProgram
255
- 07:10:45: ******************************
95
+ 11:58:46: GLRenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=0 title=OGRE Render Window
96
+ 11:58:46: GLXWindow::create
97
+ 11:58:46: Parsing miscParams
98
+ 11:58:46: GLXWindow::create -- Best visual is 37
99
+ 11:58:46: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource GLX_icon.png in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 603)
100
+ 11:58:46: GL_VERSION = 1.3 Mesa 6.5.2
101
+ 11:58:46: GL_VENDOR = Tungsten Graphics, Inc
102
+ 11:58:46: GL_RENDERER = Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
103
+ 11:58:46: GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_shadow GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_cull_vertex GL_EXT_compiled_vertex_array GL_EXT_convolution GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_3DFX_texture_compression_FXT1 GL_APPLE_client_storage GL_APPLE_packed_pixels GL_ATI_blend_equation_separate GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texture_rectangle GL_NV_texgen_reflection GL_NV_vertex_program GL_NV_vertex_program1_1 GL_OES_read_format GL_SGI_color_matrix GL_SGI_color_table GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SUN_multi_draw_arrays
104
+ 11:58:46: ***************************
105
+ 11:58:46: *** GL Renderer Started ***
106
+ 11:58:46: ***************************
107
+ 11:58:46: Registering ResourceManager for type GpuProgram
108
+ 11:58:46: GL: Using framebuffer copy for rendering to textures (worst)
109
+ 11:58:46: GL: Warning: RenderTexture size is restricted to size of framebuffer. If you are on Linux, consider using GLX instead of SDL.
110
+ 11:58:46: RenderSystem capabilities
111
+ 11:58:46: -------------------------
112
+ 11:58:46: * Hardware generation of mipmaps: yes
113
+ 11:58:46: * Texture blending: yes
114
+ 11:58:46: * Anisotropic texture filtering: yes
115
+ 11:58:46: * Dot product texture operation: yes
116
+ 11:58:46: * Cube mapping: yes
117
+ 11:58:46: * Hardware stencil buffer: yes
118
+ 11:58:46: - Stencil depth: 8
119
+ 11:58:46: - Two sided stencil support: no
120
+ 11:58:46: - Wrap stencil values: yes
121
+ 11:58:46: * Hardware vertex / index buffers: yes
122
+ 11:58:46: * Vertex programs: yes
123
+ 11:58:46: - Max vertex program version: arbvp1
124
+ 11:58:46: * Fragment programs: yes
125
+ 11:58:46: - Max fragment program version: arbfp1
126
+ 11:58:46: * Texture Compression: yes
127
+ 11:58:46: - DXT: no
128
+ 11:58:46: - VTC: no
129
+ 11:58:46: * Scissor Rectangle: yes
130
+ 11:58:46: * Hardware Occlusion Query: no
131
+ 11:58:46: * User clip planes: yes
132
+ 11:58:46: * VET_UBYTE4 vertex element type: yes
133
+ 11:58:46: * Infinite far plane projection: yes
134
+ 11:58:46: * Hardware render-to-texture: no
135
+ 11:58:46: * Floating point textures: no
136
+ 11:58:46: * Non-power-of-two textures: no
137
+ 11:58:46: * Volume textures: yes
138
+ 11:58:46: * Multiple Render Targets: 1
139
+ 11:58:46: * Point Sprites: no
140
+ 11:58:46: * Extended point parameters: yes
141
+ 11:58:46: * Max Point Size: 20
142
+ 11:58:46: * Vertex texture fetch: no
143
+ 11:58:46: Registering ResourceManager for type Texture
144
+ 11:58:46: ResourceBackgroundQueue - threading disabled
145
+ 11:58:46: Particle Renderer Type 'billboard' registered
146
+ 11:58:46: SceneManagerFactory for type 'BspSceneManager' registered.
147
+ 11:58:46: Registering ResourceManager for type BspLevel
148
+ 11:58:46: SceneManagerFactory for type 'OctreeSceneManager' registered.
149
+ 11:58:46: SceneManagerFactory for type 'TerrainSceneManager' registered.
150
+ 11:58:46: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
151
+ 11:58:46: Initialising resource group Bootstrap
152
+ 11:58:46: Parsing scripts for resource group Bootstrap
153
+ 11:58:46: Parsing script OgreCore.material
154
+ 11:58:46: Parsing script OgreProfiler.material
155
+ 11:58:46: Parsing script Ogre.fontdef
156
+ 11:58:46: Parsing script OgreDebugPanel.overlay
157
+ 11:58:46: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
158
+ 11:58:46: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
159
+ 11:58:46: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
160
+ 11:58:46: Font BlueHighwayusing texture size 512x512
161
+ 11:58:46: Info: Freetype returned null for character 127 in font BlueHighway
162
+ 11:58:46: Info: Freetype returned null for character 128 in font BlueHighway
163
+ 11:58:46: Info: Freetype returned null for character 129 in font BlueHighway
164
+ 11:58:46: Info: Freetype returned null for character 130 in font BlueHighway
165
+ 11:58:46: Info: Freetype returned null for character 131 in font BlueHighway
166
+ 11:58:46: Info: Freetype returned null for character 132 in font BlueHighway
167
+ 11:58:46: Info: Freetype returned null for character 133 in font BlueHighway
168
+ 11:58:46: Info: Freetype returned null for character 134 in font BlueHighway
169
+ 11:58:46: Info: Freetype returned null for character 135 in font BlueHighway
170
+ 11:58:46: Info: Freetype returned null for character 136 in font BlueHighway
171
+ 11:58:46: Info: Freetype returned null for character 137 in font BlueHighway
172
+ 11:58:46: Info: Freetype returned null for character 138 in font BlueHighway
173
+ 11:58:46: Info: Freetype returned null for character 139 in font BlueHighway
174
+ 11:58:46: Info: Freetype returned null for character 140 in font BlueHighway
175
+ 11:58:46: Info: Freetype returned null for character 141 in font BlueHighway
176
+ 11:58:46: Info: Freetype returned null for character 142 in font BlueHighway
177
+ 11:58:46: Info: Freetype returned null for character 143 in font BlueHighway
178
+ 11:58:46: Info: Freetype returned null for character 144 in font BlueHighway
179
+ 11:58:46: Info: Freetype returned null for character 145 in font BlueHighway
180
+ 11:58:46: Info: Freetype returned null for character 146 in font BlueHighway
181
+ 11:58:46: Info: Freetype returned null for character 147 in font BlueHighway
182
+ 11:58:46: Info: Freetype returned null for character 148 in font BlueHighway
183
+ 11:58:46: Info: Freetype returned null for character 149 in font BlueHighway
184
+ 11:58:46: Info: Freetype returned null for character 150 in font BlueHighway
185
+ 11:58:46: Info: Freetype returned null for character 151 in font BlueHighway
186
+ 11:58:46: Info: Freetype returned null for character 152 in font BlueHighway
187
+ 11:58:46: Info: Freetype returned null for character 153 in font BlueHighway
188
+ 11:58:46: Info: Freetype returned null for character 154 in font BlueHighway
189
+ 11:58:46: Info: Freetype returned null for character 155 in font BlueHighway
190
+ 11:58:46: Info: Freetype returned null for character 156 in font BlueHighway
191
+ 11:58:46: Info: Freetype returned null for character 157 in font BlueHighway
192
+ 11:58:46: Info: Freetype returned null for character 158 in font BlueHighway
193
+ 11:58:46: Info: Freetype returned null for character 159 in font BlueHighway
194
+ 11:58:46: Info: Freetype returned null for character 160 in font BlueHighway
195
+ 11:58:46: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
196
+ 11:58:46: Texture: ogretext.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
197
+ 11:58:46: Parsing script OgreLoadingPanel.overlay
198
+ 11:58:46: Finished parsing scripts for resource group Bootstrap
199
+ 11:58:46: Parsing scripts for resource group Autodetect
200
+ 11:58:46: Finished parsing scripts for resource group Autodetect
201
+ 11:58:46: Parsing scripts for resource group General
202
+ 11:58:46: Parsing script Grass.material
203
+ 11:58:46: Parsing script CloudySky.material
204
+ 11:58:46: Parsing script Razor.material
205
+ 11:58:46: Parsing script RustySteel.material
206
+ 11:58:46: Parsing script Ogre.material
207
+ 11:58:46: Parsing script smoke.material
208
+ 11:58:46: Parsing script CelShading.material
209
+ 11:58:46: Parsing script dragon.material
210
+ 11:58:46: Parsing script SpaceSkyBox.material
211
+ 11:58:46: Parsing script Flare.material
212
+ 11:58:46: Parsing script SpaceSkyPlane.material
213
+ 11:58:46: Parsing script CubeMapping.material
214
+ 11:58:46: Parsing script Knot.material
215
+ 11:58:46: Parsing script Ribbon.material
216
+ 11:58:46: Parsing script TextureEffects.material
217
+ 11:58:46: Parsing script Offset.material
218
+ 11:58:46: Parsing script MorningSkyBox.material
219
+ 11:58:46: Parsing script RZR-002.material
220
+ 11:58:46: Parsing script scripts/chiropteraDM.shader
221
+ 11:58:46: Parsing script smoke.particle
222
+ 11:58:46: Parsing script CubeMapping.overlay
223
+ 11:58:46: Finished parsing scripts for resource group General
224
+ 11:58:46: Parsing scripts for resource group Internal
225
+ 11:58:46: Finished parsing scripts for resource group Internal
226
+ 11:58:46: Loading resource group 'General' - Resources: 0 World Geometry: 1
227
+ 11:58:47: Texture: @lightmap0: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
228
+ 11:58:47: Texture: @lightmap1: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
229
+ 11:58:47: Texture: @lightmap2: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
230
+ 11:58:47: Texture: @lightmap3: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
231
+ 11:58:47: Texture: @lightmap4: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
232
+ 11:58:47: Texture: @lightmap5: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
233
+ 11:58:47: Texture: @lightmap6: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
234
+ 11:58:47: Texture: @lightmap7: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
235
+ 11:58:47: Texture: @lightmap8: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
236
+ 11:58:47: Texture: @lightmap9: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
237
+ 11:58:47: Texture: @lightmap10: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
238
+ 11:58:47: Texture: @lightmap11: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
239
+ 11:58:47: Texture: @lightmap12: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
240
+ 11:58:47: Texture: @lightmap13: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
241
+ 11:58:47: Texture: @lightmap14: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
242
+ 11:58:47: Texture: @lightmap15: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
243
+ 11:58:47: Texture: @lightmap16: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
244
+ 11:58:47: Texture: @lightmap17: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
245
+ 11:58:47: Texture: @lightmap18: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
246
+ 11:58:47: Texture: @lightmap19: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
247
+ 11:58:47: Texture: @lightmap20: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
248
+ 11:58:47: Using Q3 shader textures/chiroptera/nunukliquid
249
+ 11:58:47: Texture: textures/chiroptera/npoolorange.jpg: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
250
+ 11:58:47: Texture: textures/egyptsoc_trim/032-03a.jpg: Loading 1 faces(PF_R8G8B8,256x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x32x1.
251
+ 11:58:47: Texture: textures/chiroptera/nnk05stone.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
252
+ 11:58:47: Texture: textures/egyptsoc_mat/block02b.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
253
+ 11:58:47: Texture: textures/egyptsoc_trim/s128-02a.jpg: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
254
+ 11:58:47: Texture: textures/egyptsoc_trim/032-01a.jpg: Loading 1 faces(PF_R8G8B8,256x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x32x1.
255
+ 11:58:47: Using Q3 shader textures/chiroptera/lig_b064-01c
256
+ 11:58:47: Texture: textures/egyptsoc_sfx/lig_b064-01c.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
257
+ 11:58:47: Texture: textures/egyptsoc_sfx/lig_b064-01y.blend.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
258
+ 11:58:48: Texture: textures/egyptsoc_trim/128-01a.jpg: Loading 1 faces(PF_R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x128x1.
259
+ 11:58:48: Texture: textures/egyptsoc_trim/064-03b.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
260
+ 11:58:48: Texture: textures/egyptsoc_trim/064-02b.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
261
+ 11:58:48: Texture: textures/egyptsoc_trim/s128-02b.jpg: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
262
+ 11:58:48: Texture: textures/egyptsoc_mat/block02a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
263
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-02d.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
264
+ 11:58:48: Texture: textures/egyptsoc_trim/128-comb1.jpg: Loading 1 faces(PF_R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x128x1.
265
+ 11:58:48: Texture: textures/egyptsoc_mat/block01d.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
266
+ 11:58:48: Texture: textures/egyptsoc_wall/stone03a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
267
+ 11:58:48: Texture: textures/egyptsoc_trim/096-01c.jpg: Loading 1 faces(PF_R8G8B8,256x96x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x128x1.
268
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-01d.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
269
+ 11:58:48: Texture: textures/egyptsoc_floor/block06a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
270
+ 11:58:48: Texture: textures/egyptsoc_wall/stone03d.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
271
+ 11:58:48: Texture: textures/egyptsoc_wall/stone03c.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
272
+ 11:58:48: Texture: textures/egyptsoc_mat/block02c.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
273
+ 11:58:48: Using Q3 shader textures/chiroptera/lig_064-02w1-2k
274
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_064-02w1.jpg: Loading 1 faces(PF_R8G8B8,64x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x64x1.
275
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_064-02w.blend.jpg: Loading 1 faces(PF_R8G8B8,64x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x64x1.
276
+ 11:58:48: Texture: textures/egyptsoc_floor/block01a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
277
+ 11:58:48: Texture: textures/egyptsoc_floor/block01b.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
278
+ 11:58:48: Texture: textures/egyptsoc_trim/032-01b.jpg: Loading 1 faces(PF_R8G8B8,256x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x32x1.
279
+ 11:58:48: Texture: textures/egyptsoc_mat/block02d.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
280
+ 11:58:48: Texture: textures/egyptsoc_trim/064-01b.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
281
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-01a.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
282
+ 11:58:48: Texture: textures/egyptsoc_trim/256-03a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
283
+ 11:58:48: Using Q3 shader textures/chiroptera/jpblue_floor1a
284
+ 11:58:48: Texture: textures/egyptsoc_sfx/jumppadsmall_b.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
285
+ 11:58:48: Texture: textures/egyptsoc_floor/jumppad1ab.tga: Loading 1 faces(PF_A8R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
286
+ 11:58:48: Texture: textures/egyptsoc_floor/jumppad1ab.blend.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
287
+ 11:58:48: Using Q3 shader textures/chiroptera/lig_064-02b1-2k
288
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_064-02b1.jpg: Loading 1 faces(PF_R8G8B8,64x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x64x1.
289
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_064-02b.blend.jpg: Loading 1 faces(PF_R8G8B8,64x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x64x1.
290
+ 11:58:48: Texture: textures/egyptsoc_trim/064-02c.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
291
+ 11:58:48: Using Q3 shader textures/chiroptera/lig_b064-01a
292
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_b064-01a.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
293
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_b064-01b.blend.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
294
+ 11:58:48: Texture: textures/egyptsoc_wall/stone04d.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
295
+ 11:58:48: Texture: textures/egyptsoc_mat/block01c.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
296
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-02a.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
297
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-03e.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
298
+ 11:58:48: Texture: textures/egyptsoc_trim/064-01c.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
299
+ 11:58:48: Texture: textures/egyptsoc_trim/v128-03c.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
300
+ 11:58:48: Texture: textures/egyptsoc_trim/v128-02d.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
301
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-02c.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
302
+ 11:58:48: Texture: textures/egyptsoc_trim/v128-01a.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
303
+ 11:58:48: Using Q3 shader textures/chiroptera/chiroptera_skybox
304
+ 11:58:48: Texture: textures/egyptsoc_trim/032-04c.jpg: Loading 1 faces(PF_R8G8B8,256x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x32x1.
305
+ 11:58:48: Texture: textures/egyptsoc_wall/stone04a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
306
+ 11:58:48: Texture: textures/egyptsoc_trim/v128-04d.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
307
+ 11:58:48: Texture: textures/egyptsoc_trim/032-03b.jpg: Loading 1 faces(PF_R8G8B8,256x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x32x1.
308
+ 11:58:48: Texture: textures/egyptsoc_trim/v064-02b.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
309
+ 11:58:48: Texture: textures/egyptsoc_trim/v128-02a.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
310
+ 11:58:48: Texture: textures/egyptsoc_trim/v096-01c.jpg: Loading 1 faces(PF_R8G8B8,96x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
311
+ 11:58:48: Using Q3 shader textures/chiroptera/lig_v192-01ba
312
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_v192-01ba.jpg: Loading 1 faces(PF_R8G8B8,96x192x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
313
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_v192-01b.blend.jpg: Loading 1 faces(PF_R8G8B8,96x192x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
314
+ 11:58:48: Texture: textures/egyptsoc_floor/block06b.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
315
+ 11:58:48: Texture: textures/egyptsoc_trim/128-03a.jpg: Loading 1 faces(PF_R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x128x1.
316
+ 11:58:48: Texture: textures/egyptsoc_trim/032-04d.jpg: Loading 1 faces(PF_R8G8B8,256x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x32x1.
317
+ 11:58:48: Using Q3 shader textures/chiroptera/lig_b064-01b
318
+ 11:58:48: Texture: textures/egyptsoc_sfx/lig_b064-01b.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
319
+ 11:58:48: Texture: textures/egyptsoc_trim/v128-02b.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
320
+ 11:58:49: Texture: textures/egyptsoc_wall/stone05a.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
321
+ 11:58:49: Texture: textures/egyptsoc_wall/zbighouse-logo.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
322
+ 11:58:49: Texture: textures/egyptsoc_wall/zbatcula-logo.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
323
+ 11:58:49: Using Q3 shader textures/chiroptera/nunuktelep
324
+ 11:58:49: Texture: textures/chiroptera/nunuktelep.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
325
+ 11:58:49: Texture: textures/chiroptera/nunuktelep2.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
326
+ 11:58:49: Texture: textures/egyptsoc_trim/064-04b.jpg: Loading 1 faces(PF_R8G8B8,256x64x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x64x1.
327
+ 11:58:49: Texture: textures/egyptsoc_trim/v064-01c.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
328
+ 11:58:49: Using Q3 shader textures/chiroptera/grate1a
329
+ 11:58:49: Texture: textures/egyptsoc_floor/grate1a.tga: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,128x128x1.
330
+ 11:58:49: Texture: textures/egyptsoc_trim/v064-03b.jpg: Loading 1 faces(PF_R8G8B8,64x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x256x1.
331
+ 11:58:49: Texture: textures/egyptsoc_mat/sand1b.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
332
+ 11:58:49: Finished loading resource group General
333
+ 11:58:49: *** Initializing OIS ***
334
+ 11:59:14: Unregistering ResourceManager for type BspLevel
335
+ 11:59:14: *-*-* OGRE Shutdown
336
+ 11:59:14: Unregistering ResourceManager for type Compositor
337
+ 11:59:14: Unregistering ResourceManager for type Font
338
+ 11:59:14: Unregistering ResourceManager for type Skeleton
339
+ 11:59:14: Unregistering ResourceManager for type Mesh
340
+ 11:59:14: Unregistering ResourceManager for type HighLevelGpuProgram
341
+ 11:59:14: Uninstalling plugin: Cg Program Manager
342
+ 11:59:14: Plugin successfully uninstalled
343
+ 11:59:14: Unloading library /usr/local/ogre/lib/OGRE/Plugin_CgProgramManager
344
+ 11:59:14: Uninstalling plugin: BSP Scene Manager
345
+ 11:59:14: Plugin successfully uninstalled
346
+ 11:59:14: Unloading library /usr/local/ogre/lib/OGRE/Plugin_BSPSceneManager
347
+ 11:59:14: Uninstalling plugin: ParticleFX
348
+ 11:59:14: Plugin successfully uninstalled
349
+ 11:59:14: Unloading library /usr/local/ogre/lib/OGRE/Plugin_ParticleFX
350
+ 11:59:14: Uninstalling plugin: Octree & Terrain Scene Manager
351
+ 11:59:14: Plugin successfully uninstalled
352
+ 11:59:14: Unloading library /usr/local/ogre/lib/OGRE/Plugin_OctreeSceneManager
353
+ 11:59:14: Uninstalling plugin: GL RenderSystem
354
+ 11:59:14: Render Target 'OGRE Render Window' Average FPS: 118.292 Best FPS: 199.005 Worst FPS: 58.4737
355
+ 11:59:14: Unregistering ResourceManager for type GpuProgram
356
+ 11:59:14: ******************************
256
357
  *** Stopping GLX Subsystem ***
257
358
  ******************************
258
- 07:10:45: Unregistering ResourceManager for type Texture
259
- 07:10:45: Plugin successfully uninstalled
260
- 07:10:45: Unloading library /usr/local/lib/OGRE/RenderSystem_GL
261
- 07:10:45: Unregistering ResourceManager for type Material
359
+ 11:59:14: Unregistering ResourceManager for type Texture
360
+ 11:59:15: Plugin successfully uninstalled
361
+ 11:59:15: Unloading library /usr/local/ogre/lib/OGRE/RenderSystem_GL
362
+ 11:59:15: Unregistering ResourceManager for type Material