SphereServer BugTracker - SphereServer
View Issue Details
0002104SphereServerexecutable - windows buildpublic21-10-12 14:4323-07-14 17:19
Shaklaban 
Terrikate 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
1519
0002104: update issues
removing statf_invisible flag causes full screen update. this issue only occurs with statf_invisible, statf_invis and hidden are normal.
cast invisible

walk

all screen will be updated (all characters in screen)
No tags attached.
Issue History
21-10-12 14:43ShaklabanNew Issue
21-10-12 14:48ShaklabanNote Added: 0001413
21-10-12 14:56ShaklabanIssue Monitored: Shaklaban
21-10-12 14:56ShaklabanIssue End Monitor: Shaklaban
22-10-12 02:02TerrikateAssigned To => Terrikate
22-10-12 02:02TerrikateStatusnew => assigned
22-10-12 02:38TerrikateNote Added: 0001414
22-10-12 02:38TerrikateStatusassigned => resolved
22-10-12 02:38TerrikateFixed in Version => 0.56c Nightly
22-10-12 02:38TerrikateResolutionopen => fixed
23-10-12 11:32ShaklabanNote Added: 0001415
23-10-12 11:32ShaklabanStatusresolved => feedback
23-10-12 11:32ShaklabanResolutionfixed => reopened
23-10-12 11:37ShaklabanNote Edited: 0001415bug_revision_view_page.php?bugnote_id=0001415#r465
23-10-12 17:06TerrikateStatusfeedback => confirmed
23-07-14 17:19XuNNote Added: 0002354
23-07-14 17:19XuNStatusconfirmed => resolved
23-07-14 17:19XuNResolutionreopened => fixed

Notes
(0001413)
Shaklaban   
21-10-12 14:48   
also update function sends full update to the client like resend command, in wiki its documented as:

UPDATE W Updates the state of the character to nearby clients.

but its also send all characters in the screen to the client which is called update on it.
(0001414)
Terrikate   
22-10-12 02:38   
There are several calls to the function UPDATE, for example, when the character connected and then it wasn't being loaded items/npcs on screen. Try it in the next build but I would say you are done.
(0001415)
Shaklaban   
23-10-12 11:32   
(edited on: 23-10-12 11:37)
invisiblity issue solved, but now update not works for the called-on character.

after .stone command, character cannot see its new state (stone or not). only can see after .resend command. other characters can see the new stone status without resend or update, only character which is stoned cannot see.

after .gold xxx + update command character cannot see his new gold. resend work in this case but its update the full screen, not only to the character itself or others characters.

i think only problem is after update characters new state not sended itself.

(0002354)
XuN   
23-07-14 17:19   
Not happening anymore.