Commit graph

337 commits

Author SHA1 Message Date
Sour
e7fbff9996 Debugger: Performance fixes 2018-01-03 19:12:02 -05:00
Sour
cdaba3ffe8 Debugger: Code window display/highlighting changes + more flexibility in how to display data vs code + actions to "mark" bytes as data/code/unknown 2018-01-03 18:48:16 -05:00
Sour
e8858a1a2f Debugger: Added option to display info popups about opcodes 2018-01-02 22:32:17 -05:00
Sour
61134f0f6c Debugger: Fixed CPU memory mapping display for games with only save ram 2018-01-02 16:10:51 -05:00
Sour
0fd4b0bd5f Debugger: Added "Show In Split View" shortcut in code window 2018-01-02 14:44:28 -05:00
Sour
c1df2c92dd Debugger: Improved scroll position for code preview 2018-01-02 13:10:24 -05:00
Sour
0c9cbe4da0 Debugger: Improve CPU memory mapping display (vs work ram and save ram regions) 2018-01-02 12:06:20 -05:00
Sour
b1283ae48d Debugger: Show code preview in tooltip 2018-01-02 11:11:50 -05:00
Sour
2118d498c7 Debugger: Added APU viewer tool 2018-01-01 23:23:18 -05:00
Sour
20ab1379f4 Debugger: Fixed designer crash 2018-01-01 11:35:36 -05:00
Sour
f294182002 Debugger: Fixed display issue when putting breakpoint at start/end of hidden block 2018-01-01 11:11:35 -05:00
Sour
10bb86bca9 Debugger: Added option to display tiles with their last known palette in CHR viewer 2018-01-01 00:31:16 -05:00
Sour
35f65fad73 Debugger: Option to show label in breakpoint list (+ fixed display for absolute PPU breakpoints) 2017-12-31 17:22:54 -05:00
Sour
ebc71fb847 Debugger: Added location bar to memory viewer 2017-12-31 10:51:05 -05:00
Sour
9c4dbca8e6 Debugger: Disable find all reference on function list when address is not mapped 2017-12-29 13:08:43 -05:00
Sour
f9bb517b31 Linux: Debugger - Fixed line background color overlap with line selection rectangle 2017-12-29 11:05:43 -05:00
Sour
07bd6a1b06 Linux: Debugger - Fixed minor display issues with CPU/PPU memory mapping 2017-12-29 10:21:21 -05:00
Sour
5e32671c4b Debugger: Fix issues (missing labels, etc.) when power cycling game while debugger is opened 2017-12-28 14:15:32 -05:00
Sour
af0454b3ef Linux: Fixed compilation errors/warnings and issues w/ hd packs, ppu viewer and debugger 2017-12-28 12:47:26 -05:00
Sour
2353b2b7e1 Debugger: Added shortcut to batch-copy all sprites or an entire nametable to HD Pack format 2017-12-27 14:24:55 -05:00
Sour
2a5e2f05e9 Debugger: Added tooltip with label information in memory viewer 2017-12-26 18:29:47 -05:00
Sour
589ad612d1 Debugger: Added shortcut to open memory viewer from code window 2017-12-26 15:59:58 -05:00
Sour
ee9a3e9ddf Debugger: Added copy image to clipboard action in ppu viewer 2017-12-21 17:48:24 -05:00
Sour
0cef4939a4 Debugger: Added right-click options to label/function lists to add a watch/breakpoint 2017-12-21 15:12:37 -05:00
Sour
9654cbc5af Debugger: Changed background color for sprite viewer to make sprite edges easier to distinguish 2017-12-21 14:20:55 -05:00
Souryo
ce1b190928 Debugger: Fixed blurry pixels in CHR viewer 2017-11-14 20:56:56 -05:00
Souryo
66197f2c09 Debugger: Improved bound checking for memory read/writes 2017-11-11 13:24:48 -05:00
Souryo
abaf524e99 UI: Fixed Mono issue with SelectionChangeComitted event
Event doesn't appear to fire properly via keyboard input on Mono
2017-10-20 18:34:24 -04:00
Souryo
a6a2714ab7 Debugger: Memory viewer - reduced minimum size, improved resize logic 2017-10-06 18:26:02 -04:00
Souryo
9e032b772f Debugger: Fixed max length for cycle count field 2017-10-05 20:47:40 -04:00
Souryo
f00b4db2bb Debugger: Fixed empty list after resetting profiler 2017-09-28 21:10:48 -04:00
Souryo
8e37b81d3a Debugger: Fixed mouse over precision in PPU viewer (cause by recent DPI-related changes) 2017-09-28 20:34:14 -04:00
Souryo
b8f51f876a Debugger: Fixed palette display in nametable viewer 2017-09-28 20:33:07 -04:00
Souryo
99c2385192 Debugger: Fixed sprite viewer screen preview not showing the last 10 lines 2017-09-28 20:08:27 -04:00
Souryo
1f974dcedd Debugger: Scroll overlay position is now based on the selected cycle/scanline 2017-09-28 20:05:00 -04:00
Souryo
b8630ddeeb UI: Fixed layout issues in video config (+ down arrow icon change in win8+) 2017-09-18 21:40:21 -04:00
Souryo
ac4f3a0b00 UI: Linux layout fixes 2017-09-17 00:54:30 -04:00
Souryo
8151fb5445 UI: Fixed DPI-related issues 2017-09-16 22:02:05 -04:00
Souryo
6ef76ecb20 Debugger: Keep watch selection when auto-refresh is on 2017-09-12 20:04:14 -04:00
Souryo
c2d63f6166 Cheat Finder: Fixed crash when pressing Reset button 2017-09-12 19:38:42 -04:00
Souryo
46ecd361f7 Debugger: Fixed double-click action in sprite viewer 2017-09-08 16:02:56 -04:00
Souryo
6726e9e5a9 UI: Fixed a number of minor UI issues with cheat finder 2017-09-06 21:41:15 -04:00
Souryo
2c06c7c3ac Debugger: PPU viewer - minor fixes 2017-09-02 18:52:48 -04:00
Souryo
027470186d Assembler: Improved usability when editing very large sections 2017-09-02 00:17:00 -04:00
Souryo
a215ad070e Debugger: Added PPU XScroll & WriteToggle to UI 2017-08-30 22:08:12 -04:00
Souryo
07e69eabb3 Debugger: Fixed watch window usability issues 2017-08-30 21:28:27 -04:00
Souryo
77bbe2e1da Debugger: Double-click on tile in nametable/sprite viewers to show it in chr viewer 2017-08-20 14:18:35 -04:00
Souryo
a169e538ae Debugger: Option to highlight selected tile in nametable viewer 2017-08-20 12:09:42 -04:00
Souryo
443b42f88e Debugger: Show sprite data by mouse-over on screen preview 2017-08-20 10:28:03 -04:00
Souryo
6ca49dd4af Debugger: Added palette display to nametable/sprite viewers 2017-08-15 22:08:44 -04:00