MantisBT - Zandronum
View Issue Details
0000772Zandronum[All Projects] Bugpublic2012-04-15 01:192018-09-30 22:47
unknownna 
TIHan 
normalminoralways
closedfixed 
98d 
 
0000772: Textures scroll twice as fast online
Quote from "unknownna"
Quote from "SwordGrunt"
I noticed this when testing a map I'm working on, it has some scrolling textures near the start and they scroll relatively slow on singleplayer (speed 64), but they do it somewhat faster on multiplayer.

Linedef-based wall texture scrollers move twice as fast online.
No tags attached.
? scroll_texture_01.wad (1,306) 2012-04-15 01:19
/tracker/file_download.php?file_id=541&type=bug
Issue History
2012-04-15 01:19unknownnaNew Issue
2012-04-15 01:19unknownnaFile Added: scroll_texture_01.wad
2012-04-15 01:19unknownnaDescription Updatedbug_revision_view_page.php?rev_id=1729#r1729
2012-04-15 01:20unknownnaStatusnew => confirmed
2012-04-15 01:33TIHanAssigned To => TIHan
2012-04-15 01:33TIHanStatusconfirmed => assigned
2012-04-15 07:33TIHanNote Added: 0003276
2012-04-15 18:39TIHanNote Added: 0003293
2012-04-15 18:39TIHanStatusassigned => feedback
2012-04-15 20:19Torr SamahoStatusfeedback => needs review
2012-04-15 20:30Torr SamahoNote Added: 0003301
2012-04-15 20:30Torr SamahoStatusneeds review => feedback
2012-04-15 21:31TIHanNote Added: 0003305
2012-04-15 23:30unknownnaNote Added: 0003312
2012-04-15 23:30unknownnaStatusfeedback => assigned
2012-04-16 01:25TIHanStatusassigned => resolved
2012-04-16 01:25TIHanResolutionopen => fixed
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-30 22:47Blzut3Statusresolved => closed

Notes
(0003276)
TIHan   
2012-04-15 07:33   
I know what's causing this. I'll have to figure the best way to fix it.
(0003293)
TIHan   
2012-04-15 18:39   
Fixed.
'https://bitbucket.org/TIHan/tst/changeset/1ea413247112 [^]'
(0003301)
Torr Samaho   
2012-04-15 20:30   
Are you sure that it's necessary to zero out the line special on the client? I removed that change and it still seems to work.
(0003305)
TIHan   
2012-04-15 21:31   
Re-did the fix.
'https://bitbucket.org/TIHan/tst/changeset/8b83d7eff9ef [^]'
(0003312)
unknownna   
2012-04-15 23:30   
It seems to be working as intended (beta build fix). Well done.