aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/js/nms-data.js
Commit message (Collapse)AuthorAgeLines
* chore: cleanup repoOle Mathias Heggem2023-01-21-259/+0
|
* js linting / code fixup.Magnus Kirø2016-03-21-15/+15
|
* NMS: Implement improved ping mapKristian Lyngstol2016-03-16-0/+12
| | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be.
* NMSjs: Enable interactive movement of switches!Kristian Lyngstol2016-03-13-1/+4
| | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional.
* NMSjs: Split the info box out and clean further + tweakKristian Lyngstol2016-03-13-33/+20
|
* NMSjs: Get rid of more cruft.Kristian Lyngstol2016-03-13-7/+9
|
* NMSjs: Bump map handlers and moreKristian Lyngstol2016-03-12-14/+41
| | | | | The idea is that map handlers just register for events instead of this periodic update.
* NMSjs: Start applying the nmsData logic aka: break *Kristian Lyngstol2016-03-12-2/+7
| | | | | | | | | | | Things are currently somewhat broken, as expected. No handlers are updated. All in all, this isn't a disaster because it reveals a lot of crud that should never have been tied in with this logic to begin with. Will continue working on it after dinner.
* NMS: Prototype of nms-data seriously updatedKristian Lyngstol2016-03-12-53/+134
| | | | I think it's ready now...
* NMS: front: Prototyping of new generic pollerKristian Lyngstol2016-03-10-0/+142
Not used yet