hedgewars/uTypes.pas
changeset 13018 0248cf0da834
parent 12898 8a40ce061d94
child 13042 29357016f374
equal deleted inserted replaced
13017:e2e40700c5cf 13018:0248cf0da834
   403             CurrHedgehog: LongWord;
   403             CurrHedgehog: LongWord;
   404             NameTagTex,
   404             NameTagTex,
   405             OwnerTex,
   405             OwnerTex,
   406             GraveTex,
   406             GraveTex,
   407             AIKillsTex,
   407             AIKillsTex,
       
   408             LuaTeamValueTex,
   408             FlagTex: PTexture;
   409             FlagTex: PTexture;
   409             Flag: shortstring;
   410             Flag: shortstring;
   410             GraveName: shortstring;
   411             GraveName: shortstring;
   411             FortName: shortstring;
   412             FortName: shortstring;
   412             Owner: shortstring;
   413             Owner: shortstring;
   419             PlayerHash: shortstring;   // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players
   420             PlayerHash: shortstring;   // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players
   420             stats: TTeamStats;
   421             stats: TTeamStats;
   421             hasGone: boolean;
   422             hasGone: boolean;
   422             skippedTurns: Longword;
   423             skippedTurns: Longword;
   423             isGoneFlagPendingToBeSet, isGoneFlagPendingToBeUnset: boolean;
   424             isGoneFlagPendingToBeSet, isGoneFlagPendingToBeUnset: boolean;
       
   425             luaTeamValue: ansistring;
       
   426             hasLuaTeamValue: boolean;
   424             end;
   427             end;
   425 
   428 
   426     TClan = record
   429     TClan = record
   427             Color: Longword;
   430             Color: Longword;
   428             Teams: array[0..Pred(cMaxTeams)] of PTeam;
   431             Teams: array[0..Pred(cMaxTeams)] of PTeam;