MantisBT - Zandronum
View Issue Details
0000650Zandronum[All Projects] Bugpublic2012-01-15 03:592018-09-30 19:57
Dusk 
Torr Samaho 
normalmajoralways
closedfixed 
LinuxDebian6.0 "Squeeze"
98d 
1.0 
0000650: CancelFade () doesn't work online
If FadeTo() is in progress, CancelFade() will not cancel it out. It will, apparently, cancel the next fade, however. Clientsiding this seems to fix it, therefore my guess is that the clients aren't told about CancelFade() properly.

Attached is a test wad. Operates on MAP01, it has one room with two switches. Left switch begins fade (first to black and back out afterwards), right switch calls FadeTo().

When left switch is activated offline, right switch will cancel it out immediately. Online, it will not cancel the fade in, but the fade out will be immediate.

98e-r3299 behaves in an identical manner.
acs, client, fadeto
? CancelFadeShowcase.wad (1,512) 2012-01-15 03:59
/tracker/file_download.php?file_id=443&type=bug
Issue History
2012-01-15 03:59DuskNew Issue
2012-01-15 03:59DuskFile Added: CancelFadeShowcase.wad
2012-01-15 04:00DuskNote Added: 0002415
2012-01-15 14:19Torr SamahoNote Added: 0002418
2012-01-15 14:19Torr SamahoAssigned To => Torr Samaho
2012-01-15 14:19Torr SamahoStatusnew => feedback
2012-01-15 16:35DuskNote Added: 0002427
2012-01-15 16:35DuskStatusfeedback => assigned
2012-01-15 16:41Torr SamahoNote Added: 0002428
2012-01-15 16:41Torr SamahoStatusassigned => resolved
2012-01-15 16:41Torr SamahoFixed in Version => 1.0
2012-01-15 16:41Torr SamahoResolutionopen => fixed
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-30 19:57Blzut3Statusresolved => closed

Notes
(0002415)
Dusk   
2012-01-15 04:00   
> right switch calls FadeTo().
quick-fix: it calls CancelFade(), not FadeTo(). Duh.
(0002418)
Torr Samaho   
2012-01-15 14:19   
Please test if this fixes the issue.
(0002427)
Dusk   
2012-01-15 16:35   
Looks like nailed. :)
(0002428)
Torr Samaho   
2012-01-15 16:41   
Great :).