Gwyneth Llewelyn
|
221650c1d7
Commented out console.log() for messages normally received by the server.
|
7 years ago |
Gwyneth Llewelyn
|
359e95615a
Fixed minor SQL syntax bug.
|
7 years ago |
Gwyneth Llewelyn
|
a30754cb34
Added warning that cubes ought to be phantom, or agents will avoid bumping into them.
|
7 years ago |
Gwyneth Llewelyn
|
8112d3a236
Added Coords_region and Coords_xyz to objects, when we load it from the database into the engine, we will automatically parse everything to make it easier later on.
|
7 years ago |
Gwyneth Llewelyn
|
4c7b60b91f
Changes made to open the database and put it all in memory before the engine starts. With some debugging output.
|
7 years ago |
Gwyneth Llewelyn
|
778605c143
Added a defer rows.Close() or else we might get into trouble
|
7 years ago |
Gwyneth Llewelyn
|
e68588eb2d
Changed README.md with more information about how to setup things in-world.
|
7 years ago |
Gwyneth Llewelyn
|
7abfe6f6ca
First update of README.md to explain how the system is configured in-world
|
7 years ago |
Gwyneth Llewelyn
|
809e94820e
Added 3 scripts for the agent controller object, which is attached to it when it rezzes. README.md needs to be updated, but it essentially works. Also, textures for clothing should be on the inventory somewhere.
|
7 years ago |
Gwyneth Llewelyn
|
284698edcb
Trying to fix some annoying in-world bugs when contacting the external server. Cacheing issues?
|
7 years ago |
Gwyneth Llewelyn
|
1eba677f17
Fixing two Go template bugs, weird to track down.
|
7 years ago |
Gwyneth Llewelyn
|
e165e25a36
Had to fix ×tamp to be &timestamp or Go will break (bug?)
|
7 years ago |
Gwyneth Llewelyn
|
436a6517db
Had to fix ×tamp to be &timestamp or Go will break (bug?)
|
7 years ago |
Gwyneth Llewelyn
|
0d6a2f86ec
Correcting LSL scripts which had some syntax errors!
|
7 years ago |
Gwyneth Llewelyn
|
79b1f731d0
Better tracking of error messages by displaying the original function where the error occurred.
|
7 years ago |
Gwyneth Llewelyn
|
f7ed7c2a4b
Better tracking of error messages by displaying the original function where the error occurred.
|
7 years ago |
Gwyneth Llewelyn
|
78f186a3b8
Better tracking of error messages by displaying the original function where the error occurred.
|
7 years ago |
Gwyneth Llewelyn
|
05a5a69c43
Added on the back office interface another LSL script for the Bot Controller.
|
7 years ago |
Gwyneth Llewelyn
|
ef740eee9b
Removed ‘invisible’ placeholder for Gravatar Hovercards, since it wasn’t necessary after all (it gets created by the Automattic JS code)
|
7 years ago |
Gwyneth Llewelyn
|
38772bc2a7
There was a problem with favicons and other files that browsers expect to get from the root directory.
|
7 years ago |
Gwyneth Llewelyn
|
bb29b46b80
Hacked Automattic’s Gravatar Hovercards; now it works!
|
7 years ago |
Gwyneth Llewelyn
|
5b3d3cf175
Added a few more explanations about the new LSL scripts menu option that pre-generates the correct LSL scripts for the in-world configuration, but there is a lot more detail needed here for to to make sense for potential users of this application…
|
7 years ago |
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.
|
7 years ago |
Gwyneth Llewelyn
|
49dd4b610c
Added some comments regarding the choice of sync/atomic
|
7 years ago |
Gwyneth Llewelyn
|
5796ff9592
Work done to control remotely the engine, with visual feedback
|
7 years ago |
Gwyneth Llewelyn
|
c140e37b09
Added NullUUID, which will be useful throughout the later code
|
7 years ago |
Gwyneth Llewelyn
|
f81bb52567
First attempt to fix concurrent access at the engneRunning status variable using sync/atomic, but it seems not to be working, need to understand better how this package actually works
|
7 years ago |
Gwyneth Llewelyn
|
eff861e9ed
Engine running as a goroutine from the start, engine page is dealing with start/stop, messages are being sent and received, but still some tweaking with shared variables needed.
|
7 years ago |
Gwyneth Llewelyn
|
1b9b7f1a04
Revamped full client-based interface for the engine, it now handles practically everything needed to send commands to the engine, all that is missing is a start/stop button (will do that shortly!!!)
|
7 years ago |
Gwyneth Llewelyn
|
a0cf14c11e
Got rid of useless Gravatar profile/hovercard since I cannot make it work and the JS errors were annoying!
|
7 years ago |