MantisBT - Zandronum
View Issue Details
0002625Zandronum[All Projects] Bugpublic2016-02-10 03:072018-09-30 21:47
Tribeam3rd 
Torr Samaho 
normalminoralways
closedopen 
MicrosoftWindowsXP/Vista/7
3.0-beta 
3.03.0 
0002625: Interpolation Specials and Clientsided Cameras
The 'Interpolation Special' thing is a thing that calls an action special when the camera reaches it's 'Interpolation Point' with the same TID, this works fine in single player and serverside scripts, but clientside scripts are a different story.

When a 'Moving Camera' is activated clientside only, it works fine, until it reaches the 'Interpolation Special' and nothing happens...

Some gifs to demonstrate:
Whats suppose to happen:'https://dl.dropboxusercontent.com/u/49758621/good.gif [^]'
What happens in multi:'https://dl.dropboxusercontent.com/u/49758621/bad.gif [^]'

Included is a test wad, just press the switch in singleplayer and multiplayer and watch the difference

Or just watch the gifs...
No tags attached.
? camtest.wad (6,725) 2016-02-10 03:07
/tracker/file_download.php?file_id=1734&type=bug
? camtest212.wad (5,425) 2017-03-05 19:45
/tracker/file_download.php?file_id=2040&type=bug
Issue History
2016-02-10 03:07Tribeam3rdNew Issue
2016-02-10 03:07Tribeam3rdFile Added: camtest.wad
2016-12-24 22:43DuskTarget Version => 3.0
2017-01-30 07:27Torr SamahoNote Added: 0016732
2017-01-30 07:27Torr SamahoStatusnew => feedback
2017-03-05 19:45Torr SamahoFile Added: camtest212.wad
2017-03-05 19:47Torr SamahoNote Added: 0016943
2017-03-05 20:39Torr SamahoNote Added: 0016945
2017-03-05 21:47Torr SamahoNote Edited: 0016945bug_revision_view_page.php?bugnote_id=16945#r10236
2017-03-05 21:54Torr SamahoNote Added: 0016946
2017-03-05 21:54Torr SamahoAssigned To => Torr Samaho
2017-03-05 21:54Torr SamahoStatusfeedback => needs testing
2017-03-06 05:31Ru5tK1ngNote Added: 0016949
2017-03-06 07:03Torr SamahoNote Added: 0016953
2017-03-06 07:06Torr SamahoNote Edited: 0016953
2017-03-06 07:07Torr SamahoNote Edited: 0016953
2017-03-06 19:45Torr SamahoNote Edited: 0016953bug_revision_view_page.php?bugnote_id=16953#r10242
2017-03-06 19:45Torr SamahoNote Revision Dropped: 16953: 0010237
2017-03-06 19:45Torr SamahoNote Revision Dropped: 16953: 0010238
2017-03-06 19:46Torr SamahoNote Revision Dropped: 16953: 0010239
2017-03-06 21:06Ru5tK1ngNote Added: 0016962
2017-03-08 05:13Ru5tK1ngStatusneeds testing => resolved
2017-03-08 05:13Ru5tK1ngFixed in Version => 3.0
2018-09-30 21:47Blzut3Statusresolved => closed

Notes
(0016732)
Torr Samaho   
2017-01-30 07:27   
Unfortunately, the dropbox links are dead. Is the behavior any different in 2.1.2?
(0016943)
Torr Samaho   
2017-03-05 19:47   
I added a 2.1.2 compatible version of the example wad. This camera panning worked in 2.1.2 (the stopping doesn't seem to work there), so this is a regression.
(0016945)
Torr Samaho   
2017-03-05 20:39   
(edited on: 2017-03-05 21:47)
Looks like the problem started in 44214c3791c1ff50d1301a914e6db4a4dc25cbf3.

EDIT: And 0e94c4d68a1fdd0f4859f2a7952ef4688e00c32a caused additional complications.

(0016946)
Torr Samaho   
2017-03-05 21:54   
The 3.0 regression part of the problem should be fixed now.
(0016949)
Ru5tK1ng   
2017-03-06 05:31   
With r170305, the camera doesn't stop online like it does offline.
(0016953)
Torr Samaho   
2017-03-06 07:03   
(edited on: 2017-03-06 19:45)
The same happens in 2.1.2, right? So the regression part of the problem is fixed? Does it work if "clientside" is removed from the scripts?

(0016962)
Ru5tK1ng   
2017-03-06 21:06   
Removing clientside from the scripts seemed to fix the issue with the camera. In that case, I say this is resolved then.