Gwyneth Llewelyn
|
32af871fbe
A few changes, now that my linter is working inside Nova!
|
3 tahun lalu |
Gwyneth Llewelyn
|
b7aab65c15
Slight changes to make all functions documentable via godoc
|
4 tahun lalu |
Gwyneth Llewelyn
|
70ac188c7b
First attempt at a major change towards the go-logging logger plus lumberjack log rotator.
|
7 tahun lalu |
Gwyneth Llewelyn
|
62005f38e2
Added DistanceToAgent to PositionType. We need that for calculating the nearest cube, weighted down by the ‘need’ of the avatar.
|
7 tahun lalu |
Gwyneth Llewelyn
|
9136d682d2
Several changes when formatting errors; also deals better with the way the engine is started and stopped (responding to SIGHUP)
|
7 tahun lalu |
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.
|
7 tahun lalu |
Gwyneth Llewelyn
|
4c15765d7e
Removed some extraneous %s\n and ; which were copied over from the PHP version.
|
7 tahun lalu |
Gwyneth Llewelyn
|
4269c79f2a
Added support for colourful output in the logs. It’s silly but looks great! :)
|
7 tahun lalu |
Gwyneth Llewelyn
|
56b677056d
Moving to MySQL. sqlite3 has problems with too much concurrency. Bug to be fixed: get unique indexes!
|
7 tahun lalu |
Gwyneth Llewelyn
|
c0bb36d673
Trying to find a bug where the database gets locked and never unlocks again.
|
7 tahun lalu |
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 tahun lalu |
Gwyneth Llewelyn
|
79b1f731d0
Better tracking of error messages by displaying the original function where the error occurred.
|
7 tahun lalu |
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 tahun lalu |
Gwyneth Llewelyn
|
9b39c3a907
Fixed the issue with ‘database locked’ - rows and statements were NOT being closed after being used!
|
7 tahun lalu |
Gwyneth Llewelyn
|
0698535846
More attempts at figuring out why the database gets locked so often (so far, no luck)
|
7 tahun lalu |
Gwyneth Llewelyn
|
772ab8fec5
simplifying error handling
|
7 tahun lalu |
Gwyneth Llewelyn
|
3de0aadf53
- Added Leaflet.vector-markers to automatically get cute FontAwesome/Glyphicons-based markers
|
7 tahun lalu |
Gwyneth Llewelyn
|
287a415f6c
Added Insert/Update to ALL agGrids, including the (new) User Management agGrid. Includes some error checking when too many zeros/empty strings have been inserted in the database (but probably needs more)
|
7 tahun lalu |
Gwyneth Llewelyn
|
ac3e4126b8
Added INSERT/REMOVE functionality to the Agents table
|
7 tahun lalu |
Gwyneth Llewelyn
|
105bf025b4
Attempts to get removal of rows working: it works on the database, but the actual display on agGrid is not perfect yet.
|
7 tahun lalu |
Gwyneth Llewelyn
|
187db8f90a
User logins work; changed code to use zero.String in case sqlite3 has NULL strings which will blow up the Scan code; added the bit to send a command to a bot, and we get some results, but sometimes the app crashes (to-do)
|
7 tahun lalu |
Gwyneth Llewelyn
|
389fdd6047
Added missing updating functions for inventory and positions, now all 4 agGrids work.
|
7 tahun lalu |
Gwyneth Llewelyn
|
552d6c9c27
Added required functionality for the Agents page to also be able to change/update each row.
|
7 tahun lalu |
Gwyneth Llewelyn
|
ad3445146f
Adding updates to the database from changing the grid on the web app
|
7 tahun lalu |
Gwyneth Llewelyn
|
d506ec3ad2
Grid now works for all options (read-only for now).
|
7 tahun lalu |