Commit graph

380 commits

Author SHA1 Message Date
Sour
d3d7499185 Debugger: Added highlight option for bytes with a label/comment 2017-12-27 12:03:35 -05:00
Sour
2a5e2f05e9 Debugger: Added tooltip with label information in memory viewer 2017-12-26 18:29:47 -05:00
Sour
3defa304c6 Debugger: Added highlight color customization to memory viewer 2017-12-26 17:55:08 -05:00
Sour
c12122d69c Debugger: Added highlight modes based on CDL flags to memory viewer 2017-12-26 17:33:46 -05:00
Sour
c0cfea6d6e Debugger: Fixed issue that sometimes caused an empty code window when opening debugger after opening other debugger tools 2017-12-26 16:11:28 -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
fefeaeca54 Debugger: Fixed rare multithreading crash when opening trace logger (BeginInvoke called before form loaded) 2017-11-15 19:30:29 -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
6bf0453406 Debugger: Fixed issues with "Break on debugger focus" option 2017-11-10 18:01:28 -05:00
Souryo
8d8b74f77f Linux: Fixed infinite loop when loading some .dbg files 2017-11-10 17:18:43 -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
028b2ff089 UI: Fixed pause screen issues (was sometimes being shown when it should not have) 2017-10-07 21:00:02 -04:00
Souryo
11a06926ff Debugger: Lua - Added getScriptDataFolder function 2017-10-07 15:16:14 -04:00
Souryo
ba8540e4f2 Debugger: Fixed Lua-related multithreading bugs 2017-10-07 13:01:42 -04:00
Souryo
a6a2714ab7 Debugger: Memory viewer - reduced minimum size, improved resize logic 2017-10-06 18:26:02 -04:00
Souryo
2f20ab5092 Debugger: Fixed multi-threading crash in assembler 2017-10-05 21:35:55 -04:00
Souryo
6d0e011551 Debugger: Turn on compiled regex on x64 for syntax highlighting (2+x faster) 2017-10-05 21:33:22 -04:00
Souryo
67b9a5c707 Debugger: Fixed hex editor highlight issues (when loading save state, etc.) 2017-10-05 20:48:18 -04:00
Souryo
9e032b772f Debugger: Fixed max length for cycle count field 2017-10-05 20:47:40 -04:00
Souryo
00c2de85c9 Debugger: Remember memory tools window size 2017-10-05 19:59:24 -04:00
Souryo
63f35598fc Debugger: Fixed hex editor coloring when character view is disabled 2017-10-03 18:28:42 -04:00
Souryo
03c689a1f4 Debugger: Fixed regression when opening debugger while game is paused 2017-10-03 17:24:29 -04:00
Souryo
213b67064b Debugger: Lua - Reuse last folder when saving scripts, too 2017-10-03 17:17:56 -04:00
Souryo
f8315ac726 Debugger: Reuse last used folder when opening a lua script 2017-10-02 18:49:13 -04:00
Souryo
99d1728da9 Debugger: Improved scanline/cycle fields' usability 2017-09-29 20:54:09 -04:00
Souryo
a04a8747ba Debugger: Fixed freezes/crashes when switching game while debugger is opened (esp. with lua scripts) 2017-09-28 21:27:38 -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
c7a001e691 Debugger: Fixed cycle/scanline inputs not working with keyboard in ppu viewer 2017-09-28 18:32:09 -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
ccb2731e73 UI: Fixed DPI issue with palette tab in video config 2017-09-17 15:23:11 -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
5fb7bd4f77 Debugger: Fixed crash when attempting to copy via Ctrl-C when trace log is empty 2017-09-12 19:39:03 -04:00
Souryo
c2d63f6166 Cheat Finder: Fixed crash when pressing Reset button 2017-09-12 19:38:42 -04:00
Souryo
6969caa1b8 Debugger: Lua memory callback fixes + allow lua script to change read/written value 2017-09-08 17:20:40 -04:00
Souryo
46ecd361f7 Debugger: Fixed double-click action in sprite viewer 2017-09-08 16:02:56 -04:00
Souryo
5656c8a071 Debugger: Make sure breakpoint memory range is valid 2017-09-08 15:56:14 -04:00
Souryo
6726e9e5a9 UI: Fixed a number of minor UI issues with cheat finder 2017-09-06 21:41:15 -04:00
Souryo
ef00f94c53 Debugger: Fixed PPU Viewer auto-refreshing when auto-refresh is disabled 2017-09-06 00:27:01 -04:00
Souryo
2c06c7c3ac Debugger: PPU viewer - minor fixes 2017-09-02 18:52:48 -04:00
Souryo
ac119852ef Linux: Fixed makefile and compilation errors 2017-09-02 17:46:41 -04:00