PageRenderTime 313ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/llmessage/sound_ids.h

https://bitbucket.org/lindenlab/viewer-beta/
C++ Header | 289 lines | 241 code | 20 blank | 28 comment | 0 complexity | e45a4a8a1c06936bb7c8ca64832d3fcd MD5 | raw file
Possible License(s): LGPL-2.1
  1. /**
  2. * @file sound_ids.h
  3. * @brief Temporary holder for sound IDs.
  4. *
  5. * $LicenseInfo:firstyear=2001&license=viewerlgpl$
  6. * Second Life Viewer Source Code
  7. * Copyright (C) 2010, Linden Research, Inc.
  8. *
  9. * This library is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation;
  12. * version 2.1 of the License only.
  13. *
  14. * This library is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with this library; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. *
  23. * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
  24. * $/LicenseInfo$
  25. */
  26. #ifndef LL_SOUND_IDS_H
  27. #define LL_SOUND_IDS_H
  28. // *NOTE: Do not put the actual IDs in this file - otherwise the symbols
  29. // and values will be copied into every .o/.obj file and increase link time.
  30. class LLUUID;
  31. extern const LLUUID SND_NULL;
  32. extern const LLUUID SND_RIDE;
  33. extern const LLUUID SND_SHOT;
  34. extern const LLUUID SND_MORTAR;
  35. extern const LLUUID SND_HIT;
  36. extern const LLUUID SND_EXPLOSION;
  37. extern const LLUUID SND_BOING;
  38. extern const LLUUID SND_OBJECT_CREATE;
  39. // Different bird sounds for different states
  40. extern const LLUUID SND_CHIRP; // Flying random chirp
  41. extern const LLUUID SND_CHIRP2; // Spooked by user
  42. extern const LLUUID SND_CHIRP3; // Spooked by object
  43. extern const LLUUID SND_CHIRP4; // Chasing other bird
  44. extern const LLUUID SND_CHIRP5; // Hopping random chirp
  45. extern const LLUUID SND_CHIRPDEAD; // Hit by grenade - dead!
  46. extern const LLUUID SND_MUNCH;
  47. extern const LLUUID SND_PUNCH;
  48. extern const LLUUID SND_SPLASH;
  49. extern const LLUUID SND_CLICK;
  50. extern const LLUUID SND_WHISTLE;
  51. extern const LLUUID SND_TYPING;
  52. extern const LLUUID SND_ARROW_SHOT;
  53. extern const LLUUID SND_ARROW_THUD;
  54. extern const LLUUID SND_LASER_SHOT;
  55. extern const LLUUID SND_JET_THRUST;
  56. extern const LLUUID SND_SILENCE;
  57. extern const LLUUID SND_BUBBLES;
  58. extern const LLUUID SND_WELCOME;
  59. extern const LLUUID SND_SQUISH;
  60. extern const LLUUID SND_SUBPOD;
  61. extern const LLUUID SND_FOOTSTEPS;
  62. extern const LLUUID SND_STEP_LEFT;
  63. extern const LLUUID SND_STEP_RIGHT;
  64. extern const LLUUID SND_BALL_COLLISION;
  65. extern const LLUUID SND_OOOH_SCARE_ME;
  66. extern const LLUUID SND_PAYBACK_TIME;
  67. extern const LLUUID SND_READY_FOR_BATTLE;
  68. extern const LLUUID SND_FLESH_FLESH;
  69. extern const LLUUID SND_FLESH_PLASTIC;
  70. extern const LLUUID SND_FLESH_RUBBER;
  71. extern const LLUUID SND_GLASS_FLESH;
  72. extern const LLUUID SND_GLASS_GLASS;
  73. extern const LLUUID SND_GLASS_PLASTIC;
  74. extern const LLUUID SND_GLASS_RUBBER;
  75. extern const LLUUID SND_GLASS_WOOD;
  76. extern const LLUUID SND_METAL_FLESH;
  77. extern const LLUUID SND_METAL_GLASS;
  78. extern const LLUUID SND_METAL_METAL;
  79. extern const LLUUID SND_METAL_PLASTIC;
  80. extern const LLUUID SND_METAL_RUBBER;
  81. extern const LLUUID SND_METAL_WOOD;
  82. extern const LLUUID SND_PLASTIC_PLASTIC;
  83. extern const LLUUID SND_RUBBER_PLASTIC;
  84. extern const LLUUID SND_RUBBER_RUBBER;
  85. extern const LLUUID SND_STONE_FLESH;
  86. extern const LLUUID SND_STONE_GLASS;
  87. extern const LLUUID SND_STONE_METAL;
  88. extern const LLUUID SND_STONE_PLASTIC;
  89. extern const LLUUID SND_STONE_RUBBER;
  90. extern const LLUUID SND_STONE_STONE;
  91. extern const LLUUID SND_STONE_WOOD;
  92. extern const LLUUID SND_WOOD_FLESH;
  93. extern const LLUUID SND_WOOD_PLASTIC;
  94. extern const LLUUID SND_WOOD_RUBBER;
  95. extern const LLUUID SND_WOOD_WOOD;
  96. extern const LLUUID SND_SLIDE_FLESH_FLESH;
  97. extern const LLUUID SND_SLIDE_FLESH_PLASTIC;
  98. extern const LLUUID SND_SLIDE_FLESH_RUBBER;
  99. extern const LLUUID SND_SLIDE_FLESH_FABRIC;
  100. extern const LLUUID SND_SLIDE_FLESH_GRAVEL;
  101. extern const LLUUID SND_SLIDE_FLESH_GRAVEL_02;
  102. extern const LLUUID SND_SLIDE_FLESH_GRAVEL_03;
  103. extern const LLUUID SND_SLIDE_GLASS_GRAVEL;
  104. extern const LLUUID SND_SLIDE_GLASS_GRAVEL_02;
  105. extern const LLUUID SND_SLIDE_GLASS_GRAVEL_03;
  106. extern const LLUUID SND_SLIDE_GLASS_FLESH;
  107. extern const LLUUID SND_SLIDE_GLASS_GLASS;
  108. extern const LLUUID SND_SLIDE_GLASS_PLASTIC;
  109. extern const LLUUID SND_SLIDE_GLASS_RUBBER;
  110. extern const LLUUID SND_SLIDE_GLASS_WOOD;
  111. extern const LLUUID SND_SLIDE_METAL_FABRIC;
  112. extern const LLUUID SND_SLIDE_METAL_FLESH;
  113. extern const LLUUID SND_SLIDE_METAL_FLESH_02;
  114. extern const LLUUID SND_SLIDE_METAL_GLASS;
  115. extern const LLUUID SND_SLIDE_METAL_GLASS_02;
  116. extern const LLUUID SND_SLIDE_METAL_GLASS_03;
  117. extern const LLUUID SND_SLIDE_METAL_GLASS_04;
  118. extern const LLUUID SND_SLIDE_METAL_GRAVEL;
  119. extern const LLUUID SND_SLIDE_METAL_GRAVEL_02;
  120. extern const LLUUID SND_SLIDE_METAL_METAL;
  121. extern const LLUUID SND_SLIDE_METAL_METAL_02;
  122. extern const LLUUID SND_SLIDE_METAL_METAL_03;
  123. extern const LLUUID SND_SLIDE_METAL_METAL_04;
  124. extern const LLUUID SND_SLIDE_METAL_METAL_05;
  125. extern const LLUUID SND_SLIDE_METAL_METAL_06;
  126. extern const LLUUID SND_SLIDE_METAL_PLASTIC;
  127. extern const LLUUID SND_SLIDE_METAL_RUBBER;
  128. extern const LLUUID SND_SLIDE_METAL_WOOD;
  129. extern const LLUUID SND_SLIDE_METAL_WOOD_02;
  130. extern const LLUUID SND_SLIDE_METAL_WOOD_03;
  131. extern const LLUUID SND_SLIDE_METAL_WOOD_04;
  132. extern const LLUUID SND_SLIDE_METAL_WOOD_05;
  133. extern const LLUUID SND_SLIDE_METAL_WOOD_06;
  134. extern const LLUUID SND_SLIDE_METAL_WOOD_07;
  135. extern const LLUUID SND_SLIDE_METAL_WOOD_08;
  136. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL;
  137. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_02;
  138. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_03;
  139. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_04;
  140. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_05;
  141. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_06;
  142. extern const LLUUID SND_SLIDE_PLASTIC_PLASTIC;
  143. extern const LLUUID SND_SLIDE_PLASTIC_PLASTIC_02;
  144. extern const LLUUID SND_SLIDE_PLASTIC_PLASTIC_03;
  145. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC;
  146. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC_02;
  147. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC_03;
  148. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC_04;
  149. extern const LLUUID SND_SLIDE_RUBBER_PLASTIC;
  150. extern const LLUUID SND_SLIDE_RUBBER_PLASTIC_02;
  151. extern const LLUUID SND_SLIDE_RUBBER_PLASTIC_03;
  152. extern const LLUUID SND_SLIDE_RUBBER_RUBBER;
  153. extern const LLUUID SND_SLIDE_STONE_FLESH;
  154. extern const LLUUID SND_SLIDE_STONE_GLASS;
  155. extern const LLUUID SND_SLIDE_STONE_METAL;
  156. extern const LLUUID SND_SLIDE_STONE_PLASTIC;
  157. extern const LLUUID SND_SLIDE_STONE_PLASTIC_02;
  158. extern const LLUUID SND_SLIDE_STONE_PLASTIC_03;
  159. extern const LLUUID SND_SLIDE_STONE_RUBBER;
  160. extern const LLUUID SND_SLIDE_STONE_RUBBER_02;
  161. extern const LLUUID SND_SLIDE_STONE_STONE;
  162. extern const LLUUID SND_SLIDE_STONE_STONE_02;
  163. extern const LLUUID SND_SLIDE_STONE_WOOD;
  164. extern const LLUUID SND_SLIDE_STONE_WOOD_02;
  165. extern const LLUUID SND_SLIDE_STONE_WOOD_03;
  166. extern const LLUUID SND_SLIDE_STONE_WOOD_04;
  167. extern const LLUUID SND_SLIDE_WOOD_FABRIC;
  168. extern const LLUUID SND_SLIDE_WOOD_FABRIC_02;
  169. extern const LLUUID SND_SLIDE_WOOD_FABRIC_03;
  170. extern const LLUUID SND_SLIDE_WOOD_FABRIC_04;
  171. extern const LLUUID SND_SLIDE_WOOD_FLESH;
  172. extern const LLUUID SND_SLIDE_WOOD_FLESH_02;
  173. extern const LLUUID SND_SLIDE_WOOD_FLESH_03;
  174. extern const LLUUID SND_SLIDE_WOOD_FLESH_04;
  175. extern const LLUUID SND_SLIDE_WOOD_GRAVEL;
  176. extern const LLUUID SND_SLIDE_WOOD_GRAVEL_02;
  177. extern const LLUUID SND_SLIDE_WOOD_GRAVEL_03;
  178. extern const LLUUID SND_SLIDE_WOOD_GRAVEL_04;
  179. extern const LLUUID SND_SLIDE_WOOD_PLASTIC;
  180. extern const LLUUID SND_SLIDE_WOOD_PLASTIC_02;
  181. extern const LLUUID SND_SLIDE_WOOD_PLASTIC_03;
  182. extern const LLUUID SND_SLIDE_WOOD_RUBBER;
  183. extern const LLUUID SND_SLIDE_WOOD_WOOD;
  184. extern const LLUUID SND_SLIDE_WOOD_WOOD_02;
  185. extern const LLUUID SND_SLIDE_WOOD_WOOD_03;
  186. extern const LLUUID SND_SLIDE_WOOD_WOOD_04;
  187. extern const LLUUID SND_SLIDE_WOOD_WOOD_05;
  188. extern const LLUUID SND_SLIDE_WOOD_WOOD_06;
  189. extern const LLUUID SND_SLIDE_WOOD_WOOD_07;
  190. extern const LLUUID SND_SLIDE_WOOD_WOOD_08;
  191. extern const LLUUID SND_ROLL_FLESH_FLESH;
  192. extern const LLUUID SND_ROLL_FLESH_PLASTIC;
  193. extern const LLUUID SND_ROLL_FLESH_PLASTIC_02;
  194. extern const LLUUID SND_ROLL_FLESH_RUBBER;
  195. extern const LLUUID SND_ROLL_GLASS_GRAVEL;
  196. extern const LLUUID SND_ROLL_GLASS_GRAVEL_02;
  197. extern const LLUUID SND_ROLL_GLASS_FLESH;
  198. extern const LLUUID SND_ROLL_GLASS_GLASS;
  199. extern const LLUUID SND_ROLL_GLASS_PLASTIC;
  200. extern const LLUUID SND_ROLL_GLASS_RUBBER;
  201. extern const LLUUID SND_ROLL_GLASS_WOOD;
  202. extern const LLUUID SND_ROLL_GLASS_WOOD_02;
  203. extern const LLUUID SND_ROLL_GRAVEL_GRAVEL;
  204. extern const LLUUID SND_ROLL_GRAVEL_GRAVEL_02;
  205. extern const LLUUID SND_ROLL_METAL_FABRIC;
  206. extern const LLUUID SND_ROLL_METAL_FABRIC_02;
  207. extern const LLUUID SND_ROLL_METAL_FLESH;
  208. extern const LLUUID SND_ROLL_METAL_GLASS;
  209. extern const LLUUID SND_ROLL_METAL_GLASS_02;
  210. extern const LLUUID SND_ROLL_METAL_GLASS_03;
  211. extern const LLUUID SND_ROLL_METAL_GRAVEL;
  212. extern const LLUUID SND_ROLL_METAL_METAL;
  213. extern const LLUUID SND_ROLL_METAL_METAL_02;
  214. extern const LLUUID SND_ROLL_METAL_METAL_03;
  215. extern const LLUUID SND_ROLL_METAL_METAL_04;
  216. extern const LLUUID SND_ROLL_METAL_PLASTIC;
  217. extern const LLUUID SND_ROLL_METAL_PLASTIC_01;
  218. extern const LLUUID SND_ROLL_METAL_RUBBER;
  219. extern const LLUUID SND_ROLL_METAL_WOOD;
  220. extern const LLUUID SND_ROLL_METAL_WOOD_02;
  221. extern const LLUUID SND_ROLL_METAL_WOOD_03;
  222. extern const LLUUID SND_ROLL_METAL_WOOD_04;
  223. extern const LLUUID SND_ROLL_METAL_WOOD_05;
  224. extern const LLUUID SND_ROLL_PLASTIC_FABRIC;
  225. extern const LLUUID SND_ROLL_PLASTIC_PLASTIC;
  226. extern const LLUUID SND_ROLL_PLASTIC_PLASTIC_02;
  227. extern const LLUUID SND_ROLL_RUBBER_PLASTIC;
  228. extern const LLUUID SND_ROLL_RUBBER_RUBBER;
  229. extern const LLUUID SND_ROLL_STONE_FLESH;
  230. extern const LLUUID SND_ROLL_STONE_GLASS;
  231. extern const LLUUID SND_ROLL_STONE_METAL;
  232. extern const LLUUID SND_ROLL_STONE_PLASTIC;
  233. extern const LLUUID SND_ROLL_STONE_RUBBER;
  234. extern const LLUUID SND_ROLL_STONE_STONE;
  235. extern const LLUUID SND_ROLL_STONE_STONE_02;
  236. extern const LLUUID SND_ROLL_STONE_STONE_03;
  237. extern const LLUUID SND_ROLL_STONE_STONE_04;
  238. extern const LLUUID SND_ROLL_STONE_STONE_05;
  239. extern const LLUUID SND_ROLL_STONE_WOOD;
  240. extern const LLUUID SND_ROLL_STONE_WOOD_02;
  241. extern const LLUUID SND_ROLL_STONE_WOOD_03;
  242. extern const LLUUID SND_ROLL_STONE_WOOD_04;
  243. extern const LLUUID SND_ROLL_WOOD_FLESH;
  244. extern const LLUUID SND_ROLL_WOOD_FLESH_02;
  245. extern const LLUUID SND_ROLL_WOOD_FLESH_03;
  246. extern const LLUUID SND_ROLL_WOOD_FLESH_04;
  247. extern const LLUUID SND_ROLL_WOOD_GRAVEL;
  248. extern const LLUUID SND_ROLL_WOOD_GRAVEL_02;
  249. extern const LLUUID SND_ROLL_WOOD_GRAVEL_03;
  250. extern const LLUUID SND_ROLL_WOOD_PLASTIC;
  251. extern const LLUUID SND_ROLL_WOOD_PLASTIC_02;
  252. extern const LLUUID SND_ROLL_WOOD_RUBBER;
  253. extern const LLUUID SND_ROLL_WOOD_WOOD;
  254. extern const LLUUID SND_ROLL_WOOD_WOOD_02;
  255. extern const LLUUID SND_ROLL_WOOD_WOOD_03;
  256. extern const LLUUID SND_ROLL_WOOD_WOOD_04;
  257. extern const LLUUID SND_ROLL_WOOD_WOOD_05;
  258. extern const LLUUID SND_ROLL_WOOD_WOOD_06;
  259. extern const LLUUID SND_ROLL_WOOD_WOOD_07;
  260. extern const LLUUID SND_ROLL_WOOD_WOOD_08;
  261. extern const LLUUID SND_ROLL_WOOD_WOOD_09;
  262. extern const LLUUID SND_SLIDE_STONE_STONE_01;
  263. extern const LLUUID SND_STONE_DIRT_01;
  264. extern const LLUUID SND_STONE_DIRT_02;
  265. extern const LLUUID SND_STONE_DIRT_03;
  266. extern const LLUUID SND_STONE_DIRT_04;
  267. extern const LLUUID SND_STONE_STONE_02;
  268. extern const LLUUID SND_STONE_STONE_04;
  269. #endif