Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Online users list does not update properly #335

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) It doesn't show yourself on the list; while it arguably should.
2) Run two clients side-by-side; you'll realize that it doesn't immediately 
update the online window unless you close it out or cause it to update somehow. 

Original issue reported on code.google.com by hilts.va...@gmail.com on 5 Feb 2013 at 7:02

GoogleCodeExporter commented 9 years ago
I programmed it to never show yourself..as you know that you're online.. :P. If 
you want yourself added, all you have to do is remove 2 lines of code.

I also programmed it to only update when the form becomes visible.

So neither of these are bugs, just intentional coding. If you'd like it 
differently, just alter the code for your project :).

Confirm with me that this is all ok, then I'll close this issue.

Original comment by darksumm...@gmail.com on 5 Feb 2013 at 9:17

GoogleCodeExporter commented 9 years ago
I agree with Darksummon on this. Feel free to close the issue.

Original comment by devon.ke...@gmail.com on 5 Feb 2013 at 9:27