Gwyneth Llewelyn
|
0eec09c4b9
Found out that the garbage collector is too aggressive: if something does not reply to the ping command, it immediately excludes the item from the database (including agents). I included a timer which ought at least to contact the server every hour with a new PermURL.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
db24abf2dd
When checking if the command has a valid NPC key, exclude special commands osNpcCreate (which will *generate* that key) and ping (which does not require a NPC key)
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
6e28923ba9
Added missing code for remotely calling the gobot app to delete the agent from the database if it is removed.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
ee35407460
Deal with the issue of sending an invalid NPC key for an Agent that does not exist any more (because the database still does not reflect reality). Right now, I just skip dealing with that invalid Agent, but the whole engine infinite loop has to be rewritten to deal with Agents popping in and out.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
d480f390b4
More changes for setting profile + image
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
9f8d1fdb07
Added changes for setting profile + image.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
3c07ff5ed8
Add support for the “ping” command. We will need that for the Garbage Collector to know which objects are active and which are not.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
f31de139fe
Sanitising spaces to tabs.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
65cbb237f4
Changes to make it less chatty, and added a ping/pong for the garbage collector to know this object is still active.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
2c89ff8db9
Fixed code to include an event listener; this is crucial to clone avatars in-world!
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
284698edcb
Trying to fix some annoying in-world bugs when contacting the external server. Cacheing issues?
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
1eba677f17
Fixing two Go template bugs, weird to track down.
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
436a6517db
Had to fix ×tamp to be &timestamp or Go will break (bug?)
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
0d6a2f86ec
Correcting LSL scripts which had some syntax errors!
|
7 gadi atpakaļ |
Gwyneth Llewelyn
|
05a5a69c43
Added on the back office interface another LSL script for the Bot Controller.
|
7 gadi atpakaļ |