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 години |