View Single Post
  #12  
Old 08-15-2014, 10:47 AM
noudess
Discordant
 
Join Date: Sep 2012
Location: Upstate NY
Posts: 274
Default

My code is at least a year off the main trunk. Is updatemgr.cpp even used anymore? I don't see it in the git repo. Maybe I am looking at the wrong place.

I added instrumentation to entity::QueueClients and entity::QueueCloseClients.

I ran the test watching a char standing on the grass. I repeated the test with her standing on the patio. Both just ouitside Erudin n Tox.

Both cases look identical in packets from her (there are tons of other packets from mobs all over), On the grass the anim is interrupted. On the patio it is not.

If she levitates, it always works.

Example instrumentation output:

Code:
[Fri Aug 15 11:52:37 2014] Felinicity Don't worry -  Be Happy.
[Fri Aug 15 11:52:37 2014] (close)packet OP_Emote(133) from Felinicity
[Fri Aug 15 11:52:37 2014] (close)packet OP_Animation(186) from Felinicity
[Fri Aug 15 11:52:37 2014] (close)packet OP_ClientUpdate(10) from a_kobold_runt032
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_decaying_skeleton010
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_kobold_scout004
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_kobold_runt000
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_kobold_sentry003
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_fire_beetle005
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_decaying_skeleton012
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from Felinicity
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_skunk009
[Fri Aug 15 11:52:38 2014] (close)packet OP_ClientUpdate(10) from a_fire_beetle011
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_fire_beetle022
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_kobold_watcher006
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_kobold_runt044
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_skunk022
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from Felinicity
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_kobold_runt044
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_kobold_watcher008
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from a_kobold_runt037
[Fri Aug 15 11:52:39 2014] (close)packet OP_ClientUpdate(10) from #Veisha_Fathomwalker000
Reply With Quote