ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
sdk issues / GLOBAL MODE (Sdk)
sdk issues / GLOBAL MODE // SdkkfJun 11, 2003, 12:00pm
Maybe it is a good idea to collect all the oddities of the current sdk,
(especially in global mode) - so the developers will have it easier to look up the bugs. :-) With no doubt, the sdk is an integral part of the AW environment and deserves a high level of attention as well. tony mJun 11, 2003, 7:20pm
One oddity that Xelagots make more of a note of is that sometimes a global bot will receive an AW_EVENT_AVATAR_CHANGE/DELETE without an AW_EVENT_AVATAR_ADD event.
[View Quote] >Maybe it is a good idea to collect all the oddities of the current sdk, (especially in global mode) - so the developers will have it easier to look up the bugs. :-) > >With no doubt, the sdk is an integral part of the AW environment and deserves a high level of attention as well. baron sweetmanJun 11, 2003, 7:54pm
IMHO the SDK sends spurious info quite a lot of times, i had to add
quite a lot of code just to sort out spurious returns from actual returns AVATAR_ADD Events are particularly sensitive :( "tony m" <pcgeek05 at myrealbox.com> wrote in news:m17fevkpiucrtkpmdfmk7i8fgtf6omrrl5 at 4ax.com: > One oddity that Xelagots make more of a note of is that sometimes a > global bot will receive an AW_EVENT_AVATAR_CHANGE/DELETE without an > AW_EVENT_AVATAR_ADD event. > [View Quote] xelagJun 13, 2003, 3:20am
Oddities with add, change, delete are common in extreme bad
internet-weather situations. But global mode seems to favour oddities rather than regularities, even in the best of weathers :) Alex On 11 Jun 2003 17:20:45 -0400, "tony m" <pcgeek05 at myrealbox.com> [View Quote] >One oddity that Xelagots make more of a note of is that sometimes a global bot will receive an AW_EVENT_AVATAR_CHANGE/DELETE without an AW_EVENT_AVATAR_ADD event. > [View Quote] |