equal
deleted
inserted
replaced
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; |