Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NMS: Implement read/write separation in frontend | Kristian Lyngstol | 2016-03-22 | -1/+1 |
| | ||||
* | MERGE fix. | Magnus Kirø | 2016-03-22 | -15/+29 |
|\ | ||||
| * | NMS: Tweak search highlight and hotkeys | Nicolai Tellefsen | 2016-03-21 | -8/+18 |
| | | ||||
* | | js linting / code fixup. | Magnus Kirø | 2016-03-21 | -37/+40 |
|/ | ||||
* | NMS: Fix switch movement and poll timeout | Kristian Lyngstol | 2016-03-21 | -1/+1 |
| | ||||
* | NMS: Fix nms-map load not triggering | Nicolai Tellefsen | 2016-03-20 | -2/+1 |
| | ||||
* | NMS: Fix disappearing BG on resizeEvent | Nicolai Tellefsen | 2016-03-20 | -0/+3 |
| | ||||
* | NMS: Add live highlight to search | Nicolai Tellefsen | 2016-03-17 | -4/+26 |
| | | | | | Original search only worked with exact matches. Added a simple highlight interface to nms-map.js to enable live highlights while typing. | |||
* | NMS: Moure output hacks | Kristian Lyngstol | 2016-03-17 | -4/+6 |
| | ||||
* | NMS: Improve rendering performance SLIGHTLY on blur | Kristian Lyngstol | 2016-03-17 | -9/+23 |
| | ||||
* | NMS: Blur | Kristian Lyngstol | 2016-03-17 | -22/+25 |
| | | | | All important blur. | |||
* | NMS: Fix switch moving bug | Kristian Lyngstol | 2016-03-13 | -1/+4 |
| | | | | | | If you just clicked a switch without moving it would use whatever coordinates were laying around, typically moving the switch onto the previously moved one. | |||
* | NMSjs: Enable interactive movement of switches! | Kristian Lyngstol | 2016-03-13 | -3/+93 |
| | | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional. | |||
* | NMSjs: Tweak/fix text drawing | Kristian Lyngstol | 2016-03-13 | -22/+31 |
| | ||||
* | NMSjs: Get rid of more cruft. | Kristian Lyngstol | 2016-03-13 | -3/+108 |
| | ||||
* | NMSjs: Bump map handlers and more | Kristian Lyngstol | 2016-03-12 | -1/+6 |
| | | | | | The idea is that map handlers just register for events instead of this periodic update. | |||
* | NMSjs: Massive rework of map drawing | Kristian Lyngstol | 2016-03-12 | -0/+265 |
Still half-way done, but it's looking better. Confirmed working right now: Comment spotter and disco. |