Advertisement
Guest User

Untitled

a guest
Nov 5th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. -------- THE HPL ENGINE LOG ------------
  2. Creating Engine Modules
  3. --------------------------------------------------------
  4. Creating graphics module
  5. Creating system module
  6. Creating resource module
  7. Creating input module
  8. Creating sound module
  9. Creating physics module
  10. Creating ai module
  11. Creating gui module
  12. Creating generate module
  13. Creating haptic module
  14. Creating scene module
  15. --------------------------------------------------------
  16.  
  17. Initializing Resources Module
  18. --------------------------------------------------------
  19. Creating loader handlers
  20. Creating resource managers
  21. Adding loaders to handlers
  22. --------------------------------------------------------
  23.  
  24. Initializing Graphics Module
  25. --------------------------------------------------------
  26. --------------------------------------------------------
  27.  
  28. Initializing Sound Module
  29. --------------------------------------------------------
  30. Initializing OpenAL
  31. Available OpenAL devices:
  32. 0. ALSA Software on default(OpenAL default)
  33. 1. ALSA Software on HDA ATI SB [ALC887-VD Analog] (hw:0,0)
  34. 2. ALSA Software on HDA ATI SB [ALC887-VD Digital] (hw:0,1)
  35. 3. ALSA Software on HDA ATI HDMI [ID aa01 Digital] (hw:1,3)
  36. Trying to open device 'ALSA Software on default'... Success!
  37. Number of mono sources: 32
  38. Streaming setup: 2 Buffers x 524288 bytes each
  39. --------------------------------------------------------
  40.  
  41. Initializing Game Module
  42. --------------------------------------------------------
  43. Adding engine updates
  44. Initializing script functions
  45. --------------------------------------------------------
  46.  
  47. User Initialization
  48. --------------------------------------------------------
  49. --------------------------------------------------------
  50.  
  51. Exiting Gui Module
  52. --------------------------------------------------------
  53. Deleting all sets
  54. Deleting all skins
  55. Deleting all gfx elements
  56. Deleting all materials
  57. --------------------------------------------------------
  58.  
  59. Exiting Generate Module
  60. --------------------------------------------------------
  61. --------------------------------------------------------
  62.  
  63. Exiting Scene Module
  64. --------------------------------------------------------
  65. --------------------------------------------------------
  66.  
  67. Exiting Input Module
  68. --------------------------------------------------------
  69. --------------------------------------------------------
  70.  
  71. Exiting Sound Module
  72. --------------------------------------------------------
  73. --------------------------------------------------------
  74.  
  75. Exiting Graphics Module
  76. --------------------------------------------------------
  77. --------------------------------------------------------
  78.  
  79. Exiting Resources Module
  80. --------------------------------------------------------
  81. Done with fonts
  82. Done with scripts
  83. Done with particles
  84. Done with sounds
  85. Done with meshes
  86. Done with materials
  87. Done with Gpu programs
  88. Done with images
  89. Destroyed all textures
  90. Done with sound entities
  91. Done with animations
  92. Done with ent files
  93. All resources deleted
  94. --------------------------------------------------------
  95.  
  96. Exiting Physics Module
  97. --------------------------------------------------------
  98. --------------------------------------------------------
  99.  
  100. Exiting System Module
  101. --------------------------------------------------------
  102. --------------------------------------------------------
  103.  
  104. Deleting game setup provided by user
  105. - Deleting lowlevel stuff.
  106. Physics
  107. Sound
  108. Input
  109. Resources
  110. System
  111. Graphics
  112. Haptic
  113. HPL Exit was successful!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement