Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore: cleanup repo | Ole Mathias Heggem | 2023-01-21 | -590/+0 |
| | ||||
* | NMS: Let drawNow handle both epoch and date-string | Nicolai Tellefsen | 2016-04-03 | -1/+5 |
| | | | | | Unsure how to handle UTC vs non UTC. Atleast we can now see a date in both time-travel and live-data mode drawn to the map. | |||
* | NMS: Temporary map time adjustment | Nicolai Tellefsen | 2016-03-25 | -0/+6 |
| | | | | | Convert now-time from nmsData before displaying it in nmsMap in order to go from UTC to local time and a cleaner output format. | |||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-22 | -0/+5 |
|\ | ||||
| * | NMS: Hide infobox when clicking empty canvas area | Nicolai Tellefsen | 2016-03-22 | -0/+2 |
| | | ||||
| * | NMS: Make sure switch redraw also redraws infotext | Nicolai Tellefsen | 2016-03-22 | -0/+3 |
| | | ||||
* | | NMS: Tweak NMS public API and draw linknets | Kristian Lyngstol | 2016-03-22 | -0/+38 |
|/ | ||||
* | 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. |