Gwyneth Llewelyn
|
8e14b3be89
Fix: default is empty string
|
1 년 전 |
Gwyneth Llewelyn
|
32af871fbe
A few changes, now that my linter is working inside Nova!
|
3 년 전 |
Gwyneth Llewelyn
|
b7aab65c15
Slight changes to make all functions documentable via godoc
|
4 년 전 |
Gwyneth Llewelyn
|
70ac188c7b
First attempt at a major change towards the go-logging logger plus lumberjack log rotator.
|
7 년 전 |
Gwyneth Llewelyn
|
1451154966
Removed redundant debug message for callURL
|
7 년 전 |
Gwyneth Llewelyn
|
2f6391252a
Implementing the engine’s main loop as an endless loop, where each time a new agent is selected for running. This will allow agents come in and go away (as well as master controllers!). I’m also trying to implement a method for avoiding that the same avatar gets picked over and over again.
|
7 년 전 |
Gwyneth Llewelyn
|
4269c79f2a
Added support for colourful output in the logs. It’s silly but looks great! :)
|
7 년 전 |
Gwyneth Llewelyn
|
1c70cb5137
Seems that we get some errors with the defer rs.Body.Close() … added some error checking before that.
|
7 년 전 |
Gwyneth Llewelyn
|
4ce8e00122
Fixed minor bug on the SQL query dealing with checking for phantom objects.
|
7 년 전 |
Gwyneth Llewelyn
|
0c77d78be8
To draw the map better, exclude from Obstacles any phantom objects (usually cubes) which will not be seen by the GA anyway, and avatars/NPCs, since we have other colours for avatars and cubes.
|
7 년 전 |
Gwyneth Llewelyn
|
85988b1665
Fixed bugs in testing for nil from an in-world HTTP response! (the reverse was intended!)
|
7 년 전 |
Gwyneth Llewelyn
|
56b677056d
Moving to MySQL. sqlite3 has problems with too much concurrency. Bug to be fixed: get unique indexes!
|
7 년 전 |
Gwyneth Llewelyn
|
c0bb36d673
Trying to find a bug where the database gets locked and never unlocks again.
|
7 년 전 |
Gwyneth Llewelyn
|
778605c143
Added a defer rows.Close() or else we might get into trouble
|
7 년 전 |
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 년 전 |
Gwyneth Llewelyn
|
284698edcb
Trying to fix some annoying in-world bugs when contacting the external server. Cacheing issues?
|
7 년 전 |
Gwyneth Llewelyn
|
78f186a3b8
Better tracking of error messages by displaying the original function where the error occurred.
|
7 년 전 |
Gwyneth Llewelyn
|
05a5a69c43
Added on the back office interface another LSL script for the Bot Controller.
|
7 년 전 |
Gwyneth Llewelyn
|
bb29b46b80
Hacked Automattic’s Gravatar Hovercards; now it works!
|
7 년 전 |
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 년 전 |
Gwyneth Llewelyn
|
10f2919bf0
Added a pie chart on the Dashboard to show total objects; cleared a LOT of CSS and made that top menu fixed (does not scroll with the rest of the page). It still needs some tweaking!
|
7 년 전 |
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.
|
7 년 전 |
Gwyneth Llewelyn
|
88f91db4a3
Attempt to use Gravatars (works) with their Hovercards (doesn’t work yet)
|
7 년 전 |
Gwyneth Llewelyn
|
9b39c3a907
Fixed the issue with ‘database locked’ - rows and statements were NOT being closed after being used!
|
7 년 전 |
Gwyneth Llewelyn
|
0698535846
More attempts at figuring out why the database gets locked so often (so far, no luck)
|
7 년 전 |
Gwyneth Llewelyn
|
772ab8fec5
simplifying error handling
|
7 년 전 |
Gwyneth Llewelyn
|
38d7e59fb0
Changing the way logging works, to figure out the problems of a locked database.
|
7 년 전 |
Gwyneth Llewelyn
|
bac8a854b5
Trying to solve the ‘database is locked’ error…
|
7 년 전 |
Gwyneth Llewelyn
|
3de0aadf53
- Added Leaflet.vector-markers to automatically get cute FontAwesome/Glyphicons-based markers
|
7 년 전 |
Gwyneth Llewelyn
|
2173211740
Tried to fix a cookie issue.
|
7 년 전 |