Sounds.wiki
author kyberneticist@gmail.com
Tue, 14 Jan 2014 21:54:39 +0000
changeset 374 8473f5d4d817
parent 353 63a39be0fe92
child 430 fc319f027583
permissions -rw-r--r--
Edited wiki page SVGImport through web user interface.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
352
be5e67192b2c Update file reference from 'uConsts.pas' to 'uTypes.pas'
Caironater@gmail.com
parents: 20
diff changeset
     1
For a current list of sounds look at hedgewars/uTypes.pas http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#120
15
b36d8254781a improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents: 12
diff changeset
     2
{{{
12
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     3
    TSound = (sndNone,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     4
            sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     5
            sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     6
            sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     7
            sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     8
            sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     9
            sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    10
            sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    11
            sndCake, sndOw1, sndOw2, sndOw3, sndOw4, sndFirePunch1, sndFirePunch2,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    12
            sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    13
            sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    14
            sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    15
            sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    16
            sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    17
            sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    18
            sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    19
            sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    20
            sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    21
            sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    22
            sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
20
0cd14659de00 Updated for almost release 0.9.14
henrik.rostedt
parents: 15
diff changeset
    23
            sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
353
63a39be0fe92 Added sndPlane, sndTardis, sndFrozenHogImpact and sndIceBeam.
Caironater@gmail.com
parents: 352
diff changeset
    24
            sndComeonthen, sndParachute, sndBump, sndResurrector,
63a39be0fe92 Added sndPlane, sndTardis, sndFrozenHogImpact and sndIceBeam.
Caironater@gmail.com
parents: 352
diff changeset
    25
            sndPlane, sndTardis, sndFrozenHogImpact, sndIceBeam, sndHogFreeze);
20
0cd14659de00 Updated for almost release 0.9.14
henrik.rostedt
parents: 15
diff changeset
    26
}}}