Commit Graph

24 Commits

Author SHA1 Message Date
Brendan Robert
142ee2df2a BEHOLD! The Resurrection of MetaCheat! 2018-05-23 00:38:22 -05:00
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
dba57e6e89 Created application logo 2017-12-26 16:46:12 -06:00
Brendan Robert
921ce3a0b0 Issue #12: Added option to create empty applesoft program and added warning before trying to load program from memory. 2016-02-12 23:53:16 -06:00
Brendan Robert
f7ee8272b5 Added execution stack tracking and more UI adjustments 2015-09-05 14:14:40 -05:00
Brendan Robert
8942d6462e BUGFIX: All rendering is halted when a file chooser is open for any reason. For whatever reason, background canvas updates kill the CPU when file dialog is open so this is fixed now.
NEW: Memory inspector view lets you monitor read/write operations on a specific memory cell
BUGFIX: Retina screens are detected to prevent the memoryview canvas from getting too large.
2015-09-05 09:02:35 -05:00
Brendan Robert
8ff0987801 Search results list rigged to add cheats when double-clicked. UI for side panels is vastly improved and ready for use. 2015-08-23 23:55:56 -05:00
Brendan Robert
facd73d345 Refactored code a little, cheats are now editable and support javascript expressions. Almost done now! :-D 2015-08-23 18:22:34 -05:00
Brendan Robert
162932ce46 Better tooltip/memory watch support now. It's really coming together! 2015-08-20 02:10:32 -05:00
Brendan Robert
7dada32cbf Memory view is now performance-optimized and a lot of minor UX issues have been resolved. 2015-08-19 17:30:20 -05:00
Brendan Robert
eec3fdbcf7 Start of MetaCheat revamp effort 2015-08-18 00:37:06 -05:00
Brendan Robert
6995d610f3 Converted font to PNG format for space saving 2015-08-11 21:05:37 -05:00
Brendan Robert
0abc87675b Putting these help files here for now but need to hook them up to the IDE menus 2015-08-08 04:03:42 -05:00
Brendan Robert
693d29952b Added basic error and warning highlighting as well as compiler summary 2015-07-17 01:45:18 -05: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
d488932dff Fixed mouse drag support and issue where mouse events were obscured by the status panel on the bottom -- Mouse is now 100% 2015-03-29 00:56:59 -05:00
Brendan Robert
2ad9c15ce2 Removing OSX meta files 2015-03-15 00:30:03 -05:00
Brendan Robert
a9132f8e76 Heavy modifications have been made to support drag/drop of media to quickly insert disk images, also to start showing indicator icons at the bottom of the screen. 2015-03-14 03:23:32 -05:00
Brendan Robert
8959c412ed Config screen hooked up to load/save/apply actions, tree state is now properly reflected and maintained. Also some settings editor widgets are working. 2015-03-11 02:21:35 -05:00
Brendan Robert
ecf1a9c98f Starting to show all keyboard shortcuts and settings, still no edit/load/save of config but it's a big step! 2015-03-08 22:05:00 -05:00
Brendan Robert
a6a1bf681b Configuration tree is now completely visible in new JavaFX config dialog but things are showing as duplicated at the root level 2015-02-24 00:30:11 -06:00
Brendan Robert
e8b23c3f7a Viewport now scales with window seamlessly -- though the emulator is still unusable in this state, this shows how fast the video scaling is in JavaFX compared to Swing. 2015-02-03 01:08:11 -06:00
Brendan Robert
0ccb63558f A lot of things have been deactivated to sever the link to the old Swing UI. Indicators, namely, have been commented out in many places. Ultimately the emulator is wholly unusable in this state.
The video rendering was re-written to use writableImages and is displaying (something) but keyboard input and configurations are broken so nothing much happens after the inital boot.  Basically the underlying part to make this show up in JavaFX is starting to take shape.
2015-02-03 00:55:25 -06: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