Sour
|
e31f1b9b32
|
HD Packs: Fixed a couple of regressions
|
2018-02-26 18:42:49 -05:00 |
|
Sour
|
022114bc1f
|
Debugger: Added mirroring info to sprite HD Pack format copy
|
2018-02-25 17:23:18 -05:00 |
|
Sour
|
5ed67cb3de
|
HD Packs: Add bgm/sfx volume to save state
|
2018-02-25 17:16:46 -05:00 |
|
Sour
|
83295b4117
|
HD Packs: Allow all conditions to be inverted by using the ! operator
|
2018-02-25 17:03:06 -05:00 |
|
Sour
|
94c114e713
|
HD Packs: Invert X/Y axis for spriteNearby conditions if the current tile is mirrored
|
2018-02-25 16:38:00 -05:00 |
|
Sour
|
c50e0ffef4
|
HD Packs: Revert sprite logic change - BG priority sprite pixels *must* be allowed to appear on the sceen even when the original color was 0 (it`s up to the HD Pack to implement proper transparency)
|
2018-02-25 16:21:01 -05:00 |
|
Sour
|
c9e922f879
|
Debugger: Fixed issues with step out functionality
|
2018-02-25 12:47:39 -05:00 |
|
Sour
|
d470c3090d
|
UI: Fixed recent menu not enabling/disabling itself properly
|
2018-02-25 11:30:41 -05:00 |
|
Sour
|
02aaad65a8
|
Fixed rom search causing logging, input changes and FDSbios prompt
|
2018-02-25 11:27:32 -05:00 |
|
Sour
|
7ccf093a7e
|
Debugger: Fixed callstack displaying incorrect data when breaking on a RTS instruction
|
2018-02-25 10:38:45 -05:00 |
|
Andrés
|
5b8800f038
|
Libretro: Builtbot support for Android
|
2018-02-24 18:20:01 -05:00 |
|
Sour
|
439f72e5ee
|
Debugger: Fixed random multithread crash when using undo feature
|
2018-02-24 16:23:46 -05:00 |
|
Sour
|
2582d14f59
|
Debugger: Revert incorrect fix for profiler's inclusive stats
|
2018-02-24 15:40:29 -05:00 |
|
Sour
|
46b3aa0791
|
Debugger: Improved pause/unpause logic when opening/closing debugger
|
2018-02-24 15:10:01 -05:00 |
|
Sour
|
9189d96578
|
Debugger: Added temporary vram address (t) to status window
|
2018-02-24 15:03:09 -05:00 |
|
Sour
|
522eccc710
|
Debugger: Fixed minor UI issues with hex view in header editor
|
2018-02-24 14:56:22 -05:00 |
|
Sour
|
287479c694
|
Debugger: Hex Editor - Fixed minor display issue when string view was hidden
|
2018-02-24 14:41:11 -05:00 |
|
Sour
|
d62d701e64
|
Debugger: Added paste/undo support in hex editor
|
2018-02-24 14:23:54 -05:00 |
|
Sour
|
e0611e7a9d
|
UI: Added option to display full path for recent file list
|
2018-02-24 11:33:36 -05:00 |
|
Sour
|
f8ed813d14
|
Debugger: Added options to configure whether or not the debugger pops up on breakpoints and pause/frame advance
|
2018-02-24 11:07:27 -05:00 |
|
Sour
|
6cabd67848
|
Debugger: Fixed per-byte navigation option in hex editor
|
2018-02-24 09:58:50 -05:00 |
|
altiereslima
|
6a6d03f4a5
|
Updated Portuguese-BR translation (#329)
|
2018-02-23 14:03:27 -05:00 |
|
Sour
|
00b51805b9
|
Debugger: Code Window - Cleanup/Improve look for labels/comments inside data sections
|
2018-02-23 12:54:43 -05:00 |
|
Sour
|
16873540f4
|
Debugger: Event Viewer - Add PC value to tooltip (displays PC at the start of the current instruction)
|
2018-02-23 12:54:00 -05:00 |
|
Sour
|
c073a37908
|
Debugger: Hex Viewer - Added option to navigate byte-by-byte instead of nibble-by-nibble
|
2018-02-23 12:45:49 -05:00 |
|
Sour
|
981b121848
|
Debugger: Reduce frame lag between event viewer and main window when running 1 frame at a time
|
2018-02-23 12:18:12 -05:00 |
|
Sour
|
f4d5835d1c
|
Debugger: Hex Editor - Fixed selection issues with high density text mode
|
2018-02-23 11:59:14 -05:00 |
|
Sour
|
608880e6a3
|
UI: Fixed menustrips/toolstrips not responding to first click when window was out of focus
|
2018-02-23 11:30:37 -05:00 |
|
Sour
|
ea99b8a792
|
Debugger: Improved debugger window address fields usability
|
2018-02-23 11:15:23 -05:00 |
|
Sour
|
075b6fbeee
|
Debugger: Added verified/unidentified data toggles to toolbar + added shortcut keys
|
2018-02-23 10:56:19 -05:00 |
|
Sour
|
7a7c7e1bd8
|
Debugger: Hex Editor - Added high density text option
|
2018-02-23 10:51:51 -05:00 |
|
Sour
|
ffd3017af8
|
Debugger: Improved pause/resume behavior from main window when debugger is active
|
2018-02-23 09:28:11 -05:00 |
|
Sour
|
c0c301d4c6
|
Debugger: Fixed UI stripping away $ signs in breakpoint condition field
|
2018-02-23 09:09:13 -05:00 |
|
Sour
|
75043a1675
|
Debugger: Fixed crash when attempting to add a breakpoint with an invalid condition
|
2018-02-23 09:08:53 -05:00 |
|
Sour
|
60402fe54d
|
Debugger: Fixed CPU breakpoints on registers
|
2018-02-23 08:49:14 -05:00 |
|
Sour
|
feb4828a9b
|
Debugger: Fixes/improvements to CA65 .dbg file import
|
2018-02-23 08:28:29 -05:00 |
|
Sour
|
c8cbbb5c41
|
Fixed compilation warning in debug build
|
2018-02-23 08:05:27 -05:00 |
|
Sour
|
06cb78850f
|
Debugger: Fixed rare crash when opening debugger window
|
2018-02-23 08:03:23 -05:00 |
|
Sour
|
2b7c3b6198
|
Debugger: Fixed comment display on lines with .db statements
|
2018-02-23 08:02:00 -05:00 |
|
Sour
|
ad73fd2249
|
Debugger: Fixed event viewer not displaying breakpoint marks when stepping through code
|
2018-02-22 17:02:17 -05:00 |
|
Sour
|
24d4e91c6e
|
Debugger: Fixed rare crash when opening event viewer
|
2018-02-21 19:51:43 -05:00 |
|
Sour
|
02e0f708bc
|
Debugger: Added grayscale palette option to NT and CHR viewers
|
2018-02-20 22:21:51 -05:00 |
|
Sour
|
3bb760703e
|
Debugger: Added "Break on Crash" option
|
2018-02-20 21:59:56 -05:00 |
|
Sour
|
89c5eab317
|
Debugger: Unload debugger when edit ines header window is closed (when needed)
|
2018-02-20 21:24:14 -05:00 |
|
Sour
|
bb1e9775a5
|
Debugger: Improved breakpoint display in margin
|
2018-02-20 21:20:45 -05:00 |
|
Sour
|
9bd04c6535
|
Debugger: Fixed issues with expression evaluator when using braces/parenthesis/brackets
|
2018-02-20 20:04:43 -05:00 |
|
Sour
|
7c7c948e8b
|
Fixed debug build errors
|
2018-02-20 20:03:39 -05:00 |
|
Sour
|
6bf789c5c1
|
HD Packs: Fixed 2+x scale background image display problem
|
2018-02-20 18:32:58 -05:00 |
|
Sour
|
8bef95e4a4
|
Debugger: Profiler - Fixed wrong value being shown in "Inclusive Time (%)" column
|
2018-02-20 18:21:56 -05:00 |
|
Sour
|
3be231efb7
|
Debugger: Profiler now uses the same refresh/auto-refresh settings as the other tools
|
2018-02-20 18:20:52 -05:00 |
|