Commit History

Author SHA1 Message Date
  Gwyneth Llewelyn a9e4de8889 Prepare to use modules 4 years ago
  Gwyneth Llewelyn c9cfd88b8d Prepare to use modules 4 years ago
  Gwyneth Llewelyn 5c3741b5cd Separating functions, as recommended by https://tutorialedge.net/projects/chat-system-in-go-and-react/part-4-handling-multiple-clients/ 4 years ago
  Gwyneth Llewelyn 19c6a44372 Testing the Gorilla WebSocket implementation (allegedly far better than the one that I’ve been using so far) 4 years ago
  Gwyneth Llewelyn 6acca596f7 Create CONTRIBUTING.md 4 years ago
  Gwyneth Llewelyn b7aab65c15 Slight changes to make all functions documentable via godoc 4 years ago
  Gwyneth Llewelyn 5cfda1211d Adding a MIT license 4 years ago
  Gwyneth Llewelyn 44a47a4f94 Fixed a tiny comment (sqlite3 instead of sql3lite), mainly to test if the whole setup is working fine. 4 years ago
  Gwyneth Llewelyn 13856165e0 Success! Using-leaflet-sl-testing.html now does show the OpenSim map properly! jQuery is called from the CDN; mustache.js seems to be a bit unnecessary, and has no CDN, so we’ve placed it locally. The next step is to ‘prune’ all unnecessary code — specific to SL — and just keep what matters (and test if the markers still work; and possibly figure out a way to search for a specific region name, as MWI does) 5 years ago
  Gwyneth Llewelyn da74d85faf Mapping attempt using leaflet-rastercoords 5 years ago
  Gwyneth Llewelyn 6ed3278bb5 All tests are failing so far… 5 years ago
  Gwyneth Llewelyn 69c97ea769 -moz-border-radius is deprecated; Mozilla/Gecko now uses the standard border-radius instead and drops an error with -moz* 5 years ago
  Gwyneth Llewelyn f0df847493 More tests… 5 years ago
  Gwyneth Llewelyn 20f24b71ff Tests to get the map working 5 years ago
  Gwyneth Llewelyn b79b70ca54 Revert the split between header and footer templates for Leaflet + fancy markers — these simply need all JS and CSS on the header, or it bombs. 5 years ago
  Gwyneth Llewelyn 852c7ed470 Shuffling around links on the header: pushing .js to the footer (keeping .css on the header) and using remote CDN if available (and if it works with our current implementation!), namely for Leaflet, Bootstrap Dialog, etc. 5 years ago
  Gwyneth Llewelyn f067ea98b0 A temporary file to do some tests with Leaflet connected to OpenSim maps 5 years ago
  Gwyneth Llewelyn 6d7dcbd6d0 Bumped to Leaflet 1.5.1 5 years ago
  Gwyneth Llewelyn 21d7957d28 Moved </head> down a bit for visual consistency. 6 years ago
  Gwyneth Llewelyn 5cd3296712 Repl. awat by away in a comment. 6 years ago
  Gwyneth Llewelyn acd58812ec Small change in comments. 6 years ago
  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. 6 years ago
  Gwyneth Llewelyn a74fbcf140 Stupidly was subtracting current time from start time, when Go has time.Since(time_start)… duh! 7 years ago
  Gwyneth Llewelyn 58f8cbeeea Fixed broken markdown on Unix shell commands 7 years ago
  Gwyneth Llewelyn 7b9bd9be97 Changed to reflect the ability to run/stop gobot from systemd under Ubuntu 7 years ago
  Gwyneth Llewelyn 036c9bb2dd Corrected a bug. Note that people will need to fix this manually for their own purposes. 7 years ago
  Gwyneth Llewelyn 66cc4fc88d For systemd 7 years ago
  Gwyneth Llewelyn faddf97d1c Added information about the new one-step button, to run the simulation just once and then stop (for making debugging easier). 7 years ago
  Gwyneth Llewelyn b271725217 Added a new functionality: running just one step of the simulation, then stop the engine. This replicates the functionality of the old PHP code and makes it easier to debug. 7 years ago
  Gwyneth Llewelyn ef247ae89c Added the text table prettifying functionality again, as the @jaytailor (maintainer of html2text) fixed the issue — it was an edge case on my side, where the number of header columns didn’t match the number of data columns (which is valid HTML, but html2text panicked). 7 years ago