MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000377Soldat Dedicated ServerScripting Corepublic2013-08-09 12:392013-12-27 22:44
ReporterMighty 
Assigned ToExHunter 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Platformx86OSWindowsOS VersionXP SP3
Product Version2.7.5 
Target VersionFixed in Version2.7.7 
Summary0000377: Script Core 3 - Wrong values of TGame.TimeLeft
DescriptionCondition (Game.Timeleft=0) is TRUE every minute
Steps To ReproduceUse the script

procedure MyOnClockTick(t: integer);
begin
  if (Game.Timeleft=0) then
    WriteLn('TIMELEFT = 0');
end;

begin
  Game.OnClockTick := @MyOnClockTick;
end.
TagsNo tags attached.
John
Attached Files

- Relationships

-  Notes
(0001848)
Mighty (developer)
2013-08-09 15:00

Same thing happens with TimeLeft=1, so I guess the whole minute would be like that

- Issue History
Date Modified Username Field Change
2013-08-09 12:39 Mighty New Issue
2013-08-09 14:26 Falcon Assigned To => Falcon
2013-08-09 14:26 Falcon Status new => acknowledged
2013-08-09 14:27 Falcon Status acknowledged => confirmed
2013-08-09 15:00 Mighty Note Added: 0001848
2013-12-27 22:44 ExHunter Status confirmed => resolved
2013-12-27 22:44 ExHunter Fixed in Version => 2.7.7
2013-12-27 22:44 ExHunter Resolution open => fixed
2013-12-27 22:44 ExHunter Assigned To Falcon => ExHunter


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker