Sour
|
0c9d339a9d
|
Debugger: Tile viewer - Fixed out-of-bounds crash when using some of the display layouts
|
2022-02-13 17:36:07 -05:00 |
|
Sour
|
e351deca0e
|
Debugger: Implemented mark selection as in disassembly
|
2022-02-11 19:43:25 -05:00 |
|
Sour
|
24af663f86
|
Debugger: Refactor DisassemblyInfo to avoid out-of-bounds memory reads
|
2022-02-11 18:56:17 -05:00 |
|
Sour
|
0167c7a940
|
Debugger: Allow copy of selected code, fixed some scrolling/navigation issues
|
2022-02-10 19:37:53 -05:00 |
|
Sour
|
d01e4a6f9e
|
Debugger: Allow selecting lines of code, fixed some scrolling issues
|
2022-02-09 23:30:55 -05:00 |
|
Sour
|
762c9de400
|
Debugger: Added same rom/ips options
|
2022-02-08 20:59:03 -05:00 |
|
Sour
|
82e580d0f5
|
Debugger: Palette viewer improvements + allow selecting/copying text from info panels (all tools)
|
2022-02-01 21:42:09 -05:00 |
|
Sour
|
85482d34f1
|
Debugger: SNES - Added coprocessor debuggers
|
2022-01-30 20:20:24 -05:00 |
|
Sour
|
ae6307a46c
|
UI: Shortcuts to open debug tools (+ refactoring)
|
2022-01-30 16:46:10 -05:00 |
|
Sour
|
5501c6a6f6
|
Debugger: Tilemap Viewer - Added attribute address
|
2022-01-25 00:26:52 -05:00 |
|
Sour
|
11e16ced2d
|
Fixed missing variable initialization, and a few bugs found via code analysis
|
2022-01-24 20:14:34 -05:00 |
|
Sour
|
1759e1786c
|
Debugger: Improve null checking when accessing debugger to avoid crashes
|
2022-01-24 20:06:41 -05:00 |
|
Sour
|
b2dc6d2de4
|
Debugger: Show target oam/vram write addresses for NES event viewer
|
2022-01-23 22:42:04 -05:00 |
|
Sour
|
4923768e34
|
Debugger: Tilemap viewer work (display more info, hide options/tabs based on state/console), fixed grid size for large tiles for the SNES
|
2022-01-23 18:42:58 -05:00 |
|
Sour
|
3615ef0eb1
|
Core: Enabled warning level 4, fixed/disabled warnings
|
2022-01-23 12:36:35 -05:00 |
|
Sour
|
dffbd4921a
|
Refactoring: Renamed SnesMemoryType
|
2022-01-22 12:16:10 -05:00 |
|
Sour
|
0b228f5951
|
Refactoring: Added Snes prefix to files/classes
|
2022-01-22 11:55:17 -05:00 |
|
Sour
|
8f3f14d323
|
Fixed more issues with debugger when reloading games, etc.
|
2022-01-21 21:25:59 -05:00 |
|
Sour
|
0d78c064f3
|
Core: Reduce shared_ptr usage, refactor netplay code to remove static instances
|
2022-01-21 21:25:33 -05:00 |
|
Sour
|
4244928bd8
|
Debugger: Save/load CDL files when starting/stopping the debugger
|
2022-01-18 22:49:27 -05:00 |
|
Sour
|
2922b1ccfe
|
Debugger: Refactor NES state updates and improved UI
|
2022-01-15 18:09:26 -05:00 |
|
Sour
|
6146019f6d
|
Debugger: Allow changing NES state (wip)
|
2022-01-15 12:13:24 -05:00 |
|
Sour
|
e2a9602fec
|
Debugger: Fixed CDL issues when refreshing disassembly cache
|
2022-01-10 19:49:13 -05:00 |
|
Sour
|
6eff74ec0c
|
Debugger: Call stack - double click to navigate (+ grayed out out-of-scope functions)
|
2022-01-09 15:49:43 -05:00 |
|
Sour
|
7901a2168f
|
Fixed debug compilation
|
2022-01-08 22:37:28 -05:00 |
|
Sour
|
7cbe3139f9
|
Debugger: Fixed PPU breakpoint issues
|
2022-01-08 20:38:19 -05:00 |
|
Sour
|
3d14313183
|
Debugger: Breakpoint improvements, enable ppu breakpoints for NES, performance tweaks for debugger
|
2022-01-08 16:02:59 -05:00 |
|
Sour
|
c29e97bce7
|
NES: Fixed/implemented break options
|
2022-01-07 21:54:48 -05:00 |
|
Sour
|
ba73872ed7
|
Debugger: Tooltips for disassembly + minor refresh tweaks/refactoring
|
2022-01-07 21:05:13 -05:00 |
|
Sour
|
997dbb00c9
|
Debugger: Fixed new breakpoints always being associated to the SNES CPU (+ filtered dropdown)
|
2022-01-07 00:15:29 -05:00 |
|
Sour
|
c63c99f82b
|
Debugger: Fixed register label display
|
2022-01-06 22:14:04 -05:00 |
|
Sour
|
90e2120894
|
Debugger: Fixed scrolling when moving up/down a single line
|
2022-01-06 21:24:03 -05:00 |
|
Sour
|
bb2b08fffc
|
Debugger: Improved scrolling navigation for disassembly & trace log
|
2022-01-05 00:11:08 -05:00 |
|
Sour
|
a0b9413946
|
Debugger: Fixed display logic around unmapped blocks
|
2022-01-04 00:02:10 -05:00 |
|
Sour
|
345fbfc282
|
Tilemap/Sprite viewers: Show palette colors in tooltip/selected info
|
2022-01-02 13:31:55 -05:00 |
|
Sour
|
50d770ba36
|
Sprite Viewer: Data source selection
|
2021-12-31 22:52:03 -05:00 |
|
Sour
|
7de29dcc35
|
Sprite Viewer: Refactoring, fixes for tooltips, added some options
|
2021-12-31 14:48:23 -05:00 |
|
Sour
|
e6a79f0133
|
Event Viewer: Fixed behavior on cycle 0
|
2021-12-30 22:29:15 -05:00 |
|
Sour
|
abf4c430ef
|
Sprite Viewer: Tooltips, improve sprite info
|
2021-12-30 22:29:01 -05:00 |
|
Sour
|
6dc2e49f85
|
Sprite Viewer: Performance fixes
|
2021-12-30 10:08:04 -05:00 |
|
Sour
|
6d85f24bfe
|
Event Viewer: Fixed filtering for events from the previous frame
|
2021-12-29 15:34:41 -05:00 |
|
Sour
|
adfafc94ea
|
Event Viewer: Refactored code, fixed issues with list view
|
2021-12-29 15:04:12 -05:00 |
|
Sour
|
b5ac436fda
|
Tilemap Viewer: Scroll overlay, bug fixes
|
2021-12-28 23:33:50 -05:00 |
|
Sour
|
368455e503
|
Tilemap viewer: Refresh scanline/cycle config
|
2021-12-28 20:53:39 -05:00 |
|
Sour
|
f5d02d7607
|
Tilemap Viewer: Tile information + tooltip
|
2021-12-27 23:07:34 -05:00 |
|
Sour
|
c074981bb6
|
Event Viewer: Added event tooltip
|
2021-12-27 12:39:14 -05:00 |
|
Sour
|
73e93143b2
|
Lua: Implemented sandbox options
|
2021-12-24 16:24:11 -05:00 |
|
Sour
|
24b68c71f4
|
Debugger: Added Debug and Options menus
|
2021-12-23 18:24:15 -05:00 |
|
Sour
|
7c5b323f29
|
Debugger: Added option panel
|
2021-12-22 17:31:55 -05:00 |
|
Sour
|
b6f318fd75
|
Hex Editor: Actions (Copy, Paste, Select All) - WIP
|
2021-12-21 14:40:01 -05:00 |
|