Commit Graph

17 Commits

Author SHA1 Message Date
Brendan Robert
0c0b2c107c Backported changes from Lawless Legends app experience; namely better boot behavior and also UI Controls Overlay. :) 2018-01-12 23:27:56 -06:00
Brendan Robert
61356782b6 Removed debug line 2016-01-13 22:25:35 -06:00
Brendan Robert
b9fcc6d82d Fixed ctrl sending key events by itself to the emulator. This fixes the ctrl-c issue reported by Michael as well. 2016-01-13 22:25:14 -06:00
Brendan Robert
ca6a831020 Reset keyboard state when window is deactivated/reactivated 2016-01-03 16:43:31 -06:00
Brendan Robert
616d1c09a0 Added roundtrip test for lemonade stand and fixed bugs to make test pass 2015-07-24 00:32:15 -07:00
Brendan Robert
dba2a938b0 Addition of Jace IDE with partial basic and full Acme Cross-assembler support 2015-07-15 01:29:37 -05:00
Brendan Robert
3fa800d791 Fix for control keys on Windows 8.1 (thanks again, Jason Scott!) 2015-03-29 14:35:44 -05:00
Brendan Robert
959a496e59 FIX: Shift was not properly relaying keys being sent to the emulator in Windows 8.1 (Thanks Justin Scott!) 2015-03-29 14:17:07 -05:00
Brendan Robert
13483860b5 Silenced debug message 2015-03-29 00:33:43 -05:00
Brendan Robert
7e5ddac0e6 Detatch is now reserved only for removal of hardware (will unhook keyboard shortcuts) whereas listener registration can be performed during reconfiguration. This distinction had to be made because reconfiguration was disconnecting keyboard shortcuts and making a general mess of things. Also, now the correct open/closed apple key behavior is working. 2015-02-21 10:52:26 -06:00
Brendan Robert
9dcbc3422e Additional work on keyboard handling, pasting now works as does support for static invokableActions. 2015-02-20 01:28:35 -06:00
Brendan Robert
a477abac03 Completely reworked how hotkeys are handled, and now invokable actions are a real concept in the emulator! 2015-02-18 08:41:59 -06:00
Brendan Robert
f65dee7c00 Mapped in open/closed apple keys 2015-02-04 23:33:56 -06:00
Brendan Robert
ebed2a7c52 Fixed broken Double-Lores graphics mode (not sure if colors are correct yet though), Also fixed ESC key 2015-02-03 23:26:12 -06:00
Brendan Robert
2a4015c8a5 Rewrote keyboard handling to support JavaFX, open/closed apple keyboard support needs to be reimplemented. 2015-02-03 22:03:28 -06:00
Brendan Robert
45add680d4 Complete removal of the singleton pattern for the Computer object -- the Jace code can now run multiple "computers" if desired. 2014-09-17 23:09:57 -05:00
Brendan Robert
6341001743 Initial version: Based on last source available in SourceForge, converted to a Maven project format 2014-09-07 16:10:04 -05:00