Searched refs:screenTime (Results 1 – 6 of 6) sorted by relevance
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/ |
H A D | States.cpp | 449 const float screenTime = 3; variable 577 if (screenTimer > screenTime) in update()
|
/dports/games/residualvm/residualvm-0.3.1/common/ |
H A D | recorderfile.cpp | 704 …String screenTime = String::format("%.2d:%.2d:%.2d", seconds / 3600 % 24, seconds / 60 % 60, secon… in checkRecordedMD5() local 706 …ugLevelEventRec, "playback:action=\"Check screenshot\" time=%s result = fail", screenTime.c_str()); in checkRecordedMD5() 709 …evelEventRec, "playback:action=\"Check screenshot\" time=%s result = success", screenTime.c_str()); in checkRecordedMD5()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/common/ |
H A D | recorderfile.cpp | 705 …String screenTime = String::format("%.2d:%.2d:%.2d", seconds / 3600 % 24, seconds / 60 % 60, secon… in checkRecordedMD5() local 707 …ugLevelEventRec, "playback:action=\"Check screenshot\" time=%s result = fail", screenTime.c_str()); in checkRecordedMD5() 710 …evelEventRec, "playback:action=\"Check screenshot\" time=%s result = success", screenTime.c_str()); in checkRecordedMD5()
|
/dports/games/scummvm/scummvm-2.5.1/common/ |
H A D | recorderfile.cpp | 784 …String screenTime = String::format("%.2d:%.2d:%.2d", seconds / 3600 % 24, seconds / 60 % 60, secon… in checkRecordedMD5() local 786 …ugLevelEventRec, "playback:action=\"Check screenshot\" time=%s result = fail", screenTime.c_str()); in checkRecordedMD5() 789 …evelEventRec, "playback:action=\"Check screenshot\" time=%s result = success", screenTime.c_str()); in checkRecordedMD5()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/ |
H A D | EventRecorder.cpp | 160 …Common::String screenTime = Common::String::format("%.2d:%.2d:%.2d", seconds / 3600 % 24, seconds … in processMillis() local 161 error("playback:action=error reason=\"synchronization error\" time = %s", screenTime.c_str()); in processMillis()
|
/dports/games/residualvm/residualvm-0.3.1/gui/ |
H A D | EventRecorder.cpp | 160 …Common::String screenTime = Common::String::format("%.2d:%.2d:%.2d", seconds / 3600 % 24, seconds … in processMillis() local 161 error("playback:action=error reason=\"synchronization error\" time = %s", screenTime.c_str()); in processMillis()
|