MantisBT - Zandronum
View Issue Details
0000484Zandronum[All Projects] Bugpublic2011-06-01 13:312018-09-30 19:53
unknownna 
Dusk 
normalminoralways
closedfixed 
98d 
1.0 
0000484: View bobs after being affected by Thing_Stop online
The view bob (movebob) is not frozen after being affected by Thing_Stop online.
I noticed this while testing Stronghold.
No tags attached.
related to 0000744closed Torr Samaho View bobs after unmorphing online 
related to 0000764feedback TIHan View bobs after being affected by A_Stop + PROP_FROZEN 
? thing_stop_test_01.wad (1,817) 2011-06-01 13:31
/tracker/file_download.php?file_id=357&type=bug
Issue History
2011-06-01 13:31unknownnaNew Issue
2011-06-01 13:31unknownnaFile Added: thing_stop_test_01.wad
2012-02-18 01:42DuskNote Added: 0002626
2012-02-18 01:49DuskNote Edited: 0002626bug_revision_view_page.php?bugnote_id=2626#r1329
2012-02-18 16:15Torr SamahoNote Added: 0002638
2012-02-18 16:15Torr SamahoStatusnew => resolved
2012-02-18 16:15Torr SamahoFixed in Version => 1.0
2012-02-18 16:15Torr SamahoResolutionopen => fixed
2012-02-18 16:15Torr SamahoAssigned To => Torr Samaho
2012-04-03 02:32TIHanRelationship addedrelated to 0000744
2012-04-03 12:10Torr SamahoAssigned ToTorr Samaho => Dusk
2012-04-12 03:08unknownnaRelationship addedrelated to 0000764
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-30 19:53Blzut3Statusresolved => closed

Notes
(0002626)
Dusk   
2012-02-18 01:42   
(edited on: 2012-02-18 01:49)
'https://bitbucket.org/CrimsonDusk/notebola/changeset/fcc7c9c8d880 [^]'

Clients weren't told about Thing_Stop calls. Also I had to adjust the CLIENT_MoveThing(Exact) commands so that they would know to stop the bobbing when the player is being stopped.

EDIT:'https://bitbucket.org/CrimsonDusk/notebola/changeset/d1e4d5a4f218 [^]'
Forgot to test by TID, leading into a copy/paste mistake...

(0002638)
Torr Samaho   
2012-02-18 16:15   
Looks plausible, added to Skulltag (albeit slightly shortened). I just hope that the cl_main changes don't have undesired side effects. I think they shouldn't but I'm not completely certain about this.