Commit Graph

192 Commits

Author SHA1 Message Date
Christian Paul
25ce95a8b3 Fix: test the variable color 2018-10-17 22:41:01 -07:00
Christian Paul
7a313c8a7c
Merge pull request #36 from jaller94/decaffeinate
Decaffeinate Mapscii
2018-10-16 23:46:08 -07:00
Christian Paul
a76679b8ac Merge remote-tracking branch 'upstream/master' into decaffeinate 2018-10-16 23:04:56 -07:00
Christian Paul
b704e21c4b
Merge pull request #21 from ZhukovAlexander/patch-1
Fix a typo
2018-10-16 22:04:42 -07:00
Christian Paul
02dc03de96
Merge pull request #37 from elopio/patch-2
Add the instructions to install the snap
2018-10-16 21:58:50 -07:00
Christian Paul
c6d76ec41c
Merge pull request #28 from elopio/snapcraft
Add the packaging metadata to build the mapscii snap
2018-10-16 21:51:57 -07:00
Leo Arias
43e589cbd1
Add the instructions to install the snap 2018-02-12 19:32:18 -06:00
Christian Paul
be9b703720 Update package-lock and README.md (removing CoffeeScript) 2017-12-23 02:18:55 -08:00
Christian Paul
57497ecea7 Fix breaking bug introduced in 0353effa67 2017-12-23 02:07:30 -08:00
Christian Paul
7d6aa54d33 Remove CoffeeScript dependency 2017-12-23 02:03:24 -08:00
Christian Paul
a784a55759 Fix zoom out on US keyboards 2017-12-23 01:56:47 -08:00
Christian Paul
f3efbae8ba Decaffeinate remaining methods of the Renderer class 2017-12-23 01:33:57 -08:00
Christian Paul
bfd5c54fa4 Decaffeinate remaining methods of the Tile class 2017-12-23 01:27:43 -08:00
Christian Paul
0353effa67 More code clean up in Renderer 2017-12-23 00:56:56 -08:00
Christian Paul
0c27a79ad6 Add ESLint configuration 2017-12-23 00:17:51 -08:00
Christian Paul
069de8c227 Remove unused parameter in Styler 2017-12-23 00:16:01 -08:00
Christian Paul
1f7245644e ESLint Disable no-constant-condition in Canvas 2017-12-23 00:15:40 -08:00
Christian Paul
f6485d9830 After ESLint in config 2017-12-23 00:15:08 -08:00
Christian Paul
d692c9317c After ESLint in BrailleBuffer 2017-12-23 00:08:46 -08:00
Christian Paul
ba09e8bd82 After ESLint in Mapscii 2017-12-23 00:08:14 -08:00
Christian Paul
eee880e237 After ESLint in Renderer 2017-12-23 00:08:01 -08:00
Christian Paul
8673da8ecb After ESLint in Styler 2017-12-23 00:07:42 -08:00
Christian Paul
804b55076d After ESLint in utils 2017-12-23 00:07:34 -08:00
Christian Paul
088b9a3b71 After ESLint in TileSource 2017-12-23 00:07:23 -08:00
Christian Paul
1369140af4 After ESLint in LabelBuffer 2017-12-23 00:07:12 -08:00
Christian Paul
09142e7a8f Decaffeinate Canvas 2017-12-23 00:06:47 -08:00
Christian Paul
4122e8826b 'use strict' in main.js 2017-12-22 22:40:38 -08:00
Christian Paul
bf8ebfd3df Clean up Renderer (still uses bluejay) 2017-12-22 22:40:02 -08:00
Christian Paul
f236f95383 Dirty translation of Tile.js 2017-12-22 22:35:26 -08:00
Christian Paul
283c245a88 Non-perfect translation of Renderer.js 2017-12-22 21:33:10 -08:00
Christian Paul
29b5b3ccb1 Decaffeinate TileSource 2017-12-21 02:18:34 -08:00
Christian Paul
d27e086758 Decaffeinate BrailleBuffer class 2017-11-24 02:01:05 -08:00
Christian Paul
9d9ef31f7b Make Styler strict 2017-11-24 01:42:09 -08:00
Christian Paul
fd40b57f51 Shorten the code by using Array.prototype.find in the Styler. 2017-11-24 00:01:05 -08:00
Christian Paul
554ae593be Unpolished translation of Styler.coffee 2017-11-23 23:43:18 -08:00
Christian Paul
2d22e33ff1 Decaffeinate Mapscii class 2017-11-04 18:32:27 -07:00
Christian Paul
6033f0be3c Decaffeinate utils 2017-11-04 18:18:58 -07:00
Christian Paul
48367926c2 Decaffeinate config 2017-11-04 17:10:50 -07:00
Christian Paul
ac784977d9 Decaffeinate LabelBuffer 2017-11-02 01:22:48 -07:00
Michael Straßburger
1251e3f257 ⬆️ updating dependencies 2017-10-25 22:18:09 +02:00
Michael Straßburger
45071fd931 🔖 bumping 0.1.6 2017-10-25 20:04:45 +02:00
Michael Straßburger
b65da50d05 👷 optimizing select order of node installations 2017-10-25 20:03:04 +02:00
Leo Arias
490a598d84 Add the packaging metadata to build the mapscii snap 2017-08-09 00:16:54 +00:00
Michael Straßburger
45315d4ccf ⬆️ upgrading to term-mouse 0.2.0 (closes #24) 2017-06-17 00:15:16 +02:00
Alexander Zhukov
5fcf553427 🔬 fix a typo 2017-05-14 18:26:21 +03:00
Michael Straßburger
cb42c21812 🔖 bumping 0.1.5 2017-05-14 14:47:49 +02:00
Michael Straßburger
60dfdb8135 📝 adding string-width to readme 2017-05-14 14:47:19 +02:00
Michael Straßburger
5873af5c96 Merge pull request #20 from rastapasta/ascii
Braille-less ASCII mode, using ▀ ▄ █ ▌▐ ■
2017-05-12 23:17:48 +02:00
Michael Straßburger
724e605317 🎨 convert braille idx to bitstring to allow ascii selection 2017-05-12 23:11:42 +02:00
Michael Straßburger
7edde3b30f 🎨 moving poiMarker to config, improving asciiMap 2017-05-12 19:58:39 +02:00