Jeff Parsons
|
2ec8ebd11d
|
Merge branch 'master' into gh-pages
|
2017-01-30 15:58:24 -08:00 |
|
Jeff Parsons
|
f21deebffb
|
Perform a more conservative remapping of keyCodes for Firefox's sake
|
2017-01-30 15:30:44 -08:00 |
|
Jeff Parsons
|
28856674c2
|
iOS fixes for PC8080; specifically, the VT100
|
2017-01-30 13:15:27 -08:00 |
|
Jeff Parsons
|
0c08b72d99
|
Merge branch 'master' into gh-pages
|
2017-01-28 23:03:45 -08:00 |
|
Jeff Parsons
|
5edbdcdce2
|
Factored PDP-11 drive controller logic into a device-independent superclass (drive.js) and a device-dependent subclass (rk11.js); the RL11 controller is ready to be factored next
|
2017-01-28 13:39:19 -08:00 |
|
Jeff Parsons
|
16fd3961de
|
Merge branch 'master' into gh-pages
# Conflicts:
# modules/shared/es6/component.js
# modules/shared/lib/sticky.js
|
2017-01-25 11:47:07 -08:00 |
|
Jeff Parsons
|
25af103509
|
Added support in the Node web server for scripts on web pages, too
|
2017-01-25 11:45:22 -08:00 |
|
Jeff Parsons
|
c37cb26800
|
Support for scripts on web pages
|
2017-01-25 09:44:06 -08:00 |
|
Jeff Parsons
|
80779fbab2
|
Merge branch 'master' into gh-pages
# Conflicts:
# _posts/2017-01-03-pdp-11-tutorials.md
|
2017-01-03 17:30:58 -08:00 |
|
Jeff Parsons
|
43bec5fd03
|
Final tweaks to initial sticky machine demo
|
2017-01-03 17:28:35 -08:00 |
|
Jeff Parsons
|
0eccf30d3c
|
Support for sticky machines when using the Node web server (so that we have parity between the Node and Jekyll web environments)
|
2017-01-02 23:21:16 -08:00 |
|
Jeff Parsons
|
61be09d54a
|
Minimal support for "sticky" machines (ie, machines that can't be scrolled off the top of the page)
|
2017-01-02 22:17:12 -08:00 |
|
Jeff Parsons
|
6c21a2722c
|
Merge branch 'master' into gh-pages
# Conflicts:
# modules/shared/es6/component.js
|
2017-01-02 16:54:07 -08:00 |
|
Jeff Parsons
|
67e1e66cb1
|
More Node-related module tidying (but still doesn't solve ES6 browser issues with uncompiled code)
|
2017-01-02 16:51:09 -08:00 |
|
Jeff Parsons
|
a7f9667b55
|
Merge branch 'master' into gh-pages
|
2017-01-02 15:17:56 -08:00 |
|
Jeff Parsons
|
b5d6afd210
|
Protect all Node-specific code with NODE checks
|
2017-01-02 15:16:18 -08:00 |
|
Jeff Parsons
|
61e44fbf1f
|
Working through Jekyll build issues with uncompiled ES6 code
|
2017-01-02 14:52:55 -08:00 |
|
Jeff Parsons
|
138b2534e5
|
Fixed a few (spurious?) WebStorm inspection warnings, and added some band-aid code to netlib.js so that PDP-11 machines running in the Node environment can fetch all their resources, whether local or remote
|
2017-01-01 14:02:15 -08:00 |
|
Jeff Parsons
|
f87161f5d6
|
v1.32.0: The New Year Release
|
2016-12-30 15:56:01 -08:00 |
|
Jeff Parsons
|
4b345bb3d2
|
PDP-11 command-line (Node-based) operation is finally working
|
2016-12-30 14:51:32 -08:00 |
|
Jeff Parsons
|
51c7b96f3c
|
Node pdp11 utility can now properly initialize all machine components (although there are still some type issues with some of the properties we're extracting from the machine XML)
|
2016-12-29 13:08:23 -08:00 |
|
Jeff Parsons
|
0f680839f7
|
Converted PC8080 to ES6
|
2016-12-28 10:03:58 -08:00 |
|
Jeff Parsons
|
d930b31c53
|
Some minor changes to make it easier to load a machine in the Node environment
|
2016-12-27 22:05:59 -08:00 |
|
Jeff Parsons
|
5e2073f3ac
|
Let's switch from import back to require, to simplify future Node support
|
2016-12-27 17:16:18 -08:00 |
|
Jeff Parsons
|
480e629ec6
|
Keep the ES5 and ES6 shared folders in sync
|
2016-12-27 15:39:17 -08:00 |
|
Jeff Parsons
|
b15c8cf51e
|
More PDP-11 documentation additions
|
2016-12-22 22:58:35 -08:00 |
|
Jeff Parsons
|
a6a855c4cd
|
Fixed assorted inspection errors
|
2016-12-21 17:40:02 -08:00 |
|
Jeff Parsons
|
a03f076355
|
Fixed assorted inspection errors
|
2016-12-21 17:37:01 -08:00 |
|
Jeff Parsons
|
127442d405
|
Some notes on ES6 adoption and work-arounds
|
2016-12-21 16:24:26 -08:00 |
|
Jeff Parsons
|
772bd39543
|
I'm Dreaming of White Spaces
|
2016-12-18 15:05:41 -08:00 |
|
Jeff Parsons
|
f4f6181923
|
v1.31.0 marks our first transition to ES6 classes, but only for PDPjs initially (which is why there must be both /lib and /es6 files in the shared folder for now)
|
2016-12-18 11:31:55 -08:00 |
|