Gwyneth Llewelyn
|
32af871fbe
A few changes, now that my linter is working inside Nova!
|
%!s(int64=3) %!d(string=hai) anos |
Gwyneth Llewelyn
|
4d3f63d657
Sensor data was being added to the database with the Owner Name instead of the Object Name; this was because bots had scripted objects with the same name; now, because sensors can be placed inside other in-world objects, it makes more sense to store the Object Name instead.
|
%!s(int64=6) %!d(string=hai) anos |
Gwyneth Llewelyn
|
70ac188c7b
First attempt at a major change towards the go-logging logger plus lumberjack log rotator.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
8b9348a908
Implemented the basic functionality of the cubes: when an avatar sits on them, it gets ‘recharged’. The GA is still very simple, it tries to go next to the nearest cube for the lowest setting it has. In the future, this may be implemented in the GA as well. Note: the GA still needs a LOT of fixing, since it hardly sends the avatars to the right place!
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
9b394e835e
Fixed stupid bug in the command URL when updating the NPC money/energy/happiness setting
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
44f12c03e8
Added a few checks to see what the bot is responding to the requests of changing money/happiness/energy
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
73d4a6a24e
Attempt to deal better with edge situations when NPCs/avatars sit down on a cube.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
5941fb57ed
Several changes preparing code to deal with NPCs sitting on the cubes. Some LSL was also changed, because if the llSitTarget is not set, it will *always* return the Null_UUID.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
9a1b4b7c34
Start preparing stuff for dealing with cubes changing money/energy/happiness
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
a14f4e9fde
First checks to see what is the closest obstacle to each NPC.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
56b677056d
Moving to MySQL. sqlite3 has problems with too much concurrency. Bug to be fixed: get unique indexes!
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
c0bb36d673
Trying to find a bug where the database gets locked and never unlocks again.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
284698edcb
Trying to fix some annoying in-world bugs when contacting the external server. Cacheing issues?
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
1eba677f17
Fixing two Go template bugs, weird to track down.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
f7ed7c2a4b
Better tracking of error messages by displaying the original function where the error occurred.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
4fa37c3d95
Generate LSL scripts on demand, based on the configuration file parameters. That way we guarantee that LSL scripts are correctly filled out and in sync with the Go installation.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
7958701360
Working with WebSockets to update the Engine page display, which is crucial as we enter the next stage, which is to get the engine actually doing something — and logging what it does on the respective page.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
9b39c3a907
Fixed the issue with ‘database locked’ - rows and statements were NOT being closed after being used!
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
0698535846
More attempts at figuring out why the database gets locked so often (so far, no luck)
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
e59a97a205
Removed the console logs for inworld.go, I know it works now.
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
ad3445146f
Adding updates to the database from changing the grid on the web app
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
b64edadc05
Intermediary stage gf committing, working on back office
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
01a05ec27c
minor change, just a typo on a comment
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
97f4f2ca03
Finished porting all inworld scripts, tested on OpenSimulator to see that it really works!
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
21ebe6e791
Added updateSensor() and a config value for the server port
|
%!s(int64=7) %!d(string=hai) anos |
Gwyneth Llewelyn
|
b376031435
First experiments with a simple router to capture requests for updating inventory
|
%!s(int64=7) %!d(string=hai) anos |