# HG changeset patch # User Wuzzy # Date 1451670528 0 # Node ID 48abb34ab4b83baea38f0a76121fa2a4a4584466 # Parent 4e3ab1b3ff324f273d6ea6bd2f8e101e16fcda4e Put everything into a nice table diff -r 4e3ab1b3ff32 -r 48abb34ab4b8 Sounds.wiki --- a/Sounds.wiki Fri Jan 01 17:07:45 2016 +0000 +++ b/Sounds.wiki Fri Jan 01 17:48:48 2016 +0000 @@ -1,34 +1,125 @@ #summary List of all sounds -For a current list of sounds, look at `hedgewars/uTypes.pas`: +This is a list of sounds used in Hedgewars. -http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l120 +For a current list of sounds, look at `hedgewars/uTypes.pas`: [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l120] -{{{ - TSound = (sndNone, - sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, - sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, - sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2, - sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, - sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, - sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, - sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze, - sndCake, sndOw1, sndOw2, sndOw3, sndOw4, sndFirePunch1, sndFirePunch2, - sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, - sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, - sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, - sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, - sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops, - sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease, - sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, - sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, - sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket, - sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater, - sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8, - sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack, - sndComeonthen, sndParachute, sndBump, sndResurrector, - sndPlane, sndTardis, sndFrozenHogImpact, sndIceBeam, sndHogFreeze); -}}} += List of sounds = +|| *Variable name* || +|| `sndNone` || +|| `sndGrenadeImpact` || +|| `sndExplosion` || +|| `sndThrowPowerUp` || +|| `sndThrowRelease` || +|| `sndSplash` || +|| `sndShotgunReload` || +|| `sndShotgunFire` || +|| `sndGraveImpact` || +|| `sndMineTick` || +|| `sndPickhammer` || +|| `sndGun` || +|| `sndBee` || +|| `sndJump1` || +|| `sndJump2` || +|| `sndJump3` || +|| `sndYesSir` || +|| `sndLaugh` || +|| `sndIllGetYou` || +|| `sndIncoming` || +|| `sndMissed` || +|| `sndStupid` || +|| `sndFirstBlood` || +|| `sndBoring` || +|| `sndByeBye` || +|| `sndSameTeam` || +|| `sndNutter` || +|| `sndReinforce` || +|| `sndTraitor` || +|| `sndRegret` || +|| `sndEnemyDown` || +|| `sndCoward` || +|| `sndHurry` || +|| `sndWatchIt` || +|| `sndKamikaze` || +|| `sndCake` || +|| `sndOw1` || +|| `sndOw2` || +|| `sndOw3` || +|| `sndOw4` || +|| `sndFirePunch1` || +|| `sndFirePunch2` || +|| `sndFirePunch3` || +|| `sndFirePunch4` || +|| `sndFirePunch5` || +|| `sndFirePunch6` || +|| `sndMelon` || +|| `sndHellish` || +|| `sndYoohoo` || +|| `sndRCPlane` || +|| `sndWhipCrack` || +|| `sndRideOfTheValkyries` || +|| `sndDenied` || +|| `sndPlaced` || +|| `sndBaseballBat` || +|| `sndVaporize` || +|| `sndWarp` || +|| `sndSuddenDeath` || +|| `sndMortar` || +|| `sndShutter` || +|| `sndHomerun` || +|| `sndMolotov` || +|| `sndCover` || +|| `sndUhOh` || +|| `sndOops` || +|| `sndNooo` || +|| `sndHello` || +|| `sndRopeShot` || +|| `sndRopeAttach` || +|| `sndRopeRelease` || +|| `sndSwitchHog` || +|| `sndVictory` || +|| `sndSniperReload` || +|| `sndSteps` || +|| `sndLowGravity` || +|| `sndHellishImpact1` || +|| `sndHellishImpact2` || +|| `sndHellishImpact3` || +|| `sndHellishImpact4` || +|| `sndMelonImpact` || +|| `sndDroplet1` || +|| `sndDroplet2` || +|| `sndDroplet3` || +|| `sndEggBreak` || +|| `sndDrillRocket` || +|| `sndPoisonCough` || +|| `sndPoisonMoan` || +|| `sndBirdyLay` || +|| `sndWhistle` || +|| `sndBeeWater` || +|| `sndPiano0` || +|| `sndPiano1` || +|| `sndPiano2` || +|| `sndPiano3` || +|| `sndPiano4` || +|| `sndPiano5` || +|| `sndPiano6` || +|| `sndPiano7` || +|| `sndPiano8` || +|| `sndSkip` || +|| `sndSineGun` || +|| `sndOoff1` || +|| `sndOoff2` || +|| `sndOoff3` || +|| `sndWhack` || +|| `sndComeonthen` || +|| `sndParachute` || +|| `sndBump` || +|| `sndResurrector` || +|| `sndPlane` || +|| `sndTardis` || +|| `sndFrozenHogImpact` || +|| `sndIceBeam` || +|| `sndHogFreeze` || == See also ==