project64/Source/Project64-core
shygoo 5c2aa06f7c [Debugger] Rewrite memory viewer
replace the list control with a custom hex editor control
add ability to select/copy/paste/delete multiple bytes
add byte group size option
make window resizable
fix DPI-related issues
speed up auto-refresh
remove option to disable auto-refresh (new control's cpu usage is insignificant)
move the dump and search buttons into the context menu
change colors of breakpoints to match the command window's
highlight CPU read and write targets while stepping
move address info into a status bar
allow window to open before MMU is initialized
add shortcut keys for various actions
add "follow pointer" feature
add "safe mode" feature
add copy gameshark code feature
add copy with row/group addresses feature
add tabs feature
add jump menu for hardware regions
fix cartridge ROM addresses not being viewable
allow writes to cartridge ROM
use thread-safe functions for reading/writing memory
2019-11-30 11:48:46 -06:00
..
3rdParty Bug fixes and requests 2017-10-17 22:52:07 -05:00
Multilanguage Implement Randomize SI/PI interrupts setting 2019-10-03 11:39:46 +02:00
N64System Implement Randomize SI/PI interrupts setting 2019-10-03 11:39:46 +02:00
Plugins DD IPL ROM check in CN64Rom instead 2019-01-27 13:06:36 +01:00
RomList [RomList] Properly Byteswap a Development Disk 2019-08-13 22:08:38 +02:00
Settings [Debugger] Rewrite memory viewer 2019-11-30 11:48:46 -06:00
AppInit.cpp [App] Add Command Line Combo N64 + 64DD Image Loading 2019-08-22 13:16:58 +02:00
AppInit.h [Project64] Be able to pass base dir to app init 2016-01-28 20:37:44 +11:00
Debugger.h [Debugger] Add CPU exception breakpoint window 2019-01-17 03:34:24 -06:00
ExceptionHandler.h [Project64] Add linux friendly catch 2016-01-13 18:18:06 +11:00
Logging.cpp [Project64] Use setting to get log dir 2016-03-10 22:15:40 +11:00
Logging.h [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00
MemoryExceptionFilter.cpp Fix some warnings/errors in android build 2019-08-21 18:57:50 +09:30
Multilanguage.h Implement Randomize SI/PI interrupts setting 2019-10-03 11:39:46 +02:00
Notification.h Change some error message boxes to warnings 2019-04-15 08:58:22 -07:00
Plugin.h [Project64] Code cleanup and added some more log messages 2016-01-28 20:40:08 +11:00
Project64-core.vcxproj Pass Platform solution parameter to UpdateVersion.cmd and package_zip.cmd 2019-09-29 19:20:42 -07:00
Project64-core.vcxproj.filters [Project64] Start to add code for enhancements 2019-01-12 09:50:25 +11:00
Settings.cpp [Debugger] Rewrite memory viewer 2019-11-30 11:48:46 -06:00
Settings.h Rename and move Settings files 2018-04-03 04:30:50 +10:00
TraceModulesProject64.h [Project64] Add TraceExceptionHandler logging level 2016-06-04 18:28:30 +10:00
Version.h.in Set build number on build 2017-11-15 20:04:09 +11:00
stdafx.cpp [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00
stdafx.h Rename and move Settings files 2018-04-03 04:30:50 +10:00