Commit Graph

9 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
76874ac514 Adding better unhook and kill keystoke for cheats. Also hooked up watches and resolved some JavaFX redraw issues. 2015-08-22 11:57:22 -05:00
Brendan Robert
2d9ef8b30d Implemented way to hold values from the watch widget 2015-08-21 18:37:19 -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
5c0855d966 Cleaned up redundant method calls by putting address at the end of the parameter list (to support 1 address or 2 addresses specifying a range). Promoted aux memory check to main ram observation method for use outside of cheat engine code. 2015-08-15 15:06:01 -05:00
Brendan Robert
9985f096e4 Code cleanup using Lambda expressions -- Cheats are now easier to write. 2015-08-15 14:34:12 -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
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