hedgewars/uTypes.pas
changeset 15590 147d0561bebc
parent 15588 96a02e385d54
child 15591 130b5052335c
equal deleted inserted replaced
15589:c259073a8052 15590:147d0561bebc
    93             sprCustom5, sprCustom6, sprCustom7, sprCustom8, sprFrozenAirMine, sprAirMine, sprHandAirMine,
    93             sprCustom5, sprCustom6, sprCustom7, sprCustom8, sprFrozenAirMine, sprAirMine, sprHandAirMine,
    94             sprFlakeL, sprSDFlakeL, sprCloudL, sprSDCloudL, sprCreeper, sprHandCreeper, sprMinigun,
    94             sprFlakeL, sprSDFlakeL, sprCloudL, sprSDCloudL, sprCreeper, sprHandCreeper, sprMinigun,
    95             sprSliderInverted, sprFingerBack, sprFingerBackInv, sprTargetPBack, sprTargetPBackInv,
    95             sprSliderInverted, sprFingerBack, sprFingerBackInv, sprTargetPBack, sprTargetPBackInv,
    96             sprHealthHud, sprHealthPoisonHud, sprVampHud, sprKarmaHud, sprMedicHud, sprMedicPoisonHud,
    96             sprHealthHud, sprHealthPoisonHud, sprVampHud, sprKarmaHud, sprMedicHud, sprMedicPoisonHud,
    97             sprHaloHud, sprInvulnHUD, sprAmPiano, sprHandLandGun, sprFirePunch, sprThroughWrap,
    97             sprHaloHud, sprInvulnHUD, sprAmPiano, sprHandLandGun, sprFirePunch, sprThroughWrap,
    98             sprDynamiteDefused, sprHogBubble);
    98             sprDynamiteDefused, sprHogBubble, sprHappy);
    99 
    99 
   100     // Gears that interact with other Gears and/or Land
   100     // Gears that interact with other Gears and/or Land
   101     // first row of gears (<gtExplosives) should be avoided when searching a spawn place
   101     // first row of gears (<gtExplosives) should be avoided when searching a spawn place
   102     TGearType = (gtFlame, gtHedgehog, gtMine, gtCase, gtAirMine, gtExplosives, 
   102     TGearType = (gtFlame, gtHedgehog, gtMine, gtCase, gtAirMine, gtExplosives, 
   103             gtGrenade, gtShell, gtGrave, gtBee, // 9
   103             gtGrenade, gtShell, gtGrave, gtBee, // 9
   187             siClanHealth, siTeamStats, siPlayerKills, siMaxTeamDamage,
   187             siClanHealth, siTeamStats, siPlayerKills, siMaxTeamDamage,
   188             siMaxTeamKills, siMaxTurnSkips, siCustomAchievement, siGraphTitle,
   188             siMaxTeamKills, siMaxTurnSkips, siCustomAchievement, siGraphTitle,
   189             siPointType, siTeamRank, siEverAfter);
   189             siPointType, siTeamRank, siEverAfter);
   190 
   190 
   191     // Various 'emote' animations a hedgehog can do
   191     // Various 'emote' animations a hedgehog can do
   192     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle, waveBubble);
   192     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle, waveBubble,
       
   193              waveHappy);
   193 
   194 
   194     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   195     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   195     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   196     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   196     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
   197     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
   197     TUIDisplay = (uiAll, uiNoTeams, uiNone);
   198     TUIDisplay = (uiAll, uiNoTeams, uiNone);
   526 
   527 
   527             sidCmdHeaderTaunts, sidCmdSpeech, sidCmdThink, sidCmdYell,
   528             sidCmdHeaderTaunts, sidCmdSpeech, sidCmdThink, sidCmdYell,
   528             sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya,
   529             sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya,
   529             sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle,
   530             sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle,
   530             sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown,
   531             sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown,
   531             sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble);
   532             sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy);
   532 
   533 
   533     // Events that are important for the course of the game or at least interesting for other reasons
   534     // Events that are important for the course of the game or at least interesting for other reasons
   534     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
   535     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
   535             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
   536             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
   536             eidHurtSelf, eidHomerun, eidGone, eidPoisoned, eidResurrected,
   537             eidHurtSelf, eidHomerun, eidGone, eidPoisoned, eidResurrected,